Metadata-Version: 2.3
Name: markpub
Version: 0.5.2
Summary: Build (web publish) Markdown and Massive Wiki sites.
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
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: Jinja2 (>=3.1.6,<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)
Project-URL: Homepage, https://github.com/MarkPub/markpub
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)

- Further documentation is under development.  




