Metadata-Version: 2.1
Name: statute-trees
Version: 0.1.4
Summary: Tree-based Philippine Codifications, Statutes, and Documents, using a uniform node structure (i.e., leaves of a tree) identified by a given material path.
Home-page: https://lawsql.com
License: MIT
Author: Marcelino G. Veloso III
Author-email: mars@veloso.one
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pydantic
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Legal Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Dist: citation-utils (>=0.2.8,<0.3.0)
Requires-Dist: statute-patterns (>=0.2.2,<0.3.0)
Project-URL: Documentation, https://github.com/justmars/statute-trees
Project-URL: Repository, https://github.com/justmars/statute-trees
Description-Content-Type: text/markdown

# statute-trees

![Github CI](https://github.com/justmars/statute-trees/actions/workflows/main.yml/badge.svg)

 Tree-based Philippine Codifications, Statutes, and Documents, using a uniform node structure; utilized in the [LawSQL dataset](https://lawsql.com).

## Documentation

See [documentation](https://justmars.github.io/statute-trees).

## Development

Checkout code, create a new virtual environment:

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

Run tests:

```sh
pytest
```

