Metadata-Version: 2.4
Name: pysainsburys
Version: 0.0.0
Summary: A async integration API for Sainsburys
Author-email: Jordan Harvey <jordan@hrvy.uk>
License-Expression: Apache-2.0
Project-URL: Bug Tracker, https://github.com/pantherale0/pysainsburys/issues
Project-URL: documentation, https://pantherale0.github.io/pysainsburys
Project-URL: repository, https://github.com/pantherale0/pysainsburys
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.9
Requires-Dist: ruff>=0.16.5
Dynamic: license-file

# Sainsburys API

<p align="center">
  <a href="https://github.com/pantherale0/pysainsburys/actions/workflows/test.yml?query=branch%3Amain">
    <img src="https://img.shields.io/github/actions/workflow/status/pantherale0/pysainsburys/test.yml?branch=main&label=Tests&logo=github&style=flat-square" alt="Tests Status" >
  </a>
  <a href="https://github.com/pantherale0/pysainsburys/actions/workflows/checks.yml?query=branch%3Amain">
    <img src="https://img.shields.io/github/actions/workflow/status/pantherale0/pysainsburys/checks.yml?branch=main&label=Checks&logo=github&style=flat-square" alt="Checks Status" >
  </a>
  <a href="https://pantherale0.github.io/pysainsburys">
    <img src="https://img.shields.io/github/pages?url=https%3A%2F%2Fpantherale0.github.io%2Fpysainsburys%2F&style=flat-square&logo=github&logoColor=fff&label=Docs" alt="Documentation Status">
  </a>
  <a href="https://codecov.io/gh/pantherale0/pysainsburys">
    <img src="https://img.shields.io/codecov/c/github/pantherale0/pysainsburys.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
  </a>
</p>
<p align="center">
  <a href="https://github.com/astral-sh/uv">
    <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="uv">
  </a>
  <a href="https://github.com/astral-sh/ruff">
    <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff">
  </a>
  <a href="https://github.com/j178/prek">
    <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/j178/prek/master/docs/assets/badge-v0.json" alt="prek">
  </a>
</p>
<p align="center">
  <a href="https://pypi.org/project/pysainsburys/">
    <img src="https://img.shields.io/pypi/v/pysainsburys.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
  </a>
  <img src="https://img.shields.io/pypi/pyversions/pysainsburys.svg?style=flat-square&logo=python&amp;logoColor=fff" alt="Supported Python versions">
  <img src="https://img.shields.io/pypi/l/pysainsburys.svg?style=flat-square" alt="License">
</p>

---

**Documentation**: <a href="https://pantherale0.github.io/pysainsburys" target="_blank">https://pantherale0.github.io/pysainsburys</a>

**Source Code**: <a href="https://github.com/pantherale0/pysainsburys" target="_blank">https://github.com/pantherale0/pysainsburys</a>

---

A async integration API for Sainsburys

## Installation

Install this via pip (or your favourite package manager):

`pip install pysainsburys`

This integration layer uses the **http** protocol (aiohttp).

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- markdownlint-disable -->
<!-- markdownlint-enable -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

## Credits

[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](https://github.com/copier-org/copier)

This package was created with
[Copier](https://copier.readthedocs.io/) and the
[pantherale0/python-library-template](https://github.com/pantherale0/python-library-template)
project template.
