Metadata-Version: 1.1
Name: pyramid-subscribers-cookiexfer
Version: 0.0.7
Summary: transfers cookies from request to response on exceptions
Home-page: https://github.com/jvanasco/pyramid_subscribers_cookiexfer
Author: Jonathan Vanasco
Author-email: jonathan@findmeon.com
License: MIT
Description: `pyramid_subscribers_cookiexfer` allows you to transfer cookies from the request to the response on an http exception.
        you might need this as redirects are subclasses of httpexceptions, and cookies may not transfer.
        
Keywords: web pyramid
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Framework :: Pyramid
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
