.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CODE_OF_CONDUCT.md
LICENSE
README.md
codecov.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
whitelist.txt
.github/CODEOWNERS
.github/CONTRIBUTING.md
.github/workflows/check.yml
docs/changelog.rst
docs/conf.py
docs/demo.gif
docs/index.rst
src/pypi_changes/__init__.py
src/pypi_changes/__main__.py
src/pypi_changes/_cli.py
src/pypi_changes/_distributions.py
src/pypi_changes/_info.py
src/pypi_changes/_pkg.py
src/pypi_changes/_print.py
src/pypi_changes/_version.py
src/pypi_changes/py.typed
src/pypi_changes.egg-info/PKG-INFO
src/pypi_changes.egg-info/SOURCES.txt
src/pypi_changes.egg-info/dependency_links.txt
src/pypi_changes.egg-info/entry_points.txt
src/pypi_changes.egg-info/requires.txt
src/pypi_changes.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/pypi_info_missing_package.yaml
tests/pypi_info_pytz.yaml
tests/pypi_info_self.yaml
tests/test_cli.py
tests/test_distributions.py
tests/test_info.py
tests/test_main.py
tests/test_pkg.py
tests/test_print.py
tests/test_pypi_changes.py
tests/test_version.py