LICENSE
README.md
setup.py
pydantic2es/__init__.py
pydantic2es/main.py
pydantic2es/converters/__init__.py
pydantic2es/converters/dict2mapping.py
pydantic2es/converters/pydantic2dict.py
pydantic2es/helpers/__init__.py
pydantic2es/helpers/helpers.py
pydantic2es/mappings/__init__.py
pydantic2es/mappings/mappings_map.py
pydantic_to_elastic.egg-info/PKG-INFO
pydantic_to_elastic.egg-info/SOURCES.txt
pydantic_to_elastic.egg-info/dependency_links.txt
pydantic_to_elastic.egg-info/entry_points.txt
pydantic_to_elastic.egg-info/requires.txt
pydantic_to_elastic.egg-info/top_level.txt
tests/test_dict_to_mapping.py
tests/test_helpers.py