PyQt/PySide Source Code Editor Widget
Project description
This is a fork of the original [PyQode](https://github.com/pyQode/pyqode.core) deployed to pypi by [haesleinhuepf](https://github.com/haesleinhuepf) under the name [haesleinhuepf-pyqode.core](https://pypistats.org/packages/haesleinhuepf-pyqode.core).
Bugfix maintenance only
About
pyqode.core is the core framework of the pyQode project.
It contains the base classes and a set of extensions (modes/panels/managers) needed to develop a specialised code editor.
It also provides a basic generic code editor that you can use as a fallback when there is no specialised editor for a given language.
Requirements
pyqode.core depends on the following libraries:
Python 2 (>=2.7) or Python 3 (>= 3.2)
PyQt5 or PyQt4 or PySide
pygments
pyqode.qt
future
qtawesome (optional)
Installation
You need to install PyQt or PySide by yourself. Note that you should prefer PyQt5 on Mac OSX (retina screen support, better integration).
Then you can install pyqode.core using pip:
$ pip install pyqode.core --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:
python setup.py test -a "--cov pyqode"
To check for PEP8 warnings, install pytest-pep8 and run:
python setup.py test -a "--pep8 -m pep8"
To run a single test, use -a "-- test_file_path.py::test_function", e.g.:
python 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 2.7 |
yes |
no |
GNU/Linux - Python 3.4 |
yes |
yes |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file haesleinhuepf-pyqode.core-2.15.5.tar.gz
.
File metadata
- Download URL: haesleinhuepf-pyqode.core-2.15.5.tar.gz
- Upload date:
- Size: 793.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.6.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b8ca2623244cccc5d7cf3ab02906375a597686d670bab772049e18177db16eb |
|
MD5 | 48c63842884b6cdf14d299b3983a4a93 |
|
BLAKE2b-256 | a19dca4e183a860134d635dce022b6cfbdb766ff1b07e83407720365ab077b1e |
Provenance
File details
Details for the file haesleinhuepf_pyqode.core-2.15.5-py2.py3-none-any.whl
.
File metadata
- Download URL: haesleinhuepf_pyqode.core-2.15.5-py2.py3-none-any.whl
- Upload date:
- Size: 457.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.6.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 229b0ae4ba230408e1bc9ebef3b60a905dcb1fdb632d464a7037886fa4b55d4c |
|
MD5 | c50e853dd7d06d4e3af0301f41ad1b83 |
|
BLAKE2b-256 | 559f4a85c735036b7c36e1b5e4c51b49529572598bde63920cdea663aa4da18e |