tree: 4d55ef31ec18964f6ef6ff1837d231272251e57f [path history] [tgz]
  1. iceberg/
  2. tests/
  3. CHANGELOG.md
  4. README.md
  5. setup.py
  6. tox.ini
python_legacy/README.md

Iceberg Python

Iceberg is a python library for programatic access to iceberg table metadata as well as data access. The intention is to provide a functional subset of the java library.

Getting Started

Iceberg python 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_legacy
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 from within the python dir
tox

Get in Touch