Metadata-Version: 2.4
Name: ferronier
Version: 1.0.0
Summary: Un générateur de sites web statiques opérant à partir de données (au format json par exemple) plutôt qu'à partir de fichiers.
Project-URL: Homepage, https://forge.apps.education.fr/ferronier/ferronier
Project-URL: Issues, https://forge.apps.education.fr/ferronier/ferronier/-/issues
Author-email: Louis Paternault <Louis.Paternault@ac-grenoble.fr>
License-Expression: GPL-3.0-or-later
License-File: LICENCE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: <4,>=3.14
Requires-Dist: argdispatch
Requires-Dist: babel
Requires-Dist: jinja2
Requires-Dist: mistune
Requires-Dist: python-slugify
Requires-Dist: requests
Description-Content-Type: text/markdown

`ferronier` — Yet another static site generator, from structured data (JSON, TOML, YAML…)
=========================================================================================

A [static site generator](https://jamstack.org/generators), but building websites from structured data rather than markdown files. For instance, it takes [some JSON data](https://ressourcerie.forge.apps.education.fr/api/v2/portail/SVT.json) and turn them into [a website](https://svt.forge.apps.education.fr/).

> **Ferronnier / Ferronnière d'art** : Spécialiste du fer forgé, le ferronnier d'art aménage intérieur (luminaires, tables...) et extérieur (rampes d'escaliers, grilles, portails...). Créateur, il dessine et innove constamment pour s'adapter à tous les styles d'architecture.
>
> *Source : [ONISEP](https://www.onisep.fr/ressources/univers-metier/metiers/ferronnier-ferronniere-d-art)*

Download and install
--------------------

Ferronier can be installed [from Pypi](https://pypi.org/project/ferronier/):

    python -m pip install ferronier

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

Ferronier is [fully documented](https://ferronier.forge.apps.education.fr/doc).

Plugins
-------

Several [official plugins](https://forge.apps.education.fr/ferronier/plugins/) are available; you can [write your own](https://ferronier.forge.apps.education.fr/doc/plugins/).

Licence
-------

Ferronier is published under the [GNU GPL3](https://www.gnu.org/licenses/gpl-3.0.html), or any later version.
