Commit Graph

39 Commits

Author SHA1 Message Date
f85089fe20 added FETCH_INTERVAL to api class. now all URL fetch requests will take place with an interval of FETCH_INTERVAL. in user class, weeklyXXXChartList methods will ignore any exception raised during fetching data. 2008-08-27 19:48:37 +00:00
0dfae9e1cb changed paginated methods in geo and user modules to lazy lists 2008-08-27 18:46:31 +00:00
e619c69822 implemented weeklyXXXChartList properties (as lazy list) in user and group modules. added lazylist module. 2008-08-27 17:03:40 +00:00
7b3af16612 completed weeklychart module and implemented all weekly chart related methods in user and group modules 2008-08-27 13:33:00 +00:00
0b4e8f539d corrected a bug in LastfmBase.cachedProperty 2008-08-25 13:46:18 +00:00
3bb7aca74f moved caching attributes related code to LastfmBase.cachedProperty decorator 2008-08-25 13:18:17 +00:00
439674558a implemented User.Library and other methods in user.py 2008-08-25 11:44:48 +00:00
0f694c4418 minor bug corrected in tag.py 2008-08-21 13:44:33 +00:00
054fc8eeb3 implemented some methods in user.py. refactored some properties as LastfmBase.topProperty. 2008-08-21 13:39:12 +00:00
e21be6a3ed implemented some methods in user.py 2008-08-18 16:12:46 +00:00
291ec6846a arranged imports, refactored events methods (moved the code to Events.fromData method), made the call to register method in base.py threadsafe. 2008-08-18 13:19:41 +00:00
0fdbc32cf8 latest dists 2008-08-17 19:18:04 +00:00
ad2c1ae226 latest dists 2008-08-17 19:15:45 +00:00
73c2a4b7ce minor change 2008-08-17 18:45:27 +00:00
4646a6cac0 tag, tasteometer and track module are now complete 2008-08-17 18:42:32 +00:00
5518193bc2 changed property syntax from function call to decorator 2008-07-31 10:34:46 +00:00
8b9c525182 2008-07-25 14:54:34 +00:00
6fad6f68d8 more refactoring and minor changes 2008-07-25 10:59:48 +00:00
fc17093aa4 refactored artist.py, fixed a small bug in geo.py 2008-07-24 21:37:49 +00:00
1d81a1a4fb refactored the code and created Stats class. Geo class complete now. 2008-07-17 16:47:32 +00:00
7498646d55 added SearchResult class. Artist and Album classes are now complete. 2008-07-17 11:21:01 +00:00
2a51a20bb9 2008-07-16 20:48:16 +00:00
bdf12b8152 2008-07-16 13:06:42 +00:00
0127a84744 2008-07-15 13:45:06 +00:00
6795300436 2008-07-15 13:43:39 +00:00
c6484d607a 2008-07-15 13:40:56 +00:00
9abb78932f added setup.py and dist directory with source, egg and wininst distributions 2008-07-15 13:24:24 +00:00
8888f99329 2008-07-15 12:02:07 +00:00
fde0e7e1c2 2008-07-15 12:01:20 +00:00
9a061d88cf 2008-07-15 11:59:49 +00:00
7363f5cd18 implemented the singleton pattern 2008-07-14 19:08:39 +00:00
4b1217f56a added init and auth (empty) modules 2008-07-14 10:31:40 +00:00
684315cca4 added user and weeklychart modules 2008-07-14 10:20:18 +00:00
0d055183bc added new classes 2008-07-10 16:55:05 +00:00
2ddd3f320b 2008-07-10 16:53:43 +00:00
c04282b261 2008-07-10 14:04:42 +00:00
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
63470dc254 added album, api, artist, filecache, tag and xml2dict module. 2008-07-03 19:03:41 +00:00
a481228895 Initial directory structure. 2008-07-01 13:14:16 +00:00