slackbuilds_ponce/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
..
itsdangerous.info
itsdangerous.SlackBuild
README
slack-desc

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.