LICENSE.md
README.md
pyproject.toml
src/pydepguardnext/.sigstore
src/pydepguardnext/.sigstore.asc
src/pydepguardnext/__init__.py
src/pydepguardnext/__main__.py
src/pydepguardnext.egg-info/PKG-INFO
src/pydepguardnext.egg-info/SOURCES.txt
src/pydepguardnext.egg-info/dependency_links.txt
src/pydepguardnext.egg-info/top_level.txt
src/pydepguardnext/api/__init__.py
src/pydepguardnext/api/errors.py
src/pydepguardnext/api/auth/guard.py
src/pydepguardnext/api/compat/__init__.py
src/pydepguardnext/api/compat/validator.py
src/pydepguardnext/api/deps/__init__.py
src/pydepguardnext/api/deps/enrich.py
src/pydepguardnext/api/deps/lockfile.py
src/pydepguardnext/api/deps/name.py
src/pydepguardnext/api/deps/version.py
src/pydepguardnext/api/deps/walker.py
src/pydepguardnext/api/factories/__init__.py
src/pydepguardnext/api/factories/mappingproxy_ovr.py
src/pydepguardnext/api/flags/flag.py
src/pydepguardnext/api/install/__init__.py
src/pydepguardnext/api/install/pip.py
src/pydepguardnext/api/install/parser/__init__.py
src/pydepguardnext/api/install/parser/cli_install.py
src/pydepguardnext/api/install/parser/common.py
src/pydepguardnext/api/install/parser/json.py
src/pydepguardnext/api/install/parser/magic.py
src/pydepguardnext/api/install/parser/pipfile.py
src/pydepguardnext/api/install/parser/poetry.py
src/pydepguardnext/api/install/parser/req.py
src/pydepguardnext/api/install/parser/setupcfg.py
src/pydepguardnext/api/install/parser/stdin.py
src/pydepguardnext/api/jit/__init__.py
src/pydepguardnext/api/jit/jit.py
src/pydepguardnext/api/lockfile/__init__.py
src/pydepguardnext/api/lockfile/manager.py
src/pydepguardnext/api/log/__init__.py
src/pydepguardnext/api/log/logit.py
src/pydepguardnext/api/net/entropy_utils.py
src/pydepguardnext/api/net/genkey.py
src/pydepguardnext/api/net/key_utils.py
src/pydepguardnext/api/net/keyclasses.py
src/pydepguardnext/api/net/memoryhandler.py
src/pydepguardnext/api/net/net_errors.py
src/pydepguardnext/api/permissions/pal.py
src/pydepguardnext/api/policy/__init__.py
src/pydepguardnext/api/policy/context.py
src/pydepguardnext/api/run/__init__.py
src/pydepguardnext/api/run/lambda_runner.py
src/pydepguardnext/api/runtime/__init__.py
src/pydepguardnext/api/runtime/airjail.py
src/pydepguardnext/api/runtime/guard.py
src/pydepguardnext/api/runtime/importer.py
src/pydepguardnext/api/runtime/mutator.py
src/pydepguardnext/api/runtime/no_guard.py
src/pydepguardnext/api/runtime/pydep_lambda.py
src/pydepguardnext/api/runtime/runtime.py
src/pydepguardnext/api/runtime/sigverify.py
src/pydepguardnext/api/runtime/snapshot.py
src/pydepguardnext/api/runtime/airjail_filters/__init__.py
src/pydepguardnext/api/runtime/airjail_filters/filter_read.py
src/pydepguardnext/api/seal/__init__.py
src/pydepguardnext/api/seal/seal.py
src/pydepguardnext/api/secrets/__init__.py
src/pydepguardnext/api/secrets/os_patch.py
src/pydepguardnext/api/secrets/secretentry.py
src/pydepguardnext/api/sign/__init__.py
src/pydepguardnext/api/sign/global_check.py
src/pydepguardnext/api/sign/handshake.py
src/pydepguardnext/api/sign/openssl_shim.py
src/pydepguardnext/api/sign/parse_pem.py
src/pydepguardnext/api/sign/securemem.py
src/pydepguardnext/api/sign/sign_utils.py
src/pydepguardnext/bootstrap/__init__.py
src/pydepguardnext/bootstrap/api_gate.py
src/pydepguardnext/bootstrap/boot.py
src/pydepguardnext/bootstrap/boot_patrol.py
src/pydepguardnext/bootstrap/boot_seal.py
src/pydepguardnext/bootstrap/boot_verify.py
src/pydepguardnext/bootstrap/bootwall.py
src/pydepguardnext/bootstrap/clock.py
src/pydepguardnext/bootstrap/envflags.py
src/pydepguardnext/bootstrap/fingerprint.py
src/pydepguardnext/bootstrap/function_registry.py
src/pydepguardnext/bootstrap/get_manifest.py
src/pydepguardnext/bootstrap/get_uuid.py
src/pydepguardnext/bootstrap/modes.py
src/pydepguardnext/bootstrap/self.py
src/pydepguardnext/bootstrap/state.py
src/pydepguardnext/bootstrap/timebox.py
src/pydepguardnext/bootstrap/verify_signature.py
src/pydepguardnext/ci/__init__.py
src/pydepguardnext/ci/gh/github_ci.py
src/pydepguardnext/cli/__init__.py
src/pydepguardnext/cli/compat.py
src/pydepguardnext/cli/generate.py
src/pydepguardnext/cli/main.py
src/pydepguardnext/cli/parser.py
src/pydepguardnext/cli/run.py
src/pydepguardnext/cli/shared.py
src/pydepguardnext/cli/sign.py
src/pydepguardnext/cli/validate.py
src/pydepguardnext/standalone/__init__.py
src/pydepguardnext/standalone/secrets_manager.py
tests/test_pydepguard_init.py