tree: d8ebc281e7369dbe0be3994450cae37d55a3050c [path history] [tgz]
  1. dev/
  2. pypaimon/
  3. LICENSE
  4. MANIFEST.in
  5. README.md
  6. setup.py
paimon-python/README.md

Paimon

License

PyPaimon

This PyPi package contains the Python APIs for using Paimon.

Version

Pypaimon requires Python 3.10+ version.

Dependencies

The core dependencies are listed in dev/requirements.txt. The development dependencies are listed in dev/requirements-dev.txt.

Build

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.