.editorconfig
.gitignore
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
appveyor.yml
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.idea/misc.xml
.idea/modules.xml
.idea/script-venv.iml
.idea/vcs.xml
.idea/dictionaries/Struan.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/runConfigurations/py_test_annotate_script_venv.xml
.idea/runConfigurations/py_test_coverage_script_venv.xml
.idea/runConfigurations/py_test_flake8_script_venv.xml
.idea/runConfigurations/py_test_script_venv.xml
docs/.gitignore
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
script_venv/__init__.py
script_venv/cli.py
script_venv/config.py
script_venv/script_venv.py
script_venv/venv.py
script_venv.egg-info/PKG-INFO
script_venv.egg-info/SOURCES.txt
script_venv.egg-info/dependency_links.txt
script_venv.egg-info/entry_points.txt
script_venv.egg-info/not-zip-safe
script_venv.egg-info/requires.txt
script_venv.egg-info/top_level.txt
tests/.sv_cfg
tests/Sample.py
tests/test_config.py
tests/test_script_venv.py
tests/test_venv.py