2021-06-18 15:29:43 +02:00

382 B

Contains shared libraries like rabbitMQ wrapper

  • To have life changes (develop package only links to this folder): pip install -e .
  • To install as independent package: pip install .
  • Create installable package via python setup.py sdist

Access shared libs via

  • from dse_shared_libs.* import *
  • e.g. from dse_shared_libs.message_broker_wrapper import MBWrapper