-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development "New Project" Templates #11
Comments
May want to make different flavors of projects (i.e. web projects/flask, data based , etc.) |
Possibly include python egg based (see http://peak.telecommunity.com/DevCenter/PythonEggs ) |
For setuptool based projects see:
For additional information based on legacy "distutils\setupscript" details see And may want to leverage additional metadata in some form of wizard to help further |
From https://pythonhosted.org/an_example_pypi_project/setuptools.html , for setuptool based projects... A possible directory structure for a new project may be like the following:
With a setup.py similar from the above link looking like
|
In local development, have added a "setuptool" template which is based on the above. |
May want to break this up into smaller chunks of work to focus on specific types of New Files. |
Some of the work done was specific to "New...New File" based functionality and not "Project" specific. Need to implement "New...New Project". Presently there is no "New Project...Python" showing up. This may be a higher level. Presently the New Project lists like the following Need to update this to include other Python Project types. |
May want to consider "archetype" functionality existing in mvn which allows a given archetype to auto generate a basic temple projects of a specific archetype I think a good way of doing so is possibly using something like:
Will break this out into separate issue. |
This issue/task/feature will involve creation of "New Project Templates" and/or wizards to accommodate a variety of aspects of a given python project configuration
May want to create "New Project Templates" for assorted configurations including setuptools, setup.py, requirements.txt, and related pyenv (environment) setup element as well, readme.md, licenses,txt, .gitignore, etc..
See #8 for additional details.
The acceptance of this will be
In Python4nb context, create "New Project"
From the New Project select each applicable project configuration
When applicable, selected and identify applicable module/package for inclusion and/or use in the project
May require configuration of environment
Once complete, the python project can be used in development, packaging, and deployment.
The text was updated successfully, but these errors were encountered: