File: README.rst

package info (click to toggle)
python-vdf 4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: python: 1,396; makefile: 48; sh: 11
file content (13 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
.. code:: text

    usage: vdf2json [-h] [-p] [-ei encoding] [-eo encoding] [infile] [outfile]

    positional arguments:
      infile        VDF
      outfile       JSON (utf8)

    optional arguments:
      -h, --help    show this help message and exit
      -p, --pretty  pretty json output
      -ei encoding  input encoding E.g.: utf8, utf-16le, etc
      -eo encoding  output encoding E.g.: utf8, utf-16le, etc