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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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!