README.md
pyproject.toml
src/json2pytype/__init__.py
src/json2pytype/cli.py
src/json2pytype/code_generator.py
src/json2pytype/naming.py
src/json2pytype/structure_analyzer.py
src/json2pytype/type_inference.py
src/json2pytype.egg-info/PKG-INFO
src/json2pytype.egg-info/SOURCES.txt
src/json2pytype.egg-info/dependency_links.txt
src/json2pytype.egg-info/entry_points.txt
src/json2pytype.egg-info/requires.txt
src/json2pytype.egg-info/top_level.txt
tests/test_code_generator.py
tests/test_naming.py
tests/test_structure_analyzer.py
tests/test_type_inference.py