8000 GitHub - rolpdog/cffi: A Foreign Function Interface package for calling C libraries from Python.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rolpdog/cffi

 
 

Repository files navigation

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

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/

About

A Foreign Function Interface package for calling C libraries from Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.9%
  • C 34.7%
  • Other 0.4%
0