Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 446 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 446 Bytes

PyM

PyM is a visual editor similar to Vi or Vim, but written in, and scriptable in, pure Python.

Installation

PyM is targeted at Python 3. It requires setuptools and can be installed in the usual manner:

$ python setup.py install

Dependencies

Authors