LICENSE
README.md
pyproject.toml
setup.py
docs/examples/contrast.py
docs/examples/fastapi.py
docs/examples/java.py
docs/examples/openclosed.py
docs/examples/reflect.py
docs/examples/three_types.py
ididi/__init__.py
ididi/_ds.c
ididi/_ds.py
ididi/_node.c
ididi/_node.py
ididi/_type_resolve.py
ididi/api.py
ididi/config.py
ididi/errors.py
ididi/graph.c
ididi/graph.pyi
ididi/interfaces.py
ididi/py.typed
ididi/visual.py
ididi.egg-info/PKG-INFO
ididi.egg-info/SOURCES.txt
ididi.egg-info/dependency_links.txt
ididi.egg-info/requires.txt
ididi.egg-info/top_level.txt
ididi/utils/__init__.py
ididi/utils/param_utils.py
ididi/utils/typing_utils.py
tests/__init__.py
tests/test_benchmark.py
tests/test_data.py
tests/test_feat.py
tests/test_graph.py
tests/test_node.py
tests/test_profile.py
tests/test_scope.py
tests/features/__init__.py
tests/features/services.py
tests/features/test_apis.py
tests/features/test_dg_self_inject.py
tests/features/test_entry.py
tests/features/test_forwardref.py
tests/features/test_func_check.py
tests/features/test_graph_merge.py
tests/features/test_ignore.py
tests/features/test_improved_error.py
tests/features/test_inject.py
tests/features/test_new_type.py
tests/features/test_node_ignore.py
tests/features/test_nonreuse_trans.py
tests/features/test_override.py
tests/features/test_resolve_function.py
tests/features/test_resource.py
tests/features/test_reuse.py
tests/features/test_static_resolve.py
tests/features/test_typing_support.py
tests/features/test_visitor.py
tests/features/test_visual.py
tests/regression/__init__.py
tests/regression/test_acm_with_factory.py
tests/regression/test_bug_fixes.py
tests/regression/test_circualr_dep.py
tests/regression/test_facotry_return_generic.py
tests/regression/test_factory_union_type.py
tests/regression/test_forward_abstarct.py
tests/regression/test_graph_scope_resolve.py
tests/regression/test_registered_singleton_should_be_scoped.py
tests/regression/test_resolve_factory.py
tests/regression/test_slots.py
tests/regression/test_static_resolve_all.py
tests/regression/test_subclass_of_protocol.py
tests/regression/test_threading.py
tests/versions/test_v1_4_3.py
tests/versions/test_v1_4_4.py
tests/versions/test_v1_4_5.py
tests/versions/test_v1_5_1.py
tests/versions/test_v1_5_2.py