.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.pylintrc
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
dev-requirements.in
dev-requirements.txt
mypy.ini
pycli
pyproject.toml
requirements.in
requirements.txt
setup.cfg
setup.py
tox.ini
changelog.d/towncrier_template.rst
ci/bootstrap.py
ci/templates/.travis.yml
docs/.gitignore
docs/.nojekyll
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.html
docs/index.rst
docs/installation.rst
docs/marshmallow_dataclass.rst
docs/modules.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/marshmallow_attrs.rst
docs/reference/modules.rst
src/desert/__init__.py
src/desert/_make.py
src/desert/exceptions.py
src/desert/py.typed
src/desert.egg-info/PKG-INFO
src/desert.egg-info/SOURCES.txt
src/desert.egg-info/dependency_links.txt
src/desert.egg-info/not-zip-safe
src/desert.egg-info/requires.txt
src/desert.egg-info/top_level.txt
tests/test_make.py