Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arielhorwitz/positron
Positron is an IDE for Python written in Python using Positron.
https://github.com/arielhorwitz/positron
ide kivy python
Last synced: about 2 months ago
JSON representation
Positron is an IDE for Python written in Python using Positron.
- Host: GitHub
- URL: https://github.com/arielhorwitz/positron
- Owner: ArielHorwitz
- License: unlicense
- Created: 2022-10-28T07:18:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T19:49:25.000Z (about 1 year ago)
- Last Synced: 2024-10-27T08:03:45.424Z (3 months ago)
- Topics: ide, kivy, python
- Language: Python
- Homepage:
- Size: 2.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Positron
Positron is an IDE for Python written in Python using Positron.
> Note: This project is no longer being maintained. While I enjoyed it while it lasted, I have moved on to [lite-xl](https://github.com/lite-xl/lite-xl).
Developed as a hobby project for personal use and released to the public domain.
Positron relies heavily on
[Kivy](https://kivy.org/),
[jedi](https://github.com/davidhalter/jedi),
[flake8](https://github.com/pycqa/flake8),
and more. A massive shoutout to these projects!## Features
The following features are currently supported:
* Linux-only
* Highly customizable
* Syntax highlighting
* Auto completion
* Code analysis
* Static error checking (linting)
* Snippets (automatic text insertion)
* Project folder indexing (tree view and fuzzy search)
* Disk browsing and bookmarks
* Find text
* Goto line## Installation
```
git clone [email protected]:ArielHorwitz/positron.git # Clone the repo
cd positron # Move into the new folder
python -m venv venv # Create a virtual environment
source venv/bin/activate # Activate virtual environment
pip install --upgrade pip # Update pip
pip install -r requirements.txt # Install all requirements
```## Run
```
/path/to/positron/run-positron.sh /path/to/file/or/folder
```