Metadata-Version: 2.1
Name: pyiceberg
Version: 0.3.0rc1
Summary: Apache Iceberg is an open table format for huge analytic datasets
Home-page: https://iceberg.apache.org/
License: Apache-2.0
Author: Apache Software Foundation
Author-email: dev@iceberg.apache.org
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: adlfs
Provides-Extra: duckdb
Provides-Extra: glue
Provides-Extra: hive
Provides-Extra: pandas
Provides-Extra: pyarrow
Provides-Extra: s3fs
Provides-Extra: snappy
Requires-Dist: adlfs (==2023.1.0); extra == "adlfs"
Requires-Dist: boto3 (==1.24.59); extra == "glue"
Requires-Dist: click (==8.1.3)
Requires-Dist: duckdb (==0.6.1); extra == "duckdb"
Requires-Dist: fsspec (==2023.1.0)
Requires-Dist: mmhash3 (==3.0.1)
Requires-Dist: pandas (==1.5.3); extra == "pandas"
Requires-Dist: pyarrow (==10.0.1); extra == "pyarrow" or extra == "pandas" or extra == "duckdb"
Requires-Dist: pydantic (==1.10.4)
Requires-Dist: pyparsing (==3.0.9)
Requires-Dist: python-snappy (==0.6.1); extra == "snappy"
Requires-Dist: pyyaml (==6.0.0)
Requires-Dist: requests (==2.28.2)
Requires-Dist: rich (==13.2.0)
Requires-Dist: s3fs (==2023.1.0); extra == "s3fs"
Requires-Dist: thrift (==0.16.0); extra == "hive"
Requires-Dist: zstandard (==0.19.0)
Project-URL: Repository, https://github.com/apache/iceberg/
Description-Content-Type: text/markdown

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

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](https://iceberg.apache.org/spec/).

The documentation is available at [https://py.iceberg.apache.org/](https://py.iceberg.apache.org/).

# Get in Touch

- [Iceberg community](https://iceberg.apache.org/community/)

