We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df2a46 commit 461a316Copy full SHA for 461a316
README.md
@@ -1,8 +1,6 @@
1
# Python bindings for libmdbx
2
3
-This revives the python bindings for libmdbx.
4
-
5
-Originally forked from [libmdbx](https://github.com/erthink/libmdbx/tree/python-bindings) with a few bugs fixed.
+Python bindings for libmdbx.
6
7
Try it with
8
@@ -39,4 +37,8 @@ Install via poetry
39
37
poetry install
40
38
```
41
42
-That's it!
+That's it!
+
+## Credits
43
44
+Forked from [libmdbx](https://github.com/erthink/libmdbx/tree/python-bindings)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "libmdbx"
-version = "0.1.1"
+version = "0.2.0"
description = "The python bindings to libmdbx."
homepage = "https://github.com/wtdcode/mdbx-py"
authors = ["lazymio <mio@lazym.io>"]
0 commit comments