Skip to main content

An API mocking workhorse

Project description

mockstack logo


CI GitHub License PyPI - Version PyPI - Python Version

An API mocking workhorse :racehorse:

Enabling a sane development lifecycle for microservice-oriented architectures and LLM-driven tool chains.

Use mockstack for:

  • Development :pencil2:. Simulating HTTP-based interactions between a particular component you're developing or debugging locally and multiple other components it depends on during execution of a particular flow. You can create template-based mock responses, simulate creation of resources in a realistic way, as well as proxy to other services using a rich rules DSL. Full request and response metadata and payloads can be observed via OpenTelemetry integration.

  • Integration Testing :ok_hand:. Creating a consistent environment for running integration tests on a single component, using fixture responses.

  • LLM-powered Workflows :alien:. Speeding up development and reducing per-token costs of LLM-based workflows and tools for use with frameworks such as LangChain, LangGraph and others. When developing LLM-driven execution graphs. Optional Ollama integration allows for realistic mocking of 3rd party LLMs without changing a line of code in your project. In addition, when you want to have a consistent response from a tool while you're tuning prompts or debugging other aspects of a particular trace you can create various fixture responses with varying levels of dynamic content that is template-driven. mockstack can give you a solid foundation for this.

  • Chaos Engineering :boom:. mockstack can simulate various real-world runtime error scenarios such as timeouts, http error codes, and invalid response payloads. This can be a great way to do some upfront Chaos Monkey type of testing on software components.

Highlights include:

  • Multiple strategies for handling requests such as Jinja template files with intelligent URL request-to-template routing, proxy strategy, and mixed strategies. :game_die:
  • Observability via OpenTelemetry integration. Get detailed traces of your sessions instantly reported to backends such as Grafana, Jaeger, Zipkin, etc. :eyes:
  • Configurability via pydantic-settings supports customizing behaviour via environment variables and a .env file. :flags:
  • Comprehensive unit-tests, linting and formatting coverage as well as vulnerabilities and security scanning with full CI automation to ensure stability and a high-quality codebase for production-grade use. :+1:

Installation

Install using uv. This package conforms the concept of a tool and hence can simply install / run with uvx:

uvx mockstack --help

or install into a persistent environment and add it to the PATH with:

uv tool install mockstack

Usage

See the examples directory for complete examples with documentation.

Available configuration options are here.

Setting individual options can be done either through an .env file, individual environment variables, or command-line arguments.

Minimal example to get you started:

    mkdir -p ~/mockstack-templates
    echo '{"message": "Hello from mockstack!"}' > ~/mockstack-templates/myservice-api-myresource.j2

    export MOCKSTACK__TEMPLATES_DIR=~/mockstack-templates/
    uvx mockstack

You can then hit http://localhost:8000/myservice/api/myresource/23faa8cf-5daa-4bcb-8c92-27018b712aa9 (or any other UUID).

This is of course just the tip of the iceberg.

See also the included .env.example for more settings you are likely to find useful. You can copy that file to .env and fill in configuration as needed based on the given examples.

Out of the box, you get the following behavior when using the default filefixtures strategy:

  • The HTTP request GET /someservice/api/v1/user/c27f5b2b-6e81-420d-a4e4-6426e1c32db8 will try to find <templates_dir>/someservice-api-v1-user.c27f5b2b-6e81-420d-a4e4-6426e1c32db8.j2, and will fallback to <templates_dir>/someservice-api-v1-user.j2 (and finally to index.j2 if exists). These are j2 files that have access to request body context variables.
  • The HTTP request POST /someservice/api/v2/item with a JSON body will attempt to intelligently simulate the creation of a resource, returning the appropriate status code and will echo back the provided request resource, after injecting additional metadata fields based on strategy configuration. This is useful for services that expect fields such as id and created_at on returned created resources.
  • HTTP requests for DELETE / PUT / PATCH are a no-op by default, simply returning the appropriate status code.
  • The HTTP request POST /someservice/api/v2/embedding_search will be handled as a search request rather than a resource creation, returning an appropriate http status code and mock results based on user-configurable formatting.

Overall, the design philosophy is that things "just work". The framework attempts to intelligently deduce the intent of the request as much as possible and act accordingly, while leaving room for advanced users to go in and customize behavior using the configuration options.

Testing

Invoke unit-tests with:

uv run python -m pytest

Linting, formatting, static type checks etc. are all managed via pre-commit hooks. These will run automatically on every commit. You can invoke these manually on all files with:

pre-commit run --all-files

Contributing

If you are contributing to development, you will want to clone this project, and can then install it locally with:

gh repo clone promptromp/mockstack
cd mockstack/
uv sync
uv pip install -e .

Run in development mode (for live-reload of changes when developing):

uv run uvicorn --factory mockstack.main:create_app --reload

Note that when you run using the uvicorn CLI, you will need to set any configuration via .env file or environment variables.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mockstack-0.12.0.tar.gz (895.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mockstack-0.12.0-py3-none-any.whl (47.0 kB view details)

Uploaded Python 3

File details

Details for the file mockstack-0.12.0.tar.gz.

File metadata

  • Download URL: mockstack-0.12.0.tar.gz
  • Upload date:
  • Size: 895.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mockstack-0.12.0.tar.gz
Algorithm Hash digest
SHA256 ec4bb718ca84b32b19aed65a467c182c165ff5858c83d6170a0bd03e5bfc4fd4
MD5 0a54224b0bdf2d0b44bf5ccb858bb8bf
BLAKE2b-256 3a6e1632eb940e2451ac600d90b8f454743047130947a6d3096b88f3e8a67208

See more details on using hashes here.

Provenance

The following attestation bundles were made for mockstack-0.12.0.tar.gz:

Publisher: publish-to-pypi.yml on promptromp/mockstack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mockstack-0.12.0-py3-none-any.whl.

File metadata

  • Download URL: mockstack-0.12.0-py3-none-any.whl
  • Upload date:
  • Size: 47.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mockstack-0.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 635b0bdd5edfe7fb4b3cf35f1edd958a6fa157e9061d44b149beb11b47ef52cb
MD5 f76dcff93162b20891c868a2e6d0c35e
BLAKE2b-256 479411b3637c2ab3e6fd9e688e554adf1d981e791ce9a66cea9c26ed414d733f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mockstack-0.12.0-py3-none-any.whl:

Publisher: publish-to-pypi.yml on promptromp/mockstack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page