Metadata-Version: 2.4
Name: gitsmart
Version: 0.1.0
Summary: AI-powered Git workflow assistant CLI
Project-URL: Homepage, https://github.com/Alex-Stulen/gitsmart-cli
Project-URL: Repository, https://github.com/Alex-Stulen/gitsmart-cli
Project-URL: Issues, https://github.com/Alex-Stulen/gitsmart-cli/issues
Author-email: Alex Stulen <ookno16@gmail.com>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Requires-Dist: click>=8.0.0
Description-Content-Type: text/markdown

# GitSmart CLI

> AI-powered Git workflow assistant for developers.

![Under Development](https://img.shields.io/badge/status-under%20development-orange)
![PyPI](https://img.shields.io/pypi/v/gitsmart)
![Python](https://img.shields.io/pypi/pyversions/gitsmart)
![License](https://img.shields.io/github/license/Alex-Stulen/gitsmart-cli)

## Coming Soon

- **AI-powered commit message generation** — write better commits automatically
- **Smart changelog generation** — generate changelogs from your git history
- **Code review assistant** — get AI feedback on your diffs
- **Repository analytics** — insights into your codebase and team activity

## Installation

```bash
pip install gitsmart
```

## Usage

```bash
gitsmart
```

## Status

This project is under active development. Features are being added regularly.

Follow the progress on GitHub: [Alex-Stulen/gitsmart-cli](https://github.com/Alex-Stulen/gitsmart-cli)

⭐ Star the repo to get notified when new features land!

## License

MIT © 2026 Oleksii Stulen
