skillfed

microsoft-kiota-serialization-text

Core abstractions for kiota generated libraries in Python

microsoft-kiota-serialization-text v1.11.9 14.3M downloads/30d#1,238 on PyPI3,802
Permissive license Active released

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-text

uv

uv add microsoft-kiota-serialization-text

poetry

poetry add microsoft-kiota-serialization-text

Installing 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

Development Status :: 5 - Production/StableLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

kiota text serializationplain text api serializationkiota generated client texttext payload deserializationkiota serialization libraryrest api text handlingmicrosoft kiota text
api-clientserializationkiota

More Application Frameworks packages

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

textual

Textual is a Python framework for building…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

mcp

Build and connect to Model Context Protocol…

permissive · top 1,000 on PyPI

Werkzeug

Werkzeug is a WSGI utility library providing…

permissive · top 1,000 on PyPI

microsoft-kiota-serialization-json

Serializes and deserializes JSON payloads for…

permissive · top 5,000 on PyPI

microsoft-kiota-serialization-multipart

Handles multipart/form-data serialization for…

permissive · top 5,000 on PyPI

microsoft-kiota-serialization-form

Handles serialization of data into…

permissive · top 5,000 on PyPI

microsoft-kiota-bundle

Provides default client setup and request…

permissive · top 15,000 on PyPI

microsoft-kiota-abstractions

Provides core abstractions and base classes…

permissive · top 5,000 on PyPI

microsoft-kiota-http

Provides an HTTP client implementation for…

permissive · top 5,000 on PyPI

microsoft-kiota-authentication-azure

Provides Azure identity authentication for HTTP…

permissive · top 5,000 on PyPI

msgraph-core

Provides core HTTP client infrastructure for…

permissive · top 5,000 on PyPI

azure-communication-sms

Sends SMS messages through Azure Communication…

permissive · top 15,000 on PyPI

docspec

Docspec provides a library and CLI to…

unclear · top 15,000 on PyPI