vyapp/vy
A vim-like in Python. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 62
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4317
- days_rel: n/a
- days_push: 230
- n_releases_24m: 0
Adoption not part of the score
1151 stars · 55 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
vy is a modal, vim-like text editor written in Python and built on Tkinter. It features a highly modular plugin architecture where plugins and configuration are written in Python, including debuggers, syntax highlighting via pygments, and terminal-like interpreter integration.
Use cases
- edit code with vim-style modal keybindings
- write editor plugins in Python instead of vimscript
- debug Python code with breakpoints inside the editor
- syntax highlight many languages with pygments themes
- run code snippets through an interpreter from the editor
- edit multiple files with tabs and split panes
When to choose
- you want a hackable modal editor fully scriptable in Python
- you prefer Python over vimscript or Emacs Lisp for editor customization
- you need integrated debuggers (pdb, delve, gdb, node inspect) in a lightweight editor
When to avoid
- you need a polished, mainstream editor with a large ecosystem
- you require LSP support and modern IDE features out of the box
- you want a terminal-only editor without GUI dependencies
Facets
application · maturity maintenance
editor plugin-system cli text-editors developer-tools programming-languages python cross-platform modal-editor vim-like tkinter extensible syntax-highlighting debugger-integration desktop
1 source
- readme: https://github.com/vyapp/vy · fetched 2026-08-28 · 36ac6073c1e0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vyapp/vy | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem