This repository is installable and publishable from the repository root.
pip install .For development:
pip install -e .[dev]python -m buildThis produces:
dist/*.tar.gz(sdist)dist/*.whl(wheel)
python -m twine check dist/*
python -m twine upload dist/*For TestPyPI first:
python -m twine upload --repository testpypi dist/*Package source and backend usage docs are in tortoise-oxigraph/README.md.