tree: 3c5f7bd6e258009142006a2e613730096210d50c [path history] [tgz]
  1. src/
  2. tests/
  3. LICENSE
  4. MANIFEST.in
  5. NOTICE
  6. pyproject.toml
  7. README.md
  8. setup.cfg
  9. setup.py
  10. tox.ini
python/README.md

Iceberg Python

py-iceberg is a python library for programmatic access to iceberg table metadata as well as to table data in iceberg format. It is an implementation of iceberg table spec in Python.

Getting Started

py-iceberg is currently in development, for development and testing purposes the best way to install the library is to perform the following steps:

git clone https://github.com/apache/iceberg.git
cd iceberg/python
pip install -e .

Testing

Testing is done using tox. The config can be found in tox.ini within the python directory of the iceberg project.

# simply run tox within the python dir
tox

Get in Touch