Allow getting venue info through Event.get_venue() as a workaround until

the Venue.getInfo API call is added to Last.fm. Changed version to 0.6
in setup.py and pylast.py to reflect update.
This commit is contained in:
Andrew Moss 2013-12-26 23:11:23 +00:00
parent 4621a1a6e4
commit c8216a139e
8 changed files with 133 additions and 105 deletions

37
.gitignore vendored
View file

@ -1,37 +0,0 @@
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject