Metadata-Version: 2.0
Name: edx-ecommerce-api-client
Version: 1.1.2
Summary: Slumber client used to access APIs exposed by the edX E-Commerce Service
Home-page: https://github.com/edx/ecommerce-api-client
Author: edX
Author-email: oscm@edx.org
License: Apache
Keywords: edx ecommerce 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: Topic :: Internet
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Requires-Dist: PyJWT
Requires-Dist: slumber

edX E-Commerce API Client  |Travis|_ |Coveralls|_
=================================================
.. |Travis| image:: https://travis-ci.org/edx/ecommerce-api-client.svg?branch=master
.. _Travis: https://travis-ci.org/edx/ecommerce-api-client

.. |Coveralls| image:: https://coveralls.io/repos/edx/ecommerce-api-client/badge.svg?branch=master
.. _Coveralls: https://coveralls.io/r/edx/ecommerce-api-client?branch=master

The edX E-Commerce API Client (henceforth, client) allows users to communicate with the `E-Commerce Service`_.

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

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


