keboola.component
General library for Python applications running in Keboola Connection environment
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-componentuv
uv add keboola-componentpoetry
poetry add keboola-componentInstalling 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
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
kbcstoragePython client for the Keboola Storage API that…
permissive · top 15,000 on PyPI
keboola.vcrRecords, sanitizes, and validates HTTP…
permissive · top 15,000 on PyPI
airbyte-source-declarative-manifestBuilds source connectors from declarative…
permissive · top 15,000 on PyPI
idf-component-managerAutomatically downloads and manages ESP-IDF…
permissive · top 5,000 on PyPI
zope.siteProvides a local and persistent site manager…
unclear · top 15,000 on PyPI
manifestoo-coreParses and reasons about Odoo addon manifests,…
permissive · top 15,000 on PyPI
java-manifestEncode and decode Java's META-INF/MANIFEST.MF…
unclear · top 15,000 on PyPI
cyclonedx-bomGenerates Software Bill of Materials (SBOM)…
permissive · top 5,000 on PyPI
zope.componentImplements the core Zope Component Architecture…
unclear · top 5,000 on PyPI