contest_parser

时间:2024-04-15 07:50:34
【文件属性】:

文件名称:contest_parser

文件大小:5KB

文件格式:ZIP

更新时间:2024-04-15 07:50:34

Python

Competition_parser 两个文件: parser.py根据自定义期限分析比赛结果。 将外部日志和截止日期作为输入。 uploader.py将比赛结果上传到Google表格。 将parser.py输出作为输入。 用法示例: $ python3 parser.py -i test/dump.xml -d test/deadlines.txt -o test $ python3 uploader.py -i standings/test.json -n 1 比赛转储文件格式不正确(外部日志)。 截止日期文件包含以下格式的某些行: %m.%d.%y %h:%m:%s[ap]m=X 其中X是此截止日期之前提交的解决方案得分的乘数。 可以查看test/dump.xml和test/deadlines.txt以获取插图。 \ uploader.py需要credentials.


【文件预览】:
contest_parser-main
----README.md(823B)
----test()
--------dump.xml(1KB)
--------deadlines.txt(81B)
----standings()
--------test.json(246B)
----credentials.json(12B)
----uploader.py(3KB)
----parser.py(3KB)

网友评论