5.2. Distribute your Plugin

5.2.1. Python package

One you have created your plugin, you may want to distribute it.

LISA use python package index to manage plugin dependencies and install/uninstall. With this system, plugins can be used as a library in another plugin as it’s a python package.

The create option does not create the structure to deploy it.

To create the setup structure, you can check how plugins are actually done : ChatterBot Plugin

5.2.2. Register it on the Plugin Store

Not released yet. Contact me to add it on the list of plugins