LICENSE
README.md
pyproject.toml
src/urlpattern/__init__.py
src/urlpattern/canonicalize.py
src/urlpattern/compiler.py
src/urlpattern/constants.py
src/urlpattern/construct.py
src/urlpattern/core.py
src/urlpattern/match.py
src/urlpattern/normalizer.py
src/urlpattern/parser.py
src/urlpattern/patterns.py
src/urlpattern/types.py
src/urlpattern_py.egg-info/PKG-INFO
src/urlpattern_py.egg-info/SOURCES.txt
src/urlpattern_py.egg-info/dependency_links.txt
src/urlpattern_py.egg-info/requires.txt
src/urlpattern_py.egg-info/top_level.txt
tests/test_api.py
tests/test_compliance.py
tests/test_edge_cases.py
tests/test_mdn_examples.py
tests/test_polyfill_compare.py
tests/test_polyfill_compliance.py
tests/test_polyfill_hasregexpgroups.py
tests/test_spec_examples.py