Skip to content

Converts google spreadsheets of system calls into sequence diagrams

Notifications You must be signed in to change notification settings

leoken/spreadsheet2seqdiagram

 
 

Repository files navigation

spreadsheet2seqdiagram

Grabs system calls from a google spreadsheet and generates sequence diagrams using http://www.websequencediagrams.com

The format of the spreadsheet is one call per row, using the following columns: Description, Type, Input, Caller, Callee, Result

Installation

git clone git@github.com:tjulien/spreadsheet2seqdiagram.git
cd spreadsheet2seqdiagram
wget http://gdata-python-client.googlecode.com/files/gdata-2.0.7.zip
unzip gdata-2.0.7.zip
cd gdata-2.0.7
./setup.py install

About

Converts google spreadsheets of system calls into sequence diagrams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published