Commit Graph

7 Commits (b30839a26ff671d3fb379df530277b7ad2111260)

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 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 c36d689690 * converted all mixin classes to class decorator functions
* renamed all mixin modules to avoid name conflict
* removed mixin classes from class inheritence list and put then as class decorators
2009-03-31 03:39:23 +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 7484aa02ef minor changes 2009-03-05 04:32:57 +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