| commit | 54237c215921d1eb417d2bc7c5051c8a894e4035 | [log] [tgz] |
|---|---|---|
| author | ChengHui Chen <27797326+chenghuichen@users.noreply.github.com> | Fri Feb 14 09:28:53 2025 +0800 |
| committer | GitHub <noreply@github.com> | Fri Feb 14 09:28:53 2025 +0800 |
| tree | 5d3d2b1d897c9ac40f971fbff438add3fb7f8f9e | |
| parent | df11b4980fee52bc82ccd359eca7c5ad0948d78a [diff] |
#36 add __init__.py to fix importlib error (#37)

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.