
cffi 2.0.0
0
Foreign Function Interface for Python calling C code.
Contents
Foreign Function Interface for Python calling C code.
Stars: 479, Watchers: 479, Forks: 143, Open Issues: 178The cffi/cffi repo was created 14 years ago and the last code push was 2 months ago.
The project is popular with 479 github stars!
How to Install cffi
You can install cffi using pip
pip install cffi
or add it to a project with poetry
poetry add cffi
Package Details
- Author
- Armin Rigo, Maciej Fijalkowski
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/cffi/
- Documentation:
- https://cffi.readthedocs.io/
- GitHub Repo:
- https://github.com/cffi/cffi
Classifiers
Related Packages
Errors
A list of common cffi errors.
Code Examples
Here are some cffi code examples and snippets.
GitHub Issues
The cffi package has 178 open issues on GitHub
- grovel wrapper syntax:
flags,cc-flags,ld-flags. - cmucl vararg fix
- defctype of struct types
pythonfix