Metadata-Version: 1.1
Name: docutils-htmlwriter
Version: 0.1
Summary: Another HTML Writer for Docutils
Home-page: http://github.com/masayuko/docutils-htmlwriter
Author: IGARASHI Masanao
Author-email: syoux2@gmail.com
License: MIT
Description: ==========
        htmlwriter
        ==========
        
        Htmlwriter is another HTML Writer module of Docutils that generate
        a more modern HTML page, and is designed for keeping compatibility with
        the original writer comes from Docutils.
        
        Command line tool
        =================
        
        .. code-block:: bash
        
           $ rst2htmlr [options] SOURCE
        
        Options:
        
        See the manual of rst2html.py of Docutils.
        
Keywords: website,static
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
