aboutsummaryrefslogtreecommitdiff
path: root/python/python3-uri_template/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-12-23 08:58:58 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-23 08:58:58 +0700
commitd5fe5fec37a1a5475b89ea382795b1ecce223d52 (patch)
tree9ae2d94910b1c96a14bccf80434f6d72e3a4049e /python/python3-uri_template/README
parent8e5a9fea4f24d40fcfd346fc10a9673f0230ad22 (diff)
python/python3-uri_template: Added (implementation of RFC 6570).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-uri_template/README')
-rw-r--r--python/python3-uri_template/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-uri_template/README b/python/python3-uri_template/README
new file mode 100644
index 000000000000..77844e4b49a8
--- /dev/null
+++ b/python/python3-uri_template/README
@@ -0,0 +1,8 @@
+uri_template (implementation of RFC 6570 URI Templates)
+
+This package implements URI Template expansion in strict adherence to
+RFC 6570, but adds a few extensions.
+
+python2-uri-templates and python-uritemplate (available at
+SlackBuilds.org) are alternative implementations of RFC 6570
+URI templates.