secure-cookie


Namesecure-cookie JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://secure-cookie.readthedocs.io/
SummarySecure cookie and session interface for WSGI applications.
upload_time2021-08-16 21:37:01
maintainerPallets
docs_urlNone
author
requires_python>=3.6
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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



            

Raw data

            {
    "_id": null,
    "home_page": "https://secure-cookie.readthedocs.io/",
    "name": "secure-cookie",
    "maintainer": "Pallets",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "contact@palletsprojects.com",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/38/e0/a70f7bcbc5c2af45415df0a7d4137db32cef633e65886461232f7b59bccb/secure-cookie-0.2.0.tar.gz",
    "platform": "",
    "description": "WSGI Secure Cookie and Session\n==============================\n\nProvides interfaces for secure cookies and sessions in WSGI\napplications. Secure cookies are cryptographically signed (but not\nencrypted) to prevent tampering. Sessions are data associated with a\ngiven user across requests and responses.\n\n\nInstall\n-------\n\nInstall in a `virtualenv`_ with `pip`_:\n\n.. code-block:: text\n\n    $ pip install secure-cookie\n\n.. _virtualenv: https://virtualenv.pypa.io/en/stable/\n.. _pip: https://pip.pypa.io/en/stable/\n\n\nLinks\n-----\n\n-   Documentation: https://secure-cookie.readthedocs.io/\n-   Releases: https://pypi.org/project/secure-cookie/\n-   Code: https://github.com/pallets/secure-cookie\n-   Issue tracker: https://github.com/pallets/secure-cookie/issues\n-   Official chat: https://discord.gg/t6rrQZH\n\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Secure cookie and session interface for WSGI applications.",
    "version": "0.2.0",
    "project_urls": {
        "Code": "https://github.com/pallets/secure-cookie",
        "Documentation": "https://secure-cookie.readthedocs.io/",
        "Homepage": "https://secure-cookie.readthedocs.io/",
        "Issue tracker": "https://github.com/pallets/secure-cookie/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88217f2129c270316f78e71789311f91bb047c1a962cfc67314afcaa67fd4fdf",
                "md5": "50c9f6f688cf0df214eff304485d6cca",
                "sha256": "35f163a10bc3089c5765f24a3f3ca829c446b2230c99d97606110edf6f56ee54"
            },
            "downloads": -1,
            "filename": "secure_cookie-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "50c9f6f688cf0df214eff304485d6cca",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 11543,
            "upload_time": "2021-08-16T21:36:59",
            "upload_time_iso_8601": "2021-08-16T21:36:59.810697Z",
            "url": "https://files.pythonhosted.org/packages/88/21/7f2129c270316f78e71789311f91bb047c1a962cfc67314afcaa67fd4fdf/secure_cookie-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38e0a70f7bcbc5c2af45415df0a7d4137db32cef633e65886461232f7b59bccb",
                "md5": "9c193553c498038e18eb270ae3af9600",
                "sha256": "7fbc547d65fe3520ec3ededc8e2963afd9275863818dcfbf17ded8457274321c"
            },
            "downloads": -1,
            "filename": "secure-cookie-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9c193553c498038e18eb270ae3af9600",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 15796,
            "upload_time": "2021-08-16T21:37:01",
            "upload_time_iso_8601": "2021-08-16T21:37:01.526249Z",
            "url": "https://files.pythonhosted.org/packages/38/e0/a70f7bcbc5c2af45415df0a7d4137db32cef633e65886461232f7b59bccb/secure-cookie-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-08-16 21:37:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pallets",
    "github_project": "secure-cookie",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "secure-cookie"
}
        
Elapsed time: 0.24996s