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
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
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!