LICENSE
setup.py
cullinan/__init__.py
cullinan/app.py
cullinan/application.py
cullinan/bootstrap.py
cullinan/config.py
cullinan/deprecation.py
cullinan/exceptions.py
cullinan/extensions.py
cullinan/lifecycle_hooks.py
cullinan/logging_utils.py
cullinan/module_scanner.py
cullinan/path_utils.py
cullinan/scan_stats.py
cullinan/scanner.py
cullinan/websocket_registry.py
cullinan.egg-info/PKG-INFO
cullinan.egg-info/SOURCES.txt
cullinan.egg-info/dependency_links.txt
cullinan.egg-info/requires.txt
cullinan.egg-info/top_level.txt
cullinan/codec/__init__.py
cullinan/codec/base.py
cullinan/codec/errors.py
cullinan/codec/form_codec.py
cullinan/codec/json_codec.py
cullinan/codec/registry.py
cullinan/controller/__init__.py
cullinan/controller/core.py
cullinan/controller/registry.py
cullinan/controller/stateless_validator.py
cullinan/core/__init__.py
cullinan/core/application_context.py
cullinan/core/conditions.py
cullinan/core/context.py
cullinan/core/decorators.py
cullinan/core/definitions.py
cullinan/core/diagnostics.py
cullinan/core/exceptions.py
cullinan/core/extensions.py
cullinan/core/facade.py
cullinan/core/factory.py
cullinan/core/lifecycle.py
cullinan/core/lifecycle_enhanced.py
cullinan/core/pending.py
cullinan/core/provider_source.py
cullinan/core/registry.py
cullinan/core/scope_manager.py
cullinan/core/types.py
cullinan/core/container/__init__.py
cullinan/core/container/context.py
cullinan/core/container/definitions.py
cullinan/core/container/factory.py
cullinan/core/container/scope.py
cullinan/core/diagnostics/__init__.py
cullinan/core/diagnostics/exceptions.py
cullinan/core/diagnostics/renderer.py
cullinan/core/diagnostics/types.py
cullinan/core/lifecycle/__init__.py
cullinan/core/lifecycle/enhanced.py
cullinan/core/lifecycle/events.py
cullinan/core/lifecycle/manager.py
cullinan/core/request/__init__.py
cullinan/core/request/context.py
cullinan/handler/__init__.py
cullinan/handler/base.py
cullinan/handler/registry.py
cullinan/middleware/__init__.py
cullinan/middleware/base.py
cullinan/middleware/body_decoder.py
cullinan/middleware/legacy.py
cullinan/middleware/registry.py
cullinan/monitoring/__init__.py
cullinan/monitoring/hooks.py
cullinan/params/__init__.py
cullinan/params/auto.py
cullinan/params/base.py
cullinan/params/converter.py
cullinan/params/dataclass_validators.py
cullinan/params/dynamic.py
cullinan/params/file_info.py
cullinan/params/model.py
cullinan/params/resolver.py
cullinan/params/response.py
cullinan/params/types.py
cullinan/params/validator.py
cullinan/params/model_handlers/__init__.py
cullinan/params/model_handlers/base.py
cullinan/params/model_handlers/dataclass_handler.py
cullinan/params/model_handlers/pydantic_handler.py
cullinan/service/__init__.py
cullinan/service/base.py
cullinan/service/decorators.py
cullinan/service/registry.py
cullinan/testing/__init__.py
cullinan/testing/fixtures.py
cullinan/testing/mocks.py
cullinan/testing/registry.py
tests/test_all_param_types.py
tests/test_application_coverage.py
tests/test_async_controller_fix.py
tests/test_async_detection.py
tests/test_async_fix_verification.py
tests/test_async_support.py
tests/test_async_wrapper_fix.py
tests/test_auto_injection_core.py
tests/test_backward_compat.py
tests/test_backward_compat_imports.py
tests/test_backward_compat_removal.py
tests/test_bot_controller_scenario.py
tests/test_botcontroller_regression.py
tests/test_circular_dependency.py
tests/test_codec.py
tests/test_compatibility.py
tests/test_complete_injection_flow.py
tests/test_complete_integration.py
tests/test_comprehensive_di.py
tests/test_comprehensive_lifecycle.py
tests/test_comprehensive_suite.py
tests/test_conditions.py
tests/test_config_coverage.py
tests/test_constructor_injection.py
tests/test_context_decorator_integration.py
tests/test_controller_coverage.py
tests/test_controller_injection_fix.py
tests/test_controller_instantiation_fix.py
tests/test_controller_method_registration.py
tests/test_controller_refactor.py
tests/test_controller_registration_issue.py
tests/test_controller_with_methods.py
tests/test_converter_auto.py
tests/test_core.py
tests/test_core_constructor_injection.py
tests/test_core_injection.py
tests/test_core_injection_mro.py
tests/test_core_module.py
tests/test_core_provider.py
tests/test_core_scope.py
tests/test_core_scope_integration.py
tests/test_decorators.py
tests/test_di_fix.py
tests/test_duplicate_policy.py
tests/test_dynamic_body_enhanced.py
tests/test_e2e_param_system.py
tests/test_exceptions_logging.py
tests/test_fallback_injection.py
tests/test_handler_module.py
tests/test_header_original_syntax.py
tests/test_inject_comparison.py
tests/test_injectable_mechanisms.py
tests/test_injection_basic.py
tests/test_injection_fix.py
tests/test_injection_mro.py
tests/test_injection_type_check.py
tests/test_ioc_di_v2_context_basics.py
tests/test_ioc_di_v2_diagnostics.py
tests/test_ioc_di_v2_freeze.py
tests/test_ioc_di_v2_injection_integration.py
tests/test_ioc_di_v2_lifecycle.py
tests/test_ioc_di_v2_request_scope.py
tests/test_legacy_cleanup.py
tests/test_lifecycle_check.py
tests/test_lifecycle_complete.py
tests/test_middleware.py
tests/test_minimal_integration.py
tests/test_model.py
tests/test_module_scanner.py
tests/test_new_param_system.py
tests/test_packaging.py
tests/test_param_integration.py
tests/test_param_syntax_unification.py
tests/test_params.py
tests/test_path_utils.py
tests/test_pending_registry.py
tests/test_performance.py
tests/test_performance_optimizations.py
tests/test_pluggable_model_handlers.py
tests/test_provider_system.py
tests/test_rawbody_bytes_syntax.py
tests/test_real_app_startup.py
tests/test_registry.py
tests/test_registry_concurrency.py
tests/test_request_handling.py
tests/test_resolver.py
tests/test_response_factory_compat.py
tests/test_scan_order.py
tests/test_scope_system.py
tests/test_service_enhanced.py
tests/test_service_lifecycle.py
tests/test_service_lifecycle_hooks.py
tests/test_service_lifecycle_integration.py
tests/test_service_lifecycle_strict.py
tests/test_service_registration_check.py
tests/test_singleton_behavior.py
tests/test_stateless_validator.py
tests/test_string_annotation_injection.py
tests/test_sync_async_mixed.py
tests/test_testing_utilities.py
tests/test_threading_safety.py
tests/test_unified_di_refactor.py
tests/test_unified_registration.py
tests/test_v090a5_features.py
tests/test_validator.py
tests/test_websocket_injection.py