LICENSE
README.md
pyproject.toml
codeupipe/__init__.py
codeupipe/doctor.py
codeupipe/graph.py
codeupipe/observe.py
codeupipe/py.typed
codeupipe/registry.py
codeupipe/runtime.py
codeupipe/testing.py
codeupipe/upgrade.py
codeupipe.egg-info/PKG-INFO
codeupipe.egg-info/SOURCES.txt
codeupipe.egg-info/dependency_links.txt
codeupipe.egg-info/entry_points.txt
codeupipe.egg-info/top_level.txt
codeupipe/auth/__init__.py
codeupipe/auth/_server.py
codeupipe/auth/credential.py
codeupipe/auth/hook.py
codeupipe/auth/provider.py
codeupipe/auth/proxy_token.py
codeupipe/auth/token_ledger.py
codeupipe/auth/token_vault.py
codeupipe/auth/vault_hook.py
codeupipe/cli/__init__.py
codeupipe/cli/__main__.py
codeupipe/cli/_bundle.py
codeupipe/cli/_registry.py
codeupipe/cli/_scaffold.py
codeupipe/cli/_templates.py
codeupipe/cli/commands/__init__.py
codeupipe/cli/commands/analysis_cmds.py
codeupipe/cli/commands/auth_cmds.py
codeupipe/cli/commands/connect_cmds.py
codeupipe/cli/commands/deploy_cmds.py
codeupipe/cli/commands/distribute_cmds.py
codeupipe/cli/commands/project_cmds.py
codeupipe/cli/commands/run_cmds.py
codeupipe/cli/commands/scaffold_cmds.py
codeupipe/cli/commands/vault_cmds.py
codeupipe/connect/__init__.py
codeupipe/connect/config.py
codeupipe/connect/discovery.py
codeupipe/connect/http.py
codeupipe/converter/__init__.py
codeupipe/converter/config.py
codeupipe/converter/filters/__init__.py
codeupipe/converter/filters/analyze.py
codeupipe/converter/filters/classify.py
codeupipe/converter/filters/classify_files.py
codeupipe/converter/filters/generate_export.py
codeupipe/converter/filters/generate_import.py
codeupipe/converter/filters/parse_config.py
codeupipe/converter/filters/scan_project.py
codeupipe/converter/pipelines/__init__.py
codeupipe/converter/pipelines/export_pipeline.py
codeupipe/converter/pipelines/import_pipeline.py
codeupipe/converter/taps/__init__.py
codeupipe/converter/taps/conversion_log.py
codeupipe/core/__init__.py
codeupipe/core/event.py
codeupipe/core/filter.py
codeupipe/core/govern.py
codeupipe/core/hook.py
codeupipe/core/payload.py
codeupipe/core/pipeline.py
codeupipe/core/state.py
codeupipe/core/stream_filter.py
codeupipe/core/tap.py
codeupipe/core/valve.py
codeupipe/deploy/__init__.py
codeupipe/deploy/adapter.py
codeupipe/deploy/apprunner.py
codeupipe/deploy/azure_container_apps.py
codeupipe/deploy/cloudrun.py
codeupipe/deploy/discovery.py
codeupipe/deploy/docker.py
codeupipe/deploy/fly.py
codeupipe/deploy/handlers.py
codeupipe/deploy/huggingface.py
codeupipe/deploy/init.py
codeupipe/deploy/koyeb.py
codeupipe/deploy/manifest.py
codeupipe/deploy/netlify.py
codeupipe/deploy/oracle.py
codeupipe/deploy/railway.py
codeupipe/deploy/recipe.py
codeupipe/deploy/render.py
codeupipe/deploy/vercel.py
codeupipe/distribute/__init__.py
codeupipe/distribute/checkpoint.py
codeupipe/distribute/remote.py
codeupipe/distribute/source.py
codeupipe/distribute/worker.py
codeupipe/linter/__init__.py
codeupipe/linter/assemble_doc_report.py
codeupipe/linter/assemble_report.py
codeupipe/linter/check_bundle.py
codeupipe/linter/check_index.py
codeupipe/linter/check_naming.py
codeupipe/linter/check_protocols.py
codeupipe/linter/check_structure.py
codeupipe/linter/check_symbols.py
codeupipe/linter/check_tests.py
codeupipe/linter/coverage_pipeline.py
codeupipe/linter/detect_drift.py
codeupipe/linter/detect_orphans.py
codeupipe/linter/doc_check_pipeline.py
codeupipe/linter/git_history.py
codeupipe/linter/lint_pipeline.py
codeupipe/linter/map_coverage.py
codeupipe/linter/report_gaps.py
codeupipe/linter/report_pipeline.py
codeupipe/linter/resolve_refs.py
codeupipe/linter/scan_components.py
codeupipe/linter/scan_directory.py
codeupipe/linter/scan_docs.py
codeupipe/linter/scan_tests.py
codeupipe/marketplace/__init__.py
codeupipe/marketplace/index.py
codeupipe/utils/__init__.py
codeupipe/utils/error_handling.py
tests/test_assemble_doc_report.py
tests/test_assemble_report.py
tests/test_auth.py
tests/test_check_bundle.py
tests/test_check_index.py
tests/test_check_naming.py
tests/test_check_protocols.py
tests/test_check_structure.py
tests/test_check_symbols.py
tests/test_check_tests.py
tests/test_cli.py
tests/test_cli_new_commands.py
tests/test_cli_smoke.py
tests/test_config_pipeline.py
tests/test_config_ring3.py
tests/test_connect.py
tests/test_core_edge_cases.py
tests/test_coverage_pipeline.py
tests/test_cup_run.py
tests/test_deploy.py
tests/test_detect_drift.py
tests/test_detect_orphans.py
tests/test_discovery.py
tests/test_distribute.py
tests/test_distribute_cli.py
tests/test_doc_check_cli.py
tests/test_doc_check_pipeline.py
tests/test_docs_examples.py
tests/test_doctor.py
tests/test_doctor_health.py
tests/test_error_handling.py
tests/test_execution_modes.py
tests/test_filter.py
tests/test_git_history.py
tests/test_govern.py
tests/test_graph.py
tests/test_hook.py
tests/test_lint_pipeline.py
tests/test_map_coverage.py
tests/test_marketplace.py
tests/test_mixed_stream_pipeline.py
tests/test_new_templates.py
tests/test_observe.py
tests/test_observe_taps.py
tests/test_payload.py
tests/test_pipeline.py
tests/test_proxy_token.py
tests/test_real_world_pipelines.py
tests/test_registry.py
tests/test_report_gaps.py
tests/test_report_pipeline.py
tests/test_resolve_refs.py
tests/test_runtime.py
tests/test_scan_components.py
tests/test_scan_directory.py
tests/test_scan_docs.py
tests/test_scan_tests.py
tests/test_state.py
tests/test_stream_filter_run_protection.py
tests/test_streaming.py
tests/test_sync_support.py
tests/test_tap.py
tests/test_testing.py
tests/test_token_ledger.py
tests/test_token_vault.py
tests/test_typed.py
tests/test_unintended_usage.py
tests/test_upgrade.py
tests/test_valve.py
tests/test_vault_cli.py
tests/test_vault_hook.py