Metadata-Version: 1.1
Name: OpenCobolIDE
Version: 4.7.4
Summary: A simple COBOL IDE
Home-page: https://github.com/OpenCobolIDE/OpenCobolIDE
Author: Colin Duquesnoy
Author-email: colin.duquesnoy@gmail.com
License: GPL v3
Description: OpenCobolIDE
        ------------
        
        .. image:: https://img.shields.io/pypi/v/OpenCobolIDE.svg
           :target: https://pypi.python.org/pypi/OpenCobolIDE/
           :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/pypi/dm/OpenCobolIDE.svg
           :target: https://pypi.python.org/pypi/OpenCobolIDE/
           :alt: Number of PyPI downloads
        
        .. image:: https://img.shields.io/pypi/l/OpenCobolIDE.svg
        
        .. image:: https://travis-ci.org/OpenCobolIDE/OpenCobolIDE.svg?branch=master
           :target: https://travis-ci.org/OpenCobolIDE/OpenCobolIDE
           :alt: Build status
        
        .. image:: https://coveralls.io/repos/OpenCobolIDE/OpenCobolIDE/badge.svg?branch=master
           :target: https://coveralls.io/r/OpenCobolIDE/OpenCobolIDE?branch=master
           :alt: Coverage Status
        
        
        OpenCobolIDE is a simple and lightweight COBOL IDE based on the GnuCOBOL
        compiler.
        
        
        The software is written in Python using `PyQt5`_ (or `PyQt4`_) and `pyQode`_
        
        
        Starting from version 4.7, **OpenCobolIDE has entered in maintainance mode**. **No new features will be accepted, only bug fixes**.
        
        The next major version of OpenCobolIDE will be `HackEdit`_ , *a brand new project that will replace OCIDE when it is ready, currently in alpha...*
        
        Features:
        ---------
        
        - COBOL syntax highlighter
        - COBOL code completion
        - COBOL code folding
        - configurable margins
        - navigable tree view of division, sections, paragraphs etc (fully synchronised
          with the code folding panel)
        - auto-indentation
        - tool for computing PIC fields offsets
        - compile as a program (.exe) or as a subprogram (.so/.dll)
        - run the program from the editor or from a configurable external terminal (
          necessary if you are using the SCREEN section).
        - dark color schemes and theme
        - cross platform: works on **GNU/Linux**, **Windows** and **Mac OSX**
        - dbpre integration on Linux, esqlOC on Windows
        
        
        License
        -------
        
        OpenCobolIDE is released under the **GPL** version 3
        
        
        Dependencies
        ------------
        
        - `GnuCOBOL`_
        - `Python3`_ >= 3.3
        - `PyQt5`_ (preferred) or `PyQt4`_
        - `setuptools`_
        
        *Starting from v4.7, the following pure python dependencies are bundled with OCIDE (this makes packaging easier):*
        
        - `pyqode.qt`_
        - `pyqode.core`_
        - `pyqode.cobol`_
        - `Pygments`_
        - `qdarkstyle`_
        - `keyring`_
        - `githubpy`_
        
        
        Installation
        ------------
        
        GNU/Linux
        #########
        
        *Note: starting from v4.6.2, the installed executable name is lowercase: opencobolide*
        
        Ubuntu
        ++++++
        
        A debian package is available here: https://launchpad.net/cobcide/+download
        
        This package should work on any Ubuntu version >= 14.04 and on any version
        derived from Ubuntu.
        
        Fedora
        ++++++
        
        A RPM package for Fedora 23 is available here: https://launchpad.net/cobcide/+download
        
        
        ArchLinux
        +++++++++
        
        OpenCobolIDE is available from the `AUR`_.
        
        You can install using one of the many available AUR helper; e.g. using yaourt::
        
            yaourt -S opencobolide
        
        KaOS
        ++++
        
        OpenCobolIDE is up in the KaOs Community Packages (KCP)::
        
            kcp -i gnu-cobol
            kcp -i opencobolide
        
        
        Other distributions
        +++++++++++++++++++
        
        Install Python3, PyQt5, GnuCOBOL and pip for Python3 using your package manager, then run the following commands::
        
            sudo pip3 install OpenCobolIDE --upgrade
        
        
        Note that if you have both PyQt5 and PyQt4 on your system, the IDE will use
        PyQt5 by default. To force the use of PyQt4, you should set the
        ``QT_API`` environment variable to ``pyqt4``.
        
        
        Windows
        #######
        
        There is a windows installer available here: https://launchpad.net/cobcide/+download
        
        Mac OSX
        #######
        
        There is a dmg image available here: https://launchpad.net/cobcide/+download
        
        Before running the app, you first have to install the GnuCOBOL compiler, e.g.
        using homebrew::
        
            brew install gnu-cobol
        
        
        If you installed the compiler in a non-standard path and it is not recognized
        by the IDE, you can specify the path to the compiler in the preferences
        dialog (``Compiler`` tab)
        
        
        Resources
        ---------
        
        -  `Downloads`_
        -  `Source repository`_
        -  `Issue tracker`_
        -  `Documentation`_
        
        
        Screenshots
        -----------
        
        * Home page:
        
        .. image:: https://raw.githubusercontent.com/OpenCobolIDE/OpenCobolIDE/master/doc/source/_static/Home.png
            :align: center
        
        * Editor:
        
        .. image:: https://raw.githubusercontent.com/OpenCobolIDE/OpenCobolIDE/master/doc/source/_static/MainWindow.png
            :align: center
        
        * Code folding:
        
        .. image:: https://raw.githubusercontent.com/OpenCobolIDE/OpenCobolIDE/master/doc/source/_static/Folding.png
            :align: center
        
        * Offset calculator
        
        .. image:: https://raw.githubusercontent.com/OpenCobolIDE/OpenCobolIDE/master/doc/source/_static/PicOffsets.png
            :align: center
        
        
        * Dark style support
        
        .. image:: https://raw.githubusercontent.com/OpenCobolIDE/OpenCobolIDE/master/doc/source/_static/Dark.png
            :align: center
        
        
        .. _PyQt4: http://www.riverbankcomputing.co.uk/software/pyqt/download
        .. _Downloads: https://launchpad.net/cobcide/+download
        .. _Source repository: https://github.com/OpenCobolIDE/OpenCobolIDE/
        .. _Issue tracker: https://github.com/OpenCobolIDE/OpenCobolIDE/issues?state=open
        .. _Documentation: http://opencobolide.readthedocs.org/en/latest/
        .. _Pygments: http://pygments.org/
        .. _pyqode.core: https://github.com/pyQode/pyqode.core/
        .. _pyqode.cobol: https://github.com/pyQode/pyqode.cobol/
        .. _pyqode.qt: https://github.com/pyQode/pyqode.qt/
        .. _GnuCOBOL: http://sourceforge.net/projects/open-cobol/
        .. _setuptools: https://pypi.python.org/pypi/setuptools
        .. _Python3: http://python.org/
        .. _PyQt5: http://www.riverbankcomputing.co.uk/software/pyqt/download
        .. _qdarkstyle: https://github.com/ColinDuquesnoy/QDarkStyleSheet
        .. _pyQode: https://github.com/pyQode/
        .. _githubpy: https://pypi.python.org/pypi/githubpy
        .. _keyring: https://pypi.python.org/pypi/keyring
        .. _HackEdit: https://github.com/HackEdit/hackedit
        .. _AUR: https://aur.archlinux.org/packages/opencobolide/
        
Keywords: Cobol; OpenCobol; IDE
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
