Metadata-Version: 2.1
Name: edx-rest-api-client
Version: 1.9.2
Summary: Slumber client used to access various edX Platform REST APIs.
Home-page: https://github.com/edx/edx-rest-api-client
Author: edX
Author-email: oscm@edx.org
License: Apache
Keywords: edx rest api client
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Requires-Dist: requests
Requires-Dist: slumber (<1.0,>=0.7.1)
Requires-Dist: PyJWT (<2.0,>=1.1.0)

edX REST API Client  |Travis|_ |Codecov|_
=========================================
.. |Travis| image:: https://travis-ci.org/edx/edx-rest-api-client.svg?branch=master
.. _Travis: https://travis-ci.org/edx/edx-rest-api-client

.. |Codecov| image:: https://codecov.io/github/edx/edx-rest-api-client/coverage.svg?branch=master
.. _Codecov: https://codecov.io/github/edx/edx-rest-api-client?branch=master

The edX REST API Client (henceforth, client) allows users to communicate with various edX REST
APIs, including the `E-Commerce Service`_ and the `Programs Service`_.

.. _E-Commerce Service: https://github.com/edx/ecommerce
.. _Programs Service: https://github.com/edx/programs

Testing
-------
    $ make validate


How to Contribute
-----------------

Contributions are very welcome, but for legal reasons, you must submit a signed
`individual contributor's agreement`_ before we can accept your contribution. See our
`CONTRIBUTING`_ file for more information -- it also contains guidelines for how to maintain
high code quality, which will make your contribution more likely to be accepted.

.. _individual contributor's agreement: http://code.edx.org/individual-contributor-agreement.pdf
.. _CONTRIBUTING: https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst


