datadings.commands.cat module

usage: cat.py [-h] [-s MAXSTRING] infile

Cat msgpack files.

Positional arguments

infile File to cat.

options:
-h, --help

show this help message and exit

-s MAXSTRING, --maxstring MAXSTRING

max length of strings

datadings.commands.cat.cat(infile, maxstring)[source]
datadings.commands.cat.entry()[source]
datadings.commands.cat.main()[source]