Metadata-Version: 2.4
Name: flamingo
Version: 1.10.2
Summary: Flamingo is a python3-based, pelican-inspired static site generator
Home-page: https://github.com/pengutronix/flamingo
Author: Florian Scherf
Author-email: python@pengutronix.de
License: Apache License 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: AsyncIO
Classifier: Framework :: IPython
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.7
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 :: Only
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Documentation
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: Utilities
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: full
Requires-Dist: aiohttp<4,>=3; extra == "full"
Requires-Dist: pygments; extra == "full"
Requires-Dist: chardet; extra == "full"
Requires-Dist: pygments; extra == "full"
Requires-Dist: markdown; extra == "full"
Requires-Dist: feedgen==0.9.0; extra == "full"
Requires-Dist: pillow; 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: author
Dynamic: author-email
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist

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>`__
