Metadata-Version: 1.1
Name: ReText
Version: 5.3.1
Summary: Simple editor for Markdown and reStructuredText
Home-page: https://github.com/retext-project/retext
Author: Dmitry Shachnev
Author-email: mitya57@gmail.com
License: GPL 2+
Description: ReText is simple text editor that supports Markdown and reStructuredText
        markup languages. It is written in Python using PyQt libraries.
        
        It supports live preview, tabs, math formulas, export to various formats
        including PDF and HTML.
        
        For more details, please go to the `home page`_ or to the `wiki`_.
        
        .. _`home page`: https://github.com/retext-project/retext
        .. _`wiki`: https://github.com/retext-project/retext/wiki
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Text Editors
Classifier: Topic :: Text Processing :: Markup
Requires: docutils
Requires: Markdown
Requires: Markups
Requires: pyenchant
Requires: Pygments
