Metadata-Version: 2.1
Name: markpub
Version: 0.4.6
Summary: Build (web publish) Markdown and Massive Wiki sites.
Home-page: https://github.com/MarkPub/markpub
License: MIT
Author: Bill Anderson
Author-email: band@acm.org
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: Jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: MarkupSafe (>=2.1.3,<3.0.0)
Requires-Dist: mistletoe (>=1.1.0,<2.0.0)
Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: six (>=1.16.0,<2.0.0)
Description-Content-Type: text/markdown

# markpub  

![PyPI version](https://img.shields.io/pypi/v/markpub)  

## Overview

The `markpub` PyPI package builds a static website from a directory of Markdown files.  
The website supports wiki-links, transclusion, and provides full-text
search.

## Requirements

- Python 3.12 or higher.

## Install

- This package can be installed using `pip`:  

``` shell
pip install markpub
```  

## Usage

- Once installed use information is available using `--help` or `-h`
  options; e.g.:  

``` shell
markpub --help|-h
```

TODO: provide an example of initialization and build  

- Further documentation is under development.  




