/apidocs/pyechonest-pysrc.html

http://echo-nest-remix.googlecode.com/ · HTML · 123 lines · 92 code · 10 blank · 21 comment · 0 complexity · d5c2d414e9d27d5aaf5b3c240cc7ad46 MD5 · raw file

  1. <?xml version="1.0" encoding="ascii"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>pyechonest</title>
  7. <link rel="stylesheet" href="epydoc.css" type="text/css" />
  8. <script type="text/javascript" src="epydoc.js"></script>
  9. </head>
  10. <body bgcolor="white" text="black" link="blue" vlink="#204080"
  11. alink="#204080">
  12. <!-- ==================== NAVIGATION BAR ==================== -->
  13. <table class="navbar" border="0" width="100%" cellpadding="0"
  14. bgcolor="#a0c0ff" cellspacing="0">
  15. <tr valign="middle">
  16. <!-- Tree link -->
  17. <th>&nbsp;&nbsp;&nbsp;<a
  18. href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
  19. <!-- Index link -->
  20. <th>&nbsp;&nbsp;&nbsp;<a
  21. href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
  22. <!-- Help link -->
  23. <th>&nbsp;&nbsp;&nbsp;<a
  24. href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
  25. <!-- Project homepage -->
  26. <th class="navbar" align="right" width="100%">
  27. <table border="0" cellpadding="0" cellspacing="0">
  28. <tr><th class="navbar" align="center"
  29. ><a class="navbar" target="_top" href="http://code.google.com/p/echo-nest-remix/">Project Homepage</a></th>
  30. </tr></table></th>
  31. </tr>
  32. </table>
  33. <table width="100%" cellpadding="0" cellspacing="0">
  34. <tr valign="top">
  35. <td width="100%">
  36. <span class="breadcrumbs">
  37. Package&nbsp;pyechonest
  38. </span>
  39. </td>
  40. <td>
  41. <table cellpadding="0" cellspacing="0">
  42. <!-- hide/show private -->
  43. <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
  44. onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
  45. <tr><td align="right"><span class="options"
  46. >[<a href="frames.html" target="_top">frames</a
  47. >]&nbsp;|&nbsp;<a href="pyechonest-pysrc.html"
  48. target="_top">no&nbsp;frames</a>]</span></td></tr>
  49. </table>
  50. </td>
  51. </tr>
  52. </table>
  53. <h1 class="epydoc">Source Code for <a href="pyechonest-module.html">Package pyechonest</a></h1>
  54. <pre class="py-src">
  55. <a name="L1"></a><tt class="py-lineno"> 1</tt> <tt class="py-line"><tt class="py-comment">#!/usr/bin/env python</tt> </tt>
  56. <a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"><tt class="py-comment"># encoding: utf-8</tt> </tt>
  57. <a name="L3"></a><tt class="py-lineno"> 3</tt> <tt class="py-line"> </tt>
  58. <a name="L4"></a><tt class="py-lineno"> 4</tt> <tt class="py-line"><tt class="py-docstring">"""</tt> </tt>
  59. <a name="L5"></a><tt class="py-lineno"> 5</tt> <tt class="py-line"><tt class="py-docstring">Copyright (c) 2010 The Echo Nest. All rights reserved.</tt> </tt>
  60. <a name="L6"></a><tt class="py-lineno"> 6</tt> <tt class="py-line"><tt class="py-docstring">Created by Tyler Williams on 2009-06-25.</tt> </tt>
  61. <a name="L7"></a><tt class="py-lineno"> 7</tt> <tt class="py-line"><tt class="py-docstring">"""</tt> </tt>
  62. <a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"> </tt>
  63. <a name="L9"></a><tt class="py-lineno"> 9</tt> <tt class="py-line"><tt class="py-name">__all__</tt> <tt class="py-op">=</tt> <tt class="py-op">[</tt><tt class="py-string">'config'</tt><tt class="py-op">,</tt> <tt class="py-string">'util'</tt><tt class="py-op">,</tt> <tt class="py-string">'proxies'</tt><tt class="py-op">,</tt> <tt class="py-string">'results'</tt><tt class="py-op">,</tt> <tt class="py-string">'artist'</tt><tt class="py-op">,</tt> <tt class="py-string">'song'</tt><tt class="py-op">,</tt> <tt class="py-string">'track'</tt><tt class="py-op">]</tt> </tt>
  64. <a name="L10"></a><tt class="py-lineno">10</tt> <tt class="py-line"> </tt><script type="text/javascript">
  65. <!--
  66. expandto(location.href);
  67. // -->
  68. </script>
  69. </pre>
  70. <br />
  71. <!-- ==================== NAVIGATION BAR ==================== -->
  72. <table class="navbar" border="0" width="100%" cellpadding="0"
  73. bgcolor="#a0c0ff" cellspacing="0">
  74. <tr valign="middle">
  75. <!-- Tree link -->
  76. <th>&nbsp;&nbsp;&nbsp;<a
  77. href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
  78. <!-- Index link -->
  79. <th>&nbsp;&nbsp;&nbsp;<a
  80. href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
  81. <!-- Help link -->
  82. <th>&nbsp;&nbsp;&nbsp;<a
  83. href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
  84. <!-- Project homepage -->
  85. <th class="navbar" align="right" width="100%">
  86. <table border="0" cellpadding="0" cellspacing="0">
  87. <tr><th class="navbar" align="center"
  88. ><a class="navbar" target="_top" href="http://code.google.com/p/echo-nest-remix/">Project Homepage</a></th>
  89. </tr></table></th>
  90. </tr>
  91. </table>
  92. <table border="0" cellpadding="0" cellspacing="0" width="100%%">
  93. <tr>
  94. <td align="left" class="footer">
  95. Generated by Epydoc 3.0.1 on Wed Sep 1 16:09:00 2010
  96. </td>
  97. <td align="right" class="footer">
  98. <a target="mainFrame" href="http://epydoc.sourceforge.net"
  99. >http://epydoc.sourceforge.net</a>
  100. </td>
  101. </tr>
  102. </table>
  103. <script type="text/javascript">
  104. <!--
  105. // Private objects are initially displayed (because if
  106. // javascript is turned off then we want them to be
  107. // visible); but by default, we want to hide them. So hide
  108. // them unless we have a cookie that says to show them.
  109. checkCookie();
  110. // -->
  111. </script>
  112. </body>
  113. </html>