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