Metadata-Version: 1.1
Name: turbo_markdown
Version: 0.2.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
Description: ===============================
        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
        -----------
        
        ```
        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.
Keywords: turbo_markdown
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
