diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-12-15 04:51:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 04:51:54 +0700 |
commit | d28b11d6c92ec44c5694dc135bc22d7c2e95341c (patch) | |
tree | a1c33f4595ceb8d9f71a564bc456f176a4829afd /python/python3-Flask-RESTful/README | |
parent | dce3e2ec5d3da0a1c4f602bcc15dbc821538d0a2 (diff) |
python/python3-Flask-RESTful: Added (framework for REST APIs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Flask-RESTful/README')
-rw-r--r-- | python/python3-Flask-RESTful/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-Flask-RESTful/README b/python/python3-Flask-RESTful/README new file mode 100644 index 0000000000..627d7399a1 --- /dev/null +++ b/python/python3-Flask-RESTful/README @@ -0,0 +1,2 @@ +Flask-RESTful provides the building blocks for creating a great +REST API. |