Metadata-Version: 2.1
Name: shed-pi-module-utils
Version: 0.1.2
Summary: Shed Pi Module Utilities
Author: Andrew Aikman
Author-email: aiky30@yahoo.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pytest (>=8.3.4,<9.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

# ShedPi Module Utils

Module Utilities to provide modules with access to a ShedPi Hub instance. 

## Releasing

```shell
poetry build
poetry publish
```
