Metadata-Version: 2.4
Name: pypaimon
Version: 1.4.dev0
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
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: fsspec<2026,>=2021.10; python_version < "3.8"
Requires-Dist: fsspec<2026,>=2023; python_version >= "3.8"
Requires-Dist: ossfs>=2021.8; python_version < "3.8"
Requires-Dist: ossfs>=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: pyarrow<7,>=6; python_version < "3.8"
Requires-Dist: pyarrow<20,>=16; python_version >= "3.8"
Requires-Dist: pylance<1,>=0.20; python_version >= "3.9"
Requires-Dist: pylance<1,>=0.10; python_version >= "3.8" and python_version < "3.9"
Requires-Dist: pyroaring
Requires-Dist: ray<3,>=2.10; python_version >= "3.7"
Requires-Dist: readerwriterlock<2,>=1
Requires-Dist: torch
Requires-Dist: zstandard<1,>=0.19
Requires-Dist: cramjam<3,>=1.3.0; python_version >= "3.7"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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