Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/third_party_packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ An asynchronous GitHub API library. Includes [HTTPX support](https://gidgethub.r

A tool for python developers to easily debug the HTTP(S) client requests in a python program.

### httpx2_kerberos
Comment thread
achapkowski marked this conversation as resolved.

httpx2_kerberos is a Python library that adds Kerberos/GSSAPI authentication support to the HTTPX2 client for making secure, authenticated HTTP requests.

[github](https://github.com/achapkowski/httpx2_kerberos)
[Documentation](https://achapkowski.github.io/httpx2_kerberos)

### VCR.py

[GitHub](https://github.com/kevin1024/vcrpy) - [Documentation](https://vcrpy.readthedocs.io/)
Expand Down
Loading