Python binding for delta-rs
Project description
Deltalake-python
Native Delta Lake binding for Python based on delta-rs.
Installation
pip install deltalake
NOTE: official binary wheels are linked against openssl statically for remote objection store communication. Please file Github issue to request for critical openssl upgrade.
Develop
Setup your local environment with virtualenv
$ make setup-venv
Activate it
$ source ./venv/bin/activate
Ready to develop with maturin
maturin is used to build the python package.
To install development version of the package into your current Python environment:
$ make develop
Build manylinux wheels
docker run -e PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig -it -v `pwd`:/io apache/arrow-dev:amd64-centos-6.10-python-manylinux2010 bash
curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env
rustup default stable
cargo install --git https://github.com/PyO3/maturin.git --rev 98636cea89c328b3eba4ebb548124f75c8018200 maturin
cd /io/python
export PATH=/opt/python/cp37-cp37m/bin:/opt/python/cp38-cp38/bin:$PATH
maturin publish -b pyo3 --target x86_64-unknown-linux-gnu --no-sdist
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
deltalake-0.5.0.tar.gz
(4.2 MB
view hashes)
Built Distributions
Close
Hashes for deltalake-0.5.0-cp36-abi3-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5238586977e7109921bfd8dd1f9e02050ddeea254002745f99a86f3cf7d42e38 |
|
MD5 | 9552ce08624ff8fe8359d6fe0ea216a1 |
|
BLAKE2b-256 | 666326cbb320b31e4983176f85a4250c4a549467f441dcacad3545fed87b1208 |
Close
Hashes for deltalake-0.5.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 722c8a1166b721da8a7dca8302ec7770c463ce1b239343d4c5ce5360a2d25ac3 |
|
MD5 | 6222d5fadece86f1cd49386286f16931 |
|
BLAKE2b-256 | d0925eeeecab086bdac344dbd34e752ab875d79930f528f1600d0365c9015cbb |
Close
Hashes for deltalake-0.5.0-cp36-abi3-macosx_10_7_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94ed17b537f584cdc7a243c853b3b69fe28faf54b4e985860ef6c2eaf23b4fc9 |
|
MD5 | 8d5972187525acf13e46248619339e5d |
|
BLAKE2b-256 | 53e042f490149386f31b7fddbbcfe28c890e4bd8b51e0c82a3fefd3ccc42c55f |