Name | django-cookie-consent JSON |
Version |
0.6.0
JSON |
| download |
home_page | None |
Summary | Django cookie consent application |
upload_time | 2024-05-10 08:42:16 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | Copyright (c) Bojan Mihelac and individual contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
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": null,
"name": "django-cookie-consent",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "cookies, cookie-consent, cookie bar",
"author": null,
"author_email": "Informatika Mihelac <bmihelac@mihelac.org>",
"download_url": "https://files.pythonhosted.org/packages/d0/6d/b492dd5a2d54bf76878ad5956e37ada3994e4f85d34a55036718397ebfe8/django_cookie_consent-0.6.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": "Copyright (c) Bojan Mihelac and individual contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
"summary": "Django cookie consent application",
"version": "0.6.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/",
"Source Code": "https://github.com/jazzband/django-cookie-consent"
},
"split_keywords": [
"cookies",
" cookie-consent",
" cookie bar"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5a78cc1493c1140d69f96017a8a6582339e17c28b84cbec82f7d3b2b2e33f880",
"md5": "2bdedc34ec3ca79238de1ae88c383640",
"sha256": "98448e94ba74e5716861bdc67c97363ccd7c4a589241d139735d63bfc5ca912a"
},
"downloads": -1,
"filename": "django_cookie_consent-0.6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2bdedc34ec3ca79238de1ae88c383640",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 28216,
"upload_time": "2024-05-10T08:42:30",
"upload_time_iso_8601": "2024-05-10T08:42:30.609034Z",
"url": "https://files.pythonhosted.org/packages/5a/78/cc1493c1140d69f96017a8a6582339e17c28b84cbec82f7d3b2b2e33f880/django_cookie_consent-0.6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d06db492dd5a2d54bf76878ad5956e37ada3994e4f85d34a55036718397ebfe8",
"md5": "478608a58158ae52219ab574e67c515a",
"sha256": "092dcba17134fcea6a5bebc8a089e34a8ae74ddecc8013af66aa2a0336153c10"
},
"downloads": -1,
"filename": "django_cookie_consent-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "478608a58158ae52219ab574e67c515a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 28509,
"upload_time": "2024-05-10T08:42:16",
"upload_time_iso_8601": "2024-05-10T08:42:16.692454Z",
"url": "https://files.pythonhosted.org/packages/d0/6d/b492dd5a2d54bf76878ad5956e37ada3994e4f85d34a55036718397ebfe8/django_cookie_consent-0.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-10 08:42: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"
}