An interactive Python/DataScience project template generator based on PyScaffold
pipx install pyscaffold-interactive
Refer to pipx documentation for information on how to get pipx
pip install pyscaffold-interactive
As simple as :
putup-interactive
Interactively create a python package or datascience project template using PyScaffold
- Setup a new python project and interactively add details like project name, author name, email, url, description
- Choose from a selection of licenses
- Configure automated testing using tox
- Setup continuous integration using Travis-CI
- Option to add pre-commit file during project setup
- Create DataScience projects interactively (using the same command)
- In addition, you get all of PyScaffold's native commands! Just do
putup --help