An open API service indexing awesome lists of open source software.

https://github.com/lebedov/cffi_demo_pkg

Demo of how to use CFFI in a distributable Python package.
https://github.com/lebedov/cffi_demo_pkg

cffi python setuptools

Last synced: 2 months ago
JSON representation

Demo of how to use CFFI in a distributable Python package.

Awesome Lists containing this project

README

          

.. -*- rst -*-

CFFI Demo Package
=================

Package Description
-------------------
Demo Python package that illustrates how to wrap a C function using `CFFI
`_ and distribute it using `Setuptools
`_.

Installation
------------
The package may be installed as follows: ::

pip install -e https://github.com/lebedov/cffi_demo_pkg

Development
-----------
The latest release of the package may be obtained from
`GitHub `_.

Author
------
See the included `AUTHORS.rst
`_ file for more
information.

License
-------
This software is licensed under the
`BSD License `_.
See the included `LICENSE.rst
`_ file for more
information.