Metadata-Version: 2.1
Name: pyalpa
Version: 0.9.1
Summary: Integration tool with Alpa repository
Home-page: https://github.com/alpa-team/alpa
License: GPLv3
Author: Jiri Kyjovsky
Author-email: j1.kyjovsky@gmail.com
Maintainer: Jiří Kyjovský
Maintainer-email: j1.kyjovsky@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.0.0)
Requires-Dist: email-validator (>=1.0)
Requires-Dist: pydantic (>=1.8)
Requires-Dist: pygithub (>=1.4)
Requires-Dist: pyyaml (>=5.0)
Requires-Dist: specfile (>=0.13.0)
Project-URL: Repository, https://github.com/alpa-team/alpa
Description-Content-Type: text/markdown

## Alpa

Another cooL way to PAckage in copr

### Build status

alpa [![Copr build status](https://copr.fedorainfracloud.org/coprs/alpa-team/alpa/package/alpa/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/alpa-team/alpa/package/alpa/)

## Table of contents

<!-- toc -->

- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)

<!-- tocstop -->

### Installation

From PyPi:

```bash
$ pip install --user pyalpa
```

From Copr:

```bash
$ dnf copr enable alpa-team/alpa
$ dnf install alpa
```

### Usage

Please visit our [documentation page](https://alpa.readthedocs.io/en/latest) to learn how to use alpa.

### Contributing

TODO

