Skip to content

build: rename distribution slug findata-br → openfindata#28

Merged
robertoecf merged 1 commit into
mainfrom
claude/rename-slug-openfindata
Jun 25, 2026
Merged

build: rename distribution slug findata-br → openfindata#28
robertoecf merged 1 commit into
mainfrom
claude/rename-slug-openfindata

Conversation

@robertoecf

Copy link
Copy Markdown
Owner

What

Renames the PyPI distribution slug from findata-br to openfindata.

  • pip install findata-brpip install openfindata
  • extras too: pip install 'openfindata[b3]', 'openfindata[basedosdados]'
  • Import name and CLI are unchanged: import findata, findata …

Why

Aligns the package slug with the GitHub repo (robertoecf/openfindata) and adopts the OpenBB-style open* convention (the reference project added to the roadmap in #27). We considered openfd, but fd is overloaded (file descriptor / the fd CLI) and isn't an obvious abbreviation of findata; openfindata is barely longer than the old findata-br and reads cleanly.

Scope of the sweep

  • pyproject.tomlname + project URLs
  • README.md / ROADMAP.md / docs/** — install commands, clone URLs, repo links, source-attribution labels
  • web templates + chart-explorer.js / site.js — brand labels, install cards, "primary source" credit
  • src/findata/http_client.pyUSER_AGENT
  • src/findata/api/app.py_PROJECT_SLUG
  • tests — slug assertions updated to openfindata
  • renamed deploy/findata-br.servicedeploy/openfindata.service; updated container / working-dir names in compose + deploy docs
  • CHANGELOG.md — history left intact; new Unreleased → Changed entry documents the rename

Verification

  • pytest231 passed
  • ruff check . → clean
  • Fresh editable install resolves the dist as openfindata 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

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
@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@robertoecf, we couldn't start this review because you've reached your PR review rate limit.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8cb63a35-8fcc-4711-9f23-c54a70a5b824

📥 Commits

Reviewing files that changed from the base of the PR and between 93861dd and b725c32.

📒 Files selected for processing (30)
  • .github/ISSUE_TEMPLATE/config.yml
  • AGENTS.md
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • README.md
  • ROADMAP.md
  • deploy/docker-compose.prod.yml
  • deploy/openfindata.service
  • docker-compose.yml
  • docs/CHART_STANDARDS.md
  • docs/DEPLOY_PUBLIC.md
  • docs/SOURCES_WITH_AUTH.md
  • docs/SOURCE_PRIORITIES.md
  • docs/source-notes/basedosdados.md
  • pyproject.toml
  • scripts/benchmark_public_surface.py
  • src/findata/api/app.py
  • src/findata/api/routers/b3.py
  • src/findata/http_client.py
  • src/findata/sources/b3/quotes.py
  • src/findata/sources/basedosdados/catalog.py
  • src/findata/web/static/chart-explorer.js
  • src/findata/web/static/site.js
  • src/findata/web/templates/charts.html
  • src/findata/web/templates/docs.html
  • src/findata/web/templates/index.html
  • tests/test_api.py
  • tests/test_basedosdados.py
  • tests/test_benchmark_public_surface.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/rename-slug-openfindata

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gemini-code-assist gemini-code-assist Bot 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.

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.

@robertoecf robertoecf marked this pull request as ready for review June 25, 2026 15:08
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@robertoecf robertoecf merged commit df9e6dd into main Jun 25, 2026
6 of 7 checks passed
@robertoecf robertoecf deleted the claude/rename-slug-openfindata branch June 25, 2026 15:58
robertoecf added a commit that referenced this pull request Jun 26, 2026
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>
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.

2 participants