Comment by mmmaantu
4 months ago
I have been working on a new Python HTTP client which is 100% Rust-based (sync+async). Using reqwest under the hood and providing everything it has to offer to Python land + much more. Also including mocking capabilities. Here: https://github.com/MarkusSintonen/pyreqwest
Started from the poor state of many Python HTTP clients and poor testing utilities there is for them. (Eg the neglected state of httpx and its all perf issues)
Oh Hi! Very cool. Looks very similar to my project's reqwest wrapper. maybe we should team up!?
https://github.com/jessekrubin/ry
https://github.com/jessekrubin/ry/tree/main/crates/ryo3-reqw...