README.md
pyproject.toml
setup.cfg
setup.py
mashumaro/__init__.py
mashumaro/config.py
mashumaro/exceptions.py
mashumaro/helper.py
mashumaro/types.py
mashumaro.egg-info/PKG-INFO
mashumaro.egg-info/SOURCES.txt
mashumaro.egg-info/dependency_links.txt
mashumaro.egg-info/requires.txt
mashumaro.egg-info/top_level.txt
mashumaro/meta/__init__.py
mashumaro/meta/helpers.py
mashumaro/meta/macros.py
mashumaro/meta/patch.py
mashumaro/serializer/__init__.py
mashumaro/serializer/json.py
mashumaro/serializer/msgpack.py
mashumaro/serializer/yaml.py
mashumaro/serializer/base/__init__.py
mashumaro/serializer/base/dict.py
mashumaro/serializer/base/helpers.py
mashumaro/serializer/base/metaprogramming.py