https://github.com/python-cffi/cffi
A Foreign Function Interface package for calling C libraries from Python.
https://github.com/python-cffi/cffi
Last synced: 2 months ago
JSON representation
A Foreign Function Interface package for calling C libraries from Python.
- Host: GitHub
- URL: https://github.com/python-cffi/cffi
- Owner: python-cffi
- License: other
- Created: 2023-09-25T18:11:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T12:20:38.000Z (3 months ago)
- Last Synced: 2025-02-05T22:44:56.268Z (2 months ago)
- Language: Python
- Homepage: https://cffi.readthedocs.io/en/latest/
- Size: 49.3 MB
- Stars: 156
- Watchers: 6
- Forks: 44
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- stars - python-cffi/cffi - A Foreign Function Interface package for calling C libraries from Python. (Python)
- stars - python-cffi/cffi - A Foreign Function Interface package for calling C libraries from Python. (Python)
README
[](https://github.com/python-cffi/cffi/actions/workflows/ci.yaml?query=branch%3Amain++)
[](https://pypi.org/project/cffi)
[][Documentation]CFFI
====Foreign Function Interface for Python calling C code.
Please see the [Documentation] or uncompiled in the `doc/` subdirectory.
Download
--------[Download page](https://github.com/python-cffi/cffi/releases)
Source Code
-----------Source code is publicly available on
[GitHub](https://github.com/python-cffi/cffi).Contact
-------[Mailing list](https://groups.google.com/forum/#!forum/python-cffi)
Testing/development tips
------------------------To run tests under CPython, run the following in the source root directory:
pip install pytest
pip install -e . # editable install of CFFI for local development
pytest c/ testing/[Documentation]: http://cffi.readthedocs.org/