pygalgen.generator package

The generator package contains source code of PyGalGen generator. The main submodules are pipeline, and plugin discovery It also contains multiple subpackages:

  • common: contains functions used throughout the generator package

  • default_plugins: contains strategies, data setup and configuration of default plugins

  • pluggability: data structures related to plugin support

Subpackages

Submodules

pygalgen.generator.main module

pygalgen.generator.pipeline module

pygalgen.generator.plugin_discovery module

pygalgen.generator.update module