dodo module

Module for automation of the assembly process.

dodo.dumpkeys(infile: str, table: str, outfile: str) None

Dump TOML table keys one per line.

Parameters
  • infile (class: str) – input file name

  • table (class: str) – section name in input file

  • outfile (class: str) – output file name

dodo.task_all() Dict[str, Any]

Perform all build tasks.

Returns

managing dictionary

Return type

class Dict[str, Any]

dodo.task_check() Dict[str, Any]

Perform all checks.

Returns

managing dictionary

Return type

class Dict[str, Any]

dodo.task_create_arch() Dict[str, Any]

Create archive with setup distributive.

Returns

managing dictionary

Return type

class Dict[str, Any]

dodo.task_create_setup() Dict[str, Any]

Create Setup file.

Returns

managing dictionary

Return type

class Dict[str, Any]

dodo.task_docstyle() Dict[str, Any]

Check docstrings against pydocstyle.

Returns

managing dictionary

Return type

class Dict[str, Any]

dodo.task_gitclean() Dict[str, Any]

Clean all generated files not tracked by GIT.

Returns

managing dictionary

Return type

class Dict[str, Any]

dodo.task_html() Dict[str, Any]

Make HTML documentation.

Returns

managing dictionary

Return type

class Dict[str, Any]

dodo.task_mo() Dict[str, Any]

Compile translations.

Returns

managing dictionary

Return type

class Dict[str, Any]

dodo.task_po() Dict[str, Any]

Update translations.

Returns

managing dictionary

Return type

class Dict[str, Any]

dodo.task_pot() Dict[str, Any]

Re-create .pot file.

Returns

managing dictionary

Return type

class Dict[str, Any]

dodo.task_requirements() Dict[str, Any]

Dump Pipfile requirements.

Returns

managing dictionary

Return type

class Dict[str, Any]

dodo.task_run_server() Dict[str, Any]

Run server.

Returns

managing dictionary

Return type

class Dict[str, Any]

dodo.task_stop_server() Dict[str, Any]

Stop server.

Returns

managing dictionary

Return type

class Dict[str, Any]

dodo.task_style_flake() Dict[str, Any]

Check style against flake8.

Returns

managing dictionary

Return type

class Dict[str, Any]

dodo.task_style_pylint() Dict[str, Any]

Check style against pylint.

Returns

managing dictionary

Return type

class Dict[str, Any]

dodo.task_wheel() Dict[str, Any]

Create binary wheel distribution.

Returns

managing dictionary

Return type

class Dict[str, Any]