woohp / python-extension-scaffold

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python extension using pybind11 scaffold

This is a python extension cookiecutter scaffold.

To use:

cookiecutter gh:woohp/python-extension-scaffold

To include numpy:

cookiecutter gh:woohp/python-extension-scaffold --checkout numpy

To include tensorflow:

cookiecutter gh:woohp/python-extension-scaffold --checkout tensorflow

About


Languages

Language:Python 75.9%Language:C++ 24.1%