Skip to content

Developers

maurermj08 edited this page Oct 22, 2016 · 3 revisions

Developers

Currently Efetch is changing rapidly. However, the plugin framework is quite stable. Therefore, developing plugins is an easy and great way to get started developing for Efetch. It is recommended to start with a YAML Plugin then work on creating Pyhton plugins.

Plugins

The developers of Efetch believe it is very important that plugins are easy to create. Starting with version 0.3.0, Efetch has two types of plugins. Efetch has standard python plugins. These plugins are deployed by putting the plugin in the plugins directory and restarting Efetch. The second type of plugins are easily created by editing the Efetch plugin configuration YAML file. Efetch will automatically detect any changes to the plugin configuration file.

YAML Plugins

Python Plugins

Style

Efetch follows the PEP-0008 style guide.