diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2020-01-11 12:08:34 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2020-01-11 12:08:34 +0000 |
commit | 1bb5e2f364df758bee960e4252cfd9e27620cf14 (patch) | |
tree | 78fe61224e199f2cff622dcd1850aae73035cd75 /www/Makefile | |
parent | f2bbf79d4cc63fd0b1160b9f95bfe73ee8ebffa5 (diff) | |
download | ports-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/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ab77e47fc66b..195970e77965 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1644,6 +1644,7 @@ SUBDIR += py-flask-restful SUBDIR += py-flask-restplus SUBDIR += py-flask-script + SUBDIR += py-flask-smorest SUBDIR += py-flask-socketio SUBDIR += py-flask-sockets SUBDIR += py-flask-uploads |