Metadata-Version: 2.1
Name: tls-client2
Version: 1.0.3
Summary: Advanced Python HTTP Client.
Home-page: UNKNOWN
Author: Torsten Klement
License: MIT
Project-URL: Source, https://github.com/iamtorsten/tls-client
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE

# Python-TLS-Client

Python-TLS-Client is an advanced HTTP library based on requests and tls-client.



# Installation

```

pip install tls-client2

```



# Disclaimer

This is a fork of FlorianREGAZ [tls-client](https://github.com/FlorianREGAZ/Python-Tls-Client). <br>

I created this fork because in the original repository the binaries were not updated and bugs remained open for too long.



# Usage

The project description can be found in the original repository. <br>

[https://github.com/FlorianREGAZ/Python-Tls-Client](https://github.com/FlorianREGAZ/Python-Tls-Client)



