Metadata-Version: 2.1
Name: repomanager
Version: 1.8.2
Summary: Git Repository Manager
Home-page: https://gitlab.incoresemi.com/utils/repomanager
Author: InCore Semiconductors Pvt. Ltd.
Author-email: info@incoresemi.com
License: BSD-3-Clause
Keywords: repomanager
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
License-File: LICENSE

# Repomanager: Gitlab Repository Manager

Repomanager is a command-line tool designed to automate the management of repositories projects. It supports various operations such as cleaning, updating, patching, and unpatching gitlab repositories based on a YAML configuration file.

## Installation

To install Repomanager from PyPI:
```bash
pip install repomanager
```
