Metadata-Version: 1.1
Name: ghmarkdown
Version: 0.0.2
Summary: ghmarkdown is the complete command-line tool for GitHub-flavored markdown
Home-page: http://github.com/lukedmor/ghmarkdown
Author: Lucas Morales
Author-email: lucasem@mit.edu
License: GNU GPL v2.0
Description: ghmarkdown
        ==========
        
        The complete command-line tool for GitHub-flavored markdown. It provides a convenient interface for the API provided by GitHub.
        
        Features
        --------
        
        -  Easy to `install <https://github.com/lukedmor/ghmarkdown#installation>`__
        -  Easy to `use <https://github.com/lukedmor/ghmarkdown#usage>`__
        -  Works on Mac, Linux and Windows
        
        Installation
        ------------
        
        .. code:: bash
        
            $ pip install ghmarkdown
        
        
        Usage
        -----
        
        Run your markdown on a local server:
        
        .. code:: bash
        
            $ ghmarkdown --serve --input my_file.md
            $ # or, with more bash:
            $ cat my_file.md | ghmarkdown --serve
        
        
        Save your markdown locally:
        
        .. code:: bash
        
            $ ghmarkdown --input my_file.md --output my_page.html
            $ # or, with more bash:
            $ cat my_file.md | ghmarkdown | my_page.html
        
        
        Use `ghmarkdown --help` to see all available commands and parameters
Keywords: markdown html github command-line cli
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
