django-dsfr


Namedjango-dsfr JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/numerique-gouv/django-dsfr
SummaryIntegrate the French government Design System into a Django app
upload_time2024-04-17 13:32:03
maintainerNone
docs_urlNone
authorSylvain Boissel
requires_python<4.0,>=3.8
licenseMIT
keywords django
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/github/v/release/numerique-gouv/django-dsfr.svg
    :target: https://github.com/numerique-gouv/django-dsfr/releases/
.. image:: https://badge.fury.io/py/django-dsfr.svg
    :target: https://pypi.org/project/django-dsfr/

.. image:: https://github.com/numerique-gouv/django-dsfr/actions/workflows/ci-3-8.yml/badge.svg
    :target: https://github.com/numerique-gouv/django-dsfr/actions/workflows/ci-3-8.yml
.. image:: https://github.com/numerique-gouv/django-dsfr/actions/workflows/ci-3-10.yml/badge.svg
    :target: https://github.com/numerique-gouv/django-dsfr/actions/workflows/ci-3-10.yml

.. image:: https://github.com/numerique-gouv/django-dsfr/actions/workflows/codeql-analysis.yml/badge.svg
    :target: https://github.com/numerique-gouv/django-dsfr/actions/workflows/codeql-analysis.yml
.. image:: https://img.shields.io/badge/security-bandit-yellow.svg
    :target: https://github.com/PyCQA/bandit
    :alt: Security Status

===========
Django-DSFR
===========

Django-DSFR is a Django app to integrate the `French government Design System ("Système de design de l’État français") <https://www.systeme-de-design.gouv.fr/>`_.

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

See the `documentation (in French) <https://numerique-gouv.github.io/django-dsfr/>`_ for details.

Django-DSFR implements the `version 1.11.2 of the DSFR <https://www.systeme-de-design.gouv.fr/a-propos/versions/version-courante>`_ (see also the `Github releases page <https://github.com/GouvernementFR/dsfr/releases/>`_)

Requirements
------------
Tested with Python 3.8 to 3.11 and Django 3.2 to 5.0. Per `vermin <https://github.com/netromdk/vermin>`_, it should work with Python >= 3.6, and it should work with old versions of Django too.

Note: Only supported versions of Django and Python are supported by this project. You can check the supported versions and their end of life on the following pages:

- `Python <https://devguide.python.org/versions/>`_
- `Django <https://www.djangoproject.com/download/#supported-versions>`_

Quick start
-----------

See the `INSTALL.md <INSTALL.md>`_ file.

History
-------
This app was originally created as a part of `Open Collectivités <https://github.com/entrepreneur-interet-general/opencollectivites>`_ in 2020, and then maintained as part of `Aides-territoires <https://github.com/MTES-MCT/aides-territoires>`_ in 2022-2023.

It is now maintained as part of `@numerique-gouv <https://github.com/numerique-gouv>`_ alongside the Wagtail-based `Content Manager <https://github.com/numerique-gouv/content-manager/>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/numerique-gouv/django-dsfr",
    "name": "django-dsfr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "django",
    "author": "Sylvain Boissel",
    "author_email": "sylvain.boissel@beta.gouv.fr",
    "download_url": "https://files.pythonhosted.org/packages/6a/f6/9788d17a71283a4e3ce3942e8da5996a6758d3c9b6cf61fb8588dc5afb57/django_dsfr-1.1.1.tar.gz",
    "platform": null,
    "description": ".. image:: https://img.shields.io/github/v/release/numerique-gouv/django-dsfr.svg\n    :target: https://github.com/numerique-gouv/django-dsfr/releases/\n.. image:: https://badge.fury.io/py/django-dsfr.svg\n    :target: https://pypi.org/project/django-dsfr/\n\n.. image:: https://github.com/numerique-gouv/django-dsfr/actions/workflows/ci-3-8.yml/badge.svg\n    :target: https://github.com/numerique-gouv/django-dsfr/actions/workflows/ci-3-8.yml\n.. image:: https://github.com/numerique-gouv/django-dsfr/actions/workflows/ci-3-10.yml/badge.svg\n    :target: https://github.com/numerique-gouv/django-dsfr/actions/workflows/ci-3-10.yml\n\n.. image:: https://github.com/numerique-gouv/django-dsfr/actions/workflows/codeql-analysis.yml/badge.svg\n    :target: https://github.com/numerique-gouv/django-dsfr/actions/workflows/codeql-analysis.yml\n.. image:: https://img.shields.io/badge/security-bandit-yellow.svg\n    :target: https://github.com/PyCQA/bandit\n    :alt: Security Status\n\n===========\nDjango-DSFR\n===========\n\nDjango-DSFR is a Django app to integrate the `French government Design System (\"Syst\u00e8me de design de l\u2019\u00c9tat fran\u00e7ais\") <https://www.systeme-de-design.gouv.fr/>`_.\n\nDocumentation\n-------------\n\nSee the `documentation (in French) <https://numerique-gouv.github.io/django-dsfr/>`_ for details.\n\nDjango-DSFR implements the `version 1.11.2 of the DSFR <https://www.systeme-de-design.gouv.fr/a-propos/versions/version-courante>`_ (see also the `Github releases page <https://github.com/GouvernementFR/dsfr/releases/>`_)\n\nRequirements\n------------\nTested with Python 3.8 to 3.11 and Django 3.2 to 5.0. Per `vermin <https://github.com/netromdk/vermin>`_, it should work with Python >= 3.6, and it should work with old versions of Django too.\n\nNote: Only supported versions of Django and Python are supported by this project. You can check the supported versions and their end of life on the following pages:\n\n- `Python <https://devguide.python.org/versions/>`_\n- `Django <https://www.djangoproject.com/download/#supported-versions>`_\n\nQuick start\n-----------\n\nSee the `INSTALL.md <INSTALL.md>`_ file.\n\nHistory\n-------\nThis app was originally created as a part of `Open Collectivit\u00e9s <https://github.com/entrepreneur-interet-general/opencollectivites>`_ in 2020, and then maintained as part of `Aides-territoires <https://github.com/MTES-MCT/aides-territoires>`_ in 2022-2023.\n\nIt is now maintained as part of `@numerique-gouv <https://github.com/numerique-gouv>`_ alongside the Wagtail-based `Content Manager <https://github.com/numerique-gouv/content-manager/>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Integrate the French government Design System into a Django app",
    "version": "1.1.1",
    "project_urls": {
        "Documentation": "https://numerique-gouv.github.io/django-dsfr",
        "Homepage": "https://github.com/numerique-gouv/django-dsfr",
        "Repository": "https://github.com/numerique-gouv/django-dsfr"
    },
    "split_keywords": [
        "django"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7393bcfd2cd1c4b20d1e5d6bd31edaaa800039b22a903141db18d4451b5b5abf",
                "md5": "53c8f55b68426407433b4ea767b8ea8c",
                "sha256": "369c2932b2f0749c05e355a4844babb93378b1baf3198af42fae2f08b3700ae5"
            },
            "downloads": -1,
            "filename": "django_dsfr-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "53c8f55b68426407433b4ea767b8ea8c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 3043453,
            "upload_time": "2024-04-17T13:31:57",
            "upload_time_iso_8601": "2024-04-17T13:31:57.902364Z",
            "url": "https://files.pythonhosted.org/packages/73/93/bcfd2cd1c4b20d1e5d6bd31edaaa800039b22a903141db18d4451b5b5abf/django_dsfr-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6af69788d17a71283a4e3ce3942e8da5996a6758d3c9b6cf61fb8588dc5afb57",
                "md5": "6ecce1b854a3d931f74877ad9fd1feaa",
                "sha256": "5d8e15f4128de3bfb08e9ba766f4089f2cbeed3b841ef07b37da30c3e87e1c7c"
            },
            "downloads": -1,
            "filename": "django_dsfr-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6ecce1b854a3d931f74877ad9fd1feaa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 2504927,
            "upload_time": "2024-04-17T13:32:03",
            "upload_time_iso_8601": "2024-04-17T13:32:03.942987Z",
            "url": "https://files.pythonhosted.org/packages/6a/f6/9788d17a71283a4e3ce3942e8da5996a6758d3c9b6cf61fb8588dc5afb57/django_dsfr-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 13:32:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "numerique-gouv",
    "github_project": "django-dsfr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "django-dsfr"
}
        
Elapsed time: 0.23205s