Metadata-Version: 1.1
Name: pyramid-file-session
Version: 0.1
Summary: File-based session factory for Pyramid framework
Home-page: https://github.com/tark-hidden/pyramid_file_session
Author: Tark
Author-email: tark.hidden@gmail.com
License: BSD
Description: 
        pyramid_file_session
        --------------------
        
        As you know, SignedCookieSessionFactory stores a base64-encoded pickled object in a user cookie, which can be insecure in some cases.
        
        With this package your cookie has a md5-like string, that identifies a file which lives in a server's directory (`/tmp` by default) and contains a pickled session object.
        
        To be honest, it is a modified version of pyramid.session.BaseCookieSessionFactory with the same behavior.
        
        Documentation: https://github.com/tark-hidden/pyramid_file_session
        
        Changelog
        *********
        
        
        0.1
        ---
        
        Initial release. I think it is a final release also. Python3 version is not tested, but it will work properly, I guess.
        
Keywords: pyramid file session factory
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
