Metadata-Version: 2.1
Name: literategit
Version: 0.4.7
Summary: Render a structured git history as an interactive web page
Home-page: https://github.com/bennorth/literate-git
License: GPLv3
Author: Ben North
Author-email: ben@redfrontdoor.org
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: jinja2 (>=3.1.3,<4.0.0)
Requires-Dist: markdown2 (>=2.4.13,<3.0.0)
Requires-Dist: markupsafe (>=2.1.5,<3.0.0)
Requires-Dist: pygit2 (>=1.14.1,<2.0.0)
Requires-Dist: pygments (>=2.17.2,<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.

