@@ -28,20 +28,20 @@ programmed *strategies*.
28
28
29
29
PyModel provides three main programs:
30
30
31
- - * pma* , PyModel analyzer: generates a finite state machine (FSM)
31
+ - ** pma* * , PyModel analyzer: generates a finite state machine (FSM)
32
32
and computes properties by exploring a model program, FSM, test suite,
33
33
or a product of these. Optionally checks safety properties.
34
34
35
- - * pmg* , PyModel graphics: generates a file of graphic commands from an FSM,
35
+ - ** pmg* * , PyModel graphics: generates a file of graphic commands from an FSM,
36
36
that can be processed by the Graphviz * dot* command to produce graphics
37
37
files in various formats including * svg* , * pdf* , and * ps* .
38
38
39
- - * pmt* , PyModel tester: displays traces, generates tests offline,
39
+ - ** pmt* * , PyModel tester: displays traces, generates tests offline,
40
40
executes offline tests, or generates and executes tests on-the-fly.
41
41
42
42
There is also a fourth program:
43
43
44
- - * pmv* , PyModel viewer: invokes * pma* , * pmg* , and the Graphiz * dot* command
44
+ - ** pmv* * , PyModel viewer: invokes * pma* , * pmg* , and the Graphiz * dot* command
45
45
(to display the graphics generated by * pmg* ). The * pmv* program
46
46
provides brevity and convenience, so analysis and display can be
47
47
accomplished by a single command.
@@ -53,7 +53,7 @@ For more information, read the [notes](notes), peruse the
53
53
PyModel is also available at
54
54
[ PyPI] ( http://pypi.python.org/pypi/PyModel ) .
55
55
56
- PyModel requires Python 2.6 (because it uses * itertools.product* )
56
+ PyModel requires Python 2.6 or higher (because it uses * itertools.product* )
57
57
58
58
PyModel is influenced by [ NModel] ( http://www.codeplex.com/NModel ) , but
59
59
is not a translation or re-implementation.
0 commit comments