change: Reorganize as griffe and griffelib packages with uv workspaces#431
Closed
johnslavik wants to merge 10 commits intomainfrom
Closed
change: Reorganize as griffe and griffelib packages with uv workspaces#431johnslavik wants to merge 10 commits intomainfrom
griffe and griffelib packages with uv workspaces#431johnslavik wants to merge 10 commits intomainfrom
Conversation
johnslavik
commented
Nov 18, 2025
6cb712a to
b2196d3
Compare
Member
Author
|
Left to do next:
|
Member
|
Looks like there's an issue with the script, seeing the filesystem tree: DetailsShould be And Should be |
b2196d3 to
bf71fed
Compare
Member
Author
|
It's good now |
Member
Author
|
Given how workspaces and packaging work, we'll do it a little different: Put |
bf71fed to
1bce188
Compare
Member
Author
|
New iteration:
Libraries that implement fancy things will do their stuff scoped to their directories. In short:
all three will be released with identical version numbers |
b546561 to
fcac23a
Compare
fcac23a to
976e038
Compare
4d6a641 to
de91615
Compare
Member
Author
|
Need to start over. I need a separate PR to keep this is a helper |
This was referenced Nov 30, 2025
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.
I've started with this incomplete migration script (make sure to not have a dirty env, I personally run
git clean -dxfe migrate.py -e .vscode -e .venv -e .venvs -e uv.lock && git reset --hard main): https://gist.github.com/johnslavik/76d556a427033c4de2d236d67aa05b8fWill carry out the remaining details manually.