We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15118f0 commit 86ae761Copy full SHA for 86ae761
README.md
@@ -4,6 +4,10 @@ Python-TLS-Client-Async is a fork of [Python-TLS-Client](https://github.com/Flor
4
support for asyncio. This library allows you to perform advanced HTTP requests while maintaining compatibility with
5
asynchronous programming patterns in Python.
6
7
+The fork was created due to the lack of updates in the original repository, while the underlying GoLang
8
+library [tls-client](https://github.com/bogdanfinn/tls-client) continues to evolve actively. This project aims to keep
9
+up with the latest developments in the GoLang library and provide a modern, asynchronous interface for Python users.
10
+
11
# Installation
12
13
```bash
0 commit comments