Repositories
mainline
-
Cloning this repository:
git clone git://gitorious.org/flow-tools/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/flow-tools/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
pyflowtools
Python bindings to OSU Flow-Tools library more…
This is an interface which allows one to read flows stored by
OSU FlowTools into python program for further analysis.
This is a home for a fork of Robin Sommer' original pyflowtools module.
-
Cloning this repository:
git clone git://gitorious.org/flow-tools/pyflowtools.git pyflowtools cd pyflowtools
Add this repository as a remote to an existing local repository:
git remote add pyflowtools git://gitorious.org/flow-tools/pyflowtools.git git fetch pyflowtools git checkout -b my-local-tracking-branch pyflowtools/master_or_other_branch

