Metadata-Version: 2.4
Name: relm
Version: 0.1.1
Summary: A unified CLI tool to manage versioning, git, and PyPI releases for multiple projects.
Author-email: dhruv13x <dhruv13x@gmail.com>
License: MIT © dhruv13x
Project-URL: Homepage, https://github.com/dhruv13x/relm
Project-URL: Source, https://github.com/dhruv13x/relm
Project-URL: Issues, https://github.com/dhruv13x/relm/issues
Keywords: cli,release,versioning,automation,pypi,git
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: tomli; python_version < "3.11"
Requires-Dist: rich>=13.0.0
Requires-Dist: rich-argparse>=1.0.0
Requires-Dist: build>=1.0.0
Requires-Dist: twine>=4.0.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: pytest-cov>=5.0.0; extra == "dev"
Requires-Dist: pytest-timeout>=2.2.0; extra == "dev"
Requires-Dist: pytest-json-report>=1.5.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23.0; extra == "dev"
Requires-Dist: pytest-mock>=3.10.0; extra == "dev"
Requires-Dist: pyfakefs>=5.0.0; extra == "dev"
Requires-Dist: ruff>=0.6.0; extra == "dev"
Requires-Dist: black>=24.3.0; extra == "dev"
Requires-Dist: mypy>=1.11.0; extra == "dev"
Requires-Dist: PyYAML>=6.0; extra == "dev"
Requires-Dist: types-PyYAML>=6.0; extra == "dev"

# Repo Manager

A unified CLI tool to automate versioning, git operations, and PyPI releases for the dhruv13x tool suite.

## Features

- **Project Discovery**: Automatically detects Python projects with `pyproject.toml`.
- **Smart Versioning**: Bumps versions (major, minor, patch) in `pyproject.toml` and `__init__.py`.
- **Git Automation**: Stages, commits, and pushes release changes.
- **PyPI Release**: Builds and uploads packages to PyPI.

## Installation

```bash
pip install -e .
```

## Usage

```bash
relm --help
```
