• v0.1.0 c4955fd16a

    Release v0.1.0
    Some checks failed
    CI / test (3.10) (push) Successful in 9m38s
    CI / test (3.11) (push) Successful in 9m46s
    CI / test (3.12) (push) Successful in 9m37s
    CI / test (3.9) (push) Successful in 9m42s
    CI / lint (push) Failing after 4m44s
    CI / type-check (push) Failing after 4m52s
    CI / build (push) Has been skipped
    Release / release (push) Failing after 4m49s
    Release / release-pypi (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-01-29 13:54:27 +00:00 | 0 commits to main since this release

    Initial Release - v0.1.0

    A CLI tool that converts API definitions into shareable local mock servers with routing, validation, and templating.

    Features

    • Automatic mock server from YAML/JSON endpoint definitions
    • Smart endpoint routing with path parameters
    • Shareable local URLs via ngrok tunneling
    • Request validation against JSON schemas
    • Dynamic response templating with Jinja2
    • Offline mode support

    Installation

    pip install api-mock-cli
    

    Quick Start

    api-mock init --name my-api
    cd my-api
    api-mock start
    

    Files

    • 44 source files
    • Comprehensive test suite (6 test files)
    • Full CI/CD pipeline configured
    Downloads