Metadata-Version: 1.1
Name: tebe
Version: 0.1.6
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: lukaszlab@o2.pl
License: GNU General Public License (GPL)
Description: ============================
        Tebe - rst and 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.1
        
        - first public release (beta stage) with all main features implemented
        
        Requirements
        ------------
        1. Python 2.7
        #. pyqt4
        #. sphinx
        #. rst2pdf
        #. docutils
        #. recommonmark
        
        How to install
        --------------
        Tebe is available through PyPI and can be install with pip command. To install Tebe use pip by typing::
        
           pip install tebe
        
        Please note that listed above requirements  must be installed separately. 
        
        To run tebe just run ``Tebe.py`` file from installed package directory.
        
        Please find step by step install instruction on project website.
        
        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-2018 Lukasz Laba <lukaszlab@o2.pl>
        
        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 <lukaszlab@o2.pl>
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
