Metadata-Version: 2.1
Name: markdownserver
Version: 1.0.18
Summary: markdown http server
Home-page: https://github.com/babakhani/markdownserver
Author: Reza Babakhani
Author-email: babakhani.reza@gmail.com
License: MIT
Description: # markdownserver
        
        [![PyPI](http://img.shields.io/pypi/v/markdownserver.svg)](https://pypi.python.org/pypi/markdownserver)
        [![Build Status](https://travis-ci.org/babakhani/markdownserver.svg?branch=master)](https://travis-ci.org/babakhani/markdownserver)
        [![Coverage Status](https://coveralls.io/repos/github/babakhani/markdownserver/badge.svg?branch=master)](https://coveralls.io/github/babakhani/markdownserver?branch=master)
        [![Python](https://img.shields.io/badge/Python-%3E%3D3.6-blue)](https://python.org)
        
        ### Install
        
        ```bash
        pip install markdownserver
        ```
        
        ### Usage
        
        ```bash
        cd path/to/markdown_files
        markdownserver serve
        ```
        
        ### Contribution
        
        ```bash
        cd path/to/markdownserver
        pip install -e .
        pip install -r requirements-dev.txt
        ```
        
        #### Running tests
        
        ```bash
        pytest
        ```
        
        #### Coverage
        
        ```bash
        pytest --cov=markdownserver
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
