Metadata-Version: 2.1
Name: body-manage
Version: 1.0.4
Summary: Manage contains a service to manage the services themselves
Home-page: https://ouroboroscoding.com/body/body-manage
Author: Chris Nasr - Ouroboros Coding Inc.
Author-email: chris@ouroboroscoding.com
License: Custom
Project-URL: Documentation, https://ouroboroscoding.com/body/body-manage
Project-URL: Source, https://github.com/ouroboroscoding/body-manage
Project-URL: Tracker, https://github.com/ouroboroscoding/body-manage/issues
Keywords: rest,microservices,body,body-oc
Platform: UNKNOWN
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# 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.

