Python library for connecting to Basket
Перейти к файлу
Rob Hudson 66177f4d3c Prep for v1.2.0 2024-11-20 13:31:24 -08:00
.github/workflows Add support for Python 3.12 and 3.13, drop support for Python 3.8 2024-11-20 11:13:59 -08:00
docs Prep for v1.2.0 2024-11-20 13:31:24 -08:00
src/basket Prep for v1.2.0 2024-11-20 13:31:24 -08:00
tests Update basket APIs (remove outdated and add new) 2024-11-20 11:13:59 -08:00
.coveragerc Omit tests from coverage report. 2013-08-28 13:34:46 -04:00
.gitignore Project updates (#36) 2023-07-14 10:52:23 -07:00
.pre-commit-config.yaml Add support for Python 3.12 and 3.13, drop support for Python 3.8 2024-11-20 11:13:59 -08:00
.readthedocs.yaml Project updates (#36) 2023-07-14 10:52:23 -07:00
LICENSE Project updates (#36) 2023-07-14 10:52:23 -07:00
Makefile Project updates (#36) 2023-07-14 10:52:23 -07:00
README.rst Project updates (#36) 2023-07-14 10:52:23 -07:00
pyproject.toml Add support for Python 3.12 and 3.13, drop support for Python 3.8 2024-11-20 11:13:59 -08:00

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