summaryrefslogtreecommitdiff
path: root/python/itsdangerous/README
diff options
context:
space:
mode:
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.