Metadata-Version: 2.4
Name: copr
Version: 2.2
Summary: Python client for copr service.
Home-page: https://github.com/fedora-copr/copr
Author: Valentin Gologuzov
Author-email: vgologuz@redhat.com
License: GPLv2+
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Development Status :: 3 - Alpha
License-File: LICENSE
Requires-Dist: filelock
Requires-Dist: requests
Requires-Dist: requests-toolbelt
Requires-Dist: setuptools
Requires-Dist: munch
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Copr is designed to be a lightweight buildsystem that allows contributors
to create packages, put them in repositories, and make it easy for users
to install the packages onto their system. Within the Fedora Project it
is used to allow packagers to create third party repositories.

This part is a python client to the copr service.
