pyqode-core 2.6.9
pip install pyqode-core==2.6.9
Released:
PyQt/PySide Source Code Editor Widget
Navigation
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Colin Duquesnoy
- Tags CodeEdit , PyQt , source , code , editor , widget , qt
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
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 runtests.py with the interpreter you want to run the test suite:
python2.7 runtests.py python3.4 runtests.py
To measure coverage, install pytest-cov package and run:
python runtests.py --cov pyqode
To check for PEP8 warnings, use:
python runtests.py –pep8 -m pep8
Project details
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Colin Duquesnoy
- Tags CodeEdit , PyQt , source , code , editor , widget , qt
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
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 pyqode.core-2.6.9.tar.gz
.
File metadata
- Download URL: pyqode.core-2.6.9.tar.gz
- Upload date:
- Size: 971.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
90d0b88ca368aeb825cf9ceb2445577c41cfe9c027c206263f74add370dfab9f
|
|
MD5 |
36b1ae34b2671f820bca09f3ef6b957e
|
|
BLAKE2b-256 |
85d3a2761fc3535d529a35aea16194d57f4103513afb3135c52736f21e6f4944
|
File details
Details for the file pyqode.core-2.6.9-py2.py3-none-any.whl
.
File metadata
- Download URL: pyqode.core-2.6.9-py2.py3-none-any.whl
- Upload date:
- Size: 420.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4a4293573adbabf6b06b1c0ec62880a4f8995aa01c74f701850d0a077428de2f
|
|
MD5 |
662a11e120354417ba45eade41dd875a
|
|
BLAKE2b-256 |
ebff21bc5e8af804b57e8db650ca8cafbc990258d50be2836b9a1fc2bb62184a
|