pyiceberg-core
What it is and what it does
Pyiceberg-core is a compiled extension that brings Rust performance to Apache Iceberg operations within Python. It is designed as an internal component of the pyiceberg library rather than a standalone tool, providing optimized implementations of core table format handling. The package ships as pre-built wheels for multiple platforms and architectures, minimizing installation complexity on supported systems.
This is not a user-facing library—it exists to accelerate pyiceberg's internal operations. If you are working with Iceberg tables in Python, you would typically install pyiceberg, which depends on this core package automatically. Direct installation is only necessary for development or when explicitly required by pyiceberg.
Use it for:
- Accelerating Iceberg table operations when using the pyiceberg library for data lake workflows
- Improving performance of table metadata and partition handling in Iceberg-backed data systems
- Supporting pyiceberg installations on systems where Rust compilation is unavailable or undesirable
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Rust-powered core implementation for Apache Iceberg table format operations in Python, intended as an internal dependency for the pyiceberg library.
Yes, if you are using pyiceberg—it will be installed automatically as a dependency. No, if you are looking for a standalone Iceberg tool; install pyiceberg instead. The package itself is not meant for direct use and offers no public API beyond what pyiceberg exposes.
Install
pyiceberg-core on PyPI
pip
pip install pyiceberg-coreuv
uv add pyiceberg-corepoetry
poetry add pyiceberg-coreInstalling pyiceberg-core
Before you install
Medium install friction due to compiled Rust bindings; wheels are pre-built for common platforms (x86_64, ARM, macOS, Windows). Active maintenance with a recent release 13 days ago.
License in practice
Licensed under Apache License 2.0 (permissive), allowing commercial use and modification with standard attribution requirements.
Quickstart
pip install pyiceberg-core
# This is an internal dependency; direct usage is not typical.
# It is imported by pyiceberg for core table operations.
Requires Python 3.10 or later; compiled wheels available for x86_64, ARM, and macOS architectures.
Verify before relying
- Specific Rust-backed functionality exposed to Python users (API surface not detailed in excerpt)
- Performance characteristics compared to pure-Python alternatives
- Compatibility with specific Iceberg versions or table formats
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (<4,>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 13 days since the last release |
| First released | |
| Downloads | 6,795,716/month — #1,846 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyiceberg_core-0.10.1-cp310-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl; pyiceberg_core-0.10.1-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl; pyiceberg_core-0.10.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl; pyiceberg_core-0.10.1-cp310-abi3-manylinux_2_28_aarch64.whl; pyiceberg_core-0.10.1-cp310-abi3-win_amd64.whl
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
pyicebergPyIceberg provides programmatic access to…
permissive · top 1,000 on PyPI
apache-airflow-providers-apache-icebergIntegrates Apache Iceberg table format with…
permissive · top 5,000 on PyPI
pyarrowpyarrow provides Python bindings to Apache…
permissive · top 100 on PyPI
bauplanBauplan is a CLI and SDK for interacting with a…
permissive · top 15,000 on PyPI
adbc-driver-snowflakeProvides a DBAPI 2.0-compatible interface to…
permissive · top 15,000 on PyPI
apache-tvm-ffiProvides a stable, minimal C ABI and FFI for…
permissive · top 5,000 on PyPI
delta-kernel-rust-sharing-wrapperProvides Python bindings to the Rust-based…
permissive · top 5,000 on PyPI
snowflake-cli-labsThis package has been renamed and is now a…
permissive · top 15,000 on PyPI
aws-cdk.aws-s3tables-alphaProvides AWS CDK constructs for defining and…
permissive · top 15,000 on PyPI
pyxirrPyXIRR is a Rust-backed library that computes…
permissive · top 5,000 on PyPI