Metadata-Version: 1.1
Name: rstserv
Version: 0.1.0
Summary: Simple reStructured Text Viewer with HTTP Server
Home-page: https://github.com/unnonouno/rstserv
Author: Yuya Unno
Author-email: unnonouno@gmail.com
License: MIT
Description: rst server
        ===========
        
        .. image:: https://travis-ci.org/unnonouno/rstserv.svg?branch=master
           :target: https://travis-ci.org/unnonouno/rstserv
        
        This python script is a simple http server that shows a reStructured text file.
        
        Require
        -------
        
        - python (> 2.4)
        
          - docutils
          - markdown (optional)
        
        
        Setup
        -----
        
        ::
        
         $ pip install rstserv
        
        
        Usage
        -----
        
        ::
        
        $ rstserv [-p port] [file]
        
        Run the script with your rst file, and access http://localhost:8080.
        
        
        Command-line Options
        ~~~~~~~~~~~~~~~~~~~~
        
        \-p
          port number (default: 8080)
        
        License
        -------
        
        This program is distributred under the MIT license.
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Utilities
