-
Release v0.1.0
StableSome checks failedCI / test (3.10) (push) Successful in 9m38sCI / test (3.11) (push) Successful in 9m46sCI / test (3.12) (push) Successful in 9m37sCI / test (3.9) (push) Successful in 9m42sCI / lint (push) Failing after 4m44sCI / type-check (push) Failing after 4m52sCI / build (push) Has been skippedRelease / release (push) Failing after 4m49sRelease / release-pypi (push) Has been skippedreleased this
2026-01-29 13:54:27 +00:00 | 0 commits to main since this releaseInitial 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-cliQuick Start
api-mock init --name my-api cd my-api api-mock startFiles
- 44 source files
- Comprehensive test suite (6 test files)
- Full CI/CD pipeline configured
Downloads