Metadata-Version: 2.3
Name: markpub
Version: 0.5.4
Summary: Build (web publish) Markdown and Massive Wiki sites.
License: MIT
Author: Bill Anderson
Author-email: band@acm.org
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: Jinja2 (>=3.1.6)
Requires-Dist: MarkupSafe (>=2.1.3)
Requires-Dist: mistletoe (>=1.1.0)
Requires-Dist: python-dateutil (>=2.9.0.post0)
Requires-Dist: pyyaml (>=6.0.1)
Requires-Dist: six (>=1.16.0)
Description-Content-Type: text/markdown

# markpub  

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

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

MarkPub installs instructions that GitHub Pages and Netlify can run automatically to publish the HTML files on the web.

## Requirements

- Python 3.12 or higher.

## Install

``` shell
pip install markpub
```  

## Use

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

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

## Documentation  

- [Basic install instructions](https://markpub.org/documentation/markpub_basic_install)  
- [Install and Web-publish instructions](https://markpub.org/documentation/markpub_install_and_web-publish_steps)  

- Further documentation is under development.  




