/python-template

My own template for any Python project.

Primary LanguagePythonMIT LicenseMIT

python-template

Support Ukraine

Build Status codecov Code style: black Python 3.11 badge

My own template for any Python project. Template can be used anywhere, this includes non-my projects.

Installing

pip install cruft lice
cruft create https://github.com/PerchunPak/python-template

If this doesn't work, try this:

git clone https://github.com/PerchunPak/python-template.git
cd python-template

Installing poetry

Next we need install poetry with recomended 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 -

Installing dependencies

poetry install --no-dev

Run template

cruft create .

If something is not clear

You can always write me!

Updating

cruft update

Projects using it

List of open-source projects on GitHub with our mention.