软件包: python3-itsdangerous (1.1.0-1)
python3-itsdangerous 的相关链接
Trisquel 的资源:
下载源码包 python-itsdangerous:
- [python-itsdangerous_1.1.0-1.dsc]
- [python-itsdangerous_1.1.0.orig.tar.gz]
- [python-itsdangerous_1.1.0-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Python Modules Team (Mail Archive)
- Simon Fondrie-Teitler
- Thomas Goirand
- Julien Puydt
外部的资源:
- 主页 [itsdangerous.palletsprojects.com]
相似软件包:
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.
其他与 python3-itsdangerous 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- rec: python3-simplejson
- simple, fast, extensible JSON encoder/decoder for Python 3.x