pinder /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Sep 23 04:49:13 -0700 2009 | |
| |
CHANGELOG.txt | Sat Apr 25 02:07:29 -0700 2009 | |
| |
LICENSE.txt | Sat Apr 25 02:07:29 -0700 2009 | |
| |
NEWS.txt | Sat Apr 25 02:07:29 -0700 2009 | |
| |
PKG-INFO | Sat Apr 25 02:07:29 -0700 2009 | |
| |
README.txt | Sat Apr 25 02:07:29 -0700 2009 | |
| |
doc/ | Sat Apr 25 02:07:29 -0700 2009 | |
| |
pinder/ | ||
| |
setup.py | Sat Apr 25 02:07:29 -0700 2009 | |
| |
test/ |
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>

