Metadata-Version: 1.1
Name: pyechonest
Version: 4.2.17
Summary: Python interface to The Echo Nest APIs.
Home-page: https://github.com/echonest/pyechonest
Author: Tyler Williams
Author-email: tyler@echonest.com
License: UNKNOWN
Download-URL: https://github.com/echonest/pyechonest
Description: 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.
Platform: UNKNOWN
Requires: urllib
Requires: urllib2
Requires: json
