aboutsummaryrefslogtreecommitdiff
path: root/www/py-flask-smorest/pkg-descr
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2020-01-11 12:08:34 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2020-01-11 12:08:34 +0000
commit1bb5e2f364df758bee960e4252cfd9e27620cf14 (patch)
tree78fe61224e199f2cff622dcd1850aae73035cd75 /www/py-flask-smorest/pkg-descr
parentf2bbf79d4cc63fd0b1160b9f95bfe73ee8ebffa5 (diff)
downloadports-1bb5e2f364df758bee960e4252cfd9e27620cf14.tar.gz
ports-1bb5e2f364df758bee960e4252cfd9e27620cf14.zip
[NEW] www/py-flask-smorest: Flask/Marshmallow-based REST API framework
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ć <meka@tilda.center>
Notes
Notes: svn path=/head/; revision=522679
Diffstat (limited to 'www/py-flask-smorest/pkg-descr')
-rw-r--r--www/py-flask-smorest/pkg-descr11
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