From 898944c03d269fc614454f3efdf4f50a5506fc3a Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 15 Jan 2014 08:56:42 +0700 Subject: python/itsdangerous: Added (Various helpers to pass trusted data). Signed-off-by: Willy Sudiarto Raharjo --- python/itsdangerous/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/itsdangerous/README (limited to 'python/itsdangerous/README') 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. -- cgit v1.2.3