diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-20 11:35:05 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:27 -0600 |
commit | 73da4d1c1dbd004da9e1956667c44e4925fdfc05 (patch) | |
tree | 9fa913f3cb30d7319832daaf848ecffd92b34535 /libraries/pyechonest/README | |
parent | 17babbcf56b377b2072259e904b303268480b0a0 (diff) | |
download | slackbuilds-73da4d1c1dbd004da9e1956667c44e4925fdfc05.tar.gz |
libraries/pyechonest: Added (Python interf. for Echo Nest APIs).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/pyechonest/README')
-rw-r--r-- | libraries/pyechonest/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libraries/pyechonest/README b/libraries/pyechonest/README new file mode 100644 index 0000000000..52976aa5b9 --- /dev/null +++ b/libraries/pyechonest/README @@ -0,0 +1,18 @@ +Tap into The Echo Nest's Musical Brain for the best music search, +information, recommendations and remix tools on the web. + +Pyechonest is an open source Python library for the Echo Nest API. +With Pyechonest you have Python access to the entire set of API +methods including: + +- artist - search for artists by name, description, or attribute, + and get back detailed information about any artist including audio, + similar artists, blogs, familiarity, hotttnesss, news, reviews, + urls and video. +- song - search songs by artist, title, description, or attribute + (tempo, duration, etc) and get detailed information back about each + song, such as hotttnesss, audio_summary, or tracks. +- track - upload a track to the Echo Nest and receive summary + information about the track including key, duration, mode, tempo, + time signature along with detailed track info including timbre, + pitch, rhythm and loudness information. |