{"library":"niquests","type":"library","category":null,"description":"Niquests is a simple, yet elegant, HTTP library designed as a drop-in replacement for Requests, which is currently under feature freeze. It aims to extend Requests' capabilities with modern features like async support, ASGI/WSGI integration, and experimental WebAssembly compatibility. The current version is 3.18.5, and it maintains an active release cadence with frequent updates.","language":"python","status":"active","version":"3.18.5","tags":["http","networking","requests-alternative","async","web"],"install":[{"cmd":"pip install niquests","imports":["import niquests\nresponse = niquests.get('https://httpbin.org/get')","import niquests\nresponse = niquests.post('https://httpbin.org/post', json={'key': 'value'})","from niquests import Session\nsession = Session()","from niquests import AsyncSession\nasync_session = AsyncSession()"]}],"homepage":null,"github":"https://github.com/jawah/niquests","docs":"https://niquests.readthedocs.io","changelog":"https://github.com/jawah/niquests/blob/main/HISTORY.md","pypi":"https://pypi.org/project/niquests/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":3.1,"avg_import_s":0.89,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/niquests/compatibility"},"provenance":{"verified_status":"timeout","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Sun Jul 05","install_tag":null}}