Imitatus: Yet Another Mock HTTP Server

PyPI
Dev Tools
Releasing Imitatus, a zero-dependency mock HTTP server built with Python’s standard library for straightforward endpoint mocking.
Author

Serkan Altuntaş

Published

November 24, 2024

I just published a package called Imitatus. It’s a mock HTTP server that uses zero dependencies - just Python’s standard library. If you’re looking for a straightforward way to mock HTTP endpoints for testing, you might find it useful.

pip install imitatus
python -m imitatus.server

The code is on GitHub if you want to take a look.