================== python-sunlightapi ================== Python library for interacting with the Disqus API. Documentation for the Disqus API is available at http://wiki.disqus.net/API Written by James Turk . All code is under a BSD-style license, see LICENSE for details. Homepage: http://pypi.python.org/pypi/python-disqus/ Source: http://github.com/jamesturk/python-disqus/ Requirements ============ python >= 2.4 simplejson >= 1.8 (not required with python 2.6, will use built in json module) Installation ============ To install run ``python setup.py install`` which will install the bindings into python's site-packages directory. Usage ===== I promise, I'll write this soon, bug me if you need docs.