pyechonest.config (version 4.2) | index http://pyechonest.googlecode.com/svn/trunk/doc/config.py |
Copyright (c) 2010 The Echo Nest. All rights reserved.
Created by Tyler Williams on 2010-04-25.
Global configuration variables for accessing the Echo Nest web API.
Modules | ||||||
|
Data | ||
API_HOST = 'developer.echonest.com' API_SELECTOR = 'api' API_VERSION = 'v4' CACHE = True CALL_TIMEOUT = 10 CODEGEN_BINARY_OVERRIDE = None ECHO_NEST_API_KEY = 'FE05GQRRSBUZKVSUJ' HTTP_USER_AGENT = 'PyEchonest' MP3_BITRATE = 128 TRACE_API_CALLS = True __version__ = '4.2' |