LICENSE
README.md
pyproject.toml
src/nonfig/__init__.py
src/nonfig/constraints.py
src/nonfig/extraction.py
src/nonfig/generation.py
src/nonfig/loaders.py
src/nonfig/models.py
src/nonfig/py.typed
src/nonfig/typedefs.py
src/nonfig.egg-info/PKG-INFO
src/nonfig.egg-info/SOURCES.txt
src/nonfig.egg-info/dependency_links.txt
src/nonfig.egg-info/entry_points.txt
src/nonfig.egg-info/requires.txt
src/nonfig.egg-info/top_level.txt
src/nonfig/cli/__init__.py
src/nonfig/cli/generate_stubs.py
src/nonfig/cli/runner.py
src/nonfig/stubs/__init__.py
src/nonfig/stubs/generator.py
src/nonfig/stubs/scanner.py
tests/test_additional_coverage.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_cli_generate_stubs.py
tests/test_cli_robustness.py
tests/test_concurrency.py
tests/test_configuration.py
tests/test_constraints.py
tests/test_container_defaults.py
tests/test_default_sentinel.py
tests/test_docstring_propagation.py
tests/test_edge_cases_empty_inputs.py
tests/test_enum_handling.py
tests/test_error_messages.py
tests/test_extraction.py
tests/test_extraction_internals.py
tests/test_fixed_behaviors.py
tests/test_flax_integration.py
tests/test_inheritance.py
tests/test_inheritance_auto.py
tests/test_inheritance_smart.py
tests/test_init_false_fields.py
tests/test_jaxtyping_integration.py
tests/test_large_scale.py
tests/test_leaf_behavior.py
tests/test_loaders.py
tests/test_make_return_types.py
tests/test_model_config_collision.py
tests/test_models_edge_cases.py
tests/test_multipass_scanner.py
tests/test_nesting.py
tests/test_pandas_integration.py
tests/test_pascal_case_collision.py
tests/test_recursive_make.py
tests/test_regression_review.py
tests/test_required_hyper.py
tests/test_reserved_words_behavior.py
tests/test_run_cli.py
tests/test_special_objects.py
tests/test_static_typing.py
tests/test_stub_aliases.py
tests/test_stub_edge_cases.py
tests/test_stub_regression.py
tests/test_stub_union_fix.py
tests/test_stubs.py
tests/test_stubs_internals.py
tests/test_type_coercion.py
tests/test_validation_hooks.py
tests/test_wrap_external.py