Skip to content

doc: optimize pyfluss description in pypi#439

Open
luoyuxia wants to merge 1 commit intoapache:mainfrom
luoyuxia:optimize-python-doc
Open

doc: optimize pyfluss description in pypi#439
luoyuxia wants to merge 1 commit intoapache:mainfrom
luoyuxia:optimize-python-doc

Conversation

@luoyuxia
Copy link
Contributor

@luoyuxia luoyuxia commented Mar 9, 2026

Purpose

Linked issue: close #410

Brief change log

Tests

API and Format

Documentation

@luoyuxia luoyuxia requested a review from Copilot March 9, 2026 12:58
@luoyuxia
Copy link
Contributor Author

luoyuxia commented Mar 9, 2026

@leekeiabstraction Could you please help me review this

Copy link
Contributor

@leekeiabstraction leekeiabstraction left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TY for the PR. Approved

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR simplifies the PyPI description for the pyfluss package by replacing the auto-generated README (assembled from website docs) with a short, static PYPI_README.md that links to the documentation site. It also updates the project homepage URL to point to the client-specific documentation.

Changes:

  • Replaced generate_readme.py and GENERATED_README.md with a concise static PYPI_README.md that links to the documentation site and community page.
  • Updated pyproject.toml to reference the new README, use a clearer project description ("Python client" instead of "Python Binding"), and point the homepage to clients.fluss.apache.org.
  • Removed all related build/CI infrastructure: the generate-python-readme just recipe, the CI "Generate Python README" steps, and the .gitignore entry for the old generated file.

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
bindings/python/PYPI_README.md New concise static README for PyPI with links to docs and community
bindings/python/pyproject.toml Updated description, readme path, and homepage URL
bindings/python/generate_readme.py Deleted: no longer needed with static README
bindings/python/GENERATED_README.md Deleted: replaced by PYPI_README.md
justfile Removed generate-python-readme recipe
.gitignore Removed GENERATED_README.md ignore entry
.github/workflows/release_python.yml Removed README generation steps from sdist and wheels jobs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Optimize pyfluss description in pypi

3 participants