Metadata-Version: 2.4
Name: gh-toolkit
Version: 0.1.0
Summary: GitHub repository portfolio management and presentation toolkit
Project-URL: Homepage, https://github.com/michael-borck/gh-toolkit
Project-URL: Repository, https://github.com/michael-borck/gh-toolkit
Project-URL: Issues, https://github.com/michael-borck/gh-toolkit/issues
Author-email: Michael Borck <michael.borck@curtin.edu.au>
Keywords: cli,github,management,portfolio,repository
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.12
Requires-Dist: anthropic>=0.25.0
Requires-Dist: pathlib-mate>=1.0.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: requests>=2.31.0
Requires-Dist: rich>=13.0.0
Requires-Dist: typer>=0.12.0
Provides-Extra: dev
Requires-Dist: basedpyright>=1.12.0; extra == 'dev'
Requires-Dist: pre-commit>=3.7.0; extra == 'dev'
Requires-Dist: pytest-cov>=5.0.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.4.0; extra == 'dev'
Description-Content-Type: text/markdown

# gh-toolkit

GitHub repository portfolio management and presentation toolkit

A comprehensive command-line tool for managing GitHub repository portfolios at scale.

## Installation

```bash
pip install gh-toolkit
```

## Usage

```bash
gh-toolkit --help
```

## Development Status

Active development - migrating from proven scripts to unified CLI.

