Metadata-Version: 2.1
Name: masht
Version: 0.1.dev3
Summary: Markdown AS HTml
Project-URL: Documentation, https://github.com/wmelvin/masht#readme
Project-URL: Issues, https://github.com/wmelvin/masht/issues
Project-URL: Source, https://github.com/wmelvin/masht
Author-email: Bill Melvin <bill@sbillmelvin.com>
License-Expression: MIT
License-File: LICENSE
Keywords: converter,html,markdown
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: markdown
Description-Content-Type: text/markdown

# masht

**M**arkdown **as** **HT**ML

Reads a Markdown file and writes a HTML of the same name with a `AS.html` suffix.

Uses the [Markdown](https://pypi.org/project/Markdown/) package.
- [Python-Markdown documentation](https://python-markdown.github.io/)
