Home

Awesome

REPO-README

Template for my python projects

Template Replace Check-List

Run Scripts

All runnable python scripts should be located in scripts/ folder

And you can run the scripts through under command

python -m scripts.run_sample

Run Linting

This project use three Linter: black, isort, flake8

# use linter to fix code format
make style

# check lint error
make quality

Run Test

All runnable test codes should be located in tests/ folder

pytest

Author

by @codertimo