0 purchases
pyqode.cobol 2.11.0
About
pyqode.cobol adds COBOL support to pyQode (code completion,
code folding,…).
Issue tracker
Wiki
API reference
Contributing
Changelog
Screenshots
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
pyqode.core has a test suite and measure its coverage.
To run the tests, just run python setup.py test
To measure coverage, run:
python3 setup.py test -a "--cov pyqode"
To check for PEP8 warnings, install pytest-pep8 and run:
python3 setup.py test -a "--pep8 -m pep8"
To run a single test, use -a "-- test_file_path.py::test_function", e.g.:
python3 setup.py test -a "-- test/test_api/test_code_edit.py::test_set_plain_text"
Testing Matrix
We test the following combinations on Travis-CI:
PyQt4
PyQt5
GNU/Linux - Python 3.4
yes
yes
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.