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.
- Host: GitHub
- URL: https://github.com/lebedov/cffi_demo_pkg
- Owner: lebedov
- License: other
- Created: 2017-07-04T21:58:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T21:59:08.000Z (about 9 years ago)
- Last Synced: 2025-03-02T11:31:39.581Z (over 1 year ago)
- Topics: cffi, python, setuptools
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
- Authors: AUTHORS.rst
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.