Metadata-Version: 1.1
Name: rst2pptx
Version: 0.3
Summary: A docutils writer and script for converting reStructuredText to the PowerPoint format
Home-page: https://github.com/myint/rst2pptx
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: ========
        rst2pptx
        ========
        
        .. image:: https://travis-ci.org/myint/rst2pptx.svg?branch=master
            :target: https://travis-ci.org/myint/rst2pptx
            :alt: Build status
        
        Converts reStructuredText to PowerPoint.
        
        
        Installation
        ============
        
        From pip::
        
            $ pip install --upgrade rst2pptx
        
        Example
        =======
        
        ::
        
            $ rst2pptx input.rst output.pptx
        
        Input:
        
        .. code-block:: rst
        
            Example slide
            =============
        
            - Some bulleted text
            - More text
        
        Output:
        
        +----------------------------------------------------------------------------------------+
        | .. image:: https://raw.githubusercontent.com/myint/rst2pptx/master/examples/output.png |
        +----------------------------------------------------------------------------------------+
        
        Warning
        =======
        
        This tool is in a very early experimental phase. Also, if you don't
        specifically need to output PowerPoint, rst2beamer_, which generates PDF
        presentations, is a better choice.
        
        .. _rst2beamer: https://github.com/myint/rst2beamer
        
Keywords: presentation,docutils,rst,restructuredtext,powerpoint,pptx
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Utilities
Classifier: Topic :: Multimedia :: Graphics :: Presentation
