Metadata-Version: 2.1
Name: acryl-iceberg-legacy
Version: 0.0.0.dev0
Summary: Acryl maintained copy of Iceberg Python bindings. Iceberg is a new table format for storing large, slow-moving tabular data
Home-page: https://github.com/acryldata/py-iceberg
Author-email: datahub@acryl.io
Maintainer: Acryl Data
License: Apache License 2.0
Keywords: iceberg
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: botocore
Requires-Dist: boto3
Requires-Dist: fastavro (>=1.3.2<1.4.0)
Requires-Dist: hmsclient (==0.1.1)
Requires-Dist: mmh3
Requires-Dist: pyparsing (>=2.4.7<2.5.0)
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: requests
Requires-Dist: retrying
Requires-Dist: pandas
Requires-Dist: pyarrow (<=4.0.1,>=3.0.0)
Requires-Dist: azure-storage-file-datalake
Provides-Extra: dev
Requires-Dist: tox-travis (==0.12) ; extra == 'dev'
Requires-Dist: virtualenv (<20.0.0) ; extra == 'dev'

<!--
 - 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_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

- Email:
    * [dev@iceberg.apache.org](mailto:dev@iceberg.apache.org)

- Issues
    * [File a github incident](https://github.com/apache/iceberg/issues)

