Metadata-Version: 2.4
Name: pypaimon
Version: 1.3.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
Requires-Dist: cachetools==4.2.4; python_version == "3.6"
Requires-Dist: cachetools==5.3.3; python_version > "3.6"
Requires-Dist: dataclasses==0.8.0; python_version < "3.7"
Requires-Dist: fastavro==1.4.7; python_version < "3.9"
Requires-Dist: fastavro==1.11.1; python_version >= "3.9"
Requires-Dist: fsspec==2021.10.1; python_version < "3.8"
Requires-Dist: fsspec==2024.3.1; python_version >= "3.8"
Requires-Dist: ossfs==2021.8.0; python_version < "3.8"
Requires-Dist: ossfs==2023.12.0; python_version >= "3.8"
Requires-Dist: packaging==21.3.0; python_version < "3.8"
Requires-Dist: packaging==25.0; python_version >= "3.8"
Requires-Dist: pandas==1.1.5; python_version < "3.7"
Requires-Dist: pandas==1.3.5; python_version >= "3.7" and python_version < "3.9"
Requires-Dist: pandas==2.3.2; python_version >= "3.9"
Requires-Dist: polars==0.9.12; python_version < "3.8"
Requires-Dist: polars==1.8.0; python_version == "3.8"
Requires-Dist: polars==1.32.0; python_version > "3.8"
Requires-Dist: pyarrow==6.0.1; python_version < "3.8"
Requires-Dist: pyarrow==16; python_version >= "3.8"
Requires-Dist: readerwriterlock==1.0.9
Requires-Dist: zstandard==0.19.0; python_version < "3.9"
Requires-Dist: zstandard==0.24.0; python_version >= "3.9"
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.
