Your IP : 18.119.118.248


Current Path : /usr/share/doc/python3.12-cffi/
Upload File :
Current File : //usr/share/doc/python3.12-cffi/README.md

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://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/