Pakket: python3-itsdangerous (2.2.0-1)
Verwijzigingen voor python3-itsdangerous
Debian bronnen:
Het bronpakket python-itsdangerous downloaden:
- [python-itsdangerous_2.2.0-1.dsc]
- [python-itsdangerous_2.2.0.orig.tar.gz]
- [python-itsdangerous_2.2.0-1.debian.tar.xz]
Beheerders:
- Debian Python Team (QA-pagina)
- Simon Fondrie-Teitler (QA-pagina)
- Thomas Goirand (QA-pagina)
- Julien Puydt (QA-pagina)
Externe bronnen:
- Homepage [itsdangerous.palletsprojects.com]
Vergelijkbare pakketten:
Various helpers to pass trusted data to untrusted environment - Python 3.x
itsdangerous 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.
itsdangerous allows web applications to use a key only it knows to cryptographically sign data and hand it over to someone else (e.g. a user). When it gets the data back it can easily ensure that nobody tampered with it.
This package provides the itsdangerous Python module for Python 3.x.
Andere aan python3-itsdangerous gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- rec: python3-simplejson
- simple, fast, extensible JSON encoder/decoder for Python 3.x