[ ソース: python-itsdangerous ]
パッケージ: python3-itsdangerous (2.1.2-2~bpo11+1)
python3-itsdangerous に関するリンク
Debian の資源:
python-itsdangerous ソースパッケージをダウンロード:
- [python-itsdangerous_2.1.2-2~bpo11+1.dsc]
- [python-itsdangerous_2.1.2.orig.tar.gz]
- [python-itsdangerous_2.1.2-2~bpo11+1.debian.tar.xz]
メンテナ:
- Debian Python Team (QA ページ)
- Simon Fondrie-Teitler (QA ページ)
- Thomas Goirand (QA ページ)
- Julien Puydt (QA ページ)
外部の資源:
- ホームページ [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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- rec: python3-simplejson
- simple, fast, extensible JSON encoder/decoder for Python 3.x