Metadata-Version: 1.1
Name: jubatus
Version: 0.8.0
Summary: Jubatus is a distributed processing framework and streaming machine learning library. This is the Jubatus client in Python.
Home-page: http://jubat.us
Author: PFN & NTT
Author-email: jubatus@googlegroups.com
License: MIT License
Download-URL: http://pypi.python.org/pypi/jubatus/
Description: Jubatus Python Client
        =====================
        
        Jubatus client library for Python.
        See `pypi <http://pypi.python.org/pypi/jubatus>`_ 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.
        
        * See the document for the details: `English <http://jubat.us/en/server.html#building-jenerator>`_ / `Japanese <http://jubat.us/ja/server.html#id5>`_
        * jenerator source is can be found in the main Jubatus repository: https://github.com/jubatus/jubatus/tree/master/tools/jenerator/
        * Make sure to put `jenerator` in your `PATH` environment variable.
        
Platform: Linux
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Information Analysis
