django-cookie-consent


Namedjango-cookie-consent JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/jazzband/django-cookie-consent
SummaryDjango cookie consent application
upload_time2023-06-11 15:13:16
maintainer
docs_urlNone
authorInformatika Mihelac
requires_python
licenseBSD
keywords cookies cookie-consent cookie bar
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Django cookie consent
=====================

Manage cookie information and let visitors give or reject consent for them.

[![Jazzband][badge:jazzband]][jazzband]

![License](https://img.shields.io/pypi/l/django-cookie-consent)
[![Build status][badge:GithubActions:CI]][GithubActions:CI]
[![Code Quality][badge:GithubActions:CQ]][GithubActions:CQ]
[![Code style: black][badge:black]][black]
[![Test coverage][badge:codecov]][codecov]
[![Documentation][badge:docs]][docs]

![Supported python versions](https://img.shields.io/pypi/pyversions/django-cookie-consent)
![Supported Django versions](https://img.shields.io/pypi/djversions/django-cookie-consent)
[![PyPI version][badge:pypi]][pypi]

**Features**

* cookies and cookie groups are stored in models for easy management
  through Django admin interface
* support for both opt-in and opt-out cookie consent schemes
* removing declined cookies (or non accepted when opt-in scheme is used)
* logging user actions when they accept and decline various cookies
* easy adding new cookies and seamlessly re-asking for consent for new cookies

Documentation
-------------

The documentation is hosted on [readthedocs][docs] and contains all instructions
to get started.

Alternatively, if the documentation is not available, you can consult or build the docs
from the `docs` directory in this repository.

[jazzband]: https://jazzband.co/
[badge:jazzband]: https://jazzband.co/static/img/badge.svg
[GithubActions:CI]: https://github.com/jazzband/django-cookie-consent/actions?query=workflow%3A%22Run+CI%22
[badge:GithubActions:CI]: https://github.com/jazzband/django-cookie-consent/workflows/Run%20CI/badge.svg
[GithubActions:CQ]: https://github.com/jazzband/django-cookie-consent/actions?query=workflow%3A%22Code+quality+checks%22
[badge:GithubActions:CQ]: https://github.com/jazzband/django-cookie-consent/workflows/Code%20quality%20checks/badge.svg
[black]: https://github.com/psf/black
[badge:black]: https://img.shields.io/badge/code%20style-black-000000.svg
[codecov]: https://codecov.io/gh/jazzband/django-cookie-consent
[badge:codecov]: https://codecov.io/gh/jazzband/django-cookie-consent/branch/master/graph/badge.svg
[docs]: https://django-cookie-consent.readthedocs.io/en/latest/?badge=latest
[badge:docs]: https://readthedocs.org/projects/django-cookie-consent/badge/?version=latest
[pypi]: https://pypi.org/project/django-cookie-consent/
[badge:pypi]: https://img.shields.io/pypi/v/django-cookie-consent.svg

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jazzband/django-cookie-consent",
    "name": "django-cookie-consent",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "cookies,cookie-consent,cookie bar",
    "author": "Informatika Mihelac",
    "author_email": "bmihelac@mihelac.org",
    "download_url": "https://files.pythonhosted.org/packages/a7/fd/565588f67803a70c229d11a7dcdf312871802a0bc841a3fcdde61b01787d/django-cookie-consent-0.4.0.tar.gz",
    "platform": null,
    "description": "Django cookie consent\n=====================\n\nManage cookie information and let visitors give or reject consent for them.\n\n[![Jazzband][badge:jazzband]][jazzband]\n\n![License](https://img.shields.io/pypi/l/django-cookie-consent)\n[![Build status][badge:GithubActions:CI]][GithubActions:CI]\n[![Code Quality][badge:GithubActions:CQ]][GithubActions:CQ]\n[![Code style: black][badge:black]][black]\n[![Test coverage][badge:codecov]][codecov]\n[![Documentation][badge:docs]][docs]\n\n![Supported python versions](https://img.shields.io/pypi/pyversions/django-cookie-consent)\n![Supported Django versions](https://img.shields.io/pypi/djversions/django-cookie-consent)\n[![PyPI version][badge:pypi]][pypi]\n\n**Features**\n\n* cookies and cookie groups are stored in models for easy management\n  through Django admin interface\n* support for both opt-in and opt-out cookie consent schemes\n* removing declined cookies (or non accepted when opt-in scheme is used)\n* logging user actions when they accept and decline various cookies\n* easy adding new cookies and seamlessly re-asking for consent for new cookies\n\nDocumentation\n-------------\n\nThe documentation is hosted on [readthedocs][docs] and contains all instructions\nto get started.\n\nAlternatively, if the documentation is not available, you can consult or build the docs\nfrom the `docs` directory in this repository.\n\n[jazzband]: https://jazzband.co/\n[badge:jazzband]: https://jazzband.co/static/img/badge.svg\n[GithubActions:CI]: https://github.com/jazzband/django-cookie-consent/actions?query=workflow%3A%22Run+CI%22\n[badge:GithubActions:CI]: https://github.com/jazzband/django-cookie-consent/workflows/Run%20CI/badge.svg\n[GithubActions:CQ]: https://github.com/jazzband/django-cookie-consent/actions?query=workflow%3A%22Code+quality+checks%22\n[badge:GithubActions:CQ]: https://github.com/jazzband/django-cookie-consent/workflows/Code%20quality%20checks/badge.svg\n[black]: https://github.com/psf/black\n[badge:black]: https://img.shields.io/badge/code%20style-black-000000.svg\n[codecov]: https://codecov.io/gh/jazzband/django-cookie-consent\n[badge:codecov]: https://codecov.io/gh/jazzband/django-cookie-consent/branch/master/graph/badge.svg\n[docs]: https://django-cookie-consent.readthedocs.io/en/latest/?badge=latest\n[badge:docs]: https://readthedocs.org/projects/django-cookie-consent/badge/?version=latest\n[pypi]: https://pypi.org/project/django-cookie-consent/\n[badge:pypi]: https://img.shields.io/pypi/v/django-cookie-consent.svg\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Django cookie consent application",
    "version": "0.4.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/jazzband/django-cookie-consent/issues",
        "Changelog": "https://github.com/jazzband/django-cookie-consent/blob/master/docs/changelog.rst",
        "Documentation": "https://django-cookie-consent.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/jazzband/django-cookie-consent",
        "Source Code": "https://github.com/jazzband/django-cookie-consent"
    },
    "split_keywords": [
        "cookies",
        "cookie-consent",
        "cookie bar"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9eabc6b28da3c2f83cc2f0996b689f92636861827b5de50e96925a9be309ef25",
                "md5": "f886a1ad9244e11a13c218f4f78ed230",
                "sha256": "26948016cc31999a37ef277732b776496490eb0f076fc7b3d26df09d297b5e9d"
            },
            "downloads": -1,
            "filename": "django_cookie_consent-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f886a1ad9244e11a13c218f4f78ed230",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18318,
            "upload_time": "2023-06-11T15:13:00",
            "upload_time_iso_8601": "2023-06-11T15:13:00.730337Z",
            "url": "https://files.pythonhosted.org/packages/9e/ab/c6b28da3c2f83cc2f0996b689f92636861827b5de50e96925a9be309ef25/django_cookie_consent-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7fd565588f67803a70c229d11a7dcdf312871802a0bc841a3fcdde61b01787d",
                "md5": "6872c4a6cf86f7dd7b4f541bfbd54122",
                "sha256": "164aec8f3505b1d0b59b7d085890696dfa74f4446473740e0d467ff516e347b6"
            },
            "downloads": -1,
            "filename": "django-cookie-consent-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6872c4a6cf86f7dd7b4f541bfbd54122",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18523,
            "upload_time": "2023-06-11T15:13:16",
            "upload_time_iso_8601": "2023-06-11T15:13:16.412975Z",
            "url": "https://files.pythonhosted.org/packages/a7/fd/565588f67803a70c229d11a7dcdf312871802a0bc841a3fcdde61b01787d/django-cookie-consent-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-11 15:13:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jazzband",
    "github_project": "django-cookie-consent",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "django-cookie-consent"
}
        
Elapsed time: 0.12612s