Skip to content

doc: optimize pyfluss description in pypi#439

Merged
luoyuxia merged 1 commit into
apache:mainfrom
luoyuxia:optimize-python-doc
Mar 20, 2026
Merged

doc: optimize pyfluss description in pypi#439
luoyuxia merged 1 commit into
apache:mainfrom
luoyuxia:optimize-python-doc

Conversation

@luoyuxia

@luoyuxia luoyuxia commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

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

luoyuxia commented Mar 9, 2026

Copy link
Copy Markdown
Contributor Author

@leekeiabstraction Could you please help me review this

@leekeiabstraction leekeiabstraction left a comment

Copy link
Copy Markdown
Contributor

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

Copilot AI left a comment

Copy link
Copy Markdown

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.

@luoyuxia luoyuxia merged commit 7666af0 into apache:main Mar 20, 2026
8 checks passed
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