ppc64le/linux/: pyiceberg-0.8.1 metadata and description

Simple index

Apache Iceberg is an open table format for huge analytic datasets

author Apache Software Foundation
author_email [email protected]
classifiers
  • License :: OSI Approved :: Apache Software License
  • Operating System :: OS Independent
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/markdown
license Apache-2.0
project_urls
  • Homepage, https://py.iceberg.apache.org/
  • Repository, https://github.com/apache/iceberg-python
provides_extras zstandard
requires_dist
  • adlfs (>=2023.1.0) ; extra == "adlfs"
  • boto3 (>=1.24.59) ; extra == "glue" or extra == "dynamodb"
  • cachetools (>=5.5.0,<6.0.0)
  • click (>=7.1.1,<9.0.0)
  • duckdb (>=0.5.0,<2.0.0) ; extra == "duckdb"
  • fsspec (>=2023.1.0)
  • gcsfs (>=2023.1.0) ; extra == "gcsfs"
  • getdaft (>=0.2.12) ; extra == "daft"
  • mmh3 (>=4.0.0,<6.0.0)
  • mypy-boto3-glue (>=1.28.18) ; extra == "glue"
  • pandas (>=1.0.0,<3.0.0) ; extra == "pandas" or extra == "ray"
  • psycopg2-binary (>=2.9.6) ; extra == "sql-postgres"
  • pyarrow (>=14.0.0,<19.0.0) ; extra == "pyarrow" or extra == "pandas" or extra == "duckdb" or extra == "ray"
  • pydantic (>=2.0,<3.0,!=2.4.0,!=2.4.1)
  • pyparsing (>=3.1.0,<4.0.0)
  • python-snappy (>=0.6.0,<1.0.0) ; extra == "snappy"
  • ray (==2.10.0) ; (python_version < "3.9") and (extra == "ray")
  • ray (>=2.10.0,<3.0.0) ; (python_version >= "3.9") and (extra == "ray")
  • requests (>=2.20.0,<3.0.0)
  • rich (>=10.11.0,<14.0.0)
  • s3fs (>=2023.1.0) ; extra == "s3fs"
  • sortedcontainers (==2.4.0)
  • sqlalchemy (>=2.0.18,<3.0.0) ; extra == "sql-postgres" or extra == "sql-sqlite"
  • strictyaml (>=1.7.0,<2.0.0)
  • tenacity (>=8.2.3,<10.0.0)
  • thrift (>=0.13.0,<1.0.0) ; extra == "hive"
  • zstandard (>=0.13.0,<1.0.0) ; extra == "zstandard"
requires_python >=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*
File Tox results History
pyiceberg-0.8.1-cp310-cp310-manylinux_2_34_ppc64le.whl
Size
642 KB
Type
Python Wheel
Python
3.10
pyiceberg-0.8.1-cp311-cp311-manylinux_2_34_ppc64le.whl
Size
658 KB
Type
Python Wheel
Python
3.11
pyiceberg-0.8.1-cp312-cp312-manylinux_2_34_ppc64le.whl
Size
667 KB
Type
Python Wheel
Python
3.12
pyiceberg-0.8.1-cp313-cp313-manylinux_2_34_ppc64le.whl
Size
654 KB
Type
Python Wheel
Python
3.13
pyiceberg-0.8.1-cp39-cp39-manylinux_2_34_ppc64le.whl
Size
648 KB
Type
Python Wheel
Python
3.9

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.

The documentation is available at https://py.iceberg.apache.org/.

Get in Touch