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

https://github.com/gjjvdburg/numpy_c_extension

Skeleton Python Package for linking a C/C++ library as a NumPy Extension
https://github.com/gjjvdburg/numpy_c_extension

c c-library cpp extension linking numpy python python-numpy python-wrapper skeleton

Last synced: 28 days ago
JSON representation

Skeleton Python Package for linking a C/C++ library as a NumPy Extension

Awesome Lists containing this project

README

          

============================
NumPy C/C++ Skeleton Package
============================

This is a skeleton package that can be used to easily create a Python package
that links to a C/C++ library. It is especially useful when you want to create
a NumPy extension for a Python package.

Why?
====

It turned out to be quite difficult to get the ``setup.py`` file right when I
tried to do this myself, so I thought I'd save you the trouble and create a
skeleton package. You can read more about my motivations for making this `in
this blog post `_.

Notes
=====

Numpy_C_Skeleton is free software, licensed under the GNU General Public
License, version 3 or later (GPLv3). Copyright G.J.J. van den Burg, all rights
reserved.

If you have encounter any problems, please open an issue on `GitHub
`_.