Regex formula of Philippine Supreme Court citations in report format, i.e. SCRA, PHIL, OFFG; utilized in the LawSQL dataset.
See documentation, building on top of citation-date.
Checkout code, create a new virtual environment:
poetry add citation-report # python -m pip install citation-report
poetry update # install dependencies
poetry shell
Run tests:
pytest