Metadata-Version: 2.1
Name: rockface
Version: 0.61.2
Summary: Python library for the Rockface API
Home-page: https://rockface.io
Author: Adventurous Machines Ltd.
Author-email: support@rockface.io
Keywords: rockface,acceptance-test,electronics,firmware,bdd
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Testing :: Acceptance
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests (~=2.27)
Requires-Dist: pydantic (~=1.9)
Requires-Dist: polars (~=0.16)
Provides-Extra: test
Requires-Dist: pytest (~=7.0) ; extra == 'test'
Requires-Dist: pytest-mypy (~=0.9) ; extra == 'test'
Requires-Dist: types-requests (~=2.27) ; extra == 'test'
Requires-Dist: advmach-pytest-ruff (~=0.4) ; extra == 'test'
Requires-Dist: ruff (==0.0.171) ; extra == 'test'
Requires-Dist: requests-mock (==1.10.0) ; extra == 'test'

# Rockface Python Library

The Rockface Python library allows remote interaction with
your hardware hosted in the [Rockface service](https://rockface.io).

## Getting Started

To get started, run through the [tutorial](https://docs.rockface.io/tutorial).
