Skip to content

jlarsen-usgs/plugin_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plugin_example

Example problem for creating python plugins

how to use this example

First install "main_plugin_arch" using pip. This example package represents an existing python pakage

cd main_program
pip install .

Now install the example plugin

cd test_plugin
pip install .

Now that the plugin is installed, it is discoverable by the main_plugin_arch package. The class FancyHelloWorld is discovered during the from main_plugin_arch import plugin call.

run example.py to check out how it works.

About

Example problem for creating python plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages