Metadata-Version: 2.4
Name: body_manage
Version: 1.0.6
Summary: Manage contains a service to manage the services themselves
Project-URL: Documentation, https://github.com/ouroboroscoding/body-manage
Project-URL: Source, https://github.com/ouroboroscoding/body-manage
Project-URL: Tracker, https://github.com/ouroboroscoding/body-manage/issues
Author-email: "Chris Nasr - Ouroboros Coding Inc." <chris@ouroboroscoding.com>
Maintainer-email: "Chris Nasr - Ouroboros Coding Inc." <chris@ouroboroscoding.com>
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: arrow<1.4,>=1.3.0
Requires-Dist: brain2-oc<2.5,>=2.3.2
Requires-Dist: config-oc<1.2,>=1.1.0
Requires-Dist: define-oc<1.1,>=1.0.5
Requires-Dist: email-smtp<1.1,>=1.0.1
Requires-Dist: jsonb<1.1,>=1.0.0
Description-Content-Type: text/markdown

# body_manage
[![pypi version](https://img.shields.io/pypi/v/body_manage.svg)](https://pypi.org/project/body_manage) ![CUSTOM License](https://img.shields.io/pypi/l/body_manage.svg)

[body_oc](https://pypi.org/project/body-oc/) 2.0 service that handles updating
and controlling services and portals remotely.

Please see [LICENSE](https://github.com/ouroboroscoding/body-manage/blob/main/LICENSE) for further information.

# Requires
body_manage requires python 3.10 or higher

# Install
```bash
pip install body_manage
```

# RESTlike Documentation
For full documentation on the individual requests avaialable via the service,
check the [RESTlike](https://github.com/ouroboroscoding/body-manage/blob/main/rest.md)
docs.