Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 941 Bytes

README.rst

File metadata and controls

37 lines (22 loc) · 941 Bytes

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.