public
Description: python client library for Disqus API
Homepage:
Clone URL: git://github.com/jamesturk/python-disqus.git
name age message
file LICENSE Loading commit data...
file MANIFEST.in
file README.rst
file disqus.py
file setup.py
README.rst

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.