spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.2k stars 1.59k forks source link

Create a project based on cookiecutter templates #4007

Open goanpeca opened 7 years ago

goanpeca commented 7 years ago

Spyder should include a couple of templates for easy usage. We should probably create a repo inside spyder-ide that has other templates as submodules so we can us that as parte of the lease process and bundled them (as zipped files?) within spyder.

Data Science Python Package Spyder Plugin

Plus an advanced section to use any template from a git address to create a generic project.

We need to directly use this and parse the JSON file so that we can ask the questions in a dialog inside Spyder

https://github.com/audreyr/cookiecutter/blob/master/cookiecutter/main.py

@rlaverde this feels like a work for you :-)

goanpeca commented 7 years ago

@ccordoba12 is this 3.2 or 4.0 work?

ccordoba12 commented 7 years ago

3.2, but I want @dalthviz to work on this and @rlaverde on introducing shortcut sets (Rstudio, Emacs) which requires a better knowledge of our internals.