diff options
Diffstat (limited to 'www/py-flask-smorest/pkg-descr')
-rw-r--r-- | www/py-flask-smorest/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/py-flask-smorest/pkg-descr b/www/py-flask-smorest/pkg-descr new file mode 100644 index 000000000000..6407021878f8 --- /dev/null +++ b/www/py-flask-smorest/pkg-descr @@ -0,0 +1,11 @@ +REST API framework built upon Flask and marshmallow. + + - Serialization, deserialization and validation using marshmallow Schema + - Explicit validation error messages returned in response + - Database-agnostic + - OpenAPI (Swagger) specification automatically generated and exposed with + ReDoc or Swagger UI + - Pagination + - ETag + +WWW: https://github.com/marshmallow-code/flask-smorest |