aboutsummaryrefslogtreecommitdiff
path: root/python/python3-falcon/README
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2023-07-29 07:50:28 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-29 07:50:28 +0700
commitb12ce570b0052b1f9e5497c9c8d4b450e6d243c8 (patch)
treed2a82a8643d699eb8f0fd40186c6f630f3f99778 /python/python3-falcon/README
parent47423d7620e340fadd12757ed2fd6776e8e421c2 (diff)
python/python3-falcon: Aded (Falcon Web Framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-falcon/README')
-rw-r--r--python/python3-falcon/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/python/python3-falcon/README b/python/python3-falcon/README
new file mode 100644
index 0000000000..0b14a6ae0a
--- /dev/null
+++ b/python/python3-falcon/README
@@ -0,0 +1,13 @@
+The Falcon Web Framework
+
+Falcon is a minimalist ASGI/WSGI framework for building
+mission-critical REST APIs and microservices, with a focus on
+reliability, correctness, and performance at scale.
+
+When it comes to building HTTP APIs, other frameworks weigh you down
+with tons of dependencies and unnecessary abstractions.
+Falcon cuts to the chase with a clean design that embraces HTTP and
+the REST architectural style.
+
+Falcon apps work with any WSGI or ASGI server, and run like a champ
+under CPython 3.5+ and PyPy 3.5+ (3.6+ required for ASGI).