LICENSE
README.md
pyproject.toml
getv/__init__.py
getv/__main__.py
getv/app_defaults.py
getv/formats.py
getv/profile.py
getv/security.py
getv/store.py
getv.egg-info/PKG-INFO
getv.egg-info/SOURCES.txt
getv.egg-info/dependency_links.txt
getv.egg-info/entry_points.txt
getv.egg-info/requires.txt
getv.egg-info/top_level.txt
getv/integrations/__init__.py
getv/integrations/curl.py
getv/integrations/docker.py
getv/integrations/litellm.py
getv/integrations/ollama.py
getv/integrations/pydantic_env.py
getv/integrations/ssh.py
getv/integrations/subprocess_env.py
tests/test_app_defaults.py
tests/test_integrations.py
tests/test_profile.py
tests/test_security.py
tests/test_store.py