Registry / devops / ghizmo

ghizmo

JSON →
library0.2.0pypypi✓ verified 84d ago

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 ghizmo
INSTALL
IMPORT
SIG · GHIZMO
G
ghizmo
devopspythonv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ghizmo CLI
import ghizmo
ghizmo is used as a command-line tool; it is not typically imported as a Python library.

Basic usage: configure GITHUB_TOKEN and call a command.

import os import ghizmo # Set your GitHub token in environment os.environ['GITHUB_TOKEN'] = os.environ.get('GITHUB_TOKEN', '') # Run CLI commands via ghizmo.cli from ghizmo.commands import issues issues.list_issues('jlevy/ghizmo')
ghizmo --version
Debug
Known issues
deprecatedPyGithub dependency is unmaintained; ghizmo may break with GitHub API changes.
fix
Consider using the gh CLI or a more actively maintained library.
affects: all
gotchaGITHUB_TOKEN environment variable is required. Missing token causes silent failures.
fix
Set GITHUB_TOKEN before using ghizmo.
affects: all
gotchaCommands may fail with rate limiting if no token or insufficient permissions.
fix
Use a token with appropriate scopes (e.g., repo).
affects: all
Errors
Common errors & fixes
ModuleNotFoundError: No module named 'ghizmo'
ghizmo not installed or not importable as a library.
fix
Install via pip install ghizmo, and use it as CLI tool, not import.
KeyError: 'GITHUB_TOKEN'
Missing environment variable GITHUB_TOKEN.
fix
Set GITHUB_TOKEN environment variable with a valid token.
github.GithubException: Bad credentials
Invalid or expired GitHub token.
fix
Generate a new token at https://github.com/settings/tokens.
Upgrade
Version history
0.2.0latest on PyPI · released Nov 11, 2017
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
42
OpenAI (training)
1
Resources
ghizmo — pip install ghizmo · libregistry