.gitignore
.pre-commit-config.yaml
LICENSE
README.md
noxfile.py
pyproject.toml
.github/CODEOWNER
.github/dependabot.yml
.github/release-drafter.yml
.github/workflows/cd.yml
.github/workflows/ci.yml
.github/workflows/refresh-eol-data.yml
.github/workflows/release-drafter.yml
.github/workflows/stale.yml
py_eol/__init__.py
py_eol/_eol_data.py
py_eol/checker.py
py_eol/cli.py
py_eol/sync_data.py
py_eol.egg-info/PKG-INFO
py_eol.egg-info/SOURCES.txt
py_eol.egg-info/dependency_links.txt
py_eol.egg-info/entry_points.txt
py_eol.egg-info/requires.txt
py_eol.egg-info/top_level.txt
tests/checker_test.py
tests/cli_test.py
tests/sync_data_test.py