kumo-api
RESTful datamodels for Kumo AI
What it is and what it does
kumo-api is a low-level library that provides Pydantic-based dataclass definitions for Kumo AI's RESTful API resources. It acts as a schema layer for HTTP clients to construct and validate payloads when communicating with Kumo's cloud services. The library bundles four runtime dependencies—pydantic for data validation, protobuf for serialization, numpy and pandas for numerical and tabular data handling—to support structured API interactions.
The package is positioned as a foundational layer; the documentation recommends installing the higher-level kumoai SDK for a smoother user experience, suggesting that kumo-api alone is primarily useful for developers who need direct control over API resource construction or who are building custom integrations. It supports Python 3.10 through 3.14 and carries no known security vulnerabilities.
Use it for:
- Building custom HTTP clients to interact with Kumo AI cloud services using validated datamodels
- Integrating Kumo API resources into data pipeline tools that work with numpy and pandas
- Prototyping or testing Kumo API interactions without the full kumoai SDK overhead
- Serializing and deserializing Kumo API payloads using protobuf for efficient data transfer
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
kumo-api defines RESTful API resource schemas as Pydantic dataclasses for interacting with Kumo AI's cloud services over HTTP.
Yes, if you need direct control over Kumo AI API resource construction or are building a custom integration. The low install friction, permissive MIT license, and active maintenance make it a safe dependency. However, most users should prefer the kumoai SDK for a higher-level experience. No security vulnerabilities are known.
Install
kumo-api on PyPI
pip
pip install kumo-apiuv
uv add kumo-apipoetry
poetry add kumo-apiInstalling kumo-api
Before you install
Low friction install with a pure-wheel distribution. Active maintenance as of 59 days ago. Depends on widely-used libraries: pydantic, protobuf, numpy, and pandas.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions, making it suitable for commercial and open-source projects alike.
Quickstart
pip install kumo-api
from kumo_api import <resource_class>
# Use Pydantic dataclasses to construct and validate API payloads
Requires Python 3.10 or later.
Verify before relying
- What specific resource schemas and API endpoints are available in version 0.92.0
- Whether kumo-api can be used standalone or requires the kumoai SDK for practical use
- Performance characteristics when handling large datasets with numpy and pandas dependencies
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — pydantic, protobuf, numpy, pandas |
| Maintenance | actively maintained — 59 days since the last release |
| First released | |
| Downloads | 96,931/month — #13,183 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: kumo_api-0.92.0-py3-none-any.whl
Keywords: deep-learning, graph-neural-networks, cloud-data-warehouse
Tags
More WWW/HTTP 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
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
kumoaiKumo SDK provides a Python interface to…
permissive · top 15,000 on PyPI
pyactiveresourcePyActiveResource maps Python classes to remote…
permissive · top 5,000 on PyPI
dataclasses-jsonschemaGenerates JSON Schema from Python dataclasses…
permissive · top 15,000 on PyPI
ibm-quantum-schemasProvides Pydantic models that define the…
permissive · top 15,000 on PyPI
py-avro-schemaGenerates Apache Avro schemas from Python…
permissive · top 15,000 on PyPI
jsonschema-pydantic-converterConverts JSON Schema definitions to Pydantic v2…
permissive · top 15,000 on PyPI
restflyRESTfly is a framework for building libraries…
permissive · top 15,000 on PyPI
jsonschema-pydanticConverts JSON Schema definitions into Pydantic…
unclear · top 15,000 on PyPI
scim2-modelsProvides Pydantic models for SCIM2 (System for…
permissive · top 15,000 on PyPI
hologramGenerates Draft 7 compatible JSON Schemas…
permissive · top 5,000 on PyPI