osom8979 / bt-python

Boilterplate Template Python Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PROJECT_NAME

PyPI PyPI - Python Version GitHub

PROJECT_DESC

How to initialize boilerplate

./init.sh

Developing

## Create a local Python virtual environment.
./python

## Black formatting
./black.sh

## PEP8 linting
./flake8.sh

## Sort import order
./isort.sh

## Type checking
./mypy.sh

## Unit testing
./pytest.sh

License

See the LICENSE file for details. In summary, PROJECT_NAME is licensed under the MIT license.

About

Boilterplate Template Python Project

License:MIT License


Languages

Language:Shell 50.9%Language:Python 47.4%Language:Dockerfile 1.7%