create_project#

geodesic.account.projects.create_project(name, alias, description, keywords=[], set_as_active=False)[source]#

Creates a new project. Helpful instead of creating a Project instance directly.

Parameters:
  • name (str) – name of the project. Used in most cases to look up a project

  • alias (str) – a human readable name for the project

  • description (str) – a text description of this project

  • keywords (list) – a list of keywords to describe this project.

  • set_as_active – if True, sets the new project as the active project