1. Installation
VimSheet requires Python 3.11 or later.
1.1. Stable Release
Install from PyPI:
$ pip install vimsheet
With full optional dependencies (plotting, HTTP fetch, Excel .xls support):
$ pip install vimsheet[full]
1.2. Development Version
Clone and install from source:
$ git clone https://github.com/vimsheet/vimsheet.git
$ cd vimsheet
$ pip install -e ".[dev]"
1.3. Verify Installation
$ vimsheet --version
VimSheet 0.1.0
$ vimsheet --help
1.4. Dependencies
Package |
Minimum Version |
Purpose |
|---|---|---|
|
0.60.0 |
Terminal UI framework |
|
3.1.0 |
Excel .xlsx read/write |
|
2.0.0 |
Excel .xls read |
|
1.4.0 |
OpenDocument format |
|
5.2.0 |
Terminal charting |
|
2.31.0 |
HTTP data fetching |
|
4.0.0 |
File system watching |