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 the specified tap/aos/xml input file.
33
34 --encrypt, -e
35 Encrypt output file before writing.
36
37 --version
38 Output version information and exit.
39
41 Written by Moshe Zadka, based on tapconvert's help messages
42
44 To report a bug, visit http://twistedmatrix.com/bugs/
45
47 Copyright © 2000-2008 Twisted Matrix Laboratories.
48 This is free software; see the source for copying conditions. There is
49 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
50 PURPOSE.
51
52
53
54 July 2001 TAPCONVERT(1)