#pycps - Clusterpoint Server Python API library#

---
##About##
Clusterpoint Server is a scalable high-speed NoSQL database technology with Google-like search. 
Pycps is a Python API for Clusterpoint Server. 

##Useful links##

* [Clusterpoint Ltd. web page](http://www.clusterpoint.com/)

* [Clusterpoint wiki](http://www.clusterpoint.com/wiki/Main_Page)

* [Clusterpoint API reference including Python](http://www.clusterpoint.com/wiki/Reference)

* [Pycps library documentation](http://clusterpoint.github.com/pycps/)

* [Pycps github repository](http://clusterpoint.github.com/pycps/)

* [Pycps PYPI page](http://pypi.python.org/pypi/pycps)

##Installation##
You can use the PYPI and install pre made tarball:

`pip install pycps`

Or to build the package and install it manually:
`tar -xzvf pycps-0.1.0.tar.gz`

`cd pycps-0.1.0/`

`sudo python2 setup.py install`

##Usage##
TODO

##Support##
Please feel free to contact the maintainer of this package on silins.viesturs@gmail.com

