LICENSE
README.md
pyproject.toml
src/python_introspect/__init__.py
src/python_introspect/annotation_types.py
src/python_introspect/dataclass_projection.py
src/python_introspect/enableable.py
src/python_introspect/environment_projection.py
src/python_introspect/exceptions.py
src/python_introspect/signature_analyzer.py
src/python_introspect/unified_parameter_analyzer.py
src/python_introspect/validation.py
src/python_introspect.egg-info/PKG-INFO
src/python_introspect.egg-info/SOURCES.txt
src/python_introspect.egg-info/dependency_links.txt
src/python_introspect.egg-info/requires.txt
src/python_introspect.egg-info/top_level.txt
tests/test_annotation_types.py
tests/test_dataclass_projection.py
tests/test_environment_projection.py
tests/test_exceptions.py
tests/test_init.py
tests/test_signature_analyzer.py
tests/test_unified_parameter_analyzer.py
tests/test_validation.py