Python client in PyPI?
Tue, 07/17/2012 - 09:00
Hi!
It would be nice to have the python client available in the python package index (PyPI). Since you already have a setup.py available, registering there is extra easy (python setup.py upload). Check out http://wiki.python.org/moin/CheeseShopTutorial for more details.
If you do this, installing the couchbase client is as easy as
$ pip install couchbase
and you'll get three brownie points from python devs.
That's definitely something we're looking at right now. In fact, if you'd like to help contribute, please let us know! The python client is evolving quickly.