Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 852 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 852 Bytes

# Puzzle Small plugin framework for python v2.1

Plugin lifecycle

Every plugin must inherite Plugin class and override methods in order to work properly and safe. Every plugin inherit plugin lifecucle: #

Getting started

import os

...

Features

  • 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