ghizmo is an extensible command-line interface for GitHub, built on click and PyGithub. It provides commands for issues, pull requests, releases, and contributor stats. Current version is 0.2.0, with a low release cadence (sporadic updates).
pip install ghizmoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: configure GITHUB_TOKEN and call a command.
Consider using the gh CLI or a more actively maintained library.
Set GITHUB_TOKEN before using ghizmo.
Use a token with appropriate scopes (e.g., repo).
Install via pip install ghizmo, and use it as CLI tool, not import.
Set GITHUB_TOKEN environment variable with a valid token.
Generate a new token at https://github.com/settings/tokens.
No dependency data recorded yet.