Metadata-Version: 2.1
Name: circuitpython-mocks
Version: 0.3.0
Summary: A library of mock structures for soft-testing CircuitPython-based projects.
Author-email: Brendan Doherty <2bndy5@gmail.com>
License: MIT
Project-URL: Documentation, https://circuitpython-mocks.readthedocs.io
Project-URL: Source, https://github.com/2bndy5/CircuitPython-mocks
Project-URL: Tracker, https://github.com/2bndy5/CircuitPython-mocks/issues
Keywords: blinka,circuitpython,raspberrypi,driver,test,mock
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Hardware
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: adafruit-circuitpython-typing
Requires-Dist: pytest
Provides-Extra: tests
Requires-Dist: adafruit-circuitpython-busdevice; extra == "tests"

.. |ci-status| image:: https://github.com/2bndy5/CircuitPython-mocks/actions/workflows/test.yml/badge.svg
    :target: https://github.com/2bndy5/CircuitPython-mocks/actions/workflows/test.yml
    :alt: CI status
.. |rtd-badge| image:: https://img.shields.io/readthedocs/circuitpython-mocks?logo=readthedocs
    :target: https://circuitpython-mocks.readthedocs.io/en/latest/
    :alt: Documentation Status
.. |codecov-badge| image:: https://codecov.io/github/2bndy5/CircuitPython-mocks/graph/badge.svg?token=RSMPIF9995
    :target: https://codecov.io/github/2bndy5/CircuitPython-mocks
    :alt: Coverage Status
.. |pypi-downloads| image:: https://img.shields.io/pepy/dt/circuitpython-mocks?label=PyPI%20Downloads&color=blue
    :target: https://pypi.org/project/circuitpython-mocks/
    :alt: Pepy Total Downlods
.. |pypi-release| image:: https://img.shields.io/pypi/v/circuitpython-mocks
    :target: https://pypi.org/project/circuitpython-mocks/
    :alt: PyPI - Version
.. |ruff-fmt| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
    :target: https://astral.sh/
    :alt: Formatted by ruff
.. |license-badge| image:: https://img.shields.io/pypi/l/circuitpython-mocks?color=blue
    :target: https://github.com/2bndy5/CircuitPython-mocks?tab=MIT-1-ov-file#readme
    :alt: PyPI - License
.. |supported-python-versions| image:: https://img.shields.io/pypi/pyversions/circuitpython-mocks
    :alt: PyPI - Python Version


|ci-status| |rtd-badge| |codecov-badge| |pypi-release| |pypi-downloads|

|ruff-fmt| |license-badge| |supported-python-versions|

Read The Docs
=============

Documentation for this library is hosted at https://circuitpython-mocks.rtfd.io/

About this Library
==================

This is a library of mock data structures to be used in soft-testing Circuitpython-based projects.
