sudo apt install -y libcurl4-openssl-dev
python -m venv .env
source .env/bin/activate
pip install maturin
pip install maturin[patchelf]
# Install wheels
maturin develop
python -c 'import curl_py; print(curl_py.curl_get("http://httpbin.org/headers"))'
-
-
Notifications
You must be signed in to change notification settings - Fork 0
jiacai2050/curl-py
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Demo for build Python modules using PyO3
Resources
Stars
Watchers
Forks
Packages 0
No packages published