Skip to content

A template for python project with Black, Flake8 and isort

License

Notifications You must be signed in to change notification settings

twbrandon7/python-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Template with Black, Flake8 and isort

Code style: black

Usage

Clone this repository and install dependencies by the following commands:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

About

A template for python project with Black, Flake8 and isort

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published