.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH PCREATE3 "1" "February 2019" "pcreate3 1.10.2+dfsg-2" "User Commands" .SH NAME pcreate3 \- Python 3 Pyramid command .SH DESCRIPTION usage: pcreate3 [\-h] [\-s SCAFFOLD_NAME] [\-t SCAFFOLD_NAME] [\-l] .IP [\-\-list\-templates] [\-\-package\-name PACKAGE_NAME] [\-\-simulate] [\-\-overwrite] [\-\-interactive] [\-\-ignore\-conflicting\-name] [output_directory] .PP Render Pyramid scaffolding to an output directory. .PP Note: As of Pyramid 1.8, this command is deprecated. Use pyramid\-cookiecutter\-starter instead: https://github.com/Pylons/pyramid\-cookiecutter\-starter .SS "positional arguments:" .TP output_directory The directory where the project will be created. .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-s\fR SCAFFOLD_NAME, \fB\-\-scaffold\fR SCAFFOLD_NAME Add a scaffold to the create process (multiple \fB\-s\fR args accepted) .TP \fB\-t\fR SCAFFOLD_NAME, \fB\-\-template\fR SCAFFOLD_NAME A backwards compatibility alias for \fB\-s\fR/\-\-scaffold. Add a scaffold to the create process (multiple \fB\-t\fR args accepted) .TP \fB\-l\fR, \fB\-\-list\fR List all available scaffold names .TP \fB\-\-list\-templates\fR A backwards compatibility alias for \fB\-l\fR/\-\-list. List all available scaffold names. .TP \fB\-\-package\-name\fR PACKAGE_NAME Package name to use. The name provided is assumed to be a valid Python package name, and will not be validated. By default the package name is derived from the value of output_directory. .TP \fB\-\-simulate\fR Simulate but do no work .TP \fB\-\-overwrite\fR Always overwrite .TP \fB\-\-interactive\fR When a file would be overwritten, interrogate (this is the default, but you may specify it to override \fB\-\-overwrite\fR) .TP \fB\-\-ignore\-conflicting\-name\fR Do create a project even if the chosen name is the name of an already existing / importable package.