My own template for any Python project. Template can be used anywhere, this includes non-my projects.
pip install cruft lice setuptools
cruft create https://github.com/PerchunPak/python-template
git clone https://github.com/PerchunPak/python-template.git
cd python-template
Next we need install poetry
with recommended way.
If you use Linux, use command:
curl -sSL https://install.python-poetry.org | python -
If you use Windows, open PowerShell with admin privileges and use:
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -
poetry install --no-dev
cruft create .
You can always write me!
cruft update