LICENSE
README.md
pyproject.toml
requirements.txt
json2python_models.egg-info/PKG-INFO
json2python_models.egg-info/SOURCES.txt
json2python_models.egg-info/dependency_links.txt
json2python_models.egg-info/entry_points.txt
json2python_models.egg-info/requires.txt
json2python_models.egg-info/top_level.txt
json_to_models/__init__.py
json_to_models/__main__.py
json_to_models/cli.py
json_to_models/generator.py
json_to_models/registry.py
json_to_models/utils.py
json_to_models/dynamic_typing/__init__.py
json_to_models/dynamic_typing/base.py
json_to_models/dynamic_typing/complex.py
json_to_models/dynamic_typing/models_meta.py
json_to_models/dynamic_typing/string_datetime.py
json_to_models/dynamic_typing/string_serializable.py
json_to_models/dynamic_typing/typing.py
json_to_models/models/__init__.py
json_to_models/models/attr.py
json_to_models/models/base.py
json_to_models/models/dataclasses.py
json_to_models/models/pydantic.py
json_to_models/models/sqlmodel.py
json_to_models/models/string_converters.py
json_to_models/models/structure.py
json_to_models/models/utils.py
test/test_etc.py
test/test_cli/__init__.py
test/test_cli/test_argparser.py
test/test_cli/test_script.py
test/test_cli/test_self_validate_pydantic.py
test/test_cli/test_utils.py
test/test_cli/data/file.ini
test/test_code_generation/__init__.py
test/test_code_generation/test_attrs_generation.py
test/test_code_generation/test_dataclasses_generation.py
test/test_code_generation/test_models_code_generator.py
test/test_code_generation/test_models_composition.py
test/test_code_generation/test_pydantic_generation.py
test/test_code_generation/test_sqlmodel_generation.py
test/test_code_generation/test_string_converters.py
test/test_code_generation/test_typing.py
test/test_dynamic_typing/__init__.py
test/test_dynamic_typing/test_dynamic_typing.py
test/test_dynamic_typing/test_string_datetime.py
test/test_dynamic_typing/test_string_serializable_registry.py
test/test_generator/__init__.py
test/test_generator/test_detect_type.py
test/test_generator/test_merge_field_sets.py
test/test_generator/test_optimize_type.py
test/test_registry/__init__.py
test/test_registry/test_models_names.py
test/test_registry/test_registry_merge_models.py
test/test_registry/test_registry_process_meta_data.py
testing_tools/real_apis/__init__.py
testing_tools/real_apis/f1.py
testing_tools/real_apis/large_data_set.py
testing_tools/real_apis/large_data_set_github_online.py
testing_tools/real_apis/openlibrary.py
testing_tools/real_apis/pathofexile.py
testing_tools/real_apis/randomapis.py
testing_tools/real_apis/spotify-swagger.py
testing_tools/real_apis/swagger.py