pgadmin4-python3-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-python3-itsdangerous-0.24-10.rhel6.noarch [25 KiB] |
Changelog
by Devrim Gündüz (2018-04-06):
- pgadmin4-v3 will only support Python 3.4 in EPEL on RHEL 6, so adjust the spec file for that. |