spreadsheet

A spreadsheet engine implemented in Python.

MIT License

Stars
4

spreadsheet

A spreadsheet engine implemented in Python.

Development

Create and activate a venv:

python -m venv .venv
. .venv/bin/activate  # on Linux
env\Scripts\activate  # on Windows

Install the package and its runtime and test dependencies:

python -m pip install -e .[tests]

Run the tests:

python -m pytest