Metadata-Version: 2.1
Name: Rest-OC
Version: 1.0.2
Summary: RestOC is a library of python 3 modules for rapidly setting up REST microservices.
Home-page: https://ouroboroscoding.com/rest-oc/
Author: Chris Nasr - Ouroboros Coding Inc.
Author-email: chris@ouroboroscoding.com
License: Apache-2.0
Project-URL: Documentation, https://ouroboroscoding.com/rest-oc/
Project-URL: Source, https://github.com/ouroboroscoding/rest-oc-python
Project-URL: Tracker, https://github.com/ouroboroscoding/rest-oc-python/issues
Keywords: rest,microservices
Platform: UNKNOWN
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# RestOC
A python 3 set of modules used for setting up REST microservices

# Install
```
pip install rest-oc
```

# Requires
RestOC requires python 3.10 or higher

# Documentation

http://ouroboroscoding.com/rest-oc/


