Enki home page.

Plugin API documentation

This is API documentation. It lists all modules, which may be used by Enki plugins.

To create your own plugins, you will probably also need:

enki.core

Core creates basic user interface, provides basic functionality for user, contains plugin API.

enki.lib

Code (but not widgets), which is not used by core, but, may be used by more than one plugin.

enki.widgets

Set of reusable widgets.

enki.plugins

This package contains plugins, which extend the core with additional functionality.

Plugins do not export any public API and are not included to this docs. But code consists docstrings.

Every plugin is optional, therefore, no other modules are allowed to depend on plugin.