Initial Commit

This commit is contained in:
K.H.CHOI 2024-03-26 15:59:17 +09:00
commit a511605d40
21 changed files with 9558 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
Lib/
Scripts/
__pycache__/
*.log
*.log.*
*.xlsx
pyvenv.cfg

665
build/delv/Analysis-00.toc Normal file
View File

@ -0,0 +1,665 @@
(['C:\\py\\per4\\delvfee\\delv.py'],
['C:\\py\\per4\\delvfee'],
[],
['C:\\py\\per4\\Lib\\site-packages\\numpy\\_pyinstaller',
'C:\\py\\per4\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks',
'C:\\py\\per4\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks'],
{},
[],
[],
False,
{},
[],
[],
'3.12.2 (tags/v3.12.2:6abddd9, Feb 6 2024, 21:26:36) [MSC v.1937 64 bit '
'(AMD64)]',
[('pyi_rth_inspect',
'C:\\py\\per4\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
'PYSOURCE'),
('pyi_rth_pyqt5',
'C:\\py\\per4\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pyqt5.py',
'PYSOURCE'),
('pyi_rth_pkgutil',
'C:\\py\\per4\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
'PYSOURCE'),
('delv', 'C:\\py\\per4\\delvfee\\delv.py', 'PYSOURCE')],
[('_pyi_rth_utils',
'C:\\py\\per4\\Lib\\site-packages\\PyInstaller\\fake-modules\\_pyi_rth_utils\\__init__.py',
'PYMODULE'),
('pkgutil', 'C:\\Python312\\Lib\\pkgutil.py', 'PYMODULE'),
('zipimport', 'C:\\Python312\\Lib\\zipimport.py', 'PYMODULE'),
('importlib.readers',
'C:\\Python312\\Lib\\importlib\\readers.py',
'PYMODULE'),
('importlib.resources.readers',
'C:\\Python312\\Lib\\importlib\\resources\\readers.py',
'PYMODULE'),
('importlib.resources._itertools',
'C:\\Python312\\Lib\\importlib\\resources\\_itertools.py',
'PYMODULE'),
('importlib.resources.abc',
'C:\\Python312\\Lib\\importlib\\resources\\abc.py',
'PYMODULE'),
('typing', 'C:\\Python312\\Lib\\typing.py', 'PYMODULE'),
('contextlib', 'C:\\Python312\\Lib\\contextlib.py', 'PYMODULE'),
('importlib.resources',
'C:\\Python312\\Lib\\importlib\\resources\\__init__.py',
'PYMODULE'),
('importlib.resources._legacy',
'C:\\Python312\\Lib\\importlib\\resources\\_legacy.py',
'PYMODULE'),
('importlib.resources._common',
'C:\\Python312\\Lib\\importlib\\resources\\_common.py',
'PYMODULE'),
('importlib.resources._adapters',
'C:\\Python312\\Lib\\importlib\\resources\\_adapters.py',
'PYMODULE'),
('tempfile', 'C:\\Python312\\Lib\\tempfile.py', 'PYMODULE'),
('random', 'C:\\Python312\\Lib\\random.py', 'PYMODULE'),
('statistics', 'C:\\Python312\\Lib\\statistics.py', 'PYMODULE'),
('decimal', 'C:\\Python312\\Lib\\decimal.py', 'PYMODULE'),
('_pydecimal', 'C:\\Python312\\Lib\\_pydecimal.py', 'PYMODULE'),
('contextvars', 'C:\\Python312\\Lib\\contextvars.py', 'PYMODULE'),
('fractions', 'C:\\Python312\\Lib\\fractions.py', 'PYMODULE'),
('numbers', 'C:\\Python312\\Lib\\numbers.py', 'PYMODULE'),
('hashlib', 'C:\\Python312\\Lib\\hashlib.py', 'PYMODULE'),
('logging', 'C:\\Python312\\Lib\\logging\\__init__.py', 'PYMODULE'),
('pickle', 'C:\\Python312\\Lib\\pickle.py', 'PYMODULE'),
('pprint', 'C:\\Python312\\Lib\\pprint.py', 'PYMODULE'),
('dataclasses', 'C:\\Python312\\Lib\\dataclasses.py', 'PYMODULE'),
('copy', 'C:\\Python312\\Lib\\copy.py', 'PYMODULE'),
('_compat_pickle', 'C:\\Python312\\Lib\\_compat_pickle.py', 'PYMODULE'),
('struct', 'C:\\Python312\\Lib\\struct.py', 'PYMODULE'),
('threading', 'C:\\Python312\\Lib\\threading.py', 'PYMODULE'),
('_threading_local', 'C:\\Python312\\Lib\\_threading_local.py', 'PYMODULE'),
('string', 'C:\\Python312\\Lib\\string.py', 'PYMODULE'),
('bisect', 'C:\\Python312\\Lib\\bisect.py', 'PYMODULE'),
('shutil', 'C:\\Python312\\Lib\\shutil.py', 'PYMODULE'),
('tarfile', 'C:\\Python312\\Lib\\tarfile.py', 'PYMODULE'),
('argparse', 'C:\\Python312\\Lib\\argparse.py', 'PYMODULE'),
('textwrap', 'C:\\Python312\\Lib\\textwrap.py', 'PYMODULE'),
('gettext', 'C:\\Python312\\Lib\\gettext.py', 'PYMODULE'),
('gzip', 'C:\\Python312\\Lib\\gzip.py', 'PYMODULE'),
('_compression', 'C:\\Python312\\Lib\\_compression.py', 'PYMODULE'),
('lzma', 'C:\\Python312\\Lib\\lzma.py', 'PYMODULE'),
('bz2', 'C:\\Python312\\Lib\\bz2.py', 'PYMODULE'),
('fnmatch', 'C:\\Python312\\Lib\\fnmatch.py', 'PYMODULE'),
('zipfile', 'C:\\Python312\\Lib\\zipfile\\__init__.py', 'PYMODULE'),
('zipfile._path',
'C:\\Python312\\Lib\\zipfile\\_path\\__init__.py',
'PYMODULE'),
('zipfile._path.glob',
'C:\\Python312\\Lib\\zipfile\\_path\\glob.py',
'PYMODULE'),
('py_compile', 'C:\\Python312\\Lib\\py_compile.py', 'PYMODULE'),
('importlib._bootstrap_external',
'C:\\Python312\\Lib\\importlib\\_bootstrap_external.py',
'PYMODULE'),
('importlib.metadata',
'C:\\Python312\\Lib\\importlib\\metadata\\__init__.py',
'PYMODULE'),
('importlib.abc', 'C:\\Python312\\Lib\\importlib\\abc.py', 'PYMODULE'),
('importlib._abc', 'C:\\Python312\\Lib\\importlib\\_abc.py', 'PYMODULE'),
('importlib._bootstrap',
'C:\\Python312\\Lib\\importlib\\_bootstrap.py',
'PYMODULE'),
('importlib.metadata._itertools',
'C:\\Python312\\Lib\\importlib\\metadata\\_itertools.py',
'PYMODULE'),
('importlib.metadata._functools',
'C:\\Python312\\Lib\\importlib\\metadata\\_functools.py',
'PYMODULE'),
('importlib.metadata._collections',
'C:\\Python312\\Lib\\importlib\\metadata\\_collections.py',
'PYMODULE'),
('importlib.metadata._meta',
'C:\\Python312\\Lib\\importlib\\metadata\\_meta.py',
'PYMODULE'),
('importlib.metadata._adapters',
'C:\\Python312\\Lib\\importlib\\metadata\\_adapters.py',
'PYMODULE'),
('importlib.metadata._text',
'C:\\Python312\\Lib\\importlib\\metadata\\_text.py',
'PYMODULE'),
('email.message', 'C:\\Python312\\Lib\\email\\message.py', 'PYMODULE'),
('email.policy', 'C:\\Python312\\Lib\\email\\policy.py', 'PYMODULE'),
('email.contentmanager',
'C:\\Python312\\Lib\\email\\contentmanager.py',
'PYMODULE'),
('email.quoprimime', 'C:\\Python312\\Lib\\email\\quoprimime.py', 'PYMODULE'),
('email.headerregistry',
'C:\\Python312\\Lib\\email\\headerregistry.py',
'PYMODULE'),
('email._header_value_parser',
'C:\\Python312\\Lib\\email\\_header_value_parser.py',
'PYMODULE'),
('urllib', 'C:\\Python312\\Lib\\urllib\\__init__.py', 'PYMODULE'),
('email.iterators', 'C:\\Python312\\Lib\\email\\iterators.py', 'PYMODULE'),
('email.generator', 'C:\\Python312\\Lib\\email\\generator.py', 'PYMODULE'),
('email._encoded_words',
'C:\\Python312\\Lib\\email\\_encoded_words.py',
'PYMODULE'),
('base64', 'C:\\Python312\\Lib\\base64.py', 'PYMODULE'),
('getopt', 'C:\\Python312\\Lib\\getopt.py', 'PYMODULE'),
('email.charset', 'C:\\Python312\\Lib\\email\\charset.py', 'PYMODULE'),
('email.encoders', 'C:\\Python312\\Lib\\email\\encoders.py', 'PYMODULE'),
('email.base64mime', 'C:\\Python312\\Lib\\email\\base64mime.py', 'PYMODULE'),
('email._policybase',
'C:\\Python312\\Lib\\email\\_policybase.py',
'PYMODULE'),
('email.header', 'C:\\Python312\\Lib\\email\\header.py', 'PYMODULE'),
('email.errors', 'C:\\Python312\\Lib\\email\\errors.py', 'PYMODULE'),
('email.utils', 'C:\\Python312\\Lib\\email\\utils.py', 'PYMODULE'),
('email._parseaddr', 'C:\\Python312\\Lib\\email\\_parseaddr.py', 'PYMODULE'),
('calendar', 'C:\\Python312\\Lib\\calendar.py', 'PYMODULE'),
('urllib.parse', 'C:\\Python312\\Lib\\urllib\\parse.py', 'PYMODULE'),
('ipaddress', 'C:\\Python312\\Lib\\ipaddress.py', 'PYMODULE'),
('datetime', 'C:\\Python312\\Lib\\datetime.py', 'PYMODULE'),
('_pydatetime', 'C:\\Python312\\Lib\\_pydatetime.py', 'PYMODULE'),
('_strptime', 'C:\\Python312\\Lib\\_strptime.py', 'PYMODULE'),
('socket', 'C:\\Python312\\Lib\\socket.py', 'PYMODULE'),
('selectors', 'C:\\Python312\\Lib\\selectors.py', 'PYMODULE'),
('quopri', 'C:\\Python312\\Lib\\quopri.py', 'PYMODULE'),
('email', 'C:\\Python312\\Lib\\email\\__init__.py', 'PYMODULE'),
('email.parser', 'C:\\Python312\\Lib\\email\\parser.py', 'PYMODULE'),
('email.feedparser', 'C:\\Python312\\Lib\\email\\feedparser.py', 'PYMODULE'),
('csv', 'C:\\Python312\\Lib\\csv.py', 'PYMODULE'),
('tokenize', 'C:\\Python312\\Lib\\tokenize.py', 'PYMODULE'),
('token', 'C:\\Python312\\Lib\\token.py', 'PYMODULE'),
('inspect', 'C:\\Python312\\Lib\\inspect.py', 'PYMODULE'),
('dis', 'C:\\Python312\\Lib\\dis.py', 'PYMODULE'),
('opcode', 'C:\\Python312\\Lib\\opcode.py', 'PYMODULE'),
('ast', 'C:\\Python312\\Lib\\ast.py', 'PYMODULE'),
('importlib.machinery',
'C:\\Python312\\Lib\\importlib\\machinery.py',
'PYMODULE'),
('importlib.util', 'C:\\Python312\\Lib\\importlib\\util.py', 'PYMODULE'),
('importlib', 'C:\\Python312\\Lib\\importlib\\__init__.py', 'PYMODULE'),
('pathlib', 'C:\\Python312\\Lib\\pathlib.py', 'PYMODULE'),
('stringprep', 'C:\\Python312\\Lib\\stringprep.py', 'PYMODULE'),
('tracemalloc', 'C:\\Python312\\Lib\\tracemalloc.py', 'PYMODULE'),
('_py_abc', 'C:\\Python312\\Lib\\_py_abc.py', 'PYMODULE'),
('subprocess', 'C:\\Python312\\Lib\\subprocess.py', 'PYMODULE'),
('signal', 'C:\\Python312\\Lib\\signal.py', 'PYMODULE'),
('PyQt5', 'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\__init__.py', 'PYMODULE'),
('json', 'C:\\Python312\\Lib\\json\\__init__.py', 'PYMODULE'),
('json.encoder', 'C:\\Python312\\Lib\\json\\encoder.py', 'PYMODULE'),
('json.decoder', 'C:\\Python312\\Lib\\json\\decoder.py', 'PYMODULE'),
('json.scanner', 'C:\\Python312\\Lib\\json\\scanner.py', 'PYMODULE')],
[('python312.dll', 'C:\\Python312\\python312.dll', 'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qico.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qico.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qgif.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qgif.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\platforms\\qwebgl.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qwebgl.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qjpeg.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qjpeg.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qwbmp.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qwbmp.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\platforms\\qoffscreen.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qoffscreen.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qsvg.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qsvg.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qicns.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qicns.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\generic\\qtuiotouchplugin.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\generic\\qtuiotouchplugin.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\platforms\\qwindows.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qwindows.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qwebp.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qwebp.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\platformthemes\\qxdgdesktopportal.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platformthemes\\qxdgdesktopportal.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\platforms\\qminimal.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qminimal.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\iconengines\\qsvgicon.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\iconengines\\qsvgicon.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qtiff.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qtiff.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qtga.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qtga.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\opengl32sw.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\opengl32sw.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\d3dcompiler_47.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\d3dcompiler_47.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\libEGL.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libEGL.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\libGLESv2.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libGLESv2.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\styles\\qwindowsvistastyle.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\styles\\qwindowsvistastyle.dll',
'BINARY'),
('_decimal.pyd', 'C:\\Python312\\DLLs\\_decimal.pyd', 'EXTENSION'),
('_hashlib.pyd', 'C:\\Python312\\DLLs\\_hashlib.pyd', 'EXTENSION'),
('_lzma.pyd', 'C:\\Python312\\DLLs\\_lzma.pyd', 'EXTENSION'),
('_bz2.pyd', 'C:\\Python312\\DLLs\\_bz2.pyd', 'EXTENSION'),
('unicodedata.pyd', 'C:\\Python312\\DLLs\\unicodedata.pyd', 'EXTENSION'),
('select.pyd', 'C:\\Python312\\DLLs\\select.pyd', 'EXTENSION'),
('_socket.pyd', 'C:\\Python312\\DLLs\\_socket.pyd', 'EXTENSION'),
('PyQt5\\QtGui.pyd',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\QtGui.pyd',
'EXTENSION'),
('PyQt5\\QtCore.pyd',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\QtCore.pyd',
'EXTENSION'),
('PyQt5\\sip.cp312-win_amd64.pyd',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\sip.cp312-win_amd64.pyd',
'EXTENSION'),
('PyQt5\\QtWidgets.pyd',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\QtWidgets.pyd',
'EXTENSION'),
('api-ms-win-crt-runtime-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-runtime-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-locale-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-locale-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-time-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-time-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-convert-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-convert-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-math-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-math-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-environment-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-environment-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-filesystem-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-filesystem-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-conio-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-conio-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-string-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-string-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-process-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-process-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-stdio-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-stdio-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-heap-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-heap-l1-1-0.dll',
'BINARY'),
('VCRUNTIME140.dll', 'C:\\Python312\\VCRUNTIME140.dll', 'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Core.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Gui.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\MSVCP140.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5WebSockets.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5WebSockets.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Network.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Quick.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Quick.dll',
'BINARY'),
('api-ms-win-crt-utility-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-utility-l1-1-0.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Svg.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Svg.dll',
'BINARY'),
('VCRUNTIME140_1.dll', 'C:\\Python312\\VCRUNTIME140_1.dll', 'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5DBus.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5DBus.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\VCRUNTIME140.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME140.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\VCRUNTIME140_1.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME140_1.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Widgets.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Widgets.dll',
'BINARY'),
('libcrypto-3.dll', 'C:\\Python312\\DLLs\\libcrypto-3.dll', 'BINARY'),
('python3.dll', 'C:\\Python312\\python3.dll', 'BINARY'),
('ucrtbase.dll', 'C:\\windows\\system32\\ucrtbase.dll', 'BINARY'),
('PyQt5\\Qt5\\bin\\MSVCP140_1.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140_1.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Qml.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Qml.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5QmlModels.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5QmlModels.dll',
'BINARY'),
('api-ms-win-core-profile-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-profile-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-console-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-console-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-debug-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-debug-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-processthreads-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-processthreads-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-memory-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-memory-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-util-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-util-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-namedpipe-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-namedpipe-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-synch-l1-2-0.dll',
'C:\\windows\\system32\\api-ms-win-core-synch-l1-2-0.dll',
'BINARY'),
('api-ms-win-core-rtlsupport-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-rtlsupport-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-fibers-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-fibers-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-heap-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-heap-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-localization-l1-2-0.dll',
'C:\\windows\\system32\\api-ms-win-core-localization-l1-2-0.dll',
'BINARY'),
('api-ms-win-core-file-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-file-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-string-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-string-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-processenvironment-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-processenvironment-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-errorhandling-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-errorhandling-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-timezone-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-timezone-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-handle-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-handle-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-datetime-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-datetime-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-processthreads-l1-1-1.dll',
'C:\\windows\\system32\\api-ms-win-core-processthreads-l1-1-1.dll',
'BINARY'),
('api-ms-win-core-synch-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-synch-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-interlocked-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-interlocked-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-file-l1-2-0.dll',
'C:\\windows\\system32\\api-ms-win-core-file-l1-2-0.dll',
'BINARY'),
('api-ms-win-core-libraryloader-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-libraryloader-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-file-l2-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-file-l2-1-0.dll',
'BINARY'),
('api-ms-win-core-sysinfo-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-sysinfo-l1-1-0.dll',
'BINARY')],
[],
[],
[('base_library.zip',
'C:\\py\\per4\\delvfee\\build\\delv\\base_library.zip',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_he.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_he.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_sk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_sk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_ca.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ca.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_pt.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_pt.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_ru.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ru.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_bg.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_bg.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_sl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_zh_TW.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_zh_TW.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_uk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_uk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_cs.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_cs.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_it.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_it.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_en.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_en.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_it.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_it.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_en.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_en.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_hu.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_hu.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_en.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_en.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_ko.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ko.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_ru.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ru.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_ar.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ar.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_gl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_gl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_fi.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_fi.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_ar.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ar.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_lt.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_lt.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_tr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_tr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_fa.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fa.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_ru.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ru.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_da.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_da.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_ko.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ko.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_bg.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_bg.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_sk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_sk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_zh_CN.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_zh_CN.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_ja.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ja.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_bg.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_bg.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_ca.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ca.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_ko.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ko.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_it.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_it.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_zh_TW.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_zh_TW.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_da.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_da.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_sv.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sv.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_de.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_de.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_pl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_pl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_es.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_es.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_he.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_he.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_lv.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_lv.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_pl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_pl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_hu.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_hu.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_gd.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_gd.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_cs.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_cs.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_fr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_fr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_gd.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_gd.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_fr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_sk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_pl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_pl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_ja.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ja.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_ar.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ar.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_uk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_uk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_ca.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ca.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_fi.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fi.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_de.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_de.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_gl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_gl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_ja.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ja.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_uk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_uk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_lv.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_lv.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_zh_CN.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_zh_CN.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_de.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_de.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_tr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_tr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_hu.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_hu.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_tr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_tr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_zh_TW.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_zh_TW.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_sl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_sl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_cs.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_cs.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_fr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_fr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_da.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_da.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_es.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_es.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_es.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_es.qm',
'DATA')])

545
build/delv/EXE-00.toc Normal file
View File

@ -0,0 +1,545 @@
('C:\\py\\per4\\delvfee\\dist\\delv.exe',
False,
False,
False,
'C:\\py\\per4\\Lib\\site-packages\\PyInstaller\\bootloader\\images\\icon-windowed.ico',
None,
False,
False,
b'<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\n<assembly xmlns='
b'"urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">\n <trustInfo x'
b'mlns="urn:schemas-microsoft-com:asm.v3">\n <security>\n <requested'
b'Privileges>\n <requestedExecutionLevel level="asInvoker" uiAccess='
b'"false"/>\n </requestedPrivileges>\n </security>\n </trustInfo>\n '
b'<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">\n <'
b'application>\n <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f'
b'0}"/>\n <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>\n '
b' <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>\n <s'
b'upportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>\n <supporte'
b'dOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>\n </application>\n <'
b'/compatibility>\n <application xmlns="urn:schemas-microsoft-com:asm.v3">'
b'\n <windowsSettings>\n <longPathAware xmlns="http://schemas.micros'
b'oft.com/SMI/2016/WindowsSettings">true</longPathAware>\n </windowsSett'
b'ings>\n </application>\n <dependency>\n <dependentAssembly>\n <ass'
b'emblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version='
b'"6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" langua'
b'ge="*"/>\n </dependentAssembly>\n </dependency>\n</assembly>',
True,
False,
None,
None,
None,
'C:\\py\\per4\\delvfee\\build\\delv\\delv.pkg',
[('pyi-contents-directory _internal', '', 'OPTION'),
('PYZ-00.pyz', 'C:\\py\\per4\\delvfee\\build\\delv\\PYZ-00.pyz', 'PYZ'),
('struct',
'C:\\py\\per4\\delvfee\\build\\delv\\localpycs\\struct.pyc',
'PYMODULE'),
('pyimod01_archive',
'C:\\py\\per4\\delvfee\\build\\delv\\localpycs\\pyimod01_archive.pyc',
'PYMODULE'),
('pyimod02_importers',
'C:\\py\\per4\\delvfee\\build\\delv\\localpycs\\pyimod02_importers.pyc',
'PYMODULE'),
('pyimod03_ctypes',
'C:\\py\\per4\\delvfee\\build\\delv\\localpycs\\pyimod03_ctypes.pyc',
'PYMODULE'),
('pyimod04_pywin32',
'C:\\py\\per4\\delvfee\\build\\delv\\localpycs\\pyimod04_pywin32.pyc',
'PYMODULE'),
('pyiboot01_bootstrap',
'C:\\py\\per4\\Lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
'PYSOURCE'),
('pyi_rth_inspect',
'C:\\py\\per4\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
'PYSOURCE'),
('pyi_rth_pyqt5',
'C:\\py\\per4\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pyqt5.py',
'PYSOURCE'),
('pyi_rth_pkgutil',
'C:\\py\\per4\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
'PYSOURCE'),
('delv', 'C:\\py\\per4\\delvfee\\delv.py', 'PYSOURCE'),
('python312.dll', 'C:\\Python312\\python312.dll', 'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qico.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qico.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qgif.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qgif.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\platforms\\qwebgl.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qwebgl.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qjpeg.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qjpeg.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qwbmp.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qwbmp.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\platforms\\qoffscreen.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qoffscreen.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qsvg.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qsvg.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qicns.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qicns.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\generic\\qtuiotouchplugin.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\generic\\qtuiotouchplugin.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\platforms\\qwindows.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qwindows.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qwebp.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qwebp.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\platformthemes\\qxdgdesktopportal.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platformthemes\\qxdgdesktopportal.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\platforms\\qminimal.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qminimal.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\iconengines\\qsvgicon.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\iconengines\\qsvgicon.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qtiff.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qtiff.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qtga.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qtga.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\opengl32sw.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\opengl32sw.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\d3dcompiler_47.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\d3dcompiler_47.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\libEGL.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libEGL.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\libGLESv2.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libGLESv2.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\styles\\qwindowsvistastyle.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\styles\\qwindowsvistastyle.dll',
'BINARY'),
('_decimal.pyd', 'C:\\Python312\\DLLs\\_decimal.pyd', 'EXTENSION'),
('_hashlib.pyd', 'C:\\Python312\\DLLs\\_hashlib.pyd', 'EXTENSION'),
('_lzma.pyd', 'C:\\Python312\\DLLs\\_lzma.pyd', 'EXTENSION'),
('_bz2.pyd', 'C:\\Python312\\DLLs\\_bz2.pyd', 'EXTENSION'),
('unicodedata.pyd', 'C:\\Python312\\DLLs\\unicodedata.pyd', 'EXTENSION'),
('select.pyd', 'C:\\Python312\\DLLs\\select.pyd', 'EXTENSION'),
('_socket.pyd', 'C:\\Python312\\DLLs\\_socket.pyd', 'EXTENSION'),
('PyQt5\\QtGui.pyd',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\QtGui.pyd',
'EXTENSION'),
('PyQt5\\QtCore.pyd',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\QtCore.pyd',
'EXTENSION'),
('PyQt5\\sip.cp312-win_amd64.pyd',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\sip.cp312-win_amd64.pyd',
'EXTENSION'),
('PyQt5\\QtWidgets.pyd',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\QtWidgets.pyd',
'EXTENSION'),
('api-ms-win-crt-runtime-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-runtime-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-locale-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-locale-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-time-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-time-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-convert-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-convert-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-math-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-math-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-environment-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-environment-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-filesystem-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-filesystem-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-conio-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-conio-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-string-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-string-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-process-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-process-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-stdio-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-stdio-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-heap-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-heap-l1-1-0.dll',
'BINARY'),
('VCRUNTIME140.dll', 'C:\\Python312\\VCRUNTIME140.dll', 'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Core.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Gui.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\MSVCP140.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5WebSockets.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5WebSockets.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Network.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Quick.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Quick.dll',
'BINARY'),
('api-ms-win-crt-utility-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-utility-l1-1-0.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Svg.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Svg.dll',
'BINARY'),
('VCRUNTIME140_1.dll', 'C:\\Python312\\VCRUNTIME140_1.dll', 'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5DBus.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5DBus.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\VCRUNTIME140.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME140.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\VCRUNTIME140_1.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME140_1.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Widgets.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Widgets.dll',
'BINARY'),
('libcrypto-3.dll', 'C:\\Python312\\DLLs\\libcrypto-3.dll', 'BINARY'),
('python3.dll', 'C:\\Python312\\python3.dll', 'BINARY'),
('ucrtbase.dll', 'C:\\windows\\system32\\ucrtbase.dll', 'BINARY'),
('PyQt5\\Qt5\\bin\\MSVCP140_1.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140_1.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Qml.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Qml.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5QmlModels.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5QmlModels.dll',
'BINARY'),
('api-ms-win-core-profile-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-profile-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-console-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-console-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-debug-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-debug-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-processthreads-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-processthreads-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-memory-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-memory-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-util-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-util-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-namedpipe-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-namedpipe-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-synch-l1-2-0.dll',
'C:\\windows\\system32\\api-ms-win-core-synch-l1-2-0.dll',
'BINARY'),
('api-ms-win-core-rtlsupport-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-rtlsupport-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-fibers-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-fibers-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-heap-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-heap-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-localization-l1-2-0.dll',
'C:\\windows\\system32\\api-ms-win-core-localization-l1-2-0.dll',
'BINARY'),
('api-ms-win-core-file-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-file-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-string-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-string-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-processenvironment-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-processenvironment-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-errorhandling-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-errorhandling-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-timezone-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-timezone-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-handle-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-handle-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-datetime-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-datetime-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-processthreads-l1-1-1.dll',
'C:\\windows\\system32\\api-ms-win-core-processthreads-l1-1-1.dll',
'BINARY'),
('api-ms-win-core-synch-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-synch-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-interlocked-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-interlocked-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-file-l1-2-0.dll',
'C:\\windows\\system32\\api-ms-win-core-file-l1-2-0.dll',
'BINARY'),
('api-ms-win-core-libraryloader-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-libraryloader-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-file-l2-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-file-l2-1-0.dll',
'BINARY'),
('api-ms-win-core-sysinfo-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-sysinfo-l1-1-0.dll',
'BINARY'),
('base_library.zip',
'C:\\py\\per4\\delvfee\\build\\delv\\base_library.zip',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_he.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_he.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_sk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_sk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_ca.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ca.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_pt.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_pt.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_ru.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ru.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_bg.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_bg.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_sl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_zh_TW.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_zh_TW.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_uk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_uk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_cs.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_cs.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_it.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_it.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_en.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_en.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_it.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_it.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_en.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_en.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_hu.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_hu.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_en.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_en.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_ko.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ko.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_ru.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ru.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_ar.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ar.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_gl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_gl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_fi.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_fi.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_ar.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ar.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_lt.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_lt.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_tr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_tr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_fa.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fa.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_ru.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ru.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_da.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_da.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_ko.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ko.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_bg.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_bg.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_sk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_sk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_zh_CN.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_zh_CN.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_ja.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ja.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_bg.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_bg.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_ca.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ca.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_ko.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ko.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_it.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_it.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_zh_TW.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_zh_TW.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_da.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_da.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_sv.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sv.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_de.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_de.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_pl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_pl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_es.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_es.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_he.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_he.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_lv.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_lv.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_pl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_pl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_hu.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_hu.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_gd.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_gd.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_cs.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_cs.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_fr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_fr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_gd.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_gd.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_fr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_sk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_pl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_pl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_ja.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ja.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_ar.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ar.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_uk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_uk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_ca.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ca.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_fi.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fi.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_de.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_de.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_gl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_gl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_ja.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ja.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_uk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_uk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_lv.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_lv.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_zh_CN.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_zh_CN.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_de.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_de.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_tr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_tr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_hu.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_hu.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_tr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_tr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_zh_TW.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_zh_TW.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_sl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_sl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_cs.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_cs.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_fr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_fr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_da.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_da.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_es.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_es.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_es.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_es.qm',
'DATA')],
[],
False,
False,
1709970636,
[('runw.exe',
'C:\\py\\per4\\Lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit-intel\\runw.exe',
'EXECUTABLE')],
'C:\\Python312\\python312.dll')

523
build/delv/PKG-00.toc Normal file
View File

@ -0,0 +1,523 @@
('C:\\py\\per4\\delvfee\\build\\delv\\delv.pkg',
{'BINARY': True,
'DATA': True,
'EXECUTABLE': True,
'EXTENSION': True,
'PYMODULE': True,
'PYSOURCE': True,
'PYZ': False,
'SPLASH': True,
'SYMLINK': False},
[('pyi-contents-directory _internal', '', 'OPTION'),
('PYZ-00.pyz', 'C:\\py\\per4\\delvfee\\build\\delv\\PYZ-00.pyz', 'PYZ'),
('struct',
'C:\\py\\per4\\delvfee\\build\\delv\\localpycs\\struct.pyc',
'PYMODULE'),
('pyimod01_archive',
'C:\\py\\per4\\delvfee\\build\\delv\\localpycs\\pyimod01_archive.pyc',
'PYMODULE'),
('pyimod02_importers',
'C:\\py\\per4\\delvfee\\build\\delv\\localpycs\\pyimod02_importers.pyc',
'PYMODULE'),
('pyimod03_ctypes',
'C:\\py\\per4\\delvfee\\build\\delv\\localpycs\\pyimod03_ctypes.pyc',
'PYMODULE'),
('pyimod04_pywin32',
'C:\\py\\per4\\delvfee\\build\\delv\\localpycs\\pyimod04_pywin32.pyc',
'PYMODULE'),
('pyiboot01_bootstrap',
'C:\\py\\per4\\Lib\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
'PYSOURCE'),
('pyi_rth_inspect',
'C:\\py\\per4\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py',
'PYSOURCE'),
('pyi_rth_pyqt5',
'C:\\py\\per4\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pyqt5.py',
'PYSOURCE'),
('pyi_rth_pkgutil',
'C:\\py\\per4\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py',
'PYSOURCE'),
('delv', 'C:\\py\\per4\\delvfee\\delv.py', 'PYSOURCE'),
('python312.dll', 'C:\\Python312\\python312.dll', 'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qico.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qico.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qgif.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qgif.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\platforms\\qwebgl.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qwebgl.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qjpeg.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qjpeg.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qwbmp.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qwbmp.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\platforms\\qoffscreen.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qoffscreen.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qsvg.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qsvg.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qicns.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qicns.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\generic\\qtuiotouchplugin.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\generic\\qtuiotouchplugin.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\platforms\\qwindows.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qwindows.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qwebp.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qwebp.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\platformthemes\\qxdgdesktopportal.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platformthemes\\qxdgdesktopportal.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\platforms\\qminimal.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\platforms\\qminimal.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\iconengines\\qsvgicon.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\iconengines\\qsvgicon.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qtiff.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qtiff.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\imageformats\\qtga.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\imageformats\\qtga.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\opengl32sw.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\opengl32sw.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\d3dcompiler_47.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\d3dcompiler_47.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\libEGL.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libEGL.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\libGLESv2.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\libGLESv2.dll',
'BINARY'),
('PyQt5\\Qt5\\plugins\\styles\\qwindowsvistastyle.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\plugins\\styles\\qwindowsvistastyle.dll',
'BINARY'),
('_decimal.pyd', 'C:\\Python312\\DLLs\\_decimal.pyd', 'EXTENSION'),
('_hashlib.pyd', 'C:\\Python312\\DLLs\\_hashlib.pyd', 'EXTENSION'),
('_lzma.pyd', 'C:\\Python312\\DLLs\\_lzma.pyd', 'EXTENSION'),
('_bz2.pyd', 'C:\\Python312\\DLLs\\_bz2.pyd', 'EXTENSION'),
('unicodedata.pyd', 'C:\\Python312\\DLLs\\unicodedata.pyd', 'EXTENSION'),
('select.pyd', 'C:\\Python312\\DLLs\\select.pyd', 'EXTENSION'),
('_socket.pyd', 'C:\\Python312\\DLLs\\_socket.pyd', 'EXTENSION'),
('PyQt5\\QtGui.pyd',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\QtGui.pyd',
'EXTENSION'),
('PyQt5\\QtCore.pyd',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\QtCore.pyd',
'EXTENSION'),
('PyQt5\\sip.cp312-win_amd64.pyd',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\sip.cp312-win_amd64.pyd',
'EXTENSION'),
('PyQt5\\QtWidgets.pyd',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\QtWidgets.pyd',
'EXTENSION'),
('api-ms-win-crt-runtime-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-runtime-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-locale-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-locale-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-time-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-time-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-convert-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-convert-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-math-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-math-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-environment-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-environment-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-filesystem-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-filesystem-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-conio-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-conio-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-string-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-string-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-process-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-process-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-stdio-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-stdio-l1-1-0.dll',
'BINARY'),
('api-ms-win-crt-heap-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-heap-l1-1-0.dll',
'BINARY'),
('VCRUNTIME140.dll', 'C:\\Python312\\VCRUNTIME140.dll', 'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Core.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Core.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Gui.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Gui.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\MSVCP140.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5WebSockets.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5WebSockets.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Network.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Network.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Quick.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Quick.dll',
'BINARY'),
('api-ms-win-crt-utility-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-crt-utility-l1-1-0.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Svg.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Svg.dll',
'BINARY'),
('VCRUNTIME140_1.dll', 'C:\\Python312\\VCRUNTIME140_1.dll', 'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5DBus.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5DBus.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\VCRUNTIME140.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME140.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\VCRUNTIME140_1.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\VCRUNTIME140_1.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Widgets.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Widgets.dll',
'BINARY'),
('libcrypto-3.dll', 'C:\\Python312\\DLLs\\libcrypto-3.dll', 'BINARY'),
('python3.dll', 'C:\\Python312\\python3.dll', 'BINARY'),
('ucrtbase.dll', 'C:\\windows\\system32\\ucrtbase.dll', 'BINARY'),
('PyQt5\\Qt5\\bin\\MSVCP140_1.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\MSVCP140_1.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5Qml.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5Qml.dll',
'BINARY'),
('PyQt5\\Qt5\\bin\\Qt5QmlModels.dll',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\bin\\Qt5QmlModels.dll',
'BINARY'),
('api-ms-win-core-profile-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-profile-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-console-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-console-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-debug-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-debug-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-processthreads-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-processthreads-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-memory-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-memory-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-util-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-util-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-namedpipe-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-namedpipe-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-synch-l1-2-0.dll',
'C:\\windows\\system32\\api-ms-win-core-synch-l1-2-0.dll',
'BINARY'),
('api-ms-win-core-rtlsupport-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-rtlsupport-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-fibers-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-fibers-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-heap-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-heap-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-localization-l1-2-0.dll',
'C:\\windows\\system32\\api-ms-win-core-localization-l1-2-0.dll',
'BINARY'),
('api-ms-win-core-file-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-file-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-string-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-string-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-processenvironment-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-processenvironment-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-errorhandling-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-errorhandling-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-timezone-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-timezone-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-handle-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-handle-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-datetime-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-datetime-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-processthreads-l1-1-1.dll',
'C:\\windows\\system32\\api-ms-win-core-processthreads-l1-1-1.dll',
'BINARY'),
('api-ms-win-core-synch-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-synch-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-interlocked-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-interlocked-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-file-l1-2-0.dll',
'C:\\windows\\system32\\api-ms-win-core-file-l1-2-0.dll',
'BINARY'),
('api-ms-win-core-libraryloader-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-libraryloader-l1-1-0.dll',
'BINARY'),
('api-ms-win-core-file-l2-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-file-l2-1-0.dll',
'BINARY'),
('api-ms-win-core-sysinfo-l1-1-0.dll',
'C:\\windows\\system32\\api-ms-win-core-sysinfo-l1-1-0.dll',
'BINARY'),
('base_library.zip',
'C:\\py\\per4\\delvfee\\build\\delv\\base_library.zip',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_he.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_he.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_sk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_sk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_ca.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ca.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_pt.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_pt.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_ru.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ru.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_bg.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_bg.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_sl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_zh_TW.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_zh_TW.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_uk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_uk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_cs.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_cs.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_it.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_it.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_en.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_en.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_it.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_it.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_en.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_en.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_hu.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_hu.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_en.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_en.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_ko.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ko.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_ru.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ru.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_ar.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ar.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_gl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_gl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_fi.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_fi.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_ar.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ar.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_lt.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_lt.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_tr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_tr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_fa.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fa.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_ru.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ru.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_da.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_da.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_ko.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ko.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_bg.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_bg.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_sk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_sk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_zh_CN.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_zh_CN.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_ja.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_ja.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_bg.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_bg.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_ca.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ca.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_ko.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ko.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_it.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_it.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_zh_TW.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_zh_TW.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_da.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_da.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_sv.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sv.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_de.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_de.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_pl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_pl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_es.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_es.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_he.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_he.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_lv.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_lv.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_pl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_pl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_hu.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_hu.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_gd.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_gd.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_cs.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_cs.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_fr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_fr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_gd.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_gd.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_fr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_sk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_sk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_pl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_pl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_ja.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_ja.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_ar.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ar.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_uk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_uk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_ca.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ca.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_fi.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_fi.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_de.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_de.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_gl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_gl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_ja.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_ja.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_uk.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_uk.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_lv.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_lv.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_zh_CN.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_zh_CN.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_de.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_de.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_tr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_tr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_hu.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_hu.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_tr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_tr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_zh_TW.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_zh_TW.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_sl.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_sl.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_cs.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_cs.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qtbase_fr.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qtbase_fr.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_da.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_da.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_help_es.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_help_es.qm',
'DATA'),
('PyQt5\\Qt5\\translations\\qt_es.qm',
'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\Qt5\\translations\\qt_es.qm',
'DATA')],
'python312.dll',
False,
False,
False,
[],
None,
None,
None)

BIN
build/delv/PYZ-00.pyz Normal file

Binary file not shown.

163
build/delv/PYZ-00.toc Normal file
View File

@ -0,0 +1,163 @@
('C:\\py\\per4\\delvfee\\build\\delv\\PYZ-00.pyz',
[('PyQt5', 'C:\\py\\per4\\Lib\\site-packages\\PyQt5\\__init__.py', 'PYMODULE'),
('_compat_pickle', 'C:\\Python312\\Lib\\_compat_pickle.py', 'PYMODULE'),
('_compression', 'C:\\Python312\\Lib\\_compression.py', 'PYMODULE'),
('_py_abc', 'C:\\Python312\\Lib\\_py_abc.py', 'PYMODULE'),
('_pydatetime', 'C:\\Python312\\Lib\\_pydatetime.py', 'PYMODULE'),
('_pydecimal', 'C:\\Python312\\Lib\\_pydecimal.py', 'PYMODULE'),
('_pyi_rth_utils',
'C:\\py\\per4\\Lib\\site-packages\\PyInstaller\\fake-modules\\_pyi_rth_utils\\__init__.py',
'PYMODULE'),
('_strptime', 'C:\\Python312\\Lib\\_strptime.py', 'PYMODULE'),
('_threading_local', 'C:\\Python312\\Lib\\_threading_local.py', 'PYMODULE'),
('argparse', 'C:\\Python312\\Lib\\argparse.py', 'PYMODULE'),
('ast', 'C:\\Python312\\Lib\\ast.py', 'PYMODULE'),
('base64', 'C:\\Python312\\Lib\\base64.py', 'PYMODULE'),
('bisect', 'C:\\Python312\\Lib\\bisect.py', 'PYMODULE'),
('bz2', 'C:\\Python312\\Lib\\bz2.py', 'PYMODULE'),
('calendar', 'C:\\Python312\\Lib\\calendar.py', 'PYMODULE'),
('contextlib', 'C:\\Python312\\Lib\\contextlib.py', 'PYMODULE'),
('contextvars', 'C:\\Python312\\Lib\\contextvars.py', 'PYMODULE'),
('copy', 'C:\\Python312\\Lib\\copy.py', 'PYMODULE'),
('csv', 'C:\\Python312\\Lib\\csv.py', 'PYMODULE'),
('dataclasses', 'C:\\Python312\\Lib\\dataclasses.py', 'PYMODULE'),
('datetime', 'C:\\Python312\\Lib\\datetime.py', 'PYMODULE'),
('decimal', 'C:\\Python312\\Lib\\decimal.py', 'PYMODULE'),
('dis', 'C:\\Python312\\Lib\\dis.py', 'PYMODULE'),
('email', 'C:\\Python312\\Lib\\email\\__init__.py', 'PYMODULE'),
('email._encoded_words',
'C:\\Python312\\Lib\\email\\_encoded_words.py',
'PYMODULE'),
('email._header_value_parser',
'C:\\Python312\\Lib\\email\\_header_value_parser.py',
'PYMODULE'),
('email._parseaddr', 'C:\\Python312\\Lib\\email\\_parseaddr.py', 'PYMODULE'),
('email._policybase',
'C:\\Python312\\Lib\\email\\_policybase.py',
'PYMODULE'),
('email.base64mime', 'C:\\Python312\\Lib\\email\\base64mime.py', 'PYMODULE'),
('email.charset', 'C:\\Python312\\Lib\\email\\charset.py', 'PYMODULE'),
('email.contentmanager',
'C:\\Python312\\Lib\\email\\contentmanager.py',
'PYMODULE'),
('email.encoders', 'C:\\Python312\\Lib\\email\\encoders.py', 'PYMODULE'),
('email.errors', 'C:\\Python312\\Lib\\email\\errors.py', 'PYMODULE'),
('email.feedparser', 'C:\\Python312\\Lib\\email\\feedparser.py', 'PYMODULE'),
('email.generator', 'C:\\Python312\\Lib\\email\\generator.py', 'PYMODULE'),
('email.header', 'C:\\Python312\\Lib\\email\\header.py', 'PYMODULE'),
('email.headerregistry',
'C:\\Python312\\Lib\\email\\headerregistry.py',
'PYMODULE'),
('email.iterators', 'C:\\Python312\\Lib\\email\\iterators.py', 'PYMODULE'),
('email.message', 'C:\\Python312\\Lib\\email\\message.py', 'PYMODULE'),
('email.parser', 'C:\\Python312\\Lib\\email\\parser.py', 'PYMODULE'),
('email.policy', 'C:\\Python312\\Lib\\email\\policy.py', 'PYMODULE'),
('email.quoprimime', 'C:\\Python312\\Lib\\email\\quoprimime.py', 'PYMODULE'),
('email.utils', 'C:\\Python312\\Lib\\email\\utils.py', 'PYMODULE'),
('fnmatch', 'C:\\Python312\\Lib\\fnmatch.py', 'PYMODULE'),
('fractions', 'C:\\Python312\\Lib\\fractions.py', 'PYMODULE'),
('getopt', 'C:\\Python312\\Lib\\getopt.py', 'PYMODULE'),
('gettext', 'C:\\Python312\\Lib\\gettext.py', 'PYMODULE'),
('gzip', 'C:\\Python312\\Lib\\gzip.py', 'PYMODULE'),
('hashlib', 'C:\\Python312\\Lib\\hashlib.py', 'PYMODULE'),
('importlib', 'C:\\Python312\\Lib\\importlib\\__init__.py', 'PYMODULE'),
('importlib._abc', 'C:\\Python312\\Lib\\importlib\\_abc.py', 'PYMODULE'),
('importlib._bootstrap',
'C:\\Python312\\Lib\\importlib\\_bootstrap.py',
'PYMODULE'),
('importlib._bootstrap_external',
'C:\\Python312\\Lib\\importlib\\_bootstrap_external.py',
'PYMODULE'),
('importlib.abc', 'C:\\Python312\\Lib\\importlib\\abc.py', 'PYMODULE'),
('importlib.machinery',
'C:\\Python312\\Lib\\importlib\\machinery.py',
'PYMODULE'),
('importlib.metadata',
'C:\\Python312\\Lib\\importlib\\metadata\\__init__.py',
'PYMODULE'),
('importlib.metadata._adapters',
'C:\\Python312\\Lib\\importlib\\metadata\\_adapters.py',
'PYMODULE'),
('importlib.metadata._collections',
'C:\\Python312\\Lib\\importlib\\metadata\\_collections.py',
'PYMODULE'),
('importlib.metadata._functools',
'C:\\Python312\\Lib\\importlib\\metadata\\_functools.py',
'PYMODULE'),
('importlib.metadata._itertools',
'C:\\Python312\\Lib\\importlib\\metadata\\_itertools.py',
'PYMODULE'),
('importlib.metadata._meta',
'C:\\Python312\\Lib\\importlib\\metadata\\_meta.py',
'PYMODULE'),
('importlib.metadata._text',
'C:\\Python312\\Lib\\importlib\\metadata\\_text.py',
'PYMODULE'),
('importlib.readers',
'C:\\Python312\\Lib\\importlib\\readers.py',
'PYMODULE'),
('importlib.resources',
'C:\\Python312\\Lib\\importlib\\resources\\__init__.py',
'PYMODULE'),
('importlib.resources._adapters',
'C:\\Python312\\Lib\\importlib\\resources\\_adapters.py',
'PYMODULE'),
('importlib.resources._common',
'C:\\Python312\\Lib\\importlib\\resources\\_common.py',
'PYMODULE'),
('importlib.resources._itertools',
'C:\\Python312\\Lib\\importlib\\resources\\_itertools.py',
'PYMODULE'),
('importlib.resources._legacy',
'C:\\Python312\\Lib\\importlib\\resources\\_legacy.py',
'PYMODULE'),
('importlib.resources.abc',
'C:\\Python312\\Lib\\importlib\\resources\\abc.py',
'PYMODULE'),
('importlib.resources.readers',
'C:\\Python312\\Lib\\importlib\\resources\\readers.py',
'PYMODULE'),
('importlib.util', 'C:\\Python312\\Lib\\importlib\\util.py', 'PYMODULE'),
('inspect', 'C:\\Python312\\Lib\\inspect.py', 'PYMODULE'),
('ipaddress', 'C:\\Python312\\Lib\\ipaddress.py', 'PYMODULE'),
('json', 'C:\\Python312\\Lib\\json\\__init__.py', 'PYMODULE'),
('json.decoder', 'C:\\Python312\\Lib\\json\\decoder.py', 'PYMODULE'),
('json.encoder', 'C:\\Python312\\Lib\\json\\encoder.py', 'PYMODULE'),
('json.scanner', 'C:\\Python312\\Lib\\json\\scanner.py', 'PYMODULE'),
('logging', 'C:\\Python312\\Lib\\logging\\__init__.py', 'PYMODULE'),
('lzma', 'C:\\Python312\\Lib\\lzma.py', 'PYMODULE'),
('numbers', 'C:\\Python312\\Lib\\numbers.py', 'PYMODULE'),
('opcode', 'C:\\Python312\\Lib\\opcode.py', 'PYMODULE'),
('pathlib', 'C:\\Python312\\Lib\\pathlib.py', 'PYMODULE'),
('pickle', 'C:\\Python312\\Lib\\pickle.py', 'PYMODULE'),
('pkgutil', 'C:\\Python312\\Lib\\pkgutil.py', 'PYMODULE'),
('pprint', 'C:\\Python312\\Lib\\pprint.py', 'PYMODULE'),
('py_compile', 'C:\\Python312\\Lib\\py_compile.py', 'PYMODULE'),
('quopri', 'C:\\Python312\\Lib\\quopri.py', 'PYMODULE'),
('random', 'C:\\Python312\\Lib\\random.py', 'PYMODULE'),
('selectors', 'C:\\Python312\\Lib\\selectors.py', 'PYMODULE'),
('shutil', 'C:\\Python312\\Lib\\shutil.py', 'PYMODULE'),
('signal', 'C:\\Python312\\Lib\\signal.py', 'PYMODULE'),
('socket', 'C:\\Python312\\Lib\\socket.py', 'PYMODULE'),
('statistics', 'C:\\Python312\\Lib\\statistics.py', 'PYMODULE'),
('string', 'C:\\Python312\\Lib\\string.py', 'PYMODULE'),
('stringprep', 'C:\\Python312\\Lib\\stringprep.py', 'PYMODULE'),
('subprocess', 'C:\\Python312\\Lib\\subprocess.py', 'PYMODULE'),
('tarfile', 'C:\\Python312\\Lib\\tarfile.py', 'PYMODULE'),
('tempfile', 'C:\\Python312\\Lib\\tempfile.py', 'PYMODULE'),
('textwrap', 'C:\\Python312\\Lib\\textwrap.py', 'PYMODULE'),
('threading', 'C:\\Python312\\Lib\\threading.py', 'PYMODULE'),
('token', 'C:\\Python312\\Lib\\token.py', 'PYMODULE'),
('tokenize', 'C:\\Python312\\Lib\\tokenize.py', 'PYMODULE'),
('tracemalloc', 'C:\\Python312\\Lib\\tracemalloc.py', 'PYMODULE'),
('typing', 'C:\\Python312\\Lib\\typing.py', 'PYMODULE'),
('urllib', 'C:\\Python312\\Lib\\urllib\\__init__.py', 'PYMODULE'),
('urllib.parse', 'C:\\Python312\\Lib\\urllib\\parse.py', 'PYMODULE'),
('zipfile', 'C:\\Python312\\Lib\\zipfile\\__init__.py', 'PYMODULE'),
('zipfile._path',
'C:\\Python312\\Lib\\zipfile\\_path\\__init__.py',
'PYMODULE'),
('zipfile._path.glob',
'C:\\Python312\\Lib\\zipfile\\_path\\glob.py',
'PYMODULE'),
('zipimport', 'C:\\Python312\\Lib\\zipimport.py', 'PYMODULE')])

BIN
build/delv/base_library.zip Normal file

Binary file not shown.

BIN
build/delv/delv.pkg Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

25
build/delv/warn-delv.txt Normal file
View File

@ -0,0 +1,25 @@
This file lists modules PyInstaller was not able to find. This does not
necessarily mean this module is required for running your program. Python and
Python 3rd-party packages include a lot of conditional or optional modules. For
example the module 'ntpath' only exists on Windows, whereas the module
'posixpath' only exists on Posix systems.
Types if import:
* top-level: imported at the top-level - look at these first
* conditional: imported within an if-statement
* delayed: imported within a function
* optional: imported within a try-except-statement
IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
tracking down the missing module yourself. Thanks!
missing module named pyimod02_importers - imported by C:\py\per4\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed)
missing module named pwd - imported by posixpath (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional)
missing module named grp - imported by shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional)
missing module named posix - imported by posixpath (optional), shutil (conditional), importlib._bootstrap_external (conditional), os (conditional, optional)
missing module named resource - imported by posix (top-level)
excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
missing module named _posixsubprocess - imported by subprocess (conditional)
missing module named fcntl - imported by subprocess (optional)

7530
build/delv/xref-delv.html Normal file

File diff suppressed because it is too large Load Diff

1
delivery_fees.json Normal file

File diff suppressed because one or more lines are too long

61
delv.py Normal file
View File

@ -0,0 +1,61 @@
import sys
import json
import locale
from PyQt5.QtWidgets import QApplication, QWidget, QVBoxLayout, QLabel, QDoubleSpinBox
from PyQt5.QtGui import QFont
# 시스템의 로케일을 사용자의 기본 설정으로 초기화
locale.setlocale(locale.LC_ALL, '')
class DeliveryFeeCalculator(QWidget):
def __init__(self):
super().__init__()
self.deliveryFees = [] # 배송비 정보를 저장할 리스트 초기화
self.initUI()
self.loadDeliveryFees()
self.setDefaultValues()
def initUI(self):
self.layout = QVBoxLayout()
self.weightInput = QDoubleSpinBox()
self.weightInput.setMaximum(500) # 최대 무게를 500kg로 설정
self.weightInput.setSingleStep(0.5) # 0.5kg 단위로 설정
self.weightInput.valueChanged.connect(self.updateDeliveryFee) # 값이 변경될 때 이벤트 연결
self.weightInput.setSuffix(" Kg") # Suffix로 " Kg" 추가
font = QFont()
font.setPointSize(12) # 폰트 크기를 12로 설정
font.setBold(True) # 폰트를 진하게 설정
self.weightInput.setFont(font) # QDoubleSpinBox의 폰트 설정
self.deliveryFeeLabel = QLabel('배송비: ')
self.deliveryFeeLabel.setFont(font) # QLabel의 폰트 설정
self.layout.addWidget(self.weightInput)
self.layout.addWidget(self.deliveryFeeLabel)
self.setLayout(self.layout)
self.setWindowTitle('배송비 계산기')
def loadDeliveryFees(self):
with open('delivery_fees.json', 'r') as file:
self.deliveryFees = json.load(file)
def setDefaultValues(self):
self.weightInput.setValue(1.0) # 기본값으로 1kg 설정
self.updateDeliveryFee() # 기본 배송비 표시
def updateDeliveryFee(self):
weight = self.weightInput.value()
fee = '정보 없음'
for item in self.deliveryFees:
if item['weight'] == weight:
fee = locale.format_string("%d", item['fee'], grouping=True) + ""
break
self.deliveryFeeLabel.setText(f'배송비: {fee}')
if __name__ == '__main__':
app = QApplication(sys.argv)
ex = DeliveryFeeCalculator()
ex.show()
sys.exit(app.exec_())

37
delv.spec Normal file
View File

@ -0,0 +1,37 @@
# -*- mode: python ; coding: utf-8 -*-
a = Analysis(
['delv.py'],
pathex=[],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
noarchive=False,
)
pyz = PYZ(a.pure)
exe = EXE(
pyz,
a.scripts,
a.binaries,
a.datas,
[],
name='delv',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
)

1
dist/delivery_fees.json vendored Normal file

File diff suppressed because one or more lines are too long

BIN
dist/delv.exe vendored Normal file

Binary file not shown.

BIN
dist/delv.zip vendored Normal file

Binary file not shown.