delta-sharing
Python Connector for Delta Sharing
What it is and what it does
Delta Sharing is a Python client for an open protocol that lets organizations securely share access to Delta Lake and Parquet tables across different computing platforms in real time. Rather than copying or moving data, it provides direct read access to remote tables, which you can load into pandas DataFrames or Spark DataFrames (when running in PySpark). The library wraps the delta-kernel-rust-sharing-wrapper to handle the protocol details, and depends on pandas, pyarrow, fsspec, requests, aiohttp, yarl, and jwcrypto for HTTP communication, filesystem abstraction, and cryptographic credential handling.
You install it via pip, though some environments may need to build the Rust wrapper from source. It requires Python 3.10 or later. The library is actively maintained, recently released, and positioned as production-stable. It has no known security vulnerabilities and is widely downloaded, making it a mature choice for organizations implementing Delta Sharing data-exchange workflows.
Use it for:
- Load a shared Delta Lake table from a remote provider into a local pandas DataFrame for analysis.
- Access Parquet tables published via Delta Sharing without copying data to your infrastructure.
- Build a PySpark job that reads shared tables directly via the Delta Sharing protocol.
- Integrate cross-organization data sharing into a data pipeline without ETL overhead.
- Query shared datasets in real time from multiple organizations in a federated analytics setup.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Delta Sharing is a Python client library for the Delta Sharing protocol, enabling you to load shared Delta Lake and Parquet tables as pandas or Spark DataFrames from remote data providers.
Yes. Delta Sharing is actively maintained, production-stable, has no known vulnerabilities, and low install friction. It solves a real problem—secure cross-platform data sharing without data movement—and is widely used (top 5000 PyPI packages). Install it if you need to consume shared Delta Lake or Parquet tables via the Delta Sharing protocol; be aware that some systems may require Rust to build the native wrapper.
Install
delta-sharing on PyPI
pip
pip install delta-sharinguv
uv add delta-sharingpoetry
poetry add delta-sharingInstalling delta-sharing
Before you install
Low install friction with a pure-wheel distribution. The package depends on delta-kernel-rust-sharing-wrapper, which may require building from source in some environments (requiring Rust), but this is documented. Actively maintained with a recent release and steady repository activity.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial use, modification, and redistribution with minimal restrictions—suitable for most organizational data-sharing scenarios.
Quickstart
pip install delta-sharing
from delta_sharing import DeltaSharingClient
client = DeltaSharingClient(share_credentials_path)
Rust toolchain may be required on some systems to build delta-kernel-rust-sharing-wrapper from source; Python >= 3.10 required.
Verify before relying
- Specific performance characteristics or throughput limits for large dataset transfers.
- Authentication and credential management details beyond what the docs reference.
- Whether all Delta Lake and Parquet table features are fully supported by the client.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 8 — delta-kernel-rust-sharing-wrapper, pandas, pyarrow, fsspec, requests, aiohttp, yarl, jwcrypto |
| Maintenance | actively maintained — 4 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,460,664/month — #3,880 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: delta_sharing-1.4.2-py3-none-any.whl
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
delta-sparkProvides Python APIs for Delta Lake, an…
permissive · top 1,000 on PyPI
mltableMLTable provides fast, flexible data loading…
unclear · top 15,000 on PyPI
delta-kernel-rust-sharing-wrapperProvides Python bindings to the Rust-based…
permissive · top 5,000 on PyPI
deltalakeDeltalake provides native Python bindings to…
permissive · top 1,000 on PyPI
hops-deltalakeReads and writes Delta Lake tables with native…
permissive · top 15,000 on PyPI
deltalitePerforms streaming, partition-level upsert…
permissive · top 15,000 on PyPI
pyspark-pandasProvides tools for distributing Pandas…
unclear · top 5,000 on PyPI
pyspark-clientPython client for connecting to Apache Spark…
permissive · top 5,000 on PyPI
pyarrowfs-adlgen2Provides a PyArrow filesystem interface for…
permissive · top 15,000 on PyPI
sharedShared provides a simple file-based data…
permissive · top 15,000 on PyPI