tree: a0b855674b718b516fb67e66b62b6fc1bb523ebd [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.