Metadata-Version: 2.1
Name: django-cefran
Version: 0.0.4
Summary: Render Fabrique CEFRAN into a generic Django app
Home-page: https://github.com/chris2fr/django-cefran
License: MIT
Keywords: django
Author: Chris Mann
Author-email: chris@mann.fr
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
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: 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: Documentation, https://
Project-URL: Repository, https://github.com/chris2fr/django-cefran
Description-Content-Type: text/x-rst

===============
Django-Cefran
===============

Django-Cefran is an attempt at rendering a generique version of Django-CEFRAN. 

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-CEFRAN Python Package (`documentation (in French) <https://numerique-gouv.github.io/django-cefran/>`_) 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 Cefran.

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

Requirements
------------
(from django-cefran)

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-cefran)

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

