microsoft-kiota-serialization-text
Core abstractions for kiota generated libraries in Python
What it is and what it does
This package is a text serialization plugin for the Microsoft Kiota framework, a code generator for building type-safe REST API clients. It handles the serialization and deserialization of plain text (text/plain) payloads exchanged with API endpoints. Kiota-generated projects automatically reference this library to process text responses and requests from REST services.
The package is a specialized component in the Kiota ecosystem, not a general-purpose text serializer. It integrates with microsoft-kiota-abstractions to provide text handling alongside other serialization formats. If you are using a Kiota-generated client library, this dependency is typically pulled in automatically; direct use is uncommon outside that context.
Use it for:
- Processing plain text responses from REST APIs in Kiota-generated client code.
- Serializing text payloads for API requests that accept text/plain content type.
- Building type-safe API clients that need to handle mixed content types including plain text.
- Extending Kiota-generated clients to work with text-based API endpoints.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Serializes and deserializes plain text payloads for Kiota-generated API client libraries, handling text/plain content types from REST endpoints.
Yes, if you are using a Kiota-generated API client that handles text/plain payloads. Install it directly only if explicitly required by your generated client code or if you are building custom Kiota serialization logic. The package is actively maintained, has no known vulnerabilities, and carries a permissive license. For most users, it will be a transitive dependency pulled in automatically.
Install
microsoft-kiota-serialization-text on PyPI
pip
pip install microsoft-kiota-serialization-textuv
uv add microsoft-kiota-serialization-textpoetry
poetry add microsoft-kiota-serialization-textInstalling microsoft-kiota-serialization-text
Before you install
Low install friction with a single runtime dependency (microsoft-kiota-abstractions). Active maintenance with a recent release and no known vulnerabilities.
License in practice
Permissive license allows use in commercial and open-source projects without significant restrictions.
Quickstart
pip install microsoft-kiota-serialization-text
from microsoft_kiota_serialization_text import TextSerializationWriterFactory
writer_factory = TextSerializationWriterFactory()
Requires Python 3.10 or later.
Verify before relying
- Specific text encoding formats and character set support beyond plain text.
- Performance characteristics or size limits for text payload handling.
- Whether direct instantiation of serialization factories is the intended usage pattern.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — microsoft-kiota-abstractions |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 14,297,976/month — #1,238 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: microsoft_kiota_serialization_text-1.11.9-py3-none-any.whl
Keywords: kiota, openAPI, Microsoft, Graph
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
microsoft-kiota-serialization-jsonSerializes and deserializes JSON payloads for…
permissive · top 5,000 on PyPI
microsoft-kiota-serialization-multipartHandles multipart/form-data serialization for…
permissive · top 5,000 on PyPI
microsoft-kiota-serialization-formHandles serialization of data into…
permissive · top 5,000 on PyPI
microsoft-kiota-bundleProvides default client setup and request…
permissive · top 15,000 on PyPI
microsoft-kiota-abstractionsProvides core abstractions and base classes…
permissive · top 5,000 on PyPI
microsoft-kiota-httpProvides an HTTP client implementation for…
permissive · top 5,000 on PyPI
microsoft-kiota-authentication-azureProvides Azure identity authentication for HTTP…
permissive · top 5,000 on PyPI
msgraph-coreProvides core HTTP client infrastructure for…
permissive · top 5,000 on PyPI
azure-communication-smsSends SMS messages through Azure Communication…
permissive · top 15,000 on PyPI
docspecDocspec provides a library and CLI to…
unclear · top 15,000 on PyPI