python-disqus/README.rst
2009-05-13 23:22:37 -04:00

38 lines
751 B
ReStructuredText

==================
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 <james.p.turk@gmail.com>.
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.