Metadata-Version: 1.1
Name: Edis
Version: 1.0-alpha
Summary: 
<b>EDIS</b> es un Entorno de Desarrollo Integrado (IDE) libre y multiplataforma
para los lenguajes de programación C/C++ desarrollado completamente en Python.
<br>

Home-page: http://github.com/centaurialpha/edis
Author: Gabriel Acosta
Author-email: acostadariogabriel@gmail.com
License: GPL v3
Description: EDIS 
        ====
        .. image:: https://img.shields.io/badge/Python-3-blue.svg?style=flat-square
             :target: https://python.org 
        .. image:: https://img.shields.io/badge/PyQt-4-green.svg?style=flat-square
             :target: http://riverbankcomputing.co.uk/software/pyqt/intro 
        .. image:: https://img.shields.io/badge/Licencia-GPLv3-red.svg?style=flat-square
             :target: http://gplv3.fsf.org
        .. image:: https://img.shields.io/badge/build-passing-green.svg?style=flat-square
        
        What is this?
        -------------
        **Edis** es un Entorno de Desarrollo Integrado (IDE) simple y ligero, está programado en Python y Qt. Edis se basa en la 
        simplicidad: *write, build and run!*.
        
        .. image:: ./src/images/edis_screenshot.png
        
        Awesome features
        ----------------
        * **Syntax highlighter**
        * **Code folding**
        * **Minimap**
        * **Highlighting words**
        * **Errors checker**
        * **File selector**
        * **Tree symbols**
        * **Auto-completion of keywords**
        
        Platforms
        ---------
        * GNU/Linux
        * Windows
        
        Dependencies
        ------------
        Estas dependencias son necesarias para ejecutar Edis desde el código fuente.
        
        * `Python <https://python.org>`_ 3.x
        * `PyQt4 <http://www.riverbankcomputing.co.uk/software/pyqt/intro>`_ >= 4.8
        * `QScintilla2 <http://www.riverbankcomputing.com/software/qscintilla/intro>`_
        
        
        * **Opcional:**
             
          * `Ctags <http://ctags.sourceforge.net/>`_ *Necesario para crear el árbol de símbolos*
          * `Cppcheck <http://cppcheck.sourceforge.net/>`_ *Análisis estático de errores*
             
        Install
        -------
        ::
        
           sudo python setup.py install
        
        Run Edis
        --------
        ::
        
             git clone https://github.com/centaurialpha/edis.git
             cd edis
             ./edis
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
Classifier: Topic :: Utilities
