LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
deeporigin.egg-info/PKG-INFO
deeporigin.egg-info/SOURCES.txt
deeporigin.egg-info/dependency_links.txt
deeporigin.egg-info/entry_points.txt
deeporigin.egg-info/requires.txt
deeporigin.egg-info/top_level.txt
src/VERSION
src/__init__.py
src/auth.py
src/context.py
src/exceptions.py
src/feature_flags.py
src/utils.py
src/warnings.py
src/cli/__init__.py
src/cli/context.py
src/cli/data.py
src/cli/variables.py
src/config/__init__.py
src/config/default.yml
src/managed_data/__init__.py
src/managed_data/_api.py
src/managed_data/api.py
src/managed_data/client.py
src/managed_data/schema.py
src/variables/__init__.py
src/variables/base_type.py
src/variables/core.py
src/variables/types/__init__.py
src/variables/types/anthropic_api_key.py
src/variables/types/aws_profile.py
src/variables/types/env_var.py
src/variables/types/file.py
src/variables/types/git_http_credentials.py
src/variables/types/gurobi_license_file.py
src/variables/types/mosek_license_file.py
src/variables/types/open_ai_api_key.py
src/variables/types/private_gpg_key.py
src/variables/types/private_ssh_key.py
src/variables/types/secret_env_var.py
src/variables/types/secret_env_var_value.py
src/variables/types/secret_file.py
src/variables/types/secret_file_value.py
src/variables/types/xpress_license_file.py
tests/test_cli.py
tests/test_cli_data.py
tests/test_config.py
tests/test_context.py
tests/test_feature_flags.py
tests/test_managed_data.py
tests/test_variables.py