Metadata-Version: 2.1
Name: spaceframe
Version: 0.0.3
Summary: spaceframe provides a lightweight interface to the spaceframe mes api
Author: will@aerenserve.net
License: GNU Affero General Public License v3 or later (AGPLv3+)
Project-URL: Homepage, https://pypi.org/project/spaceframe/
Keywords: definition,dictionary,mes,api,spaceframe
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# spaceframe

`spaceframe` provides a lightweight interface to the spaceframe MES API.

This package is licensed under the GNU Affero General Public License v3.0 or later.

## Usage

```python
from spaceframe import SpaceframeMESAPI, spaceframe

print(spaceframe())
print(SpaceframeMESAPI("https://mes.example.com").healthcheck_url())
```
