LICENSE
README.md
pyproject.toml
src/citation_date/__init__.py
src/citation_date/decoder.py
src/citation_date.egg-info/PKG-INFO
src/citation_date.egg-info/SOURCES.txt
src/citation_date.egg-info/dependency_links.txt
src/citation_date.egg-info/requires.txt
src/citation_date.egg-info/top_level.txt
src/citation_date/base/__init__.py
src/citation_date/base/date_day.py
src/citation_date/base/date_month.py
src/citation_date/base/date_year.py
src/citation_date/base/report.py
src/citation_date/base/us_uk.py
tests/test_dates.py
tests/test_day.py
tests/test_month.py
tests/test_patterns.py
tests/test_us_uk.py
tests/test_year.py