evergreen.cli package

Submodules

evergreen.cli.main module

Command line driver for evergreen API.

class evergreen.cli.main.DisplayFormat(*values)

Bases: Enum

human = 1
json = 2
yaml = 3
evergreen.cli.main.fmt_output(fmt, data)[source]

Convert the given data into the specified format.

Parameters:
  • fmt – DisplayFormat to use.

  • data – Data to convertn.

Returns:

Data is specified format.

evergreen.cli.main.main()[source]

Create command line application.

Module contents