tree: 8e8cf6a7390dde840d8dde604f724501ff127918
  1. dev/
  2. pypaimon/
  3. LICENSE
  4. MANIFEST.in
  5. NOTICE
  6. README.md
  7. setup.py
paimon-python/README.md

Paimon

License

PyPaimon

This PyPi package contains the Python APIs for using Paimon.

Version

Pypaimon requires Python 3.6+.

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.