General library for python application running in KBC. The library provides function related to docker-bundle.
pip install git+git://github.com/keboola/python-docker-application.git
Note that the library is already installed in production containers in KBC.
Basic usage:
from keboola import docker
cfg = docker.Config('/data/')
params = cfg.get_parameters()
See documentation in doc directory for full list of available functions. See development guide for help with KBC integration.