blob: 9a3a65ad3867caa68ad54bdbc8fa143dbb10024c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
usage: deal-converter.py [-h] INPUT_FILE [OUTPUT_FILE [OUTPUT_FILE ...]]
Universal converter for bridge deal formats
positional arguments:
INPUT_FILE Input file path
OUTPUT_FILE Output file path(s)
optional arguments:
-h, --help show this help message and exit
--jfr For PBN file, write only JFR DD fields
Supported formats: BER BHG BRI CDS CSV DGE DLM DUP PBN RZD.
Formats are auto-detected based on file extension.
To display deals on STDOUT, provide "-" as an output file name.
To print deals to HTML file, use *.html output file.
Web interface available: https://deal.emkael.info/
|