Metadata-Version: 2.1
Name: citation-date
Version: 0.1.0
Summary: Regex date formula and decoder - Philippine Supreme Court Decisions
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 :: 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: Topic :: Text Processing :: General
Classifier: Typing :: Typed
Requires-Dist: python-dateutil (>=2.8,<3.0)
Requires-Dist: types-python-dateutil (>=2.8.19,<3.0.0)
Project-URL: Repository, https://github.com/justmars/citation-date
Description-Content-Type: text/markdown

# citation-date

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

Regex date formula and decoder, eventually used by the dataset employed in [LawSQL](https://lawsql.com).

## Documentation

See [documentation](https://justmars.github.io/citation-date).

## Development

Checkout code, create a new virtual environment:

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

Run tests:

```sh
pytest
```

