Metadata-Version: 2.1
Name: pyalpa
Version: 0.3.0
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.8,<4.0
Classifier: License :: Other/Proprietary License
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
Requires-Dist: alpa-conf (>=0.3.0)
Requires-Dist: click (>=8.0.0)
Requires-Dist: gitpython (>=3.0)
Requires-Dist: pygithub (>=1.4)
Requires-Dist: pyyaml (>=5.0)
Project-URL: Repository, https://github.com/alpa-team/alpa
Description-Content-Type: text/markdown

## Alpa

Another cooL way to PAckage in copr

### Status of alpa system

| Package   | 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/)                         |
| alpa-conf | [![Copr build status](https://copr.fedorainfracloud.org/coprs/alpa-team/alpa/package/python-alpa-conf/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/alpa-team/alpa/package/python-alpa-conf/) |

## Table of contents

<!-- toc -->

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

<!-- tocstop -->

### Requirements

- linux OS
- shell
- at least python3.8
- git

### Installation

From PyPi:

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

From Copr:

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

### Usage

TODO

### Contributing

TODO

