Skip to content

Latest commit

 

History

History
 
 

README.md

Pyiceberg Core

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

Setup

Install Hatch:

pip install hatch==1.12.0

Hatch uses uv as a backend by default, so make sure that it is installed as well.

Build

hatch run dev:develop

Test

hatch run dev:test