root/alpine313/: cffi-2.0.0 metadata and description

Simple index PyPI 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
dynamic
  • license-file
license_expression MIT
license_file
  • LICENSE
  • AUTHORS
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-cp313-cp313-musllinux_1_2_aarch64.whl
Size
218 KB
Type
Python Wheel
Python
3.13
cffi-2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Size
216 KB
Type
Python Wheel
Python
3.13

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/