diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-23 08:58:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-23 08:58:58 +0700 |
commit | d5fe5fec37a1a5475b89ea382795b1ecce223d52 (patch) | |
tree | 9ae2d94910b1c96a14bccf80434f6d72e3a4049e /python/python3-uri_template/README | |
parent | 8e5a9fea4f24d40fcfd346fc10a9673f0230ad22 (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/README | 8 |
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. |