Metadata-Version: 2.4
Name: repolyze
Version: 0.1.0
Summary: Repo statistics
Author-email: Dheeraj Bhat <dheerajnbhat@gmail.com>
Maintainer-email: Dheeraj Bhat <dheerajnbhat@gmail.com>
License-File: LICENSE
License-File: NOTICE
Keywords: repo,repo statistics,repolyze,statistics,stats
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Repo Stats

A Python CLI tool for analyzing and reporting statistics about code repositories.

## Features
- Scans local directories for repository statistics
- Provides human-readable and tree-formatted outputs
- Modular core for filesystem, formatting, and stats
- Easily extensible for new analysis types


## Installation
Clone the repository and install dependencies:
```bash
pip install repolyze
```

## Usage
Run the CLI from the repo directory to analyze a repository:
```bash
repolyze
```
