| commit | df11b4980fee52bc82ccd359eca7c5ad0948d78a | [log] [tgz] |
|---|---|---|
| author | yuzelin <33053040+yuzelin@users.noreply.github.com> | Wed Dec 11 18:15:14 2024 +0800 |
| committer | GitHub <noreply@github.com> | Wed Dec 11 18:15:14 2024 +0800 |
| tree | 034276695e66716c69aab92e92c6f187d16c976a | |
| parent | 7f6a1d4e4b44e6a31481a8be72470a40a9f30feb [diff] |
Add license checker (#34)

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.