Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 433 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 433 Bytes

pyproject-template

Makefile CI

simple pyproject template with some factories

check

$ ls -1 *.*p*

demo_api_from_notebook.ipynb
demo_from_cli.py
run_api.py

init

use make ex

pip install -m venv .venv
make install