Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 395 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 395 Bytes

foremast-plugin-experiment-1

Experiments on foremast plugins

Sample Run

cd src/

# Custom plugin system
./plugin_manager_0.py

# Using pluginbase
./plugin_manager_1.py

# Using pike
./plugin_manager_2.py

Decisions

  • provider.resource or resource.provider

We are moving with a resource.provider format because our project is currently organized in that manner.