A simple framework for plugin system development with as few dependencies as possible. It is designed to offer a set of very lean classes (plugin managers and plugin interfaces) which can easily be customised by decoration or inheritance.
Yapsy v1.x supports Python2 and Python3. Its source package contains versions of the sources for both pythons.
Yapsy v2+ supports Python 3 and it's development happens now on https://github.com/tibonihoo/yapsy/
Usage samples, advices and developer's documentations are available on the main website.
Features
- Centralised plugin management
- Management class customizable via class decoration
- Plugin activation saving in config file
- Handles versioning among installed plugins
- Auto install
License
BSD LicenseFollow Yapsy
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Nice work. I used your framework for my simple project and it works like a charm. It is important to know about the plugin detection caveat, though.
-
awesome! +1 for being pure python module. thanks for opensourcing it!