Metadata-Version: 2.2
Name: rockface
Version: 0.91.0
Summary: Python library for the Rockface API
Author-email: "Adventurous Machines Ltd." <support@rockface.io>
Project-URL: homepage, https://rockface.io
Project-URL: documentation, https://docs.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
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Requires-Dist: urllib3>=2.0.2
Requires-Dist: pydantic~=2.11
Requires-Dist: polars~=1.31
Requires-Dist: zstandard>=0.21.0
Provides-Extra: test
Requires-Dist: pytest~=8.4; extra == "test"
Requires-Dist: pytest-mypy~=1.0; extra == "test"
Requires-Dist: types-requests~=2.27; extra == "test"
Requires-Dist: requests-mock==1.12.1; extra == "test"
Requires-Dist: pytest-xdist>=3.8.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).
