README.md
pyproject.toml
src/python_dto_mappers/__init__.py
src/python_dto_mappers/auto_mapper.py
src/python_dto_mappers/base.py
src/python_dto_mappers/decorators.py
src/python_dto_mappers/utils.py
src/python_dto_mappers.egg-info/PKG-INFO
src/python_dto_mappers.egg-info/SOURCES.txt
src/python_dto_mappers.egg-info/dependency_links.txt
src/python_dto_mappers.egg-info/requires.txt
src/python_dto_mappers.egg-info/top_level.txt
src/python_dto_mappers/field_mappers/__init__.py
src/python_dto_mappers/field_mappers/datetime_mapping.py
src/python_dto_mappers/field_mappers/object_mapping.py
src/python_dto_mappers/field_mappers/text_case.py
tests/test_base.py
tests/test_field_mappers.py
tests/test_utils.py