https://github.com/tharvik/cffi
https://github.com/tharvik/cffi
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tharvik/cffi
- Owner: tharvik
- License: other
- Created: 2016-07-28T11:57:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T12:10:34.000Z (over 9 years ago)
- Last Synced: 2025-01-02T16:44:33.137Z (about 1 year ago)
- Language: Python
- Size: 2.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
CFFI
====
Foreign Function Interface for Python calling C code.
Please see the [Documentation](http://cffi.readthedocs.org/) or uncompiled
in the doc/ subdirectory.
Download
--------
[Download page](https://bitbucket.org/cffi/cffi/downloads)
Contact
-------
[Mailing list](https://groups.google.com/forum/#!forum/python-cffi)
To run tests under CPython, run:
python setup.py build_ext -i