Metadata-Version: 2.4
Name: pypaimon
Version: 2.0.0
Summary: Apache Paimon Python API
Home-page: https://paimon.apache.org
Author: Apache Software Foundation
Author-email: dev@paimon.apache.org
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: cachetools<6,>=4.2; python_version == "3.6"
Requires-Dist: cachetools<6,>=5; python_version > "3.6"
Requires-Dist: dataclasses>=0.8; python_version < "3.7"
Requires-Dist: fastavro<2,>=1.4
Requires-Dist: isal<2,>=1.8; python_version >= "3.9" and (platform_machine == "x86_64" or platform_machine == "AMD64" or platform_machine == "aarch64" or platform_machine == "arm64")
Requires-Dist: fsspec<2026,>=2021.10; python_version < "3.8"
Requires-Dist: fsspec<2026,>=2023; python_version >= "3.8"
Requires-Dist: packaging<26,>=21
Requires-Dist: pandas<2,>=1.1; python_version < "3.7"
Requires-Dist: pandas<3,>=1.3; python_version >= "3.7" and python_version < "3.9"
Requires-Dist: pandas<3,>=1.5; python_version >= "3.9"
Requires-Dist: polars<1,>=0.9; python_version < "3.8"
Requires-Dist: polars<2,>=1; python_version == "3.8"
Requires-Dist: polars<2,>=1.32; python_version >= "3.9"
Requires-Dist: pyarrow<7,>=6; python_version < "3.7"
Requires-Dist: pyarrow<13,>=7; python_version >= "3.7" and python_version < "3.8"
Requires-Dist: pyarrow!=19.0.0,<20,>=16; python_version >= "3.8"
Requires-Dist: pyroaring<=0.3.3; python_version < "3.7"
Requires-Dist: pyroaring<=0.4.5; python_version == "3.7"
Requires-Dist: pyroaring>=1.0.0; python_version >= "3.8"
Requires-Dist: readerwriterlock<2,>=1
Requires-Dist: requests<3,>=2.21.0
Requires-Dist: urllib3<3,>=1.26
Requires-Dist: zstandard<1,>=0.19
Requires-Dist: backports.zstd<1.4.0,>=1.0.0; python_version >= "3.9" and python_version < "3.14"
Requires-Dist: cramjam<3,>=1.3.0; python_version >= "3.7"
Requires-Dist: pyyaml<7,>=5.4
Provides-Extra: ray
Requires-Dist: ray<3,>=2.10; python_version >= "3.8" and extra == "ray"
Provides-Extra: torch
Requires-Dist: torch; extra == "torch"
Provides-Extra: daft
Requires-Dist: daft>=0.7.6; python_version >= "3.10" and extra == "daft"
Provides-Extra: oss
Requires-Dist: ossfs>=2021.8; python_version < "3.8" and extra == "oss"
Requires-Dist: ossfs>=2023; python_version >= "3.8" and extra == "oss"
Provides-Extra: jindo
Requires-Dist: pyjindosdk>=6.10.4; extra == "jindo"
Provides-Extra: lance
Requires-Dist: pylance<1,>=0.20; python_version >= "3.9" and extra == "lance"
Requires-Dist: pylance<1,>=0.10; (python_version >= "3.8" and python_version < "3.9") and extra == "lance"
Provides-Extra: vortex
Requires-Dist: vortex-data==0.70.0; python_version >= "3.11" and extra == "vortex"
Provides-Extra: mosaic
Requires-Dist: paimon-mosaic>=0.1.0; python_version >= "3.9" and extra == "mosaic"
Provides-Extra: lumina
Requires-Dist: lumina-data>=0.1.0; extra == "lumina"
Provides-Extra: vindex
Requires-Dist: paimon-vindex==0.3.0; python_version >= "3.9" and extra == "vindex"
Provides-Extra: full-text
Requires-Dist: paimon-ftindex==0.1.0; python_version >= "3.8" and extra == "full-text"
Provides-Extra: theta-sketch
Requires-Dist: datasketches<5,>=4; python_version < "3.9" and extra == "theta-sketch"
Requires-Dist: datasketches<6,>=5; python_version >= "3.9" and extra == "theta-sketch"
Provides-Extra: sql
Requires-Dist: pypaimon-rust>=0.3.0; python_version >= "3.10" and extra == "sql"
Requires-Dist: datafusion<55,>=54; python_version >= "3.10" and extra == "sql"
Provides-Extra: hdfs
Requires-Dist: hdfs-native<1,>=0.13; (python_version >= "3.10" and platform_system != "Windows") and extra == "hdfs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

See Apache Paimon Python API [Doc](https://paimon.apache.org/docs/master/pypaimon/python-api/) for usage.
