No description
Find a file
2010-11-12 16:41:00 +01:00
examples removed unnecessary stuff 2010-11-12 16:16:18 +01:00
traces/2009-10-24 Intial flowy commit 2010-11-05 18:57:01 +01:00
.gitignore added gitignore for pyc and .swp 2010-11-12 16:41:00 +01:00
__init__.py Intial flowy commit 2010-11-05 18:57:01 +01:00
aggr_operators.py Intial flowy commit 2010-11-05 18:57:01 +01:00
allen_index.py Intial flowy commit 2010-11-05 18:57:01 +01:00
allen_ops.py Intial flowy commit 2010-11-05 18:57:01 +01:00
custops.py Intial flowy commit 2010-11-05 18:57:01 +01:00
filter.py Intial flowy commit 2010-11-05 18:57:01 +01:00
filter_validator.py Intial flowy commit 2010-11-05 18:57:01 +01:00
flowy.py Intial flowy commit 2010-11-05 18:57:01 +01:00
flowy_exec.py Intial flowy commit 2010-11-05 18:57:01 +01:00
ft2hdf.py Intial flowy commit 2010-11-05 18:57:01 +01:00
ftreader.py Intial flowy commit 2010-11-05 18:57:01 +01:00
grouper.py Intial flowy commit 2010-11-05 18:57:01 +01:00
grouper_validator.py Intial flowy commit 2010-11-05 18:57:01 +01:00
groupfilter.py Intial flowy commit 2010-11-05 18:57:01 +01:00
groupfilter_validator.py Intial flowy commit 2010-11-05 18:57:01 +01:00
merger.py Intial flowy commit 2010-11-05 18:57:01 +01:00
merger_validator.py Intial flowy commit 2010-11-05 18:57:01 +01:00
operators.py Intial flowy commit 2010-11-05 18:57:01 +01:00
options.py Intial flowy commit 2010-11-05 18:57:01 +01:00
parser.py Intial flowy commit 2010-11-05 18:57:01 +01:00
parsetab.py Intial flowy commit 2010-11-05 18:57:01 +01:00
print_hdf_in_step.py Intial flowy commit 2010-11-05 18:57:01 +01:00
printhdf.py Intial flowy commit 2010-11-05 18:57:01 +01:00
profiler.py Intial flowy commit 2010-11-05 18:57:01 +01:00
pytables.py Intial flowy commit 2010-11-05 18:57:01 +01:00
README Intial flowy commit 2010-11-05 18:57:01 +01:00
record.py Intial flowy commit 2010-11-05 18:57:01 +01:00
splitter.py Intial flowy commit 2010-11-05 18:57:01 +01:00
splitter_validator.py Intial flowy commit 2010-11-05 18:57:01 +01:00
statement.py Intial flowy commit 2010-11-05 18:57:01 +01:00
stats_print.py Intial flowy commit 2010-11-05 18:57:01 +01:00
timeindex.py Intial flowy commit 2010-11-05 18:57:01 +01:00
ungrouper.py Intial flowy commit 2010-11-05 18:57:01 +01:00
ungrouper_validator.py Intial flowy commit 2010-11-05 18:57:01 +01:00
validator_common.py Intial flowy commit 2010-11-05 18:57:01 +01:00

Flowy - Network Flow Analysis Application

Requirements:

Python 2.5 or higher (tested with Python 2.6)
Pytables 2.1 or higher
PLY (Python Lex-Yacc) 2.5 or higher
pyflowtools 3.1 or higher


Usage:

ft2hdf.py - convert flow-tools traces to hdf hdf file
printhdf.py - print flowy hdf file
print_hdf_in_step.py - 	print two or more hdf files printing one record
			from each file at each step
flowy.py - the main flowy program