You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Diwank Singh Tomer cb6885b398 deps: Upgrade dependencies
Signed-off-by: Diwank Singh Tomer <diwank.singh@gmail.com>
5 months ago
..
.github_disabled/workflows adapt python lib to new API 2 years ago
src use rayon to spawn threads in the global pool 9 months ago
.gitignore adapt python lib to new API 2 years ago
Cargo.toml deps: Upgrade dependencies 5 months ago
README-zh.md update docs 2 years ago
README.md update docs 2 years ago
build.sh dependencies 2 years ago
pyproject.toml adapt python lib to new API 2 years ago

README.md

cozo-lib-python

pypi

Native bindings for embedding CozoDB in Python, providing the cozo_embedded package.

You are not supposed to be using this package directly in your code. Use PyCozo, which depends on this package.

To build this package, you need to install the Rust toolchain as well as the maturin python package. Then run

maturin build -F compact -F storage-rocksdb --release

Refer maturin's docs for more information about how to develop and build this package.