public
Description: My fork of Pinder, the Campfire API for Python developers.
Homepage: http://dev.oluyede.org/pinder/
Clone URL: git://github.com/defunkt/pinder.git
pinder /
name age message
file .gitignore Wed Sep 23 04:49:13 -0700 2009 added .swp and build to gitignore [Orestis Markou]
file CHANGELOG.txt Sat Apr 25 02:07:29 -0700 2009 Importing Pinder 0.6.5 [defunkt]
file LICENSE.txt Sat Apr 25 02:07:29 -0700 2009 Importing Pinder 0.6.5 [defunkt]
file NEWS.txt Sat Apr 25 02:07:29 -0700 2009 Importing Pinder 0.6.5 [defunkt]
file PKG-INFO Sat Apr 25 02:07:29 -0700 2009 Importing Pinder 0.6.5 [defunkt]
file README.txt Sat Apr 25 02:07:29 -0700 2009 Importing Pinder 0.6.5 [defunkt]
directory doc/ Sat Apr 25 02:07:29 -0700 2009 Importing Pinder 0.6.5 [defunkt]
directory pinder/ Wed Sep 23 09:03:13 -0700 2009 verbage [defunkt]
file setup.py Sat Apr 25 02:07:29 -0700 2009 Importing Pinder 0.6.5 [defunkt]
directory test/ Wed Sep 23 09:02:19 -0700 2009 Whitespace [defunkt]
README.txt
Pinder 0.6.5
============

Pinder is a client library for Campfire, the chat application from 37Signals.

You can find Campfire here: <http://www.campfirenow.com/>

Requirements
------------

* Python 2.3+
* BeautifulSoup >= 3.0.4
* httplib2 >= 0.3.0

Installation
------------


$ easy_install -U BeautifulSoup
$ easy_install -U httplib2

Then:

$ easy_install -U pinder

- OR -

Get the latest version from <http://dev.oluyede.org/download/pinder/>, unpack it, go inside the new directory and type 
the following in the shell:

$ python setup.py install


Documentation
-------------

See doc/usage.txt for usage documentation and doc/api/pinder.html for the API doc. There's also a faq in doc/faq.txt.


Many thanks to Brandon Keepers <http://opensoul.org/> for Tinder.

Subversion access
-----------------

See <http://dev.oluyede.org/trac/default/wiki/Pinder>