Metadata-Version: 2.1
Name: secure-cookie
Version: 0.1.0
Summary: Secure cookie and session interface for WSGI applications.
Home-page: https://secure-cookie.readthedocs.io/
Maintainer: Pallets
Maintainer-email: contact@palletsprojects.com
License: BSD-3-Clause
Project-URL: Documentation, https://secure-cookie.readthedocs.io/
Project-URL: Code, https://github.com/pallets/secure-cookie
Project-URL: Issue tracker, https://github.com/pallets/secure-cookie/issues
Description: WSGI Secure Cookie and Session
        ==============================
        
        Provides interfaces for secure cookies and sessions in WSGI
        applications. Secure cookies are cryptographically signed (but not
        encrypted) to prevent tampering. Sessions are data associated with a
        given user across requests and responses.
        
        
        Install
        -------
        
        Install in a `virtualenv`_ with `pip`_:
        
        .. code-block:: text
        
            $ pip install secure-cookie
        
        .. _virtualenv: https://virtualenv.pypa.io/en/stable/
        .. _pip: https://pip.pypa.io/en/stable/
        
        
        Links
        -----
        
        -   Documentation: https://secure-cookie.readthedocs.io/
        -   Releases: https://pypi.org/project/secure-cookie/
        -   Code: https://github.com/pallets/secure-cookie
        -   Issue tracker: https://github.com/pallets/secure-cookie/issues
        -   Official chat: https://discord.gg/t6rrQZH
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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 :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Session
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
Description-Content-Type: text/x-rst
