Deprecated Python library for GitHub repository operations. Version 1.0.0 is the final release. Users should migrate to repoindex (https://pypi.org/project/repoindex/), which supersedes ghops with expanded features including MCP server, export commands, and support for Gitea/Codeberg.
pip install ghopsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize GHOps with a GitHub PAT and list repositories.
pip install repoindex and update imports: from repoindex import ...
Always verify token validity: raise error if token is empty or response is 401.
Use the `page` parameter in list methods or paginate with a loop.
No dependency data recorded yet.