swing-cookie

Django Swing | Cookie

https://github.com/swing-collection/swing-cookie

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.3%) to scientific vocabulary

Keywords

cookie cookies cookies-consent cookies-policy django swing swing-collection
Last synced: 9 months ago · JSON representation ·

Repository

Django Swing | Cookie

Basic Info
  • Host: GitHub
  • Owner: swing-collection
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: dev
  • Homepage: https://www.swing.dj
  • Size: 2.18 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Topics
cookie cookies cookies-consent cookies-policy django swing swing-collection
Created almost 2 years ago · Last pushed 10 months ago
Metadata Files
Readme Contributing Funding License Code of conduct Citation Codeowners Security Authors

README.md

Django Swing Logo

Swing Cookie

Django Swing Collection



Overview

Swing Cookie ...


Usage in a Django Project

After installing the package, you can add swingcookie to your INSTALLEDAPPS and include the views in your projects URLs.

``` python

settings.py

INSTALLEDAPPS = [ ... 'swingcookie', ... ]
```

``` python

urls.py

from django.urls import path from swingcookie.views import cookieconsent_view

urlpatterns = [ path('cookie-consent/', cookieconsentview, name='cookie_consent'), ] ```


Colophon

Made with by Scape Agency

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the BSD-3-Clause license. See the LICENSE file for details.


Owner

  • Name: Swing Collection
  • Login: swing-collection
  • Kind: organization

Django Packages

Citation (CITATION.cff)

cff-version: 1.2.0
title: swing-cookie
version: 0.1.0
date-released: 2024-07-01
url: "https://github.com/swing-collection/swing-cookie"
message: >-
  If you use this software, please cite it using
  the metadata from this file.
type: software
authors:
  - given-names: Lars Bastiaan
    family-names: van Vianen
    email: lars@scape.agency
    affiliation: Scape Agency
    orcid: 'https://orcid.org/0000-0002-8790-8630'

GitHub Events

Total
  • Issues event: 1
  • Delete event: 36
  • Issue comment event: 36
  • Push event: 76
  • Pull request event: 74
  • Create event: 40
Last Year
  • Issues event: 1
  • Delete event: 36
  • Issue comment event: 36
  • Push event: 76
  • Pull request event: 74
  • Create event: 40

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 66
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 63
  • Bot issues: 0
  • Bot pull requests: 66
Past Year
  • Issues: 1
  • Pull requests: 66
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 63
  • Bot issues: 0
  • Bot pull requests: 66
Top Authors
Issue Authors
  • dependabot[bot] (2)
  • sergei-maertens (1)
Pull Request Authors
  • dependabot[bot] (70)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 8 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
pypi.org: swing-cookie
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 8 Last month
Rankings
Dependent packages count: 10.5%
Average: 34.7%
Dependent repos count: 59.0%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.github/workflows/deploy_docs.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.devcontainer/Dockerfile docker
  • python 3.12-slim build
.devcontainer/docker-compose.yml docker
pyproject.toml pypi
  • black ^24.8.0 develop
  • flake8 ^7.1.0 develop
  • isort ^5.10.1 develop
  • mypy ^1.11.1 develop
  • pytest ^8.3.2 develop
  • pytest-cov ^5.0.0 develop
  • sphinx ^8.0.2 develop
  • Django ^4.2
  • asgiref >=3.8.1
  • python ^3.8
  • sqlparse >=0.3.1
  • tzdata sys_platform == 'win32'
.github/workflows/dependabot-auto-merge.yml actions
  • dependabot/fetch-metadata v1 composite
.github/workflows/pypi-publish.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
demo/requirements.txt pypi
  • Django >=5.1
  • black *
  • flake8 *
  • mypy *
  • pytest *
  • pytest-django *
  • sphinx *
  • sphinx-rtd-theme *
  • tox *
poetry.lock pypi
  • alabaster 1.0.0
  • asgiref 3.8.1
  • babel 2.16.0
  • black 25.1.0
  • cachetools 5.5.1
  • certifi 2025.1.31
  • cfgv 3.4.0
  • chardet 5.2.0
  • charset-normalizer 3.4.1
  • click 8.1.8
  • colorama 0.4.6
  • coverage 7.6.10
  • distlib 0.3.9
  • django 5.1.5
  • docutils 0.21.2
  • exceptiongroup 1.2.2
  • filelock 3.17.0
  • flake8 7.1.1
  • identify 2.6.6
  • idna 3.10
  • imagesize 1.4.1
  • iniconfig 2.0.0
  • isort 6.0.0
  • jinja2 3.1.5
  • markupsafe 3.0.2
  • mccabe 0.7.0
  • mypy 1.14.1
  • mypy-extensions 1.0.0
  • nodeenv 1.9.1
  • packaging 24.2
  • pathspec 0.12.1
  • platformdirs 4.3.6
  • pluggy 1.5.0
  • pre-commit 4.1.0
  • pycodestyle 2.12.1
  • pyflakes 3.2.0
  • pygments 2.19.1
  • pyproject-api 1.9.0
  • pytest 8.3.4
  • pytest-cov 6.0.0
  • pytest-django 4.9.0
  • pyyaml 6.0.2
  • requests 2.32.3
  • snowballstemmer 2.2.0
  • sphinx 8.1.3
  • sphinxcontrib-applehelp 2.0.0
  • sphinxcontrib-devhelp 2.0.0
  • sphinxcontrib-htmlhelp 2.1.0
  • sphinxcontrib-jsmath 1.0.1
  • sphinxcontrib-qthelp 2.0.0
  • sphinxcontrib-serializinghtml 2.0.0
  • sqlparse 0.5.3
  • tomli 2.2.1
  • tox 4.24.1
  • typing-extensions 4.12.2
  • tzdata 2025.1
  • urllib3 2.3.0
  • virtualenv 20.29.1