tree: df1019c9cf58aa34fdc002eba22a0d6bd45c03a7 [path history] [tgz]
  1. .github/
  2. dev/
  3. mkdocs/
  4. pyiceberg/
  5. tests/
  6. vendor/
  7. .asf.yaml
  8. .gitignore
  9. .markdownlint.yaml
  10. .pre-commit-config.yaml
  11. build-module.py
  12. LICENSE
  13. Makefile
  14. MANIFEST.in
  15. NOTICE
  16. poetry.lock
  17. pyproject.toml
  18. README.md
  19. ruff.toml
README.md

Iceberg Python

PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.

The documentation is available at https://py.iceberg.apache.org/.

Get in Touch