slackbuilds/python/itsdangerous
Robby Workman f2a87cc3ea
python/itsdangerous: Updated for version 1.1.0.
There's a very real chance that I'm breaking something
with this commit, so feel free to revert if I did.
This is the last version that supported python2, so it
seemed like the most safe upgrade...

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-05-08 00:48:27 +07:00
..
README
itsdangerous.SlackBuild python/itsdangerous: Updated for version 1.1.0. 2021-05-08 00:48:27 +07:00
itsdangerous.info python/itsdangerous: Updated for version 1.1.0. 2021-05-08 00:48:27 +07:00
slack-desc python/itsdangerous: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

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.