Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

python -m scaffold -p "projectname" [-d {base directory}]

By default, the project is created as a child of the current working directory. The optional argument

-d {base directory}

allows to create the project somewhere else.

Picking A Name

Python module/package names should generally follow the following constraints:

...