pyella 0.1.4

Python bindings for the ella datastore.
Documentation
1
2
3
4
5
6
7
8
9
10
[project]
name = "ella"

[build-system]
requires = ["maturin>=0.14,<0.15"]
build-backend = "maturin"

[tool.maturin]
features = ["pyo3/extension-module"]
module-name = "ella._internal"