tree: 5748f572a8e26b56044abd3aaa247d73bd404430 [path history] [tgz]
  1. python/
  2. src/
  3. tests/
  4. Cargo.lock
  5. Cargo.toml
  6. DEPENDENCIES.rust.tsv
  7. Makefile
  8. project-description.md
  9. pyproject.toml
  10. README.md
  11. uv.lock
bindings/python/README.md

Pyiceberg Core

This project is used to build an Iceberg-rust powered core for PyIceberg.

Setup

Install uv:

pip install uv==0.9.3

Set up the development environment:

make install

Build

make build

Test

make test