logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pttree - prints a quick overview of the contents of PyTables HDF5 files.

Author

       This manual page was written by Antonio Valentino <antonio.valentino@tiscali.it>.

                                                  May 15, 2013                                         pttree(1)

Description

pttree  is designed to give a quick overview of the contents of a PyTables HDF5 file by printing a depth-
       indented list of nodes, similar to the output of the Unix `tree` function. It can also display the  size,
       shape and compression states of individual nodes, as well as summary information for the whole file.  For
       a more verbose output (including metadata), see `ptdump`.

Name

       pttree - prints a quick overview of the contents of PyTables HDF5 files.

Options

       A summary of options is included below.

       -LMAX_DEPTH,--max-levelMAX_DEPTH
              maximum branch depth of tree to display (-1 == no limit)

       -SSORT_BY,--sort-bySORT_BY
              artificially order nodes, can be either "size", "name" or "none"

       --print-size
              print size of each node/branch

       --no-print-size--print-shape
              print shape of each node

       --no-print-shape--print-compression
              print compression library(level) for each compressed node

       --no-print-compression--print-percent
              print size of each node as a % of the total tree size on disk

       --no-print-percent--use-si-units
              report sizes in SI units (1 MB == 10^6 B)

       --use-binary-units
              report sizes in binary units (1 MiB == 2^20 B)

       -h     Print help on usage.

See Also

ptdump(1).
       These utilities are documented fully by PyTablesuser'smanual.

Synopsis

pttree [ OPTIONS ] filename[:nodepath]

See Also