LICENSE
README.md
pyproject.toml
tests/test_arg_types.py
tests/test_inference.py
tests/test_marshmallow.py
tests/test_nested_types.py
tests/test_pydantic.py
tests/test_return_types.py
tests/test_stubs.py
tests/test_typed_dict.py
typesync/__init__.py
typesync/annotations.py
typesync/argument_types.py
typesync/cli.py
typesync/config.py
typesync/misc.py
typesync/ts_types.py
typesync.egg-info/PKG-INFO
typesync.egg-info/SOURCES.txt
typesync.egg-info/dependency_links.txt
typesync.egg-info/requires.txt
typesync.egg-info/top_level.txt
typesync/codegen/__init__.py
typesync/codegen/extractor.py
typesync/codegen/inference.py
typesync/codegen/writer.py
typesync/type_translators/__init__.py
typesync/type_translators/abstract.py
typesync/type_translators/annotations_translator.py
typesync/type_translators/base_translator.py
typesync/type_translators/context.py
typesync/type_translators/flask_translator.py
typesync/type_translators/marshmallow_translator.py
typesync/type_translators/pydantic_translator.py
typesync/type_translators/type_node.py
typesync/utils/__init__.py
typesync/utils/base_utils.py
typesync/utils/marshmallow_utils.py
typesync/utils/pydantic_utils.py