.coveragerc
.gitignore
LICENSE
Makefile
README.md
setup.py
.github/workflows/python-app.yml
apm/__init__.py
apm/__pkginfo__.py
apm/_util.py
apm/agg.py
apm/case_of.py
apm/core.py
apm/error.py
apm/generic.py
apm/guarded.py
apm/match.py
apm/no_value.py
apm/overload.py
apm/patterns.py
apm/try_match.py
apm/typefoo.py
awesome_pattern_matching.egg-info/PKG-INFO
awesome_pattern_matching.egg-info/SOURCES.txt
awesome_pattern_matching.egg-info/dependency_links.txt
awesome_pattern_matching.egg-info/top_level.txt
docs/apm_vs_pep634.md
docs/pep634_vs_different_apm_styles.py
tests/__init__.py
tests/test_agg.py
tests/test_basic_usecases.py
tests/test_capture.py
tests/test_case_distinction.py
tests/test_case_of.py
tests/test_compat.py
tests/test_dict.py
tests/test_exceptions.py
tests/test_generic.py
tests/test_guarded.py
tests/test_issues.py
tests/test_object.py
tests/test_readme.py
tests/test_reporting.py
tests/test_some.py
tests/test_string.py
tests/test_terse_style.py
tests/test_transform.py
tests/test_try_match.py
tests/test_typefoo.py
tests/test_unhappy_cases.py
tests/test_util.py