Skip to main content

An example of a plugin for Johann

Project description

pre-commit Code style: black

Johann Plugin Example

This repository is an example "plugin" for Johann consisting of the following:

  • Celery tasks which can be used in Johann Scores both inside and outside this plugin
  • Plugin-specific Scores that encode new scenarios/experiments
  • Plugin-specific configuration variables
  • Additions to Johann's core configuration variables
  • Plugin-specific pip dependencies

This project does not contain, but the Johann plugin system also supports:

  • Python modules that add new capabilities to Johann (e.g., an additional host control mechanism such as SSH or the VMware API)

Structure of a Johann plugin

In order to keep the Johann plugin ecosystem consistent and compatible:

  • Plugin repositories should be named johann_extension_name , e.g., johann_plugin_example
  • Plugins must provide a single package named johann_extension_name, e.g., johann_plugin_example
  • Plugins must create pypi-style distributions that can be installed via pip
  • Any Score files must be included in the distribution (e.g., via MANIFEST.in), and should be contained in a scores subfolder of the package
  • It is strongly recommended that any publicly available plugins be BSD or MIT licensed
  • Plugins should support the same versions of Python as Johann, namely Python 3.6+
  • Plugin repositories should utilize the Developer Certificate of Origin (DCO) for each commit
    • This can be accomplished via the -s flag to git commit

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

johann_plugin_example-0.1.0a0.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

johann_plugin_example-0.1.0a0-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page