Metadata-Version: 2.1
Name: django-design-system
Version: 0.0.2
Summary: Render Design System DESIGN_SYSTEM into a generic Django app
Home-page: https://github.com/chris2fr/django-design-system
Keywords: django
Author: Chris Mann
Author-email: chris@mann.fr
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Wagtail
Classifier: Framework :: Wagtail :: 5
Classifier: Framework :: Wagtail :: 6
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Dist: Django (>3.2.5)
Requires-Dist: django-crispy-forms (>=2.0,<3.0)
Requires-Dist: django-widget-tweaks (>=1.4.12,<2.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Project-URL: Repository, https://github.com/chris2fr/django-design-system
Description-Content-Type: text/markdown

# Django-DesignSystem

Django-DesignSystem is an attempt at rendering a generique version of Django-Design-System. 

## Documentation

It is my conviction that the work done in DSFR (`"Système de design de l’État français" <https://www.systeme-de-design.gouv.fr/>`_)  and as visible in the Django-Design-System Python Package (`documentation (in French) <https://numerique-gouv.github.io/django-design-system/>`_) is fantastic. The only problem is that the website design itself is the French Government, and not any lamba website. 

So, unless you want the French Foriegn Legion knocking at your door (actually, it wouldn't be them, but they are well known enough to illustrate my point), we need the grace to accept a very intentional work to bettering web-mastery, readability and accessibility by all. 

France, though its' DiNum, or, actually I won't get into it, just be aware that French coolness also goes to OpenSource communities, has made something called "(`sites-failes <https://github.com/numerique-gouv/sites-faciles>`_)" as a Wagtail plugin. I think it's great! That's why DesignSystem.

As the French Government uses django-design-system for sites-faciles, let's use django-design-system for "(`wagtail-facile <https://github.com/chris2fr/wagtail-design-system>`_)".

## Requirements

(from django-design-system)

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

(from django-design-system)

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

