Docs(package/py): add README python package - #488
Conversation
|
Warning Review limit reached
Next review available in: 59 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughA new README.md file is added to the Python package documenting overview, installation, quick-start usage, API reference, examples, and build/publish instructions. The pyproject.toml ChangesPython package documentation
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 7 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (7 passed)
📋 Issue PlannerBuilt with CodeRabbit's Coding Plans for faster development and fewer bugs. View plan used: ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Ryan-Millard
left a comment
There was a problem hiding this comment.
Great stuff. Thank you!
There's just a few things I'd like to get done before this gets merged, but it's still great.
Most importantly, I'd like @Krasner to verify one thing in the comment below.
|
Thank you!🦔🦔🦔 |
Changes & Reason
Changes
packages/py/README.md— a self-contained README for the Python packagereadmefield in rootpyproject.tomlto point topackages/py/README.mdso PyPI renders the Python-specific READMEReason
The
img2numpackage on PyPI currently has no README, making it difficult for users to understand how to install and use the library without browsing the repository.Related Issues
Fixes: #455
Testing & Verification
Verified markdown renders correctly by previewing locally. All links checked against existing docs and repo paths.
Additional Resources
N/A