Metadata-Version: 1.0
Name: echoplot
Version: 0.1.0
Summary: Plot song data using the EchoNest API.
Home-page: http://pypi.python.org/pypi/echoplot
Author: Alexandre Passant
Author-email: alex@passant.org
License: LICENSE.txt
Description: ========
        EchoPlot
        ========
        
        Plot loudness of a song using the EchoNest API.
        
        The EchoNest API key needs to be setup as an environment variable ECHO_NEST_API_KEY.
        
            #!/usr/bin/env python
        
            from echoplot import EchoPlot
            
            EchoPlot('The Clash', 'London Calling').plot()
        
        Optional arguments ``start`` and ``end`` to start/end the song analysis at a certain time.
        
        Contact, infos, related hacks: <http://apassant.net> and <http://mdg.io>
        
Platform: UNKNOWN
