Skip to main content

Python HTTP for Humans.

Project description

Niquests

Niquests is a simple, yet elegant, HTTP library. It is a drop-in replacement for Requests that is no longer under feature freeze.

Why did we pursue this? We don't have to reinvent the wheel all over again, HTTP client Requests is well established and really plaisant in its usage. We believe that Requests have the most inclusive, and developer friendly interfaces. We intend to keep it that way.

>>> import niquests
>>> r = niquests.get('https://httpbin.org/basic-auth/user/pass', auth=('user', 'pass'))
>>> r.status_code
200
>>> r.headers['content-type']
'application/json; charset=utf8'
>>> r.encoding
'utf-8'
>>> r.text
'{"authenticated": true, ...'
>>> r.json()
{'authenticated': True, ...}
>>> r
<Reponse HTTP/2 [200]>
>>> r.ocsp_verified
True

Niquests allows you to send HTTP requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your PUT & POST data — but nowadays, just use the json method!

Niquests is one of the least downloaded Python packages today, pulling in around 100+ download / week— according to GitHub, Niquests is currently depended upon by 1+ repositories. But, that may change..! Starting with you.

Downloads Supported Versions

Installing Niquests and Supported Versions

Niquests is available on PyPI:

$ python -m pip install niquests

Niquests officially supports Python 3.7+.

Supported Features & Best–Practices

Niquests is ready for the demands of building robust and reliable HTTP–speaking applications, for the needs of today.

  • Automatic Content Decompression and Decoding
  • OS truststore by default, no more certifi!
  • OCSP Certificate Revocation Verification
  • Browser-style TLS/SSL Verification
  • Sessions with Cookie Persistence
  • Keep-Alive & Connection Pooling
  • International Domains and URLs
  • Automatic honoring of .netrc
  • Basic & Digest Authentication
  • Familiar dict–like Cookies
  • Object-oriented headers
  • Multi-part File Uploads
  • Chunked HTTP Requests
  • Fully type-annotated!
  • SOCKS Proxy Support
  • Connection Timeouts
  • Streaming Downloads
  • HTTP/2 by default
  • HTTP/3 over QUIC

Kenneth Reitz Python Software Foundation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

niquests-3.1.2.tar.gz (477.0 kB view details)

Uploaded Source

Built Distribution

niquests-3.1.2-py3-none-any.whl (78.4 kB view details)

Uploaded Python 3

File details

Details for the file niquests-3.1.2.tar.gz.

File metadata

  • Download URL: niquests-3.1.2.tar.gz
  • Upload date:
  • Size: 477.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for niquests-3.1.2.tar.gz
Algorithm Hash digest
SHA256 bea9f90cd4900c743956c12fad76a8d0d5e87a2882f504e5eb724a4b09705e0e
MD5 50d794d2350a50abbbcc7f2340261797
BLAKE2b-256 b08478532104280fc2fc44e11fd3cbf2dc82e4b5ae4f0b9e8f7d9d05d698ff20

See more details on using hashes here.

File details

Details for the file niquests-3.1.2-py3-none-any.whl.

File metadata

  • Download URL: niquests-3.1.2-py3-none-any.whl
  • Upload date:
  • Size: 78.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for niquests-3.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7b74d64d252209d22662dcb4f6f3a5bef9a1b8a13a607db268ab9020f41feed9
MD5 8bcaf72ab01fbc9d9cb8b46862017d1e
BLAKE2b-256 bfb916ae10a290d7196c96be2569ba72b9be3480aadcebff1ffbd667cbc59b06

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page