.env.example
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
LICENSE
README.md
SECURITY.md
mkdocs.yml
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/publish-docs.yml
.github/workflows/publish-to-pypi.yml
docs/assets/favicon.ico
docs/assets/logo.png
docs/assets/mockstack.png
examples/filefixtures-with-templates/.env.example
examples/filefixtures-with-templates/README.md
examples/filefixtures-with-templates/templates/servicename-api-v1-items.j2
examples/filefixtures-with-templates/templates/servicename2-api-v2-user.533ec889-7c68-45c8-b21e-4a7e455d1234.j2
examples/proxyrules-with-rules-file/.env.example
examples/proxyrules-with-rules-file/README.md
examples/proxyrules-with-rules-file/rules.yml
mockstack/__init__.py
mockstack/config.py
mockstack/constants.py
mockstack/display.py
mockstack/identifiers.py
mockstack/intent.py
mockstack/lifespan.py
mockstack/main.py
mockstack/middleware.py
mockstack/telemetry.py
mockstack/templating.py
mockstack.egg-info/PKG-INFO
mockstack.egg-info/SOURCES.txt
mockstack.egg-info/dependency_links.txt
mockstack.egg-info/entry_points.txt
mockstack.egg-info/requires.txt
mockstack.egg-info/top_level.txt
mockstack/routers/__init__.py
mockstack/routers/catchall.py
mockstack/routers/homepage.py
mockstack/strategies/__init__.py
mockstack/strategies/base.py
mockstack/strategies/create_mixin.py
mockstack/strategies/factory.py
mockstack/strategies/filefixtures.py
mockstack/strategies/proxyrules.py
mockstack/tests/__init__.py
mockstack/tests/conftest.py
mockstack/tests/test_display.py
mockstack/tests/test_identifiers.py
mockstack/tests/test_middleware.py
mockstack/tests/test_templating.py
mockstack/tests/fixtures/proxyrules.yml
mockstack/tests/fixtures/templates/__init__.py
mockstack/tests/fixtures/templates/example-template.j2
mockstack/tests/routers/__init__.py
mockstack/tests/routers/test_catchall.py
mockstack/tests/routers/test_homepage.py
mockstack/tests/strategies/test_filefixtures.py
mockstack/tests/strategies/test_proxyrules.py