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

https://github.com/chrisrx/python-c-extension-example


https://github.com/chrisrx/python-c-extension-example

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# python-c-extension-example

This is a straight forward example on how to setup a Python project with a C extension.

# Install
```shell
make
make install
```