blob: 0d4a3475cd1440df021014af0b6f2890b117f68f [file] [log] [blame] [view]
<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-->
# 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
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
- Email:
* [dev@iceberg.apache.org](mailto:dev@iceberg.apache.org)
- Issues
* [File a github incident](https://github.com/apache/iceberg/issues)