Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamtorsten/tls-client
Advanced HTTP Library
https://github.com/iamtorsten/tls-client
http python-tls-client requests tls-client
Last synced: about 2 months ago
JSON representation
Advanced HTTP Library
- Host: GitHub
- URL: https://github.com/iamtorsten/tls-client
- Owner: iamtorsten
- License: mit
- Created: 2024-08-14T11:20:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T13:38:27.000Z (5 months ago)
- Last Synced: 2024-11-13T14:08:16.638Z (about 2 months ago)
- Topics: http, python-tls-client, requests, tls-client
- Language: Python
- Homepage: https://pypi.org/project/tls-client2
- Size: 38.5 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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).
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.
[https://github.com/FlorianREGAZ/Python-Tls-Client](https://github.com/FlorianREGAZ/Python-Tls-Client)