skillfed

flyteidl

IDL for Flyte Platform

flyteidl v1.16.8 758.6K downloads/30d#5,133 on PyPI7,203
Permissive license Apache-2.0 Active released

What it is and what it does

Flyteidl is the core specification layer for Flyte, a workflow orchestration platform. It defines the protobuf message schemas and gRPC service interfaces that make up Flyte's backend API contract. The package contains auto-generated Python client code built from these protobuf definitions, along with the Golang clients for Flyte's administrative services.

Developers typically use flyteidl when they need to programmatically construct, serialize, or deserialize Flyte workflow specifications and API requests—either directly when building custom Flyte integrations, or indirectly through higher-level Flyte client libraries. The package depends on protobuf, googleapis-common-protos, and protoc-gen-openapiv2 to provide the runtime message handling and protocol support.

Use it for:

  • Building custom Flyte workflow specifications programmatically by constructing protobuf message objects.
  • Integrating with Flyte's backend admin API to submit, monitor, or manage workflows and tasks.
  • Developing Flyte plugins or extensions that need to interact with the platform's core data structures.
  • Serializing and deserializing Flyte workflow definitions for storage or transmission.
  • Generating or consuming Flyte API payloads in gRPC or REST contexts.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Flyteidl provides the protobuf-based IDL (Interface Definition Language) and generated Python client code for Flyte's backend APIs, enabling programmatic interaction with Flyte's workflow orchestration platform.

Yes, if you are building custom integrations with Flyte or need direct programmatic access to Flyte's backend API. Install it as a dependency of a higher-level Flyte client library (such as flyte-sdk) if you are a typical end user. The package is actively maintained, permissively licensed, has low install friction, and carries no known vulnerabilities.

Install

flyteidl on PyPI

pip

pip install flyteidl

uv

uv add flyteidl

poetry

poetry add flyteidl

Installing flyteidl

Before you install

Low friction install with a pure-wheel distribution. Actively maintained as of 2026-08-14 with regular releases; the project has 7203 stars and sits in the top 15000 PyPI packages by download volume.

License in practice

Apache-2.0 is a permissive license; you can use, modify, and distribute this package freely in commercial and private projects, provided you include a copy of the license and note any material changes.

Quickstart

pip install flyteidl==1.16.8

from flyteidl.core import workflow_pb2
from flyteidl.admin import service_pb2

# Use generated protobuf message classes to construct or parse Flyte API payloads

Requires Python 3.8 or later (supports up to 3.13); protobuf runtime is a dependency.

Verify before relying

  • Whether the package is typically used as a direct application dependency or primarily as a transitive dependency of higher-level Flyte client libraries.
  • What the typical workflow is for developers who install this directly versus those who use it through flyte-sdk or similar wrapper packages.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (<3.14,>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 3 — googleapis-common-protos, protoc-gen-openapiv2, protobuf
Maintenance actively maintained — 36 days since the last release
Last repo commit
First released
Downloads 758,606/month — #5,133 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: flyteidl-1.16.8-py3-none-any.whl

Intended Audience :: DevelopersIntended Audience :: Science/ResearchLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Scientific/EngineeringTopic :: Scientific/Engineering :: Artificial IntelligenceTopic :: Software DevelopmentTopic :: Software Development :: LibrariesTopic :: Software Development :: Libraries :: Python Modules

Tags

flyte backend api clientprotobuf idl for workflowsflyte platform integrationworkflow orchestration apiflyte grpc clientflyte specification messagesflyte admin api python
workflow-orchestrationprotobuf-idlgrpc-api

More Software Development packages