Metadata-Version: 2.1
Name: mds
Version: 0.0.5
Summary: Markdown Server
Home-page: https://github.com/samdixon/mds
Author: Samuel Dixon
Author-email: sdixon@posteo.net
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: bottle
Requires-Dist: mistune
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: neovim ; extra == 'dev'


# mds - markdown server
**M**ark**d**own **S**erver is a simple python application for serving markdown files in your browser. Currently in heavy development. Expect breaking changes.

### Installation
Via pip:

`pip3 install mds`

Via setup.py:

`pip3 install mistune`

`python3 setup.py install`

### Contributing
///

### License
MIT


