Metadata-Version: 2.4
Name: reclie
Version: 0.1.2
Summary: A high-performance async HTTP client with a native Zig core.
Author: Victor Chibuogwu Chukwuemeka
License: MIT
Project-URL: Homepage, https://github.com/emekadefirst/reclie
Keywords: http,https,async,client,zig,tls
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certifi
Dynamic: license-file

Reclie - pronouced re -cly

A High peformance python request client that allows developer to make request in python, utilizing the  python simplicity and leveraging on zig to do the heavy lifting, and also bypassing python runtime gil, buffer and bytecode delay


with the aim of outperforming all existing client in python. makking super fast light and clean

First is to start with HTTP, HTTPS, and support HTTP2

Next SSE

Lastly WebSocker WS WSS
