You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
josch d5ba77346e add more traces 14 years ago
examples removed unnecessary stuff 14 years ago
traces add more traces 14 years ago
.gitignore added gitignore for pyc and .swp 14 years ago
README Intial flowy commit 14 years ago
TODO update TODO 14 years ago
__init__.py Intial flowy commit 14 years ago
aggr_operators.py Intial flowy commit 14 years ago
allen_index.py Intial flowy commit 14 years ago
allen_ops.py Intial flowy commit 14 years ago
custops.py Intial flowy commit 14 years ago
filter.py Intial flowy commit 14 years ago
filter_validator.py Intial flowy commit 14 years ago
flowy.py Intial flowy commit 14 years ago
flowy_exec.py Intial flowy commit 14 years ago
ft2hdf.py Intial flowy commit 14 years ago
ftreader.py Intial flowy commit 14 years ago
grouper.py Intial flowy commit 14 years ago
grouper_validator.py Intial flowy commit 14 years ago
groupfilter.py Intial flowy commit 14 years ago
groupfilter_validator.py Intial flowy commit 14 years ago
merger.py Intial flowy commit 14 years ago
merger_validator.py Intial flowy commit 14 years ago
operators.py Intial flowy commit 14 years ago
options.py Intial flowy commit 14 years ago
parser.py Intial flowy commit 14 years ago
print_hdf_in_step.py Intial flowy commit 14 years ago
printhdf.py Intial flowy commit 14 years ago
profiler.py Intial flowy commit 14 years ago
pytables.py Intial flowy commit 14 years ago
record.py Intial flowy commit 14 years ago
splitter.py Intial flowy commit 14 years ago
splitter_validator.py Intial flowy commit 14 years ago
statement.py Intial flowy commit 14 years ago
timeindex.py Intial flowy commit 14 years ago
ungrouper.py Intial flowy commit 14 years ago
ungrouper_validator.py Intial flowy commit 14 years ago
validator_common.py Intial flowy commit 14 years ago

README

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