tree: 05dd1bbbfe668eb74aa64068e7dbe7ea6e012e1f [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