Metadata-Version: 2.1
Name: Liara
Version: 2.4.0
Summary: Static page generator
Home-page: http://shelter13.net/projects/Liara
Author: Matthäus G. Chajdas
Author-email: dev@anteru.net
License: BSD 2-Clause License
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
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: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: beautifulsoup4 (~=4.7)
Requires-Dist: blinker (~=1.5)
Requires-Dist: click (~=8.0)
Requires-Dist: dateparser (~=1.0)
Requires-Dist: Jinja2 (~=3.0)
Requires-Dist: libsass (~=0.21)
Requires-Dist: lxml (~=4.6)
Requires-Dist: Mako (~=1.2)
Requires-Dist: Markdown (~=3.3)
Requires-Dist: Pillow (~=9.2)
Requires-Dist: Pygments (~=2.10)
Requires-Dist: pymdown-extensions (~=9.0)
Requires-Dist: python-slugify (~=7.0)
Requires-Dist: PyYAML (~=6.0)
Requires-Dist: requests (~=2.25)
Requires-Dist: tomli (~=2.0)
Requires-Dist: treelib (~=1.5)
Requires-Dist: tzlocal (~=4.2)
Provides-Extra: dev
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: flake8-mypy ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: Sphinx (~=6.0) ; extra == 'docs'
Requires-Dist: furo ; extra == 'docs'
Provides-Extra: redis
Requires-Dist: redis (~=3.5.3) ; extra == 'redis'

Liara ![CI passing](https://github.com/anteru/liara/actions/workflows/build.yaml/badge.svg)
![PyPi](https://img.shields.io/pypi/v/liara.svg)
=====

Liara is a static page generator written in [Python](https://python.org). See:

* The [liara website](https://liara.sh13.net) for an overview of liara. That page has been generated using liara.
* The [documentation](https://liara-web.readthedocs.io) containing the quick-start guide and more.
