loongson/pypi/: cffi-2.0.0 metadata and description

Simple index Mirror page

Foreign Function Interface for Python calling C code.

author Armin Rigo, Maciej Fijalkowski
classifiers
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Programming Language :: Python :: 3.14
  • Programming Language :: Python :: Free Threading :: 2 - Beta
  • Programming Language :: Python :: Implementation :: CPython
description_content_type text/markdown
maintainer Matt Davis, Matt Clay, Matti Picus
project_urls
  • Documentation, https://cffi.readthedocs.io/
  • Changelog, https://cffi.readthedocs.io/en/latest/whatsnew.html
  • Downloads, https://github.com/python-cffi/cffi/releases
  • Contact, https://groups.google.com/forum/#!forum/python-cffi
  • Source Code, https://github.com/python-cffi/cffi
  • Issue Tracker, https://github.com/python-cffi/cffi/issues
requires_dist
  • pycparser; implementation_name != "PyPy"
requires_python >=3.9
File Tox results History
cffi-2.0.0-cp310-cp310-manylinux_2_38_loongarch64.whl
Size
218 KB
Type
Python Wheel
Python
3.10
cffi-2.0.0-cp310-cp310-musllinux_1_2_loongarch64.whl
Size
220 KB
Type
Python Wheel
Python
3.10
cffi-2.0.0-cp311-cp311-manylinux_2_38_loongarch64.whl
Size
217 KB
Type
Python Wheel
Python
3.11
cffi-2.0.0-cp311-cp311-musllinux_1_2_loongarch64.whl
Size
219 KB
Type
Python Wheel
Python
3.11
cffi-2.0.0-cp312-cp312-manylinux_2_38_loongarch64.whl
Size
221 KB
Type
Python Wheel
Python
3.12
cffi-2.0.0-cp312-cp312-musllinux_1_2_loongarch64.whl
Size
223 KB
Type
Python Wheel
Python
3.12
cffi-2.0.0-cp313-cp313-manylinux_2_38_loongarch64.whl
Size
221 KB
Type
Python Wheel
Python
3.13
cffi-2.0.0-cp313-cp313-musllinux_1_2_loongarch64.whl
Size
223 KB
Type
Python Wheel
Python
3.13
cffi-2.0.0-cp39-cp39-manylinux_2_38_loongarch64.whl
Size
218 KB
Type
Python Wheel
Python
3.9
cffi-2.0.0-cp39-cp39-musllinux_1_2_loongarch64.whl
Size
220 KB
Type
Python Wheel
Python
3.9

GitHub Actions Status PyPI version Read the Docs

CFFI

Foreign Function Interface for Python calling C code.

Please see the Documentation or uncompiled in the doc/ subdirectory.

Download

Download page

Source Code

Source code is publicly available on GitHub.

Contact

Mailing list

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/