Skip to content

Commit 86ae761

Browse files
committed
Update README.md
1 parent 15118f0 commit 86ae761

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Python-TLS-Client-Async is a fork of [Python-TLS-Client](https://github.com/Flor
44
support for asyncio. This library allows you to perform advanced HTTP requests while maintaining compatibility with
55
asynchronous programming patterns in Python.
66

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+
711
# Installation
812

913
```bash

0 commit comments

Comments
 (0)