Commit Graph

30 Commits (master)

Author SHA1 Message Date
Abhinav Sarkar b30839a26f added property_adder mixin. moved all "property" attributes of all classes to a Meta class. moved attribute setting code to LastfmBase. 2009-04-18 05:11:22 +00:00
Abhinav Sarkar bc726dddc9 * added wormhole and logging modules. 2009-04-12 05:07:41 +00:00
Abhinav Sarkar e0c0277336 * renamed lastfm.mixins module to lastfm.mixin
* group utility modules in lastfm.util module
* made related changes
2009-04-07 11:14:42 +00:00
Abhinav Sarkar 0a285dd6bf made _lock a module global variable. made set_session_key thread safe. 2009-03-31 04:33:54 +00:00
Abhinav Sarkar 36b2aea1fd minor changes 2009-03-27 05:48:34 +00:00
Abhinav Sarkar bbdbfcebb6 * added decorator package to setup dependency
* used 'decorator' decorator on the decorators in the decorators module to avoid function signature mangling
* added 'callback' argument and related documentation in the asynchronous methods in api module
2009-03-24 17:37:42 +00:00
Abhinav Sarkar 238d88f7e8 added async_callback decorator for supporting asynchronous calls. applied it to get_* methods in Api class. 2009-03-21 06:53:24 +00:00
Abhinav Sarkar d1656c1a84 fixed pylint warnings 2009-03-18 04:25:04 +00:00
Abhinav Sarkar 9105ddc447 changed the default value of extra_params argument in the _default_params methods to None from {} 2009-03-18 03:19:57 +00:00
Abhinav Sarkar 2645e4565c added documentation for error, event, geo and group modules 2009-03-17 15:21:40 +00:00
Abhinav Sarkar 636e9073ec * refactored the decorators to decorators module from base module
* fixed a bug in authenticate decorator which gave the authenticated results for non-authenticated users
* added documentation for decorators module
* added authenticate decorator to the methods in taggable and sharable mixin modules
* added set_secret and set_session_key methods in Api class
2009-03-10 06:09:11 +00:00
Abhinav Sarkar e53bf5eb20 added documentation fo the artist module 2009-03-09 12:36:38 +00:00
Abhinav Sarkar dd759e1f49 added tests for the user module 2009-03-05 11:08:53 +00:00
Abhinav Sarkar ca436f371c added more documentation 2009-03-05 04:37:02 +00:00
Abhinav Sarkar fd92a609a0 added documentaion for the api module 2009-03-04 18:54:53 +00:00
Abhinav Sarkar 20e3e33e36 minor changes 2009-03-04 11:50:26 +00:00
Abhinav Sarkar f77fe5163d made changes to remove the warning about depracation of md5 module in python 2.6 2009-01-03 17:05:46 +00:00
Abhinav Sarkar 47c1697f3d fixed minor errors 2009-01-02 13:29:06 +00:00
Abhinav Sarkar 25755a934c moved venue to a separate module and implemented venue related methods 2009-01-01 11:04:31 +00:00
Abhinav Sarkar 55680ba9c8 implemented new methods and check for authenticated method calls. 2008-12-31 20:09:06 +00:00
Abhinav Sarkar 2565dbb9a1 added searchable mixin to album to implement album.search method 2008-12-31 06:05:34 +00:00
Abhinav Sarkar 0cec26c46a added shout and shoutable modules to implement getShout method in artist, user and event classes, moved the mixin modules to a separate directory, changed all imports to absolute imports 2008-12-31 05:30:23 +00:00
Abhinav Sarkar 8888f99329 2008-07-15 12:02:07 +00:00
Abhinav Sarkar 9a061d88cf 2008-07-15 11:59:49 +00:00
Abhinav Sarkar 7363f5cd18 implemented the singleton pattern 2008-07-14 19:08:39 +00:00
Abhinav Sarkar 684315cca4 added user and weeklychart modules 2008-07-14 10:20:18 +00:00
Abhinav Sarkar 2ddd3f320b 2008-07-10 16:53:43 +00:00
Abhinav Sarkar c04282b261 2008-07-10 14:04:42 +00:00
Abhinav Sarkar 305e49bc11 removed xml2dict.py
use xpath instead of Xml2dict
added event.py and geo.py
made appropriate modifications in album.py, api.py and artist.py
2008-07-10 10:32:13 +00:00
Abhinav Sarkar 63470dc254 added album, api, artist, filecache, tag and xml2dict module. 2008-07-03 19:03:41 +00:00