Skip to content

DiaSird/python-template

Repository files navigation

Python template

Table of Contents

Requirements

  • python 3.8 < 3.10
  • poetry(package maneger):

If you do not have poetry installed, you can install it with the following command.

pip install poetry

if you use Anaconda3

conda install -c conda-forge poetry

More info is here.

Make usage

Command Description
make run Run python file(default: src/run.py)
make install Install dependencies (by poetry)
make test Test with pytest
make lint Lint with flake8
make clean Remove __pycache__ files

If you are using windows, you can install the make command here. (Click the Setup button at the top.)

About

create python template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published