/statute-trees

Law is mostly tree-based. This library facilitates the creation of codifications, statutes, and documents in the form of trees.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

statute-trees

Github CI

Tree-based Philippine Codifications, Statutes, and Documents, using a uniform node structure; utilized in the LawSQL dataset.

Documentation

See documentation.

Development

Checkout code, create a new virtual environment:

poetry add statute-trees # python -m pip install statute-trees
poetry update # install dependencies
poetry shell

Run tests:

pytest