Metadata-Version: 2.1
Name: posty
Version: 2.1.0
Summary: A static site generator
Home-page: https://github.com/nickpegg/posty
Author: Nick Pegg
Author-email: nick@nickpegg.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Requires-Dist: awesome-slugify (>=1.6.5)
Requires-Dist: click (<7.0,>=6.7)
Requires-Dist: feedgen (>=0.9.0)
Requires-Dist: future (>=0.16.0)
Requires-Dist: Jinja2 (>=2.10)
Requires-Dist: Markdown (>=2.6.11)
Requires-Dist: pytz (>=2017.3)
Requires-Dist: PyYAML (>=5.1)


A simple static site generator tool. Reads in a series of posts and pages
containing YAML metadata and Markdown text, and renders them as HTML.


