Skip to content

feat: Add support for installing as a tool#99

Open
k88hudson-cfa wants to merge 3 commits intoCDCgov:mainfrom
k88hudson-cfa:uv-install
Open

feat: Add support for installing as a tool#99
k88hudson-cfa wants to merge 3 commits intoCDCgov:mainfrom
k88hudson-cfa:uv-install

Conversation

@k88hudson-cfa
Copy link
Copy Markdown

This would be helpful for usage with uv since we're using that with a lot of projects now, what do you think?

@k88hudson-cfa k88hudson-cfa requested a review from swo February 4, 2026 20:36
You can install it from GitHub with `uv` or another git-backed package maanger:

```bash
uv tool install git+https://github.com/cdcgov/griddler.git
Copy link
Copy Markdown
Contributor

@swo swo Feb 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uv tool install git+https://github.com/cdcgov/griddler.git
uv tool install git+https://github.com/cdcgov/pygriddler.git

Confusingly "griddler" points to the R project. I wonder if this means it's time to retire that repo. Insofar as this is a CLI tool, then there should only be one.

Insofar as it's a way to manipulate experiments, then I imagine one could want multiple implementations. But it's probably better to just maintain one.


You can generate a griddle directly in Python:
```bash
uv add git+https://github.com/cdcgov/griddler.git
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.

Suggested change
uv add git+https://github.com/cdcgov/griddler.git
uv add git+https://github.com/cdcgov/pygriddler.git

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