No description
Find a file
2014-06-26 08:47:04 +02:00
examples removed unnecessary stuff 2010-11-12 16:16:18 +01:00
include bulk commit 2014-06-26 08:47:04 +02:00
lib bulk commit 2014-06-26 08:47:04 +02:00
traces add more traces 2010-11-13 16:38:51 +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 bulk commit 2014-06-26 08:47:04 +02:00
allen_index.py bulk commit 2014-06-26 08:47:04 +02:00
allen_ops.py bulk commit 2014-06-26 08:47:04 +02:00
custops.py Intial flowy commit 2010-11-05 18:57:01 +01:00
filter.py bulk commit 2014-06-26 08:47:04 +02:00
filter_validator.py bulk commit 2014-06-26 08:47:04 +02:00
flowy.py overwrite input trace file by argument 2011-03-18 06:00:05 +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
ftreader.pyx bulk commit 2014-06-26 08:47:04 +02:00
grouper.py bulk commit 2014-06-26 08:47:04 +02:00
grouper_validator.py bulk commit 2014-06-26 08:47:04 +02:00
groupfilter.py bulk commit 2014-06-26 08:47:04 +02:00
groupfilter_validator.py bulk commit 2014-06-26 08:47:04 +02:00
merger.py Intial flowy commit 2010-11-05 18:57:01 +01:00
merger_validator.py bulk commit 2014-06-26 08:47:04 +02: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 bulk commit 2014-06-26 08:47:04 +02: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
setup.py bulk commit 2014-06-26 08:47:04 +02: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
timeindex.py bulk commit 2014-06-26 08:47:04 +02:00
TODO more TODO items 2011-04-17 17:52:57 +02:00
ungrouper.py Intial flowy commit 2010-11-05 18:57:01 +01:00
ungrouper_validator.py bulk commit 2014-06-26 08:47:04 +02:00
validator_common.py bulk commit 2014-06-26 08:47:04 +02: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