Merge pull request 18 from njl/create_catalog_by_name_factory_function
Factory function to create a catalog by name, avoiding the profile call.
Adds a factory function to create a catalog by name, avoiding the profile call.
add list_genres
genres fix in proxies.py
genres field
Merge branch 'master' of github.com:echonest/pyechonest
do not do logger.basicConfig
Merge pull request 14 from alex/patch-1
Removed print statements
Removed print statements
It's inappropriate for a library to be printing to stdout.
Update pyechonest/catalog.py
get_catalog_by_name
Returning cat.
fix up long_description, README.md
add support for Catalog.keyvalues(); version upped to 7.1.0
CHANGELOG and setup.py updates
Merge branch 'master' of github.com:echonest/pyechonest
don't wrap in a try/except, let the exception bubble up
Merge pull request 13 from sebpiq/master
minor doc fix
small doc fix
dont crash if total isn't provided
Add some current contributors
bump version + update CHANGELOG
Deprecate the legacy Playlist, move BetaPlaylist to Playlist, add in support for new session catalog feature
more doc and .gitignore tweaks
fix up some minor doc issues
Delete old GITMOVE doc file.
bump version + update CHANGELOG
Bump version number for deletion of track/analyze methods.
Fixup comment and code in get_song_type. Improve/update comments on audio profile.
Eliminate track/analyze methods track_from_reanalyzing_id and track_from_reanalyzing_md5. Merge pull requests for timeout handling on profile calls. Fixup exception messages.
Merge pull request 12 from andreasjansson/master
Respect timeouts in track._wait_for_pending_track. Improve exception strings.
respect timeout in _wait_for_pending_track
This really bothered me, sorry
list_catalogs instead of list, resultlist response from catalog/list
bump version
don't override builtin list, return ResultList for catalog list call