Metadata-Version: 2.4
Name: pyqt_code_editor
Version: 1.0.0
Summary: Fully featured code-editor widgets for PyQt
Keywords: code editor,pyqt,ide
Author-email: Sebastiaan Mathôt <s.mathot@cogsci.nl>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: chardet
Requires-Dist: detect-indent
Requires-Dist: jedi
Requires-Dist: httpx<0.29.0
Requires-Dist: mistralai
Requires-Dist: opensesame-extension-sigmund
Requires-Dist: pathspec
Requires-Dist: psutil
Requires-Dist: pygments
Requires-Dist: qtawesome
Requires-Dist: qtpy
Requires-Dist: pyqt6
Requires-Dist: qtconsole
Requires-Dist: tree-sitter
Requires-Dist: tree-sitter-javascript
Requires-Dist: tree-sitter-json
Requires-Dist: tree-sitter-html
Requires-Dist: tree-sitter-python
Requires-Dist: tree-sitter-toml
Requires-Dist: tree-sitter-yaml
Requires-Dist: ruff
Project-URL: Source, https://github.com/open-cogsci/sigmund-analyst

# Sigmund Analyst (PyQt Code Editor)

Copyright 2025-2026 Sebastiaan Mathôt

- [About](#about)
- [AI integration](#ai-integration)
- [Installation](#installation)
- [License](#license)


## About

Sigmund Analyst is a powerful code editor (also: Integrated Development Environment or IDE) focused on AI-assisted data analysis with Python. It is composed of a set of powerful PyQt/ PySide widgets that can also be used in other applications.

Features:
    
- AI integration [SigmundAI](https://sigmundai.eu) and [Mistral Codestral](https://docs.mistral.ai/capabilities/code_generation/)
- Syntax highlighting
- Code completion
- Code checking
- Project explorer
- Jupyter (IPython) console
- Workspace explorer
- Editor panel with splittable tabs
- Settings panel

![](screenshot.png)


## AI integration

### SigmundAI for collaborative code editing

You can code together with SigmundAI. This works similarly to (and is an alternative to) apps such as Claude Code, Codex, and Mistral Vibe. To activate SigmundAI integration, simply log into <https://sigmundai.eu> (subscription required). Sigmund Analyst will then automatically connect to SigmundAI when you enable the Sigmund panel in the toolbar.


### Mistral Codestral for as-you-type suggestions

As-you-type code suggestions are provided by Mistral Codestral. To activate Mistral integration, you need to create an account with Mistral AI. Currently, a free Codestral API key is then provided through the Mistral console. Copy-paste this API key to Codestral API Key field in the settings panel of Sigmund Analyst.


## Installation


### Windows

The easiest way to install Sigmund Analys on Windows is to install OpenSesame, which include Sigmund Analyst:

- <https://osdoc.cogsci.nl/download/>


### Linux/ Ubuntu

The easiest way to install Sigmund Analyst on Linux is to download and run the installer script. This will create a Virtual Environment, pip install Sigmund Analyst and all dependencies into this environment, and add a Desktop file to your system to easily start Sigmund Analyst. To upgrade, simply run the script again. (This is actually the OpenSesame installation script, which is bundled with Sigmund Analyst.)

Currently, the Linux installer is tested on Ubuntu 26.04.

```
bash <(curl -L https://github.com/open-cogsci/OpenSesame/raw/refs/heads/4.1/linux-installer.sh) --install
```


### Other systems

Install with:

```
pip install pyqt_code_editor
```

Start Sigmund Analyst with:

```
sigmund-analyst
```


## License

`PyQt Code Editor` is licensed under the [GNU General Public License
v3](http://www.gnu.org/licenses/gpl-3.0.en.html).

