[ buster ]
[ ソース: python-itsdangerous ]
パッケージ: python-itsdangerous (0.24+dfsg1-2)
python-itsdangerous に関するリンク
Debian の資源:
python-itsdangerous ソースパッケージをダウンロード:
- [python-itsdangerous_0.24+dfsg1-2.dsc]
- [python-itsdangerous_0.24+dfsg1.orig.tar.xz]
- [python-itsdangerous_0.24+dfsg1-2.debian.tar.xz]
メンテナ:
- Debian Python Modules Team (QA ページ, メールアーカイブ)
- Simon Fondrie-Teitler (QA ページ)
- Thomas Goirand (QA ページ)
外部の資源:
- ホームページ [pythonhosted.org]
類似のパッケージ:
Various helpers to pass trusted data to untrusted environment - Python 2.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 2.x.
その他の python-itsdangerous 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- rec: python-simplejson
- simple, fast, extensible JSON encoder/decoder for Python 2.x