No description
| examples | ||
| include | ||
| lib | ||
| traces | ||
| .gitignore | ||
| __init__.py | ||
| aggr_operators.py | ||
| allen_index.py | ||
| allen_ops.py | ||
| custops.py | ||
| filter.py | ||
| filter_validator.py | ||
| flowy.py | ||
| ft2hdf.py | ||
| ftreader.py | ||
| ftreader.pyx | ||
| grouper.py | ||
| grouper_validator.py | ||
| groupfilter.py | ||
| groupfilter_validator.py | ||
| merger.py | ||
| merger_validator.py | ||
| operators.py | ||
| options.py | ||
| parser.py | ||
| print_hdf_in_step.py | ||
| printhdf.py | ||
| profiler.py | ||
| pytables.py | ||
| README | ||
| record.py | ||
| setup.py | ||
| splitter.py | ||
| splitter_validator.py | ||
| statement.py | ||
| timeindex.py | ||
| TODO | ||
| ungrouper.py | ||
| ungrouper_validator.py | ||
| validator_common.py | ||
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