https://github.com/vizonex/curl_setuptools
A python setuptools extension for compiling curl statically
https://github.com/vizonex/curl_setuptools
curl nghttp2 openssl python setuptools
Last synced: 4 months ago
JSON representation
A python setuptools extension for compiling curl statically
- Host: GitHub
- URL: https://github.com/vizonex/curl_setuptools
- Owner: Vizonex
- License: mit
- Created: 2025-02-28T16:50:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T19:47:17.000Z (11 months ago)
- Last Synced: 2025-02-28T21:24:33.861Z (11 months ago)
- Topics: curl, nghttp2, openssl, python, setuptools
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Curl Setuptools
An Extension that installs and compiles curl into a Python Extension weather that be for Cython or CPython.
This tool aims at making the hardest task (compiling curl) a bit easier and less frustrating
this will attempt to put an end to any intallation and compilation issues with Zlib, Openssl, Curl and NGHttp2 once and for all.
## Current Todos
- [x] Curl Installer
- [x] NGhttp2 Installer
- [ ] Openssl Installer
- [ ] Zlib Installer
- [ ] Zlib Compiler
- [ ] Curl Compiler (Pending...)
- [ ] NGHttp2 Compiler
- [ ] Openssl Compiler (this one is going to be a pain because you have to go out and get the nasm compiler, strawberry pearl as well which is another diskspace-eater)
It can burn your computer like a microwave if your using a lower level OS.