Metadata-Version: 1.1
Name: historydb
Version: 0.4.0
Summary: HistoryDB implemented in Python
Home-page: https://bitbucket.org/asdtech/historydb-python
Author: ASD Technologies
Author-email: admin@asdco.ru
License: BSD License
Description: Historydb-python
        ----------------
        
        `Historydb <https://github.com/reverbrain/historydb>`_ client implemented in Python.
        
        It implements C++ API with some pythonic additions, such as iterators and helper functions.
        
        Also it contains client which can use `gevent <http://www.gevent.org/>`_ or threads and handles reconnects and retries.
        
        Requires ``elliptics=2.25.*`` system package (with Python bindings).
        
        To run tests::
        
            $ python bootstrap.py
            $ bin/buildout
            $ bin/nosetests
        
        
        For elliptics=2.24.* use v0.3.0
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
