Skip to content

jpoullet2000/plugin-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is an example plugin project which works with the myproject-core available here.

One needs first to install myproject-core, then install myproject-plugin1.

Open some python interpreter and test it

from myproject.plugin_manager import (
    features_modules,
    integrate_feature_plugins
)

integrate_feature_plugins()

from myproject.features.myplugin import MyFeature

About

This package can be used as starting point to create a plugin architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages