File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,9 @@ asyncio.run(main())
3636
3737## Why This Fork? 🚀
3838
39- This project was created to address the lack of updates in the original Python-TLS-Client while incorporating:
40- - Modern Python 3.9+ features and async/await syntax
41- - Active updates from the underlying [ tls-client] ( https://github.com/bogdanfinn/tls-client ) Go library
42- - Improved error handling and debugging capabilities
43- - Better documentation and developer experience
44- - Enhanced security features for enterprise use cases
39+ The fork was created due to the lack of updates in the original repository, while the underlying GoLang
40+ library [ tls-client] ( https://github.com/bogdanfinn/tls-client ) continues to evolve actively. This project aims to keep
41+ up with the latest developments in the GoLang library and provide a modern, asynchronous interface for Python users.
4542
4643## Installation 📦
4744
You can’t perform that action at this time.
0 commit comments