skillfed

keboola.component

General library for Python applications running in Keboola Connection environment

keboola-component v1.11.0 92.8K downloads/30d#13,426 on PyPI1
Permissive license MIT Active released

What it is and what it does

Keboola Component is a Python library that abstracts the Keboola Common Interface specification, reducing boilerplate when building Docker components for the Keboola Connection platform. It provides a CommonInterface class that initializes the component environment, loads configuration from config.json, processes input and output tables via manifest files and I/O mapping, handles state files, and manages logging. The library also includes base classes for building component applications and data classes for Common Interface objects like manifests and metadata.

The package is intended for developers building Keboola components in Python and for use within Keboola Python Transformations. It depends on pygelf, deprecated, and keboola.vcr. The library requires Python 3.10 or later and is officially supported by Keboola.

Use it for:

  • Build a Docker component for Keboola Connection that reads input tables, applies transformations, and writes output tables using I/O mapping.
  • Simplify configuration and state management in a Python transformation script running inside Keboola.
  • Create a component that processes input files, groups them by tags, and generates output files with minimal boilerplate.
  • Implement logging in a Keboola component that automatically routes based on environment setup.
  • Develop a component with sync actions that return structured data or validation messages to the Keboola platform.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Wraps the Keboola Common Interface to simplify Docker component development, handling configuration loading, I/O mapping, manifest processing, and logging within the Keboola Connection environment.

Yes. The package is actively maintained, carries no known vulnerabilities, uses a permissive MIT license, and has low install friction. Install it if you are building Keboola components or transformations in Python and want to avoid writing Common Interface boilerplate. Not relevant if you are not working within the Keboola ecosystem.

Install

keboola-component on PyPI

pip

pip install keboola-component

uv

uv add keboola-component

poetry

poetry add keboola-component

Installing keboola.component

Before you install

Low install friction with a pure Python wheel distribution. Actively maintained with a release 45 days ago and recent commits; supports current Python versions.

License in practice

MIT license permits commercial and private use with minimal restrictions; suitable for most projects.

Quickstart

from keboola.component import CommonInterface

ci = CommonInterface()
cfg = ci.configuration

Requires Python 3.10 or later; typically run within Keboola Docker environment with KBC_DATADIR set or data folder present.

Verify before relying

  • Whether pygelf, deprecated, and keboola.vcr are well-maintained and carry no known vulnerabilities.
  • Whether the package works reliably outside Keboola's Docker environment or if it requires specific folder/environment setup.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 3 — pygelf, deprecated, keboola.vcr
Maintenance actively maintained — 45 days since the last release
Last repo commit
First released
Downloads 92,775/month — #13,426 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: keboola_component-1.11.0-py3-none-any.whl

Development Status :: 5 - Production/StableIntended Audience :: DevelopersIntended Audience :: EducationIntended Audience :: Information TechnologyOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Software Development :: LibrariesTopic :: Software Development :: Libraries :: Python Modules

Tags

keboola component developmentkeboola common interface wrapperkeboola docker component librarykeboola i/o mapping handlerkeboola configuration managementkeboola manifest processingkeboola python transformation
keboola-integrationetl-framework

More Libraries packages