Skip to content

jiacai2050/curl-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curl Python binding

https://github.com/jiacai2050/curl-py/actions/workflows/CI.yml/badge.svg https://img.shields.io/pypi/v/curl-pyo3.svg

Development

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"))'

About

Demo for build Python modules using PyO3

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published