Metadata-Version: 2.1
Name: body-oc
Version: 2.1.0
Summary: Body contains shared concepts among all body parts
Home-page: https://ouroboroscoding.com/body/
Author: Chris Nasr - Ouroboros Coding Inc.
Author-email: chris@ouroboroscoding.com
License: Custom
Project-URL: Documentation, https://ouroboroscoding.com/body/
Project-URL: Source, https://github.com/ouroboroscoding/body
Project-URL: Tracker, https://github.com/ouroboroscoding/body/issues
Keywords: rest,microservices
Platform: UNKNOWN
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# body_oc
[![pypi version](https://img.shields.io/pypi/v/body-oc.svg)](https://pypi.org/project/body-oc) ![Custom License](https://img.shields.io/pypi/l/body-oc.svg)

Provides classes to create RESTlike micro-services with minimal configuration.

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

See [Releases](https://github.com/ouroboroscoding/body/blob/main/releases.md)
for changes from release to release.

See full [documentation](https://github.com/ouroboroscoding/body/blob/main/documentation.md) for complete description of `body_oc` and how to use it.

## JavaScript/TypeScript
Check out [@ouroboros/body](https://www.npmjs.com/package/@ouroboros/body)
on npm if you want to easily connect to body services in your choice of
javascript / typescript framework.

