Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 835 Bytes

File metadata and controls

40 lines (27 loc) · 835 Bytes

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.