Metadata-Version: 1.0
Name: restview
Version: 1.0.0
Summary: ReStructuredText viewer
Home-page: http://mg.pov.lt/restview/
Author: Marius Gedminas
Author-email: marius@gedmin.as
License: GPL
Download-URL: http://cheeseshop.python.org/pypi/restview
Description: restview
        ========
        
        A viewer for ReStructuredText documents that renders them on the fly.
        
        Pass the name of a ReStructuredText document to restview, and it will
        launch a web server on localhost:random-port and open a web browser.
        Every time you reload the page, restview will reload the document from
        disk and render it.  This is very convenient for previewing a document
        while you're editing it.
        
        You can also pass the name of a directory, and restview will recursively
        look for files that end in .txt or .rst and present you with a list.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup
