Scroll to navigation

PCREATE(1) User Commands PCREATE(1)

NAME

pcreate - Python 2 Pyramid command

DESCRIPTION

usage: pcreate [-h] [-s SCAFFOLD_NAME] [-t SCAFFOLD_NAME] [-l]

[--list-templates] [--package-name PACKAGE_NAME] [--simulate] [--overwrite] [--interactive] [--ignore-conflicting-name] [output_directory]

Render Pyramid scaffolding to an output directory.

Note: As of Pyramid 1.8, this command is deprecated. Use pyramid-cookiecutter-starter instead: https://github.com/Pylons/pyramid-cookiecutter-starter

positional arguments:

The directory where the project will be created.

optional arguments:

show this help message and exit
Add a scaffold to the create process (multiple -s args accepted)
A backwards compatibility alias for -s/--scaffold. Add a scaffold to the create process (multiple -t args accepted)
List all available scaffold names
A backwards compatibility alias for -l/--list. List all available scaffold names.
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.
Simulate but do no work
Always overwrite
When a file would be overwritten, interrogate (this is the default, but you may specify it to override --overwrite)
Do create a project even if the chosen name is the name of an already existing / importable package.
February 2019 pcreate 1.10.2+dfsg-2