Metadata-Version: 1.1
Name: tebe
Version: 0.2.2
Summary: Tebe is a simple but powerful editor for Markdown and reStructuredText markup languages with Sphinx and Rst2Pdf power included
Home-page: https://tebe.readthedocs.io
Author: Lukasz Laba
Author-email: lukaszlaba@gmail.com.pl
License: GNU General Public License (GPL)
Description: ============================
        Tebe - sphinx writer
        ============================
        Tebe is a simple but powerful editor for Markdown and reStructuredText markup languages
        with Sphinx and Rst2Pdf power included.
        It can be used as a text editor for creating articles or even books.
        You can also use it to work with any sphinx docs you have for yours project.
        The mission of the project is to provide a simple and practical tool that will interest non-programer people
        to use markup syntax and sphinx for any text document writing.
        
        Changelog
        ---------
        Tebe 0.2.2
        
        - port to python3 and PyQt5, python 2 dropped
        
        Tebe 0.1
        
        - first public release (beta stage) with all main features implemented
        
        
        Requirements
        ------------
        1. Python 3
        #. pyqt5
        #. pyqtwebengine 
        #. sphinx
        #. rst2pdf
        #. docutils
        #. recommonmark
        #. mistune
        
        How to install
        --------------
        Tebe is available through PyPI and can be install with pip command by typing::
        
           pip install tebe
        
        Please note that the requirements listed above must be installed separately.
        
        To run tebe run the ``Tebe.py`` file from the installed package directory.
        
        Licence
        -------
        Tebe is free software;
        you can redistribute it and/or modify it under the terms of the **GNU General Public License**
        as published by the Free Software Foundation;
        either version 2 of the License,
        or (at your option) any later version.
        
        Copyright (C) 2017-2020 Lukasz Laba <lukaszlaba@gmail.com>
        
        Contributions
        -------------
        If you want to help out, create a pull request or write email.
        
        More information
        ----------------
        Project website: https://tebe.readthedocs.io
        
        Code repository: https://bitbucket.org/lukaszlaba/tebe
        
        PyPI package: https://pypi.python.org/pypi/tebe
        
        Contact: Lukasz Laba <lukaszlaba@gmail.com>
        
Keywords: sphinx,restructuredtext,markdown,markup
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Office/Business
Classifier: Topic :: Text Editors
