docs: rename pip install burr -> pip install apache-burr#772
Merged
Conversation
skrawcz
approved these changes
May 11, 2026
The PyPI package was renamed to apache-burr at the 0.41.0 release, but ~30 files in docs, examples, and a few error messages still tell users to `pip install burr[...]`. That doesn't work — PyPI's `burr` is a placeholder. This is a pure mechanical sweep that only touches `pip install` invocations. Module imports (`import burr`, `from burr...`), the `burr` CLI command name, and file paths are untouched.
c41b657 to
cd3b8c6
Compare
This was referenced May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The PyPI package was renamed to
apache-burrat the 0.41.0-incubating release, but ~30 files in docs, examples, and a few in-code error messages still tell userspip install burr[...]. That doesn't work — PyPI'sburris an unrelated placeholder.This is a pure mechanical sweep:
pip install <maybe-quoted>burr[...]→pip install <maybe-quoted>apache-burr[...]import burr,from burr.<...>, theburrCLI command name, or any file pathsSibling change:
apache/hamilton#1561does the samesf-hamilton→apache-hamiltoncleanup.Test plan
docs/getting_started/install.rston the docs site after merge