From 1bb5e2f364df758bee960e4252cfd9e27620cf14 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Sat, 11 Jan 2020 12:08:34 +0000 Subject: [NEW] www/py-flask-smorest: Flask/Marshmallow-based REST API framework MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 PR: 242611 Submitted by: Goran Mekić --- www/py-flask-smorest/pkg-descr | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/py-flask-smorest/pkg-descr (limited to 'www/py-flask-smorest/pkg-descr') 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 -- cgit v1.2.3