更新v2.3.0,添加合并数据库功能
This commit is contained in:
parent
ca0b442d81
commit
81f7042244
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Executable
|
- name: Build Executable
|
||||||
run: |
|
run: |
|
||||||
pyinstaller --clean --distpath=dist dist/pywxdump.spec
|
pyinstaller --clean --distpath=dist dist/pywxdump.spec
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
|
@ -10,7 +10,7 @@ import time
|
|||||||
from collections import Counter
|
from collections import Counter
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|
||||||
from pywxdump.analyse import parse_xml_string
|
from .db_parsing import parse_xml_string
|
||||||
|
|
||||||
|
|
||||||
def read_msgs(MSG_path, selected_talker=None, start_time=time.time() * 3600 * 24 * 365, end_time=time.time()):
|
def read_msgs(MSG_path, selected_talker=None, start_time=time.time() * 3600 * 24 * 365, end_time=time.time()):
|
||||||
|
@ -9,4 +9,6 @@ pyaudio
|
|||||||
requests
|
requests
|
||||||
pillow
|
pillow
|
||||||
flask
|
flask
|
||||||
pyahocorasick
|
pyahocorasick
|
||||||
|
blackboxprotobuf
|
||||||
|
lz4
|
Loading…
Reference in New Issue
Block a user