Metadata-Version: 2.4
Name: emin
Version: 0.5.0
Summary: A simple builder of static Web galleries
Author-email: Andy Buckley <andy@insectnation.org>
License-Expression: GPL-3.0-or-later
Keywords: html,web,static,template,gallery
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: CT3
Requires-Dist: Pillow
Requires-Dist: pdf2image
Provides-Extra: md
Requires-Dist: markdown; extra == "md"
Dynamic: license-file

# Emin -- a simple builder  of static Web galleries

emin makes static Web pages for presenting lots of imagey things: photos, PDFs,
graphs with thumbnails as well as links to the image/doc file proper.

It's primarily intended for making Web photo galleries for the sorts
of people who don't want to install some PHP+MySQL+Node.js monstrosity
just to put their photos online. On the assumption that many people
will want to tweak their gallery's appearance, the output is
customisable using the Cheetah templating engine.

Supported image formats are JPEG, PNG, GIF, TIFF, PDF and EPS, with the latter
three being converted to PNG for Web display.  Image resizing, renaming and
thumbnailing is supported, as is building a zip file to download the whole
set. Large image sets can be split over several pages.
