apache-flink-libraries
Apache Flink Libraries
What it is and what it does
apache-flink-libraries is a support package that bundles required libraries for Apache Flink, a distributed processing engine designed for stateful computations over both unbounded (streaming) and bounded (batch) data streams. Flink is built to run across common cluster environments and execute computations at in-memory speed and arbitrary scale.
This package provides the foundational libraries that Flink depends on, allowing Python developers to set up the necessary components for distributed data processing. It supports Python 3.9 through 3.12 and installs with minimal friction as a pure-wheel distribution. The package is marked Production/Stable and actively maintained.
Use it for:
- Setting up Flink's Python environment for real-time stream processing pipelines in a distributed cluster.
- Bundling required dependencies when deploying Flink-based data processing jobs across multiple nodes.
- Preparing the library stack for stateful event processing and windowed aggregations over continuous data streams.
- Enabling batch processing workloads that require Flink's distributed execution engine across a cluster.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Bundles Apache Flink's required libraries for Python, enabling distributed stream and batch processing computations across cluster environments.
Yes, if you are building or deploying Apache Flink applications in Python. The package is actively maintained, has no known vulnerabilities, supports Python 3.9 through 3.12, and carries a permissive Apache 2.0 license. Verify first whether you need both this package and apache-flink itself, and whether your deployment environment includes a running Flink cluster.
Install
apache-flink-libraries on PyPI
pip
pip install apache-flink-librariesuv
uv add apache-flink-librariespoetry
poetry add apache-flink-librariesInstalling apache-flink-libraries
Before you install
Low install friction with a pure-wheel distribution. Actively maintained as of 53 days ago, supporting Python 3.9 through 3.12 and marked Production/Stable.
License in practice
Apache 2.0 permissive license allows commercial and private use with minimal restrictions; you must include a copy of the license and state significant changes.
Quickstart
pip install apache-flink-libraries==2.3.0
import apache_flink_libraries
Requires Python 3.9 or later; a running Flink cluster or standalone environment may be required depending on your use case.
Verify before relying
- Whether this package alone is sufficient to run Flink jobs or if apache-flink must be installed separately.
- Whether a running Flink cluster or standalone environment is required to use this package.
- What specific 'needed libraries' are bundled and whether they are also available as separate dependencies.
Package facts
| License | https://www.apache.org/licenses/LICENSE-2.0 (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 53 days since the last release |
| First released | |
| Downloads | 140,092/month — #11,277 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_flink_libraries-2.3.0-py2.py3-none-any.whl
Tags
More Distributed Computing packages
gRPC Python is an HTTP/2-based RPC framework…
permissive · top 100 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
cloudpickleCloudpickle extends Python's standard pickle…
permissive · top 1,000 on PyPI
smart-openProvides a unified, open()-compatible Python…
permissive · top 1,000 on PyPI
portalockerPortalocker provides cross-platform file…
permissive · top 1,000 on PyPI
rayRay is a distributed computing framework that…
permissive · top 1,000 on PyPI
apache-flinkPython API for Apache Flink that builds…
permissive · top 15,000 on PyPI
hazelcast-python-clientHazelcast Python Client connects your Python…
permissive · top 15,000 on PyPI
apache-beamApache Beam is a unified framework for defining…
permissive · top 5,000 on PyPI
pysparkPySpark provides Python bindings to Apache…
permissive · top 1,000 on PyPI
apache-airflow-providers-apache-flinkProvides Apache Airflow integration for Apache…
permissive · top 15,000 on PyPI
faust-streamingFaust-streaming is a Python library for…
permissive · top 15,000 on PyPI
pyspark-clientPython client for connecting to Apache Spark…
permissive · top 5,000 on PyPI
distributedDistributed provides a scheduler and runtime…
permissive · top 5,000 on PyPI
vineyardVineyard is an in-memory immutable data manager…
permissive · top 15,000 on PyPI
vineyard-bdistVineyard is an in-memory immutable data manager…
permissive · top 15,000 on PyPI