# Puzzle Small plugin framework for python v2.1
Every plugin must inherite Plugin class and override methods in order to work properly and safe. Every plugin inherit plugin lifecucle: #
import os
...
- Load new plugins
- Show table with installed plugins and their states
- Maintain plugin lifecycle
- Download zip archive with plugin content and install it automatically
- Remove,update, register/install plugins
- Prepare any folder as plugins folder
- If plugin change, reload/refresh installed plugin
- Maintain security before plugin loads
- Simple interface to develop new plugins