About Anaconda Help Download Anaconda
  • 10586 total downloads
  • Last upload: 28 days and 12 hours ago

Installers

pip install

To install this package run one of the following:
pip install -i https://pypi.anaconda.org/beeware/simple cffi

Description

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/

© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.13) Legal | Privacy Policy