ppc64le/linux/: cffi-2.0.0+ppc64le1 metadata and description

Simple index

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
  • Environment :: MetaData :: IBM Python Ecosystem
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+ppc64le1-cp310-cp310-manylinux_2_34_ppc64le.whl
Size
487 KB
Type
Python Wheel
Python
3.10
  • Replaced 1 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-05-05 15:32:51
cffi-2.0.0+ppc64le1-cp311-cp311-manylinux_2_34_ppc64le.whl
Size
441 KB
Type
Python Wheel
Python
3.11
  • Replaced 1 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-05-05 15:32:51
cffi-2.0.0+ppc64le1-cp312-cp312-manylinux_2_34_ppc64le.whl
Size
444 KB
Type
Python Wheel
Python
3.12
  • Replaced 1 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-05-05 15:32:52
cffi-2.0.0+ppc64le1-cp313-cp313-manylinux_2_34_ppc64le.whl
Size
515 KB
Type
Python Wheel
Python
3.13
  • Replaced 1 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-05-05 15:32:52
cffi-2.0.0+ppc64le1-cp314-cp314-manylinux_2_34_ppc64le.whl
Size
516 KB
Type
Python Wheel
Python
3.14
  • Replaced 1 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-05-05 15:32:53
cffi-2.0.0+ppc64le1-cp39-cp39-manylinux_2_34_ppc64le.whl
Size
427 KB
Type
Python Wheel
Python
3.9
  • Replaced 1 time(s)
  • Uploaded to ppc64le/linux by ppc64le 2026-05-05 15:32:53

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/

Export Classification Notice

The software hosted on this website consists of publicly available open‑source packages. To the extent U.S. export regulations apply, software that is publicly available as described in 15 C.F.R. §§ 734.7 (for non-encryption software) or 742.15(b) (for encryption software) is not subject to the Export Administration Regulations (EAR). Users are responsible for complying with all applicable export laws and regulations.