GroupDocs.Metadata for Python via .NET 26.5 – Quick Overview

Hi everyone,

GroupDocs.Metadata for Python via .NET version 26.5 is now available on PyPI, bringing a rebuilt typed API, full Python 3.14 support, AI agent integration, and self‑contained wheels for all major platforms.

:link: Full release notes: GroupDocs.Metadata for Python via .NET 26.5 Release Notes
:package: PyPI: Client Challenge
:books: Docs: GroupDocs.Metadata for Python via .NET | GroupDocs

Highlights

  • Rebuilt Python binding with explicit type hints and bundled .pyi stubs, eliminating the runtime __getattr__ proxy
  • Added Python 3.14 support (Requires-Python: >=3.5,<3.15)
  • Included AGENTS.md in the package for AI agent and LLM integration
  • Updated to the GroupDocs.Metadata for .NET 26.5 engine
  • Self‑contained wheels with an embedded .NET runtime for Windows, Linux, and macOS (Intel and Apple Silicon)

Breaking changes (see release notes for migration details):

  • The previous dynamic proxy‑based API has been replaced; all members are now statically typed and directly accessible

Install:

pip install groupdocs-metadata==26.5

As always, feedback and bug reports are welcome in this category.

Best regards,
The GroupDocs Team