| commit | 2e2ff4d6f1581b96d44631df4b7e2ab86a26df50 | [log] [tgz] |
|---|---|---|
| author | yuzelin <zelin.yzl@alibaba-inc.com> | Wed Dec 04 11:34:07 2024 +0800 |
| committer | yuzelin <zelin.yzl@alibaba-inc.com> | Wed Dec 04 11:34:07 2024 +0800 |
| tree | 55347798192728606a208168392a8a4ab8276de3 | |
| parent | 0cbbc8423f92dfe9b314572d4480abdd255c2246 [diff] |
[release] Update version to 0.2.0

This repo is for Apache Paimon Python SDK.
Flake8 is used to enforce some coding guidelines.
pip install flake8./usr/bin/python.-m flake8 --config=tox.ini.$ProjectFileDir$.You can verify the setup by right-clicking on any file or folder in the flink-python project and running “External Tools” → “flake8”.
We provide script to check codes.
./dev/lint-python.sh # execute all checks ./dev/lint-python.sh -h # run this to see more usages
We provide a script to build source distribution package.
./dev/build-source-distribution-package.sh
The package is under dist/.
See Apache Paimon Python API Doc.