Metadata-Version: 2.3
Name: basket-client
Version: 1.2.0
Summary: A Python client for Mozilla's basket service.
Project-URL: Documentation, https://github.com/mozilla/basket-client#readme
Project-URL: Issues, https://github.com/mozilla/basket-client/issues
Project-URL: Source, https://github.com/mozilla/basket-client
Author: Michael Kelly
Maintainer: Paul McLanahan, Rob Hudson
License: BSD-3-Clause
Keywords: basket,mozilla
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Communications
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Requires-Dist: requests<3
Description-Content-Type: text/x-rst

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

This is a client for Mozilla's email subscription service,
`basket <https://basket.mozilla.org/>`_. Basket is not a real subscription service, but it talks to a
real one and we don't really care who/what it is.

|latest-version| |python-support| |build-status|

.. |latest-version| image:: https://img.shields.io/pypi/v/basket-client.svg
   :target: https://pypi.org/project/basket-client/
   :alt: Latest version on PyPI

.. |python-support| image:: https://img.shields.io/pypi/pyversions/basket-client
   :target: https://pypi.org/project/basket-client/
   :alt: Supported Python versions

.. |build-status| image:: https://github.com/mozilla/basket-client/actions/workflows/test.yml/badge.svg
   :target: https://github.com/mozilla/basket-client/actions/workflows/test.yml
   :alt: Build Status

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``.
