.gitignore
.python-version
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
tox.ini
.cookiecutter/cookiecutter.json
.cookiecutter/includes/README/head.md
.cookiecutter/includes/mypy/disables
.cookiecutter/includes/pylint/disables
.cookiecutter/includes/tests/pylint/disables
.cookiecutter/includes/tox/deps
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/keepalive.yml
.github/workflows/pypi.yml
.github/workflows/slack.yml
bin/make_python
bin/make_template
docs/matching-data-structures.md
docs/matching-numbers.md
docs/matching-web.md
src/h_matchers/__init__.py
src/h_matchers/decorator.py
src/h_matchers/exception.py
src/h_matchers/interface.py
src/h_matchers.egg-info/PKG-INFO
src/h_matchers.egg-info/SOURCES.txt
src/h_matchers.egg-info/dependency_links.txt
src/h_matchers.egg-info/top_level.txt
src/h_matchers/matcher/__init__.py
src/h_matchers/matcher/anything.py
src/h_matchers/matcher/combination.py
src/h_matchers/matcher/core.py
src/h_matchers/matcher/meta.py
src/h_matchers/matcher/number.py
src/h_matchers/matcher/object.py
src/h_matchers/matcher/strings.py
src/h_matchers/matcher/collection/__init__.py
src/h_matchers/matcher/collection/containment.md
src/h_matchers/matcher/collection/containment.py
src/h_matchers/matcher/collection/_mixin/__init__.py
src/h_matchers/matcher/collection/_mixin/contains.py
src/h_matchers/matcher/collection/_mixin/item_matcher.py
src/h_matchers/matcher/collection/_mixin/size.py
src/h_matchers/matcher/collection/_mixin/type.py
src/h_matchers/matcher/web/__init__.py
src/h_matchers/matcher/web/request.py
src/h_matchers/matcher/web/url/__init__.py
src/h_matchers/matcher/web/url/core.py
src/h_matchers/matcher/web/url/fluent.py
tests/__init__.py
tests/conftest.py
tests/pyproject.toml
tests/functional/__init__.py
tests/functional/combination_matching_test.py
tests/unit/__init__.py
tests/unit/data_types.py
tests/unit/h_matchers/__init__.py
tests/unit/h_matchers/interface_test.py
tests/unit/h_matchers/matcher/__init__.py
tests/unit/h_matchers/matcher/anything_test.py
tests/unit/h_matchers/matcher/collection_test.py
tests/unit/h_matchers/matcher/combination_test.py
tests/unit/h_matchers/matcher/core_test.py
tests/unit/h_matchers/matcher/meta_test.py
tests/unit/h_matchers/matcher/number_test.py
tests/unit/h_matchers/matcher/object_test.py
tests/unit/h_matchers/matcher/strings_test.py
tests/unit/h_matchers/matcher/collection/__init__.py
tests/unit/h_matchers/matcher/collection/containment_test.py
tests/unit/h_matchers/matcher/collection/_mixin/__init__.py
tests/unit/h_matchers/matcher/collection/_mixin/contains_test.py
tests/unit/h_matchers/matcher/collection/_mixin/item_matcher_test.py
tests/unit/h_matchers/matcher/collection/_mixin/size_test.py
tests/unit/h_matchers/matcher/collection/_mixin/type_test.py
tests/unit/h_matchers/matcher/web/__init__.py
tests/unit/h_matchers/matcher/web/request_test.py
tests/unit/h_matchers/matcher/web/url/__init__.py
tests/unit/h_matchers/matcher/web/url/core_test.py
tests/unit/h_matchers/matcher/web/url/fluent_test.py