bbpf/dev/: pyramid-nacl-session-0.4.dev3 metadata and description

Homepage Simple index

Encrypted sessison cookie serializer ofr Pyramid

classifiers
  • Development Status :: 3 - Alpha
  • Framework :: Pyramid
  • Intended Audience :: Developers
  • License :: Repoze Public License
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Internet :: WWW/HTTP :: Session
  • Topic :: Security :: Cryptography
license BSD-derived (http://www.repoze.org/LICENSE.txt)
requires_dist
  • pyramid (>=1.5)
  • PyNaCl
  • Sphinx ; extra == 'docs'
  • pylons-sphinx-themes ; extra == 'docs'
  • WebTest ; extra == 'testing'
  • nose ; extra == 'testing'
  • coverage ; extra == 'testing'

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
pyramid_nacl_session-0.4.dev3-py3-none-any.whl
Size
11 KB
Type
Python Wheel
Python
3
  • Uploaded to bbpf/dev by jcigar 2019-12-17 13:15:32

pyramid_nacl_session: Encrypting Pyramid Session Cookies

https://travis-ci.org/Pylons/pyramid_nacl_session.png?branch=master Documentation Status

This Pyramid add-on defines an encrypting, pickle-based cookie serializer, using PyNaCl [1] to generate the symmetric encryption for the cookie state.

[1] https://pynacl.readthedocs.io/en/latest/secret/

See: docs/index.rst for the documentation.

Changelog

0.4 (unreleased)

  • Add session_factory_from_settings

  • Add includeme

0.3 (2016-02-16)

0.2 (2015-11-23)

0.1 (2015-11-23)

  • Initial release.