curl-in-cython-example:使用 Cython 包装 c 库示例

时间:2024-08-03 05:32:46
【文件属性】:

文件名称:curl-in-cython-example:使用 Cython 包装 c 库示例

文件大小:8KB

文件格式:ZIP

更新时间:2024-08-03 05:32:46

Python

使用 Cython 封装 curl 示例 安装依赖 仅在 Ubuntu 上测试通过 sudo apt-get install -y build-essential gdb python-dev python-virtualenv libcurl4-gnutls-dev pip install cython python setup.py build_ext --inplace 使用 >> > import rest_client >> > response = rest_client . get ( 'http://ifconfig.me/all.json' ) * About to connect () to ifconfig . me port 80 ( #0) * Trying 153.121 . 72.212 ... * connected > GET / all . jso


【文件预览】:
curl-in-cython-example-master
----setup.py(258B)
----.gitignore(24B)
----Vagrantfile(5KB)
----curl.pxd(11KB)
----rest_client.pyx(4KB)
----README.rst(2KB)

网友评论