fmerg / c_extension_recipes

dummy Python package with C extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

dummy Python package with C extension


Languages

Language:C 75.3%Language:Python 13.9%Language:Shell 10.9%