Examples

Note

Examples are not distributed via PyPI. You can either download the ZIP package from gihub releases and unpack it into directory of your choice, or checkout the “examples” directory directly from SDK repository.

To register (example and your own) services and applications for use with Saturnin in “development” mode, use saturnin install package -e . from root directory of service package.

For example to register TextIO sample service:

  1. CD to examples/textio

  2. Run saturnin install package -e .