LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.py
vspy/__init__.py
vspy/main.py
vspy/py.typed
vspy.egg-info/PKG-INFO
vspy.egg-info/SOURCES.txt
vspy.egg-info/dependency_links.txt
vspy.egg-info/entry_points.txt
vspy.egg-info/requires.txt
vspy.egg-info/top_level.txt
vspy/core/__init__.py
vspy/core/app.py
vspy/core/args.py
vspy/core/clients.py
vspy/core/file_io.py
vspy/core/project.py
vspy/core/type_hints.py
vspy/core/utils.py
vspy/resources/data.json
vspy/resources/static/==changelog==
vspy/resources/static/==editor_config==
vspy/resources/static/==empty==
vspy/resources/static/==flake8==
vspy/resources/static/==gitattributes==
vspy/resources/static/==gitignore==
vspy/resources/static/==init==
vspy/resources/static/==license==
vspy/resources/static/==main==
vspy/resources/static/==pre_commit==
vspy/resources/static/==vs_config==
vspy/resources/templates/==coveragerc==
vspy/resources/templates/==deploy==
vspy/resources/templates/==devdep==
vspy/resources/templates/==isort==
vspy/resources/templates/==isort_cfg==
vspy/resources/templates/==manifest==
vspy/resources/templates/==mypy==
vspy/resources/templates/==pylintrc==
vspy/resources/templates/==pyprojecttoml==
vspy/resources/templates/==readme==
vspy/resources/templates/==setuppy==
vspy/resources/templates/==test==
vspy/resources/templates/==test_and_lint==
vspy/resources/templates/==toxini==