Metadata-Version: 2.3
Name: literategit
Version: 0.5.1
Summary: Render a structured git history as an interactive web page
License: GPLv3
Author: Ben North
Author-email: ben@redfrontdoor.org
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.8,<9.0.0)
Requires-Dist: jinja2 (>=3.1.5,<4.0.0)
Requires-Dist: markdown2 (>=2.5.2,<3.0.0)
Requires-Dist: markupsafe (>=3.0.2,<4.0.0)
Requires-Dist: pygit2 (>=1.17.0,<2.0.0)
Requires-Dist: pygments (>=2.19.1,<3.0.0)
Description-Content-Type: text/markdown

# Literate git

This package provides tools to turn a structured git history into an
interactive web page.  Development history is broken down into
*sections* and *subsections*, using merge commits.  The resulting web
page allows the reader to page through the sections, expanding and
collapsing them as they wish to see more or less detail.

See [the project homepage](https://github.com/bennorth/literate-git)
for [more
information](https://github.com/bennorth/literate-git/blob/develop/README.md)
and a demo.

