Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 562 Bytes

File metadata and controls

25 lines (16 loc) · 562 Bytes

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