{"library":"pyreqwest","title":"pyreqwest","description":"Powerful and fast Rust-based HTTP client for Python, wrapping the popular reqwest crate. Current version 0.11.8, requires Python >=3.11. Release cadence is irregular with frequent bugfix releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pyreqwest"],"cli":null},"imports":["from pyreqwest import Client","from pyreqwest import ClientBuilder","from pyreqwest import Response"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyreqwest import Client\n\nclient = Client()\nresponse = client.get(\"https://httpbin.org/get\")\nprint(response.status_code)\nprint(response.text())","lang":"python","description":"Basic synchronous HTTP GET request.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}