Metadata-Version: 2.1
Name: tiny-markdown-server
Version: 0.1.0
Summary: Python based Tiny Markdown Server, which transforms Markdown files to webpages and shows it in a browser with auto-reload.
Home-page: https://github.com/cryptable/tiny-markdown-server
License: MIT
Keywords: test,markdown,http,server
Author: David Tillemans
Author-email: davidtillemans@cryptable.org
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Markdown (>=3.3.7,<4.0.0)
Project-URL: Repository, https://github.com/cryptable/tiny-markdown-server
Description-Content-Type: text/markdown

Tiny Markdown Server
====================

 Introduction
--------------

This is a start of a very simple markdown web-server. The server must be started in the folder where your markdown files are located. You point the URL to the markdown-file, which will be converted on the fly.


TODO
----

- CSS as an argument parameter to customize the html.
