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
Build Securely on AWS with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
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!