Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

zhpy(1) [debian man page]

zhpy(1) 							   User Commands							   zhpy(1)

NAME
zhpy - the python language in chinese SYNOPSIS
zhpy [-i | -p] input [-o] [output] [-e] [encoding] [-v] ACCEPT OPTIONS
-i --input: speficy the input source -o --output: speficy the output source -p --python: compile to python and run -c --cmp: input raw zhpy source and run -e --encoding: specify the encoding --info: zhpy information -v --verbose: show zhpy progress in detail --tw: convert python to twpy --cn: convert python to cnpy interpreter usage: zhpy [--tw | --cn] $ zhpy input.py (.twpy, .cnpy) [arguments] $ zhpy -i input.py (.twpy, .cnpy) $ zhpy -i input.py -o output.py (.twpy, .cnpy) $ zhpy -p input.py script usage: zhpy [-c] source [-e] [encoding] [-v] converter usage: zhpy [--tw | --cn] input.py [-v] $ zhpy --tw input.py [-v] $ zhpy --cn input.py [-v] HELP
get more information: zhpy --info zhpy 1.7.1 Jan 2008 zhpy(1)

Check Out this Related Man Page

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. --in, -i <input file> The name of the input configuration. --out, -o <output file> The name of the output configuration. --typein, -f <input type> The type of the input file. Can be either 'guess', 'python', 'pickle', 'xml', or 'source'. Default is 'guess'. --typeout, -t <output type> The type of the output file. Can be either 'pickle', 'xml', or 'source'. Default is 'source'. --decrypt, -d Decrypt the specified tap/aos/xml input file. --encrypt, -e Encrypt output file before writing. --version 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 (C) 2000-2008 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 PARTICU- LAR PURPOSE. July 2001 TAPCONVERT(1)
Man Page