An AI tool for pushing files to GitHub repositories with automatic commit and pull request creation. Current version 0.1.8, supports Python >=3.8. Low release cadence.
pip install ghpushNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Setup requires GITHUB_TOKEN, REPO_OWNER, REPO_NAME environment variables. Main usage is CLI: ghpush <files>.
Set environment variables or pass via command-line options (not supported in programmatic use).
Use the CLI interface: `ghpush /path/to/file`. For scripting, use subprocess calls.
If you see 'gpush' in old code, update to 'ghpush' and reinstall.
Set environment variable: export GITHUB_TOKEN='your_token' (or set in Python via os.environ).
Uninstall gpush (pip uninstall gpush) and install ghpush (pip install ghpush).
No dependency data recorded yet.