.dockerignore
.gitignore
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
MANIFEST.in
README.md
logo.png
publish.sh
pyproject.toml
requirements.txt
setup.py
test-requirements.txt
.github/pass
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/test-and-publish.yml
pyresolvers/__init__.py
pyresolvers/__main__.py
pyresolvers/validator.py
pyresolvers.egg-info/PKG-INFO
pyresolvers.egg-info/SOURCES.txt
pyresolvers.egg-info/dependency_links.txt
pyresolvers.egg-info/entry_points.txt
pyresolvers.egg-info/requires.txt
pyresolvers.egg-info/top_level.txt
pyresolvers/lib/__init__.py
pyresolvers/lib/core/__init__.py
pyresolvers/lib/core/__version__.py
pyresolvers/lib/core/input.py
pyresolvers/lib/core/output.py
tests/__init__.py
tests/test_cli.py
tests/test_validator.py