Metadata-Version: 2.1
Name: fpdc-client
Version: 0.1
Summary: Client library for FPDC
Home-page: https://github.com/fedora-infra/fpdc-client
Maintainer: Fedora Infrastructure Team
Maintainer-email: infrastructure@lists.fedoraproject.org
License: GPLv3+
Keywords: fedora
Platform: Fedora
Platform: GNU/Linux
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: coreapi
Requires-Dist: python-fedora

FPDC client library
===================

.. image:: https://img.shields.io/pypi/v/fpdc-client.svg
    :target: https://pypi.org/project/fpdc-client/

.. image:: https://img.shields.io/pypi/pyversions/fpdc-client.svg
    :target: https://pypi.org/project/fpdc-client/

.. image:: https://readthedocs.org/projects/fpdc-client/badge/?version=latest
    :alt: Documentation Status
    :target: https://fpdc-client.readthedocs.io/en/latest/?badge=latest


This package provides an API to interact with `FPDC`_. It is based on
`coreapi`_ for the REST mechanisms.

To get started, check out our `user guide`_.

.. _`FPDC`: https://github.com/fedora-infra/fpdc/
.. _`coreapi`: http://core-api.github.io/python-client/
.. _`user guide`: https://fpdc-client.readthedocs.org/.


This package is licensed under the GNU General Public License v3 or later
(GPLv3+).


