Packages
Official Python SDK for Koyeb that provides synchronous and asynchronous REST API clients plus a Sandbox module for creating and managing isolated, ephemeral execution environments in the cloud.
A Python client library for Kubernetes that mirrors kubectl's command patterns, offering both sync and async APIs to query, create, and manage cluster resources.
Provides a minimal Python interface to the Kraken.com cryptocurrency exchange REST API, handling authentication and request formatting for both public and private endpoints.
However, high install friction and lack of recent updates mean you should verify that Kraken's API has not changed significantly since the last release (2024-07-01)…
Wraps the Kerberos 5 C API to provide Python functions for low-level Kerberos operations, with functions matching the KRB5 API specification.
Extracts text, tables, images, and metadata from 91+ file formats including PDFs, Office documents, and images, with native async/await support and multiple OCR backends.
Computes Krippendorff's alpha, a statistical measure of inter-rater agreement, with optimized performance for reliability data matrices.
The GPL-3.0-or-later license requires careful review if you plan to use it in proprietary software; otherwise it is a straightforward choice for academic and…
KServe Python SDK provides server and client libraries for deploying and managing machine learning model inference services, with built-in support for model loading from multiple storage backends and standardized prediction/preprocessing handlers.
Generates sortable unique identifiers (KSUIDs) that combine a timestamp with random data, enabling time-ordered ID generation without external dependencies.
However, verify Python 3.x compatibility with your target version before committing, and be aware that no release has shipped since 2017 despite active repository…
Provides the deprecated `kerastuner` import name for Keras Tuner, allowing code written for older versions to continue working without modification.
KThread provides a way to forcefully terminate running threads by raising a SystemExit exception within them, extending Python's standard threading.Thread class with kill(), terminate(), and exit() methods.
Install only if you have a specific legacy codebase already using it and cannot refactor to safer patterns.
Kubeflow SDK provides Python APIs to submit and manage distributed AI training jobs, hyperparameter optimization, and ML pipelines on Kubernetes without requiring direct Kubernetes knowledge.
Install it if you need to programmatically submit AI workloads to Kubeflow; skip it if you have no Kubernetes infrastructure or prefer direct kubectl/YAML workflows.
Provides a Python interface to the Kubernetes API, enabling programmatic management and monitoring of Kubernetes clusters through synchronous and asynchronous client methods.
Install it if you need to manage or query Kubernetes clusters from Python—it is the standard choice for this task.
Asynchronous Python client for the Kubernetes API, enabling non-blocking interaction with Kubernetes clusters using AsyncIO.
Provides Python type stubs for the Kubernetes API client, enabling static type checking and IDE autocompletion when working with the upstream kubernetes package.
Provides type stubs for the Kubernetes Python API client, enabling static type checking and IDE autocompletion for Kubernetes library code.
A mypy plugin that adds type checking support for Kubernetes objects, including custom resource definitions and the kubernetes-client library.
However, dormant maintenance and known limitations mean it is best suited for stable, non-bleeding-edge use cases.
Validates Kubernetes resource definitions against official Kubernetes JSON schemas, reporting schema mismatches and type errors.
Official Python SDK for KugelAudio's text-to-speech API, with optional local CPU-based turn detection for conversational applications.
KUKSA Python SDK provides a client library and CLI tool to communicate with KUKSA Server or KUKSA Databroker over gRPC, enabling interaction with vehicle data and services.
kumo-api defines RESTful API resource schemas as Pydantic dataclasses for interacting with Kumo AI's cloud services over HTTP.
However, most users should prefer the kumoai SDK for a higher-level experience.
Kumo SDK provides a Python interface to programmatically interact with the Kumo machine learning platform, enabling users to build and manage ML workflows on modern data infrastructure.
Kurigram is an asynchronous Python framework for interacting with Telegram's MTProto API, enabling you to build user clients and bots that access Telegram features including Gifts, Stories, Topics, and Business Accounts.
Install it if you're building Telegram bots or clients; skip it if you only need the official Bot API or prefer a simpler HTTP-based wrapper.
Kuzu is an embedded graph database that executes Cypher queries on property graphs, supporting full-text search and vector indices without requiring a separate server process.
However, be aware that the maintainers are no longer actively developing new features—use it for stable, well-tested workloads, not for cutting-edge functionality or…
Reads and writes configuration files in KvF format, a key-value file format with named sections that uses Paradict text encoding.
kwasm bundles KLayout's WebAssembly-compiled layout rendering engine to view GDS2 and OASIS semiconductor design files directly in a browser or Jupyter notebook, with no server required.
The GPL-3.0 copyleft license is a consideration for commercial redistribution but not for internal use.
Python client library and SQLAlchemy dialect for querying Apache Kylin OLAP engines using SQL from Python applications and BI tools.