Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.71 KB

File metadata and controls

65 lines (45 loc) · 1.71 KB

arithmetic

arithmetic is a Python module that allows mixing arithmetic operations and text. Tk, GTK and wxWidgets based sample editors that use the module are provided as a starting point. A plugin for Vim, a plugin for Zim and a patch for PyRoom editors. Tutorial documents are included, they will quickly show all the features of arithmetic. It is licensed under the Gnu GPL license version 2 or later.

Install

  • Install the current version in the Python Package Index:

    pip install arithmetic
    

    to install the Vim plugin:

    /usr/local/share/arithmetic-<version>/vim-plugin/install.sh
    
  • Install the development version from GitHub:

    git clone https://github.com/ppaez/arithmetic.git
    cd arithmetic
    python setup.py install
    

    to install the Vim plugin:

    vim-plugin/install.sh
    

Old versions

Version Date
0.5 06-Mar-2011
0.4 30-Dec-2010
0.3 22-Aug-2010
0.2 01-Aug-2010
0.1 13-Jul-2010

Document generated on 2026-09-07 at 05:10 CST.