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 c26650a990 bulk commit 10 years ago
examples removed unnecessary stuff 14 years ago
include bulk commit 10 years ago
lib bulk commit 10 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 more TODO items 13 years ago
__init__.py Intial flowy commit 14 years ago
aggr_operators.py bulk commit 10 years ago
allen_index.py bulk commit 10 years ago
allen_ops.py bulk commit 10 years ago
custops.py Intial flowy commit 14 years ago
filter.py bulk commit 10 years ago
filter_validator.py bulk commit 10 years ago
flowy.py overwrite input trace file by argument 13 years ago
ft2hdf.py Intial flowy commit 14 years ago
ftreader.py Intial flowy commit 14 years ago
ftreader.pyx bulk commit 10 years ago
grouper.py bulk commit 10 years ago
grouper_validator.py bulk commit 10 years ago
groupfilter.py bulk commit 10 years ago
groupfilter_validator.py bulk commit 10 years ago
merger.py Intial flowy commit 14 years ago
merger_validator.py bulk commit 10 years ago
operators.py Intial flowy commit 14 years ago
options.py Intial flowy commit 14 years ago
parser.py bulk commit 10 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
setup.py bulk commit 10 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 bulk commit 10 years ago
ungrouper.py Intial flowy commit 14 years ago
ungrouper_validator.py bulk commit 10 years ago
validator_common.py bulk commit 10 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