.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
bandit.yml
readthedocs.yml
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.py
ci/appveyor-download.py
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/templates/.travis.yml
ci/templates/appveyor.yml
ci/templates/tox.ini
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/structured_data.data.rst
docs/reference/structured_data.enum.rst
docs/reference/structured_data.match.rst
src/structured_data/__init__.py
src/structured_data/_attribute_constructor.py
src/structured_data/_ctor.py
src/structured_data/_enum_constructor.py
src/structured_data/_match_failure.py
src/structured_data/_patterns.py
src/structured_data/_prewritten_methods.py
src/structured_data/_processors.py
src/structured_data/_unpack.py
src/structured_data/data.py
src/structured_data/enum.py
src/structured_data/match.py
src/structured_data.egg-info/PKG-INFO
src/structured_data.egg-info/SOURCES.txt
src/structured_data.egg-info/dependency_links.txt
src/structured_data.egg-info/not-zip-safe
src/structured_data.egg-info/requires.txt
src/structured_data.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_structured_data.py
tests/structured_data/__init__.py
tests/structured_data/conftest.py
tests/structured_data/enum_options.py
tests/structured_data/enum_with_current.py
tests/structured_data/enum_with_future.py
tests/structured_data/test__ctor.py
tests/structured_data/test__enum_constructor.py
tests/structured_data/test__patterns.py
tests/structured_data/test__prewritten_methods.py
tests/structured_data/test__processors.py
tests/structured_data/test__unpack.py
tests/structured_data/test_data.py
tests/structured_data/test_enum.py
tests/structured_data/test_match.py