httpx 0.19.0-1 source package in Ubuntu

Changelog

httpx (0.19.0-1) unstable; urgency=medium

  * New upstream release
  * Use the new Debian Python Team contact name and address.
  * debian/patches/0000-Debianize-unittests-run
    - refresh patch onto new upstream code
  * debian/control
    - add charset-normalizer to b-d, needed by tests
  * Keep tests disabled

 -- Sandro Tosi <email address hidden>  Wed, 24 Nov 2021 22:32:58 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpx_0.19.0-1.dsc 2.3 KiB de7c3fbb236366e813619b1e421c763449214272a42e64f770e28d6a21f7ee18
httpx_0.19.0.orig.tar.xz 1.5 MiB f40bbad1f5e2ec4b84943d599a29e7fa1b8b1a1e914c762acb681ad5b80e1506
httpx_0.19.0-1.debian.tar.xz 4.8 KiB 4f653ad52fb0af1069cee5eab5edb2484f332847272db1f36403fcae3bceacc1

No changes file available.

Binary packages built by this source

python3-httpx: next generation HTTP client

 HTTPX is a fully featured HTTP client for Python 3, which provides sync and
 async APIs, and support for both HTTP/1.1 and HTTP/2.
 .
 HTTPX is a high performance asynchronous HTTP client, that builds on the
 well-established usability of requests, and gives you:
 .
  * A broadly requests-compatible API.
  * Standard synchronous interface, but with async support if you need it.
  * HTTP/1.1 and HTTP/2 support.
  * Ability to make requests directly to WSGI applications or ASGI applications.
  * Strict timeouts everywhere.
  * Fully type annotated.
  * 99% test coverage.
 .
 Plus all the standard features of requests:
 .
  * International Domains and URLs
  * Keep-Alive & Connection Pooling
  * Sessions with Cookie Persistence
  * Browser-style SSL Verification
  * Basic/Digest Authentication
  * Elegant Key/Value Cookies
  * Automatic Decompression
  * Automatic Content Decoding
  * Unicode Response Bodies
  * Multipart File Uploads
  * HTTP(S) Proxy Support
  * Connection Timeouts
  * Streaming Downloads
  * .netrc Support
  * Chunked Requests