| commit | 5443d5c86e7005ebfe557d842f466d4c69070503 | [log] [tgz] |
|---|---|---|
| author | Jingsong Lee <jingsonglee0@gmail.com> | Wed Jan 07 17:10:35 2026 +0800 |
| committer | GitHub <noreply@github.com> | Wed Jan 07 17:10:35 2026 +0800 |
| tree | 3a439ffddea4f744baab5c857622cf3fe18c090a | |
| parent | c263bdd9afc0a188690c78b8585f5fac734a3f51 [diff] |
Update README to indicate repository is abandoned Added note about repository abandonment and link to main repository.
See https://github.com/apache/paimon/tree/master/paimon-python

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.