Draft
Conversation
- Rename package to dremio-cli with full metadata (authors, classifiers, urls, keywords) - Add py.typed marker for type-checking consumers - Add CHANGELOG.md for v0.1.0 - Add GitHub Actions: CI (test on 3.11/3.12/3.13) and publish (on tag via trusted publishing) - Update README install instructions with pip install dremio-cli Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Prepares the package for publishing to PyPI as
dremio-cli.dremio-cli→pip install dremio-clidremio(unchanged)0.1.0Changes
pyproject.toml: rename todremio-cli, add authors, classifiers, keywords, project URLsREADME.md: update install instructions withpip install dremio-cliCHANGELOG.md: initial v0.1.0 entrysrc/drs/py.typed: marker for typed package consumers.github/workflows/ci.yml: test on Python 3.11/3.12/3.13 on PR and push to main.github/workflows/publish.yml: auto-publish to PyPI on tag push (v*) via trusted publishingSetup required before first publish
dremio-clion PyPIdremio, Repo:cli, Workflow:publish.yml, Environment:pypipypienvironment in GitHub repo settingsgit tag v0.1.0 && git push origin v0.1.0Test plan
uv buildproducesdremio_cli-0.1.0-py3-none-any.whlv0.1.0, verify workflow publishes to PyPIpip install dremio-cli && dremio --helpworks🤖 Generated with Claude Code