obsolete python client library for Disqus 1.1 API
Go to file
2009-10-01 23:12:37 -04:00
disqus.py some old uncommitted changes 2009-10-01 00:50:03 -04:00
LICENSE copied LICENSE from a sunlight project --oops 2009-10-01 23:12:37 -04:00
MANIFEST.in a work in progress 2009-05-13 23:22:37 -04:00
README.rst a work in progress 2009-05-13 23:22:37 -04:00
setup.py a work in progress 2009-05-13 23:22:37 -04:00

==================
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.