diff options
Diffstat (limited to 'dev-python/pyechonest/metadata.xml')
-rw-r--r-- | dev-python/pyechonest/metadata.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/pyechonest/metadata.xml b/dev-python/pyechonest/metadata.xml new file mode 100644 index 00000000000..77ada575eb7 --- /dev/null +++ b/dev-python/pyechonest/metadata.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> + <longdescription lang="en"> + 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. + </longdescription> + <upstream> + <remote-id type="github">echonest/pyechonest</remote-id> + </upstream> +</pkgmetadata> |