Metadata-Version: 2.1
Name: python-rocksdb-static
Version: 0.7.7
Summary: Python bindings for RocksDB
Home-page: https://github.com/mosquito/python-rocksdb-static
Author: Ming Hsuan Tu
Author-email: qrnnis2623891@gmail.com
Maintainer: Dmitry Orlov
Maintainer-email: me@mosquito.su
License: BSD License
Keywords: rocksdb,static,build
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.md
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/).


