.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
bandit.yml
mypy.ini
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.adt.rst
docs/reference/structured_data.data.rst
docs/reference/structured_data.match.rst
src/structured_data/__init__.py
src/structured_data/_adt_constructor.py
src/structured_data/_annotations.py
src/structured_data/_attribute_constructor.py
src/structured_data/_conditional_method.py
src/structured_data/_ctor.py
src/structured_data/_destructure.py
src/structured_data/_match_failure.py
src/structured_data/_nillable_write.py
src/structured_data/_not_in.py
src/structured_data/_pep_570_when.py
src/structured_data/_prewritten_methods.py
src/structured_data/_stack_iter.py
src/structured_data/_unpack.py
src/structured_data/adt.py
src/structured_data/data.py
src/structured_data/match.py
src/structured_data/py.typed
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
src/structured_data/_patterns/__init__.py
src/structured_data/_patterns/basic_patterns.py
src/structured_data/_patterns/bind.py
src/structured_data/_patterns/compound_match.py
src/structured_data/_patterns/mapping_match.py
test_resources/__init__.py
test_resources/adt_options.py
test_resources/adt_with_current.py
test_resources/adt_with_future.py
tests/__init__.py
tests/conftest.py
tests/test_structured_data.py
tests/structured_data/__init__.py
tests/structured_data/conftest.py
tests/structured_data/test__adt_constructor.py
tests/structured_data/test__ctor.py
tests/structured_data/test__destructure.py
tests/structured_data/test__not_in.py
tests/structured_data/test__pep_570_when.py
tests/structured_data/test__prewritten_methods.py
tests/structured_data/test__stack_iter.py
tests/structured_data/test__unpack.py
tests/structured_data/test_adt.py
tests/structured_data/test_data.py
tests/structured_data/test_match.py
tests/structured_data/_patterns/__init__.py
tests/structured_data/_patterns/test_basic_patterns.py
tests/structured_data/_patterns/test_bind.py
tests/structured_data/_patterns/test_compound_match.py
tests/structured_data/_patterns/test_mapping_match.py