title: “Overview” weight: 1 type: docs aliases:

  • /pypaimon/overview.html

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.