Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 287 Bytes

File metadata and controls

6 lines (4 loc) · 287 Bytes

python_wrapping_template

Template for creating python wrappers for any program that can be run through the command line.

Contains the files necessary to perform a pip installation via pip install -e .

Or you can build the source distribution and wheel files with python -m build