Unnamed repository; edit this file 'description' to name the repository.
Find a file
2025-03-28 13:52:43 +02:00
skeleton fix codename for cache file 2025-03-28 13:52:43 +02:00
.gitattributes gitattributes 2021-02-25 13:49:35 +02:00
deploy_new_python_project.conf.sample Check for existing project 2025-03-08 11:15:38 +02:00
deploy_new_python_project.sh Check for existing project 2025-03-08 11:15:38 +02:00
README.md Update readme and add more defaults 2022-06-14 09:52:01 +03:00

Python skeleton

Usage

Run: deploy_new_python_project.sh --project-name "My Project" --project-codename my_project --deployment-path /path/to/my/repos/ This will create the folder /path/to/my/repos/my_project with the skeleton inside and the text replaced for each option passed to the script. Check deploy_new_python_project.sh --help to see more options.

deploy_new_python_project [--help|-h|-?] [--author|-a 'Author name'] [--authoring-date|-d 'date of creation'] [--project-name|-n 'Name of the project'] [--project-codename|-p short_project_name] [--version|-v 'version number'] [--deployment-path|-r 'path/to/copy/skeleton'] [--author-email|-e 'email@example.org'] [--url|-u 'https://domain.com'] [--license|-l 'LICENSEv1']

--help Show this help. --author Author name, between quotes for spaces. --authoring-date Date when the script was created. --project-name Long name of the project. --project-codename Short name without spaces for command line script. --version Initial version 0.0.1? --deployment-path Path to deploy the skeleton. --author-email Email address of the author. --url URL of the project. --license License name. --license-url License URL to fetch in plain text and save in your project folder. --description Description.