Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
Adds COBOL support to pyQode
Python COBOL Shell
Branch: master

Fetching latest commit…

Cannot retrieve the latest commit at this time

Failed to load latest commit information.
examples
forms
pyqode
share/icons/pyqode.cobol
test
tools/git-hooks
.coveragerc
.gitignore
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.rst
conftest.py
makeppa.sh
pytest.ini
pyuic.cfg
runtests.py
setup.cfg
setup.py
stdeb.cfg

README.rst

https://raw.githubusercontent.com/pyQode/pyQode/master/media/pyqode-banner.png

Latest PyPI version Number of PyPI downloads Travis-CI build status Coverage Status

About

pyqode.cobol adds COBOL support to pyQode (code completion, code folding,...).

Features:

  • cobol code completion provider based on the cobol keywords and the defined names of the current document (pic fields, paragraphes)
  • code folding mode
  • auto indent mode (after struct, paragraph or inside procedures)
  • native (fast) syntax highlighter with pygments themes support.
  • document outline widget

License

pyqode.cobol is licensed under the GPL v3.

Requirements

pyqode.python depends on the following libraries:

  • python 3 (>= 3.2)
  • pyqode.core

Installation

$ pip3 install pyqode.cobol --upgrade

Testing

To test pyqode.cobol, just run the runtests.py script with a python 3 interpreter.

Something went wrong with that request. Please try again.