.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/coverage.yaml
.github/workflows/multi-test.yaml
.github/workflows/release.yaml
.vscode/launch.json
.vscode/settings.json
enclosed/__init__.py
enclosed/__main__.py
enclosed/parser.py
enclosed/version.py
enclosed.egg-info/PKG-INFO
enclosed.egg-info/SOURCES.txt
enclosed.egg-info/dependency_links.txt
enclosed.egg-info/entry_points.txt
enclosed.egg-info/top_level.txt
tests/test_parser_fail.py
tests/test_parser_success.py
tests/test_version.py