zillionare / python-project-wizard

A tool for creating skeleton python project, built with popular develop tools and conform to best practice.
https://zillionare.github.io/python-project-wizard/
BSD 3-Clause "New" or "Revised" License
129 stars 110 forks source link

fix bugs, typos, docs, bump ver, add night mode #6

Closed ma7555 closed 2 years ago

ma7555 commented 2 years ago

This PR fixes the below: 1- Docs badge to use gh-pages 2- Adds instructions to use tox-conda as installation suggests setting a conda enviroment. 3- Bumps dependencies versions to latest and drop support to python 3.6 4- Adds missing dependencies. 5- Fix some typos 6- Use profile=black for isort in both toml file and isort.cfg file (can be deleted but i didn't try) 7- Adds night mode to gh-pages 8- fixes some indentations

Thanks!