Metadata-Version: 2.4
Name: gitraze
Version: 0.0.1
Summary: A CLI and Python library for GitHub reconnaissance, search, and analysis
Author: AK Pandey
License: MIT
Project-URL: Homepage, https://github.com/akpandey-dev/gitraze
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: colorama

# Gitraze

Gitraze is a fast, hacker-style CLI tool for exploring, analyzing, and extracting insights from GitHub data using REST and GraphQL APIs.

> Currently in early development

## Features

* Modular architecture for easy extension
* CLI-based interaction
* GitHub API integration (REST & GraphQL)
* Repo, user, search, and analytics modules

## Installation

```bash id="gq3k8x"
pip install gitraze
```

> Not yet available on PyPI

## Usage

```bash id="k2znw0"
gitraze --help
```

> CLI under development

## Development

```bash id="x8l2qp"
git clone https://github.com/akpandey-dev/gitraze.git
cd gitraze
pip install -e .
```

## License

MIT
