Commit Graph

7 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 2219c5b0ad moved get_all method to crawlable mixin. added get_all to venue, location, country. minor changes. 2009-04-07 04:57:51 +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 d709434a7b * added Rolling Charts: Monthly, Quaterly, Half-yearly and Yearly; Album, Artist, Track and Tag charts
* refactored the chart related code to mixins.chartable module
* made related changes in user, tag and group modules
2009-03-28 07:24:24 +00:00
Abhinav Sarkar 42aa35fcbb * renamed weeklychart module to chart
* added stubs for rolling chart classes
* added weekly tag chart related methods to Group class
* added tests for get_weekly_tag_chart method in user and group test modules
2009-03-27 05:54:12 +00:00