tree: d4167f4b6c6109cea48b6384c56dc213d85db258
  1. python/
  2. src/
  3. tests/
  4. Cargo.toml
  5. DEPENDENCIES.rust.tsv
  6. Makefile
  7. project-description.md
  8. pyproject.toml
  9. README.md
  10. 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