Metadata-Version: 2.1
Name: basket-client
Version: 1.0.0
Summary: A Python client for Mozilla's basket service.
Home-page: https://github.com/mozilla/basket-client
Author: Michael Kelly and contributors
Author-email: dev-mozilla-org@lists.mozilla.org
License: BSD
Keywords: mozilla,basket
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Communications
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: requests
Requires-Dist: six

=============
Basket Client
=============

This is a client for Mozilla's email subscription service,
basket. Basket is not a real subscription service, but it talks to a
real one and we don't really care who/what it is.

.. image:: https://travis-ci.org/mozilla/basket-client.svg?branch=master
    :target: https://travis-ci.org/mozilla/basket-client
.. image:: https://img.shields.io/pypi/v/basket-client.svg
    :target: https://pypi.python.org/pypi/basket-client


Docs
----

Documentation can be found at http://basket-client.rtfd.org/


License
-------

This software is licensed under the BSD License. For more information, read the file ``LICENSE``.


