Metadata-Version: 2.0
Name: turbo-markdown
Version: 0.4.0
Summary: A cli tool to view local markdown files
Home-page: https://github.com/wecatch/turbo_markdown
Author: wecatch
Author-email: zhyq0826@126.com
License: MIT license
Keywords: markdown,turbo
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: Click (>=6.0)
Requires-Dist: mistune
Requires-Dist: turbo (>=0.4.5)

===============================
turbo-markdown
===============================


.. image:: https://img.shields.io/pypi/v/turbo_markdown.svg
        :target: https://pypi.python.org/pypi/turbo_markdown

.. image:: https://img.shields.io/travis/wecatch/turbo_markdown.svg
        :target: https://travis-ci.org/wecatch/turbo_markdown

.. image:: https://readthedocs.org/projects/turbo-markdown/badge/?version=latest
        :target: https://turbo-markdown.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/wecatch/turbo_markdown/shield.svg
     :target: https://pyup.io/repos/github/wecatch/turbo_markdown/
     :alt: Updates


A cli tool to view local markdown files


* Free software: MIT license
* Documentation: https://turbo-markdown.readthedocs.io.


Get Started
-------------

Install and use turbo_markdown::

    pip install turbo-markdown
    cd markdown_dir/
    turbo-markdown



=======
History
=======

0.1.0 (2017-09-28)
------------------

* First release on PyPI.

0.2.0 (2017-09-29)
------------------

* Fix docs.

