packages feed

copr-api-0.2.0: README.md

# copr-api

[![Hackage](https://img.shields.io/hackage/v/copr-api.svg?logo=haskell)](https://hackage.haskell.org/package/copr-api)
[![Stackage Lts](http://stackage.org/package/copr-api/badge/lts)](http://stackage.org/lts/package/copr-api)
[![Stackage Nightly](http://stackage.org/package/copr-api/badge/nightly)](http://stackage.org/nightly/package/copr-api)
[![GPL-3.0-or-later license](https://img.shields.io/badge/license-GPL--3.0--or--later-blue.svg)](LICENSE)

Copr API client Haskell library

[Copr](https://pagure.io/copr/copr) is an unofficial community package
[build service](https://copr.fedorainfracloud.org/) for Fedora,
which builds outside the main official Fedora repositories.

- "API" details: <https://pagure.io/copr/copr/blob/main/f/python/copr/v3/proxies>
- Docs: <https://python-copr.readthedocs.io/en/latest/index.html>