Metadata-Version: 2.4
Name: mymarkup
Version: 0.2.1
Summary: mymarkup is a lightweight text markup language based on markdown
Author-email: Mizuki Hikaru <mizuki@hikaru.org>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# mymarkup

mymarkup is a small markdown-like text markup language, and a tool that builds
websites that are written in this language.

## Installation

    pip install mymarkup

## Usage

Put your markup files (.mu) in a root directory and subdirectories, then run
`mymarkup` from the root directory. It will then convert the markup files into
html. e.g. `./projects/mymarkup.mu` gets converted to `./projects/mymarkup.html`

Something to be careful of is that it will delete all `.html` files from the
directory tree so make sure you don't have anything important in there first.
