{% extends "layout.html" %} {% set title = 'Overview' %} {% block body %}
Fork me on GitHub

Welcome to Pyechonest!

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:

Documentation

Examples

Some simple examples can be found in the README.

For more complex examples of what you can make with pyechonest, check out the bundled examples.

Get Pyechonest

Pyechonest is available as an easy-installable package on the Python Package Index. You can install it by running:

"easy_install pyechonest"

The code can be found in a git repository, at https://github.com/echonest/pyechonest.

{% endblock %}