Skip to content

Contains actinia module self-description and process-chain-template management and processing

License

Notifications You must be signed in to change notification settings

OpenPlainsInc/actinia-module-plugin

 
 

Repository files navigation

actinia-module-plugin

You can run actinia-module-plugin as actinia-core plugin.

Installation

For installation or DEV setup, see docker/README.md.

actinia-core process-chain templating

see actinia-module.md

DEV notes:

Build

insprired by https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/

to create a shippable wheel, run

pip3 install --upgrade pip pep517
python3 -m pep517.build .

Versioning:

https://semver.org/ (MAJOR.MINOR.PATCH)

Logging:

in any module, import from actinia_module_plugin.resources.logging import log and call logger with log.info("my info i want to log")

About

Contains actinia module self-description and process-chain-template management and processing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 92.5%
  • Python 7.4%
  • Other 0.1%