.all-contributorsrc
.gitignore
LICENSE
MANIFEST.in
README.md
pcufile.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/pytest.yml
.vscode/extensions.json
.vscode/settings.json
pip_check_updates/__init__.py
pip_check_updates/__main__.py
pip_check_updates/args.py
pip_check_updates/config.py
pip_check_updates/filter.py
pip_check_updates/style.py
pip_check_updates.egg-info/PKG-INFO
pip_check_updates.egg-info/SOURCES.txt
pip_check_updates.egg-info/dependency_links.txt
pip_check_updates.egg-info/entry_points.txt
pip_check_updates.egg-info/requires.txt
pip_check_updates.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_compare_versions.py
tests/test_config.py
tests/test_get_args.py
tests/test_get_current_version.py
tests/test_is_a_match.py
tests/test_styled_text.py