Metadata-Version: 2.5
Name: pagerite
Version: 0.1.1
Summary: A modern website and Content Management System.
Project-URL: Repository, https://git.zi.fi/LeoVasanko/pagerite
Author: Leo Vasanko
Keywords: blog,cms,fastapi,markdown
Requires-Python: >=3.14
Requires-Dist: blake3>=1.0.9
Requires-Dist: fastapi-vue>=1.3.1
Requires-Dist: fastapi[standard]>=0.141.1
Requires-Dist: html5tagger>=2.0.0
Requires-Dist: kanta>=0.8.1
Requires-Dist: markdown-it-py>=4.2.0
Requires-Dist: mdit-py-plugins>=0.6.1
Requires-Dist: pygments>=2.20.0
Description-Content-Type: text/markdown

# Pagerite

A single-user CMS/blog. FastAPI serves HTML rendered in Python with html5tagger,
content is persisted in a kanta database and rendered on the fly per request.
Vue is used only for the interactive editing tools, not for the public pages.
