.flake8
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE.txt
README.md
codecov.yml
pyproject.toml
requirements.txt
tox.ini
.github/CODEOWNERS
.github/FUNDING.yml
.github/dependabot.yml
.github/release-drafter.yml
.github/workflows/ack.yml
.github/workflows/publish.yml
.github/workflows/push.yml
.github/workflows/release.yml
.github/workflows/tox.yml
src/vagpy.egg-info/PKG-INFO
src/vagpy.egg-info/SOURCES.txt
src/vagpy.egg-info/dependency_links.txt
src/vagpy.egg-info/requires.txt
src/vagpy.egg-info/top_level.txt
src/vagrant/__init__.py
src/vagrant/_version.py
src/vagrant/compat.py
src/vagrant/py.typed
src/vagrant/test.py
tests/__init__.py
tests/test_vagrant.py
tests/test_vagrant_test_case.py
tests/tools/create_dummy_box.sh
tests/vagrantfiles/multivm_Vagrantfile
tests/vagrantfiles/shell_provision_Vagrantfile
tests/vagrantfiles/vm_Vagrantfile
tests/vagrantfiles/multi_box/Vagrantfile
tests/vagrantfiles/single_box/Vagrantfile