Package Details: python-deltalake 0.25.4-1

Git Clone URL: https://aur.archlinux.org/python-deltalake.git (read-only, click to copy)
Package Base: python-deltalake
Description: Native Delta Lake Python binding based on delta-rs with Pandas integration
Upstream URL: https://delta.io/
Licenses: MIT
Submitter: gyscos
Maintainer: None
Last Packager: gyscos
Votes: 1
Popularity: 0.60
First Submitted: 2022-12-06 18:54 (UTC)
Last Updated: 2025-03-05 20:59 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

hasancatalgol commented on 2025-08-17 15:12 (UTC)

Hi! I prepared an update to 1.1.4 with: - license → Apache-2.0 (matches upstream) - add rust to makedepends (maturin build) - builds clean in a clean chroot

Patch/Gist: https://gist.github.com/hasancatalgol/900c631ef4911f9aca20de409e0c90f6

Minimal diff for key lines: - license=('MIT') + license=('Apache-2.0') - makedepends=(python-build python-installer python-wheel python-maturin) + makedepends=(python-build python-installer python-wheel python-maturin rust)

AUR user: hasancatalgol — happy to co-maintain if helpful. Thanks!