Metadata-Version: 2.4
Name: tkrzw
Version: 0.1.30
Summary: a set of implementations of DBM
Home-page: http://dbmx.net/tkrzw/
Author: Mikio Hirabayashi
Author-email: hirarin@gmail.com
Keywords: tkrzw dbm database performance concurrency scalability durability
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
License-File: COPYING
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: summary

Python interface of Tkrzw
=========================

[Tkrzw](https://dbmx.net/tkrzw/) is a C++ library implementing DBM with various
algorithms. It features high degrees of performance, concurrency, scalability and
durability.

We build the following wheels:

- musllinux_1_2_x86_64
- manylinux_2_27_x86_64
- TODO: macos
- TODO: windows

Issues
------

- Please report issues related to the build and the wheels to
  [tkrzw-wheels](https://github.com/ganwell/tkrzw-wheels)
- Please report issues related to the binding to
  [tkrzw-python](https://github.com/estraier/tkrzw-python)

Please read the following documents.

- [COPYING](https://github.com/estraier/tkrzw-python/blob/master/COPYING)
- [CONTRIBUTING.md](https://github.com/estraier/tkrzw-python/blob/master/CONTRIBUTING.md)
