summaryrefslogtreecommitdiffstats
path: root/python/itsdangerous/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-01-15 08:56:42 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-01-29 23:21:02 -0600
commit898944c03d269fc614454f3efdf4f50a5506fc3a (patch)
tree5bb0429ee3ef75ff421e86e4ab21586cdec57597 /python/itsdangerous/README
parentebd8c687db448eb5667ec8b42585bc52ba62f1cf (diff)
downloadslackbuilds-898944c03d269fc614454f3efdf4f50a5506fc3a.tar.gz
slackbuilds-898944c03d269fc614454f3efdf4f50a5506fc3a.tar.xz
python/itsdangerous: Added (Various helpers to pass trusted data).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/itsdangerous/README')
-rw-r--r--python/itsdangerous/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/itsdangerous/README b/python/itsdangerous/README
new file mode 100644
index 0000000000..855a564444
--- /dev/null
+++ b/python/itsdangerous/README
@@ -0,0 +1,5 @@
+Various helpers to pass data to untrusted environments and to get it
+back safe and sound.
+This repository provides a module that is a port of the django signing
+module. It's not directly copied but some changes were applied to make
+it work better on its own.