Metadata-Version: 2.4
Name: flamingo
Version: 1.11.1
Summary: Flamingo is a python3-based, pelican-inspired static site generator, made by Pengutronix
Author-email: Florian Scherf <python@pengutronix.de>, Chris Fiege <python@pengutronix.de>
License-Expression: Apache-2.0
Project-URL: homepage, https://github.com/pengutronix/flamingo
Project-URL: documentation, https://flamingo-web.org/
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENCE
Requires-Dist: jinja2>=3.0.0
Requires-Dist: docutils
Requires-Dist: pyyaml
Requires-Dist: beautifulsoup4
Requires-Dist: rlpython
Provides-Extra: live-server
Requires-Dist: aiohttp<4,>=3; extra == "live-server"
Requires-Dist: pygments; extra == "live-server"
Provides-Extra: chardet
Requires-Dist: chardet; extra == "chardet"
Provides-Extra: pygments
Requires-Dist: pygments; extra == "pygments"
Provides-Extra: markdown
Requires-Dist: markdown; extra == "markdown"
Provides-Extra: feeds
Requires-Dist: feedgen==0.9.0; extra == "feeds"
Provides-Extra: thumbnails
Requires-Dist: pillow; extra == "thumbnails"
Provides-Extra: photoswipe
Requires-Dist: pillow; extra == "photoswipe"
Provides-Extra: coloredlogs
Requires-Dist: coloredlogs; extra == "coloredlogs"
Provides-Extra: sphinx-themes
Requires-Dist: sphinx<7.3.0,>=4.5.0; extra == "sphinx-themes"
Requires-Dist: sphinx_rtd_theme>=1.0.0; extra == "sphinx-themes"
Requires-Dist: setuptools; extra == "sphinx-themes"
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: codespell; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: pytest-aiohttp; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Provides-Extra: full
Requires-Dist: aiohttp<4,>=3; extra == "full"
Requires-Dist: pygments; extra == "full"
Requires-Dist: chardet; extra == "full"
Requires-Dist: markdown; extra == "full"
Requires-Dist: feedgen==0.9.0; extra == "full"
Requires-Dist: pillow; extra == "full"
Requires-Dist: coloredlogs; extra == "full"
Requires-Dist: sphinx<7.3.0,>=4.5.0; extra == "full"
Requires-Dist: sphinx_rtd_theme>=1.0.0; extra == "full"
Requires-Dist: setuptools; extra == "full"
Dynamic: license-file

flamingo
========

.. image:: doc/content/images/flamingo.svg
    :height: 128px
    :width: 128px

|

.. image:: https://img.shields.io/pypi/l/flamingo.svg
    :alt: pypi.org
    :target: https://pypi.org/project/flamingo
.. image:: https://github.com/pengutronix/flamingo/actions/workflows/ci.yaml/badge.svg
    :alt: CI Test Status
    :target: https://github.com/pengutronix/flamingo/actions/workflows/ci.yaml
.. image:: https://github.com/pengutronix/flamingo/actions/workflows/docs.yml/badge.svg
    :alt: Documentation Build Status
    :target: https://github.com/pengutronix/flamingo/actions/workflows/docs.yml
.. image:: https://img.shields.io/pypi/pyversions/flamingo.svg
    :alt: pypi.org
    :target: https://pypi.org/project/flamingo
.. image:: https://img.shields.io/pypi/v/flamingo.svg
    :alt: pypi.org
    :target: https://pypi.org/project/flamingo
.. image:: https://img.shields.io/codecov/c/github/pengutronix/flamingo.svg
    :alt: codecov.io
    :target: https://codecov.io/gh/pengutronix/flamingo/


Flamingo is a python3-based, pelican-inspired static site generator, made by
`Pengutronix <https://www.pengutronix.de>`__

Websites powered by flamingo:
 - `pengutronix.de <https://www.pengutronix.de>`__
 - `linux-automation.com <https://www.linux-automation.com/de/>`__

Documentation: `flamingo-web.org <https://flamingo-web.org>`__
