Metadata-Version: 2.1
Name: python-rocksdb-static
Version: 0.7.2
Summary: Python bindings for RocksDB
Home-page: https://github.com/twmht/python-rocksdb
Author: Ming Hsuan Tu
Author-email: qrnnis2623891@gmail.com
License: BSD License
Keywords: rocksdb
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: setuptools (>=25)
Provides-Extra: doc
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Requires-Dist: sphinx ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

WHAT IS THIS
============

This package provides binary python wheels statically linked with
rocksdb.

The [python-rocksdb](https://github.com/twmht/python-rocksdb) repo has no
binary packages.

See complete documentation 
(here)[http://python-rocksdb.readthedocs.io/en/latest/].


