Pytables 2.x - 3.x api transition tool.
pt2to3 [ OPTIONS ] filename
This tool displays to standard out, so it is common to pipe this to another file: $ pt2to3 oldfile.py > newfile.py.
A summary of options is included below.
-r, --reverse
Reverts changes, going from 3.x -> 2.x.
-p, --no-ignore-previous
Ignores previous_api() calls.
-o OUTPUT
Output file to write to..
-i, --inplace
Overwrites the file in-place.
-h
Print help on usage.
These utilities are documented fully by PyTables user's manual.
This manual page was written by Antonio Valentino <[email protected]>.