Metadata-Version: 2.1
Name: rest-api-supporter
Version: 0.0.3
Summary: Rest api supporter
Home-page: https://github.com/automatethem/rest-api-supporter
Author: Sang Ki Kwon
Author-email: automatethem@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

# rest-api-supporter

https://pypi.org/project/rest-api-supporter/
<pre>
pip install rest-api-supporter
</pre>

Supported APIs  
<pre>
import rest_api_supporter

rest_api_supporter.servers.FlaskRestAPIServer
rest_api_supporter.utils.image_to_base64
rest_api_supporter.utils.base64_to_image
rest_api_supporter.utils.query
</pre>

REST API example (flask)  
https://github.com/automatethem/rest-api-supporter/blob/main/examples/blueprint_app.py  
https://github.com/automatethem/rest-api-supporter/blob/main/examples/predict.py
