- Find plugins in different filesystem paths
- Load plugins from python files, packages and zip files
- Plugin dependencies
- Enable/Disable plugins
- Global service registry
- Python versions:
2.7.X(3.Xshould not be a problem)
- Start using pathlib for path manipulation inside the plugin manager
- Test it with
Python 3.X - Add unit testing
- Add documentation
For examples about how to use it look at the example application: app.py