Skip to content

PaloGuo/NumPy_C_Extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.6%
  • C 35.4%
  • Makefile 17.0%