LICENSE
README.md
pyproject.toml
src/hipr/__init__.py
src/hipr/constraints.py
src/hipr/extraction.py
src/hipr/generation.py
src/hipr/models.py
src/hipr/py.typed
src/hipr/typedefs.py
src/hipr.egg-info/PKG-INFO
src/hipr.egg-info/SOURCES.txt
src/hipr.egg-info/dependency_links.txt
src/hipr.egg-info/entry_points.txt
src/hipr.egg-info/requires.txt
src/hipr.egg-info/top_level.txt
src/hipr/cli/__init__.py
src/hipr/cli/generate_stubs.py
src/hipr/stubs/__init__.py
src/hipr/stubs/generator.py
src/hipr/stubs/scanner.py
tests/test_additional_coverage.py
tests/test_all_constraints.py
tests/test_annotated_syntax.py
tests/test_boundary_conditions.py
tests/test_circular_dependency.py
tests/test_circular_dependency_errors.py
tests/test_class_config.py
tests/test_class_methods.py
tests/test_class_simple.py
tests/test_concurrency.py
tests/test_config.py
tests/test_config_collision.py
tests/test_config_modification.py
tests/test_constraint_validation_errors.py
tests/test_coverage_gaps.py
tests/test_default_sentinel.py
tests/test_early_constraint_validation.py
tests/test_edge_cases_empty_inputs.py
tests/test_enum_handling.py
tests/test_error_messages.py
tests/test_fixed_behaviors.py
tests/test_generate_stubs.py
tests/test_generate_stubs_imports.py
tests/test_inheritance.py
tests/test_init_false_fields.py
tests/test_invalid_constraints.py
tests/test_large_scale.py
tests/test_literal_types.py
tests/test_make_return_types.py
tests/test_mixed_nested_config.py
tests/test_model_config_collision.py
tests/test_nested_config.py
tests/test_pandas_integration.py
tests/test_recursive_make.py
tests/test_required_hyper.py
tests/test_special_objects.py
tests/test_stub_generation_improvements.py
tests/test_type_coercion.py