Metadata-Version: 2.4
Name: repo-man
Version: 0.2.0
Summary: Manage repositories of a variety of different types.
Author: Dane Hillard
Author-email: Dane Hillard <github@danehillard.com>
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: click>=8.4.1
Requires-Dist: typer>=0.26.7
Requires-Dist: furo ; extra == 'docs'
Requires-Dist: myst-parser ; extra == 'docs'
Requires-Dist: sphinx>=9.0.4,<9.1.0 ; extra == 'docs'
Requires-Dist: sphinx-autobuild ; extra == 'docs'
Requires-Python: >=3.11
Project-URL: Documentation, https://repo-man.readthedocs.org
Project-URL: Repository, https://github.com/easy-as-python/repo-man
Project-URL: Issues, https://github.com/easy-as-python/repo-man/issues
Provides-Extra: docs
Description-Content-Type: text/markdown

# repo-man

Manage repositories of a variety of different types.
Read [the full documentation](https://repo-man.readthedocs.org) to learn more.

## Installation

```shell
$ python -m pip install repo-man
```
