server for ws_sheets


License
MIT
Install
pip install ws-sheets-server==0.4.1b37

Documentation

ws_sheets_server

https://travis-ci.org/chuck1/ws_sheets_server.svg?branch=master Documentation Status

Server program that reads ws_sheets.Book object from storage, executes those objects and returns the results to a client.

Install

pip3 install ws_sheets_server

Test

git clone git@github.com:chuck1/ws_sheets_server
cd ws_sheets_server
pip3 install -r requirements.txt
pip3 install -e .
pytest

Run

ws_sheets_server runserver ws_sheets_server.tests.conf.simple --dev