Metadata-Version: 2.1
Name: sanic-rest
Version: 1.4.1
Summary: Sanic Rest Framework with Google Cloud Datastore
Home-page: https://github.com/flamingo-run/sanic-rest
Keywords: sanic,restful,datastore
Author: Joao Daher
Author-email: joao@daher.dev
Requires-Python: >=3.8,<3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: auth
Requires-Dist: argon2_cffi; extra == "auth"
Requires-Dist: gcp-pilot[storage,datastore]
Requires-Dist: passlib; extra == "auth"
Requires-Dist: sanic
Requires-Dist: sanic-jwt; extra == "auth"
Requires-Dist: sanic-openapi
Project-URL: Repository, https://github.com/flamingo-run/sanic-rest
Description-Content-Type: text/markdown

![Github CI](https://github.com/flamingo-run/sanic-rest/workflows/Github%20CI/badge.svg)
[![Maintainability](https://api.codeclimate.com/v1/badges/0d6eb6158bc33aa2af1c/maintainability)](https://codeclimate.com/github/flamingo-run/sanic-rest/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/0d6eb6158bc33aa2af1c/test_coverage)](https://codeclimate.com/github/flamingo-run/sanic-rest/test_coverage)
[![python](https://img.shields.io/badge/python-3.9-blue.svg)]()

# Sanic Rest Framework

## Installation

`pip install sanic-rest`

