This documentation is for an unreleased version of Apache Paimon. We recommend you use the latest stable version.
Overview
Overview #
PyPaimon is a Python implementation for connecting Paimon catalog, reading & writing tables. The complete Python implementation of the brand new PyPaimon does not require JDK installation.
Environment Settings #
SDK is published at pypaimon. You can install by
pip install pypaimon
Build From Source #
You can build the source package by executing the following command:
python3 setup.py sdist
The package is under dist/. Then you can install the package by executing the following command:
pip3 install dist/*.tar.gz
The command will install the package and core dependencies to your local Python environment.