/c_extension_recipes

dummy Python package with C extension

Primary LanguageC

README
++++++

Prerequisites
=============

sudo apt-get install python3-dev


Build
=====

To build the package using the setup file:

$ build-package --setup

To build directly with gcc:

$ build-package


Demo
====

$ ./run


Tests
=====

pytest test.py