serkan.ai

Imitatus: Yet Another Mock HTTP Server

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.