Skip to content

obar1/pyproject-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 24, 2024
18ec7db · Apr 24, 2024

History

15 Commits
Apr 24, 2024
Apr 24, 2024
Feb 23, 2023
Apr 24, 2024
Apr 24, 2024
Sep 21, 2021
Feb 23, 2023
Feb 23, 2023
Feb 23, 2023
Apr 24, 2024
Feb 23, 2023

Repository files navigation

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