1TAPCONVERT(1) TAPCONVERT(1)
2
3
4
6 tapconvert - convert Twisted configurations from one format to another
7
9 tapconvert -i input -o output [-f input-type] [-t output-type] [-d]
10 [-e]
11
12 tapconvert --help
13
15 The --help prints out a usage message to standard output.
16
17 --in, -i <input file>
18 The name of the input configuration.
19
20 --out, -o <output file>
21 The name of the output configuration.
22
23 --typein, -f <input type>
24 The type of the input file. Can be either 'guess', 'python',
25 'pickle', 'xml', or 'source'. Default is 'guess'.
26
27 --typeout, -t <output type>
28 The type of the output file. Can be either 'pickle', 'xml', or
29 'source'. Default is 'source'.
30
31 --decrypt, -d
32 Decrypt input.
33
34 --encrypt, -e
35 Encrypt output.
36
38 Written by Moshe Zadka, based on tapconvert's help messages
39
41 To report a bug, visit http://twistedmatrix.com/bugs/
42
44 Copyright © 2000 Matthew W. Lefkowitz
45 This is free software; see the source for copying conditions. There is
46 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
47 PURPOSE.
48
50 mktap(1)
51
52
53
54 July 2001 TAPCONVERT(1)