- Microsoft / Python Project Template
- TezRomacH / python-package-template
- PyScaffold
- lyz-code > The Blue Book > Python Project Template](https://lyz-code.github.io/blue-book/coding/python/python_project_template/)
- Cosmic Python
python -m pip install --upgrade pip setuptools wheel
cargo install python-launcher
py --list
On linux:
py -3.10 -m pip install pipx
On OS X:
brew install pipx
pipx ensurepath
Add $HOME/.local/bin
to your path.
which pipx
pipx install build
pipx install tox
pipx install pre-commit
pipx install cookiecutter
pipx install pyscaffold
pip install pyscaffoldext-markdown
putup -h
should now show a --markdown
flag.
putup -l GPL-3.0-or-later --github-actions --venv .venv foobar
cd foobar
pip install -e .
python setup.py develop
pycharm .
source .venv/bin/activate
pip install pytest-cov
pip install --upgrade pip