build: rename distribution slug findata-br → openfindata#28
Conversation
The PyPI distribution name becomes `openfindata`, aligning the package slug with the GitHub repository (robertoecf/openfindata) and echoing the OpenBB-style `open*` convention. The importable package and CLI are unchanged (`import findata`, `findata ...`) — only the install slug moves (`pip install openfindata`, `pip install 'openfindata[b3]'`). Swept all references: pyproject name + URLs, README/ROADMAP/docs install instructions and repo links, web templates and chart-explorer source labels, USER_AGENT, _PROJECT_SLUG, and the slug assertions in tests. Renamed deploy/findata-br.service -> deploy/openfindata.service and updated container/working-dir names. CHANGELOG history left intact; a new Unreleased "Changed" entry documents the rename. Tests: 231 passed. ruff: clean. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VHpJgPMzzpraMW38wBorK8
|
Warning Review limit reached
More reviews will be available in 59 minutes and 43 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?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 credits. 🚦 How do rate 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 see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (30)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Code Review
This pull request performs a global rename of the project's distribution package slug and repository references from findata-br to openfindata. The changes are applied consistently across configuration files, documentation, deployment manifests, HTML templates, source code, and tests, while keeping the importable package and CLI name as findata for compatibility. There are no review comments to address, and the changes appear complete and correct.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
The PyPI distribution name becomes `openfindata`, aligning the package slug with the GitHub repository (robertoecf/openfindata) and echoing the OpenBB-style `open*` convention. The importable package and CLI are unchanged (`import findata`, `findata ...`) — only the install slug moves (`pip install openfindata`, `pip install 'openfindata[b3]'`). Swept all references: pyproject name + URLs, README/ROADMAP/docs install instructions and repo links, web templates and chart-explorer source labels, USER_AGENT, _PROJECT_SLUG, and the slug assertions in tests. Renamed deploy/findata-br.service -> deploy/openfindata.service and updated container/working-dir names. CHANGELOG history left intact; a new Unreleased "Changed" entry documents the rename. Tests: 231 passed. ruff: clean. Claude-Session: https://claude.ai/code/session_01VHpJgPMzzpraMW38wBorK8 Co-authored-by: Claude <noreply@anthropic.com>
What
Renames the PyPI distribution slug from
findata-brtoopenfindata.pip install findata-br→pip install openfindatapip install 'openfindata[b3]','openfindata[basedosdados]'import findata,findata …Why
Aligns the package slug with the GitHub repo (
robertoecf/openfindata) and adopts the OpenBB-styleopen*convention (the reference project added to the roadmap in #27). We consideredopenfd, butfdis overloaded (file descriptor / thefdCLI) and isn't an obvious abbreviation of findata;openfindatais barely longer than the oldfindata-brand reads cleanly.Scope of the sweep
pyproject.toml—name+ project URLsREADME.md/ROADMAP.md/docs/**— install commands, clone URLs, repo links, source-attribution labelschart-explorer.js/site.js— brand labels, install cards, "primary source" creditsrc/findata/http_client.py—USER_AGENTsrc/findata/api/app.py—_PROJECT_SLUGopenfindatadeploy/findata-br.service→deploy/openfindata.service; updated container / working-dir names in compose + deploy docsCHANGELOG.md— history left intact; new Unreleased → Changed entry documents the renameVerification
pytest→ 231 passedruff check .→ cleanopenfindata 0.3.1; the version endpoint falls back gracefully if the dist isn't reinstalled (PackageNotFoundError→ embedded version).Notes
Separate from #27 (which only adds the OpenBB roadmap entry). No source conflict between the two.
🤖 Generated with Claude Code
Generated by Claude Code