pgadmin4-python-itsdangerous - Python library for passing trusted data to untrusted environments
Website: | http://pythonhosted.org/itsdangerous/ |
---|---|
License: | BSD |
- Description:
Itsdangerous is a Python library for passing data through untrusted environments (for example, HTTP cookies) while ensuring the data is not tampered with. Internally itsdangerous uses HMAC and SHA1 for signing by default and bases the implementation on the Django signing module. It also however supports JSON Web Signatures (JWS).
Packages
pgadmin4-python-itsdangerous-0.24-9.rhel6.noarch [22 KiB] |
Changelog
by Devrim Gündüz (2017-04-12):
- Move the components under pgadmin web directory, per #2332. - Do a spring cleanup in the spec file. |