.bumpversion.cfg
.codacy.yml
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
pyproject.toml
requirements-dev.in
requirements-dev.txt
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.py
ci/appveyor-download.py
ci/appveyor-with-compiler.cmd
docs/about.rst
docs/attrs.rst
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/configuring.rst
docs/contributing.rst
docs/docutils.conf
docs/extending.rst
docs/index.rst
docs/installing.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/troubleshooting.rst
docs/types.rst
docs/usage.rst
docs/validating.rst
docs/reference/index.rst
docs/reference/middle.rst
docs/static/middle-logo.svg
src/middle/__init__.py
src/middle/config.py
src/middle/converters.py
src/middle/dispatch.py
src/middle/dtutils.py
src/middle/exceptions.py
src/middle/formats.py
src/middle/model.py
src/middle/options.py
src/middle/values.py
src/middle.egg-info/PKG-INFO
src/middle.egg-info/SOURCES.txt
src/middle.egg-info/dependency_links.txt
src/middle.egg-info/not-zip-safe
src/middle.egg-info/requires.txt
src/middle.egg-info/top_level.txt
src/middle/compat/__init__.py
src/middle/compat/types.py
src/middle/validators/__init__.py
src/middle/validators/base_validator.py
src/middle/validators/dicts.py
src/middle/validators/lists.py
src/middle/validators/numbers.py
src/middle/validators/rules.py
src/middle/validators/strings.py
tests/conftest.py
tests/test_compat_types.py
tests/test_config.py
tests/test_dtutils.py
tests/test_inheritance.py
tests/test_middle_simplistic.py
tests/test_middle_simplistic_no_py35.py
tests/test_middle_verbose.py
tests/test_middle_verbose_no_py35.py
tests/test_model.py
tests/test_model_no_py35.py
tests/test_model_with_methods.py
tests/test_options.py
tests/test_types.py
tests/test_validators.py