Metadata-Version: 2.1
Name: circuitpython-mocks
Version: 0.1.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"

.. |rtd-badge| image:: https://readthedocs.org/projects/circuitpython-mocks/badge/?version=latest
    :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

|rtd-badge| |codecov-badge|

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.
