Skip to content

open-cogsci/pyqode.core

4.0
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 264 commits ahead, 22 commits behind pyQode:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

This is a fork of PyQode, which is now developed as the editor component for Rapunzel and OpenSesame. The original PyQode repository (<= v2) is no longer maintained.

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.

License

pyQode is licensed under the MIT license.

Requirements

pyqode.core depends on the following libraries:

  • Python 3 (>= 3.7)
  • PyQt5 or PyQt6 or PySide
  • pygments
  • pyqode.qt
  • future
  • qtawesome (optional)