mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-09 20:18:50 +08:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
f4201b85db
commit
985400cac3
@@ -340,6 +340,7 @@ _Libraries for working with HTTP._
|
|||||||
|
|
||||||
- [aiohttp](https://github.com/aio-libs/aiohttp) - Asynchronous HTTP client/server framework for asyncio and Python.
|
- [aiohttp](https://github.com/aio-libs/aiohttp) - Asynchronous HTTP client/server framework for asyncio and Python.
|
||||||
- [furl](https://github.com/gruns/furl) - A small Python library that makes parsing and manipulating URLs easy.
|
- [furl](https://github.com/gruns/furl) - A small Python library that makes parsing and manipulating URLs easy.
|
||||||
|
- [httptap](https://github.com/ozeranskii/httptap) - Dissects an HTTP request into DNS, TCP, TLS, wait, and transfer phases and renders the timings as a waterfall.
|
||||||
- [httpx](https://github.com/encode/httpx) - A next generation HTTP client for Python.
|
- [httpx](https://github.com/encode/httpx) - A next generation HTTP client for Python.
|
||||||
- [requests](https://github.com/psf/requests) - HTTP Requests for Humans.
|
- [requests](https://github.com/psf/requests) - HTTP Requests for Humans.
|
||||||
- [urllib3](https://github.com/urllib3/urllib3) - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
|
- [urllib3](https://github.com/urllib3/urllib3) - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
|
||||||
@@ -646,8 +647,6 @@ _Libraries for debugging code._
|
|||||||
- Profiler
|
- Profiler
|
||||||
- [py-spy](https://github.com/benfred/py-spy) - A sampling profiler for Python programs. Written in Rust.
|
- [py-spy](https://github.com/benfred/py-spy) - A sampling profiler for Python programs. Written in Rust.
|
||||||
- [scalene](https://github.com/plasma-umass/scalene) - A high-performance, high-precision CPU, GPU, and memory profiler for Python.
|
- [scalene](https://github.com/plasma-umass/scalene) - A high-performance, high-precision CPU, GPU, and memory profiler for Python.
|
||||||
- Network
|
|
||||||
- [httptap](https://github.com/ozeranskii/httptap) - Dissects an HTTP request into DNS, TCP, TLS, wait, and transfer phases and renders the timings as a waterfall.
|
|
||||||
- Others
|
- Others
|
||||||
- [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) - Display various debug information for Django.
|
- [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) - Display various debug information for Django.
|
||||||
- [flask-debugtoolbar](https://github.com/pallets-eco/flask-debugtoolbar) - A port of the django-debug-toolbar to flask.
|
- [flask-debugtoolbar](https://github.com/pallets-eco/flask-debugtoolbar) - A port of the django-debug-toolbar to flask.
|
||||||
|
|||||||
Reference in New Issue
Block a user