A toolkit for managing and presenting GitHub repository portfolios. Version 0.19.1, requires Python >=3.12. Actively maintained with monthly releases.
pip install gh-toolkitNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client with a GitHub personal access token and list repositories.
Use `GitHubClient(token=os.environ.get('GITHUB_TOKEN', ''))`.Replace `client.get_repos('user')` with `client.get_user_repos('user')`.Always set GITHUB_TOKEN or pass token explicitly.
No dependency data recorded yet.