Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 545 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 545 Bytes

YAPF: Yet Another Plugin Framework For Python

Features

  • 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.X should not be a problem)

To do:

  • Start using pathlib for path manipulation inside the plugin manager
  • Test it with Python 3.X
  • Add unit testing
  • Add documentation

Documentation:

For examples about how to use it look at the example application: app.py