Metadata-Version: 2.1
Name: literategit
Version: 0.3.1rc1
Summary: Render a structured git history as an interactive web page
Home-page: https://github.com/bennorth/literate-git
Author: Ben North
Author-email: ben@redfrontdoor.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: pygit2
Requires-Dist: markdown2
Requires-Dist: jinja2 (<3.0.0)
Requires-Dist: docopt
Requires-Dist: Pygments (==2.5.2)

# 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 and a demo.


