Scroll to navigation

TAPCONVERT(1) TAPCONVERT(1)

NAME

tapconvert - convert Twisted configurations from one format to another

SYNOPSIS

tapconvert -i input -o output [-f input-type] [-t output-type] [-d] [-e]

tapconvert --help

DESCRIPTION

The --help prints out a usage message to standard output.

The name of the input configuration.
The name of the output configuration.
The type of the input file. Can be either 'guess', 'python', 'pickle', 'xml', or 'source'. Default is 'guess'.
The type of the output file. Can be either 'pickle', 'xml', or 'source'. Default is 'source'.
Decrypt the specified tap/aos/xml input file.
Encrypt output file before writing.
Output version information and exit.

AUTHOR

Written by Moshe Zadka, based on tapconvert's help messages

REPORTING BUGS

To report a bug, visit http://twistedmatrix.com/bugs/

COPYRIGHT

Copyright © 2000-2012 Twisted Matrix Laboratories.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

July 2001