root/alpine313/: cffi-2.0.0 metadata and description
Foreign Function Interface for Python calling C code.
| author | Armin Rigo, Maciej Fijalkowski |
| classifiers |
|
| description_content_type | text/markdown |
| dynamic |
|
| license_expression | MIT |
| license_file |
|
| maintainer | Matt Davis, Matt Clay, Matti Picus |
| metadata_version | 2.4 |
| project_urls |
|
| requires_dist |
|
| requires_python | >=3.9 |
| File | Tox results | History |
|---|---|---|
cffi-2.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
|
|
|
cffi-2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
|
|
CFFI
Foreign Function Interface for Python calling C code.
Please see the Documentation or uncompiled in the doc/ subdirectory.
Download
Source Code
Source code is publicly available on GitHub.
Contact
Testing/development tips
After git clone or wget && tar, we will get a directory called cffi or cffi-x.x.x. we call it repo-directory. To run tests under CPython, run the following in the repo-directory:
pip install pytest
pip install -e . # editable install of CFFI for local development
pytest src/c/ testing/