A Python interface to Last.fm and Libre.fm
Find a file
2014-03-02 11:54:20 +02:00
.build Update .build 2014-02-26 19:55:48 +02:00
.gitignore Move secrets out to test_pylast.yaml and provide an example. 2014-03-01 12:59:07 +02:00
.travis.yml Fix Travis 2014-03-02 11:54:20 +02:00
COPYING Import pylast-0.5.11 2012-03-10 14:50:47 +01:00
INSTALL Import pylast-0.5.11 2012-03-10 14:50:47 +01:00
MANIFEST.in Allow getting venue info through Event.get_venue() as a workaround until 2013-12-26 23:16:55 +00:00
pylast.py Album.get_top_tracks now returns TopItems. Closes #86. 2014-03-02 10:00:26 +02:00
README Allow getting venue info through Event.get_venue() as a workaround until 2013-12-26 23:16:55 +00:00
requirements.txt Move secrets out to test_pylast.yaml and provide an example. 2014-03-01 12:59:07 +02:00
setup.py Update setup.py 2014-02-26 19:55:37 +02:00
test_pylast.py If no secrets file, load from environment variables. For Travis CI testing. 2014-03-02 11:49:46 +02:00
test_pylast_example.yaml Move secrets out to test_pylast.yaml and provide an example. 2014-03-01 12:59:07 +02:00

pylast
------

A python interface to Last.fm. Try using the pydoc utility for help
on usage.

Original code can be found at: http://code.google.com/p/pylast/