Skip to content

docs: Improve pyfory PyPI documentation#2498

Merged
chaokunyang merged 1 commit into
apache:mainfrom
esafak:docs/pyfory
Aug 23, 2025
Merged

docs: Improve pyfory PyPI documentation#2498
chaokunyang merged 1 commit into
apache:mainfrom
esafak:docs/pyfory

Conversation

@esafak
Copy link
Copy Markdown
Contributor

@esafak esafak commented Aug 22, 2025

What does this PR do?

The existing PyPI documentation for pyfory was a single line and uninformative. This change improves the documentation by:

  1. Creating a new python/README.md with a clear and concise description of the project, installation instructions, and usage examples. This file is used to generate the PyPI page description.
  2. Moving the developer-focused build and test instructions to a new python/CONTRIBUTING.md file.

This will provide a much better experience for Python developers who discover pyfory on PyPI, similar to the documentation for other popular libraries like opendal and msgpack.

Related issues

Closes #2488

@esafak esafak requested a review from chaokunyang as a code owner August 22, 2025 20:09
The existing PyPI documentation for `pyfory` was a single line and
uninformative. This change improves the documentation by:

1.  Creating a new `python/README.md` with a clear and concise
    description of the project, installation instructions, and usage
    examples. This file is used to generate the PyPI page description.
2.  Moving the developer-focused build and test instructions to a new
    `python/CONTRIBUTING.md` file.

This will provide a much better experience for Python developers who
discover `pyfory` on PyPI, similar to the documentation for other
popular libraries like `opendal` and `msgpack`.
Copy link
Copy Markdown
Collaborator

@chaokunyang chaokunyang left a comment

Choose a reason for hiding this comment

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

Great!

@chaokunyang chaokunyang merged commit 08dad96 into apache:main Aug 23, 2025
9 checks passed
@chaokunyang
Copy link
Copy Markdown
Collaborator

@esafak I added row format doc to readme in #2499

pandalee99 pushed a commit that referenced this pull request Aug 23, 2025
## What does this PR do?

<!-- Describe the purpose of this PR. -->

## Related issues

#2498

## Does this PR introduce any user-facing change?

<!--
If any user-facing interface changes, please [open an
issue](https://github.com/apache/fory/issues/new/choose) describing the
need to do so and update the document if necessary.
-->

- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?

## Benchmark

<!--
When the PR has an impact on performance (if you don't know whether the
PR will have an impact on performance, you can submit the PR first, and
if it will have impact on performance, the code reviewer will explain
it), be sure to attach a benchmark data here.
-->
@esafak esafak deleted the docs/pyfory branch August 24, 2025 13:40
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.

[Python] Refine readme.md for python to have better introduction on pipy

2 participants