Skip to content

keboola/python-transformation-v2

Repository files navigation

Build Status

Application which runs KBC transformations writen in Python, interface is provided by docker-bundle.

Installation

Package is available only on Github, so you need to use pip to install the package

pip install --upgrade git+git://github.com/keboola/python-transformation-v2.git

Dev

  • clone the repo
  • docker compose build --build-arg BASE_IMAGE_TAG=python-3.8-6.0.0 python-transformation-v2 (or provide the tag you want)
  • docker compose run --rm bandersnatch bandersnatch mirror (init the pypi-mirror)

Run tests

  • docker compose run --rm python-transformation-v2