This commit is contained in:
Amr Hassan 2009-02-02 15:16:34 +00:00
parent 0e78d9344e
commit 9b99975d5d

View file

@ -20,15 +20,6 @@
#
# http://code.google.com/p/pylast/
# TODO:
# - go over all the apis from the official documentation. [done]
# - write better documentation of each function as you go. [done]
# - internal caching [done].
# - easy proxy support [done].
# - implement call delay.
# - better adherence to naming guidelines (http://www.python.org/doc/essays/styleguide.html) [done]
# - implement __repr__, __eq__ and __ne__ everywhere possible. [done]
__name__ = 'pylast'
__version__ = '0.3.0a'
__doc__ = 'A Python interface to the Last.fm API.'