loongson/pypi/: 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 |
| maintainer | Matt Davis, Matt Clay, Matti Picus |
| project_urls |
|
| requires_dist |
|
| requires_python | >=3.9 |
| File | Tox results | History |
|---|---|---|
cffi-2.0.0-cp310-cp310-manylinux_2_38_loongarch64.whl
|
|
|
cffi-2.0.0-cp310-cp310-musllinux_1_2_loongarch64.whl
|
|
|
cffi-2.0.0-cp311-cp311-manylinux_2_38_loongarch64.whl
|
|
|
cffi-2.0.0-cp311-cp311-musllinux_1_2_loongarch64.whl
|
|
|
cffi-2.0.0-cp312-cp312-manylinux_2_38_loongarch64.whl
|
|
|
cffi-2.0.0-cp312-cp312-musllinux_1_2_loongarch64.whl
|
|
|
cffi-2.0.0-cp313-cp313-manylinux_2_38_loongarch64.whl
|
|
|
cffi-2.0.0-cp313-cp313-musllinux_1_2_loongarch64.whl
|
|
|
cffi-2.0.0-cp39-cp39-manylinux_2_38_loongarch64.whl
|
|
|
cffi-2.0.0-cp39-cp39-musllinux_1_2_loongarch64.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/