Skip to content

jubatus/jubatus-python-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jubatus Python Client

Jubatus client library for Python. See pypi for the latest release.

All codes are generated by jenerator .

Install

$ pip install jubatus

License

MIT License

Packaging

To make Python packages, run generate.sh and package it:

$ ./generate.sh
$ python setup.py sdist

Before making Python packages, you need to build Python files from .idl. Run the generate.sh to generate your own Python client, you need to build jenerator, a client code generator.