Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 519 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 519 Bytes

citation-date

Github CI

Regex date formula and decoder, eventually used by the dataset employed in LawSQL.

Documentation

See documentation.

Development

Checkout code, create a new virtual environment:

poetry add citation-date # python -m pip install citation-date
poetry install # install dependencies
poetry shell

Run tests:

pytest