|
|
|
@ -22,11 +22,11 @@ tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (> |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "certifi" |
|
|
|
|
version = "2021.10.8" |
|
|
|
|
version = "2022.5.18.1" |
|
|
|
|
description = "Python package for providing Mozilla's CA Bundle." |
|
|
|
|
category = "main" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = "*" |
|
|
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "charset-normalizer" |
|
|
|
@ -74,7 +74,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "more-itertools" |
|
|
|
|
version = "8.12.0" |
|
|
|
|
version = "8.13.0" |
|
|
|
|
description = "More routines for operating on iterables, beyond itertools" |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
@ -133,32 +133,40 @@ python-versions = ">=3.6" |
|
|
|
|
diagrams = ["jinja2", "railroad-diagrams"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pyqt5" |
|
|
|
|
version = "5.15.6" |
|
|
|
|
description = "Python bindings for the Qt cross platform application toolkit" |
|
|
|
|
name = "pyside6" |
|
|
|
|
version = "6.3.0" |
|
|
|
|
description = "Python bindings for the Qt cross-platform application and UI framework" |
|
|
|
|
category = "main" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=3.6" |
|
|
|
|
python-versions = "<3.11,>=3.6" |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
PyQt5-Qt5 = ">=5.15.2" |
|
|
|
|
PyQt5-sip = ">=12.8,<13" |
|
|
|
|
PySide6-Addons = "6.3.0" |
|
|
|
|
PySide6-Essentials = "6.3.0" |
|
|
|
|
shiboken6 = "6.3.0" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pyqt5-qt5" |
|
|
|
|
version = "5.15.2" |
|
|
|
|
description = "The subset of a Qt installation needed by PyQt5." |
|
|
|
|
name = "pyside6-addons" |
|
|
|
|
version = "6.3.0" |
|
|
|
|
description = "Python bindings for the Qt cross-platform application and UI framework (Addons)" |
|
|
|
|
category = "main" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = "*" |
|
|
|
|
python-versions = "<3.11,>=3.6" |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
PySide6-Essentials = "6.3.0" |
|
|
|
|
shiboken6 = "6.3.0" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pyqt5-sip" |
|
|
|
|
version = "12.9.1" |
|
|
|
|
description = "The sip module support for PyQt5" |
|
|
|
|
name = "pyside6-essentials" |
|
|
|
|
version = "6.3.0" |
|
|
|
|
description = "Python bindings for the Qt cross-platform application and UI framework (Essentials)" |
|
|
|
|
category = "main" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=3.5" |
|
|
|
|
python-versions = "<3.11,>=3.6" |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
shiboken6 = "6.3.0" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pytest" |
|
|
|
@ -201,6 +209,14 @@ urllib3 = ">=1.21.1,<1.27" |
|
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"] |
|
|
|
|
use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "shiboken6" |
|
|
|
|
version = "6.3.0" |
|
|
|
|
description = "Python/C++ bindings helper module" |
|
|
|
|
category = "main" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = "<3.11,>=3.6" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "typing-extensions" |
|
|
|
|
version = "4.1.1" |
|
|
|
@ -211,14 +227,14 @@ python-versions = ">=3.6" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "urllib3" |
|
|
|
|
version = "1.26.8" |
|
|
|
|
version = "1.26.9" |
|
|
|
|
description = "HTTP library with thread-safe connection pooling, file post, and more." |
|
|
|
|
category = "main" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
brotli = ["brotlipy (>=0.6.0)"] |
|
|
|
|
brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"] |
|
|
|
|
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"] |
|
|
|
|
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] |
|
|
|
|
|
|
|
|
@ -244,8 +260,8 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes |
|
|
|
|
|
|
|
|
|
[metadata] |
|
|
|
|
lock-version = "1.1" |
|
|
|
|
python-versions = "^3.6" |
|
|
|
|
content-hash = "55bdfbbf52fa812d5d62f1d8117311eff037ce586754aa3541e5917903497643" |
|
|
|
|
python-versions = ">=3.6,<3.11" |
|
|
|
|
content-hash = "07c567f7f0b40b87aa216768d1c3a71862f55486f97c52d941c4100e6f03df2f" |
|
|
|
|
|
|
|
|
|
[metadata.files] |
|
|
|
|
atomicwrites = [ |
|
|
|
@ -257,8 +273,8 @@ attrs = [ |
|
|
|
|
{file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"}, |
|
|
|
|
] |
|
|
|
|
certifi = [ |
|
|
|
|
{file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"}, |
|
|
|
|
{file = "certifi-2021.10.8.tar.gz", hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"}, |
|
|
|
|
{file = "certifi-2022.5.18.1-py3-none-any.whl", hash = "sha256:f1d53542ee8cbedbe2118b5686372fb33c297fcd6379b050cca0ef13a597382a"}, |
|
|
|
|
{file = "certifi-2022.5.18.1.tar.gz", hash = "sha256:9c5705e395cd70084351dd8ad5c41e65655e08ce46f2ec9cf6c2c08390f71eb7"}, |
|
|
|
|
] |
|
|
|
|
charset-normalizer = [ |
|
|
|
|
{file = "charset-normalizer-2.0.12.tar.gz", hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597"}, |
|
|
|
@ -277,8 +293,8 @@ importlib-metadata = [ |
|
|
|
|
{file = "importlib_metadata-4.8.3.tar.gz", hash = "sha256:766abffff765960fcc18003801f7044eb6755ffae4521c8e8ce8e83b9c9b0668"}, |
|
|
|
|
] |
|
|
|
|
more-itertools = [ |
|
|
|
|
{file = "more-itertools-8.12.0.tar.gz", hash = "sha256:7dc6ad46f05f545f900dd59e8dfb4e84a4827b97b3cfecb175ea0c7d247f6064"}, |
|
|
|
|
{file = "more_itertools-8.12.0-py3-none-any.whl", hash = "sha256:43e6dd9942dffd72661a2c4ef383ad7da1e6a3e968a927ad7a6083ab410a688b"}, |
|
|
|
|
{file = "more-itertools-8.13.0.tar.gz", hash = "sha256:a42901a0a5b169d925f6f217cd5a190e32ef54360905b9c39ee7db5313bfec0f"}, |
|
|
|
|
{file = "more_itertools-8.13.0-py3-none-any.whl", hash = "sha256:c5122bffc5f104d37c1626b8615b511f3427aa5389b94d61e5ef8236bfbc3ddb"}, |
|
|
|
|
] |
|
|
|
|
nuitka = [ |
|
|
|
|
{file = "Nuitka-0.6.19.7.tar.gz", hash = "sha256:15f9618f3536b9933fe0e621ecfc8cb6ec0893cf23ef28be95392ac192a464be"}, |
|
|
|
@ -299,41 +315,20 @@ pyparsing = [ |
|
|
|
|
{file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"}, |
|
|
|
|
{file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"}, |
|
|
|
|
] |
|
|
|
|
pyqt5 = [ |
|
|
|
|
{file = "PyQt5-5.15.6-cp36-abi3-macosx_10_13_x86_64.whl", hash = "sha256:33ced1c876f6a26e7899615a5a4efef2167c263488837c7beed023a64cebd051"}, |
|
|
|
|
{file = "PyQt5-5.15.6-cp36-abi3-manylinux1_x86_64.whl", hash = "sha256:9d6efad0377aa78bf081a20ac752ce86096ded18f04c592d98f5b92dc879ad0a"}, |
|
|
|
|
{file = "PyQt5-5.15.6-cp36-abi3-win32.whl", hash = "sha256:9d2dcdaf82263ae56023410a7af15d1fd746c8e361733a7d0d1bd1f004ec2793"}, |
|
|
|
|
{file = "PyQt5-5.15.6-cp36-abi3-win_amd64.whl", hash = "sha256:f411ecda52e488e1d3c5cce7563e1b2ca9cf0b7531e3c25b03d9a7e56e07e7fc"}, |
|
|
|
|
{file = "PyQt5-5.15.6.tar.gz", hash = "sha256:80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452"}, |
|
|
|
|
pyside6 = [ |
|
|
|
|
{file = "PySide6-6.3.0-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:2517377c49b5d5c66afc51dab02814d76af1fc7545bf6b76b3d1de86ce9a4507"}, |
|
|
|
|
{file = "PySide6-6.3.0-cp36-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:53d61ff66bb81a099e71e43e7470060a9141a8e6782d6eb6cc52b9a9cf38730c"}, |
|
|
|
|
{file = "PySide6-6.3.0-cp36-abi3-win_amd64.whl", hash = "sha256:c2368a0f346935167bf741712772b63dee130b29a9270e018cf9474eef1948a0"}, |
|
|
|
|
] |
|
|
|
|
pyqt5-qt5 = [ |
|
|
|
|
{file = "PyQt5_Qt5-5.15.2-py3-none-macosx_10_13_intel.whl", hash = "sha256:76980cd3d7ae87e3c7a33bfebfaee84448fd650bad6840471d6cae199b56e154"}, |
|
|
|
|
{file = "PyQt5_Qt5-5.15.2-py3-none-manylinux2014_x86_64.whl", hash = "sha256:1988f364ec8caf87a6ee5d5a3a5210d57539988bf8e84714c7d60972692e2f4a"}, |
|
|
|
|
{file = "PyQt5_Qt5-5.15.2-py3-none-win32.whl", hash = "sha256:9cc7a768b1921f4b982ebc00a318ccb38578e44e45316c7a4a850e953e1dd327"}, |
|
|
|
|
{file = "PyQt5_Qt5-5.15.2-py3-none-win_amd64.whl", hash = "sha256:750b78e4dba6bdf1607febedc08738e318ea09e9b10aea9ff0d73073f11f6962"}, |
|
|
|
|
pyside6-addons = [ |
|
|
|
|
{file = "PySide6_Addons-6.3.0-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:4937fc42aec85d5dde62b2d47e29d76a63722d2a0d72e11772baa3e9925bf234"}, |
|
|
|
|
{file = "PySide6_Addons-6.3.0-cp36-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:59e96866abbe468087575b63a697c4b1cc97e65f20874d26d8f0d10f5c8c8728"}, |
|
|
|
|
{file = "PySide6_Addons-6.3.0-cp36-abi3-win_amd64.whl", hash = "sha256:143228bde402426df9d2b97ac4d8de8e97b7c8d51c76362bcd439dc9e2ab3e86"}, |
|
|
|
|
] |
|
|
|
|
pyqt5-sip = [ |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:6b2e553e21b7ff124007a6b9168f8bb8c171fdf230d31ca0588df180f10bacbe"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:5740a1770d6b92a5dca8bb0bda4620baf0d7a726beb864f69c667ddac91d6f64"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp310-cp310-win32.whl", hash = "sha256:9699286fcdf4f75a4b91c7e4832c0f926af18d648c62a4ed72dd294c1a93705a"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp310-cp310-win_amd64.whl", hash = "sha256:e2792af660da7479799f53028da88190ae8b4a0ad5acc2acbfd6c7bbfe110d58"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:7ee08ad0ebf85b935f5d8d38306f8665fff9a6026c14fc0a7d780649e889c096"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:2d21420b0739df2607864e2c80ca01994bc40cb116da6ad024ea8d9f407b0356"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp36-cp36m-win32.whl", hash = "sha256:ffd25051962c593d1c3c30188b9fbd8589ba17acd23a0202dc987bd3552fa611"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp36-cp36m-win_amd64.whl", hash = "sha256:78ef8f1f41819661aa8e3117d6c1cd76fa14aef265e5bfd515dbfc64d412416b"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5e641182bfee0501267c55e687832e4efe05becdae9e555d3695d706009b6598"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:c9a977d2835a5fbf250b00d61267dc228bdec9e20c7420d4e8d54d6f20410f87"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp37-cp37m-win32.whl", hash = "sha256:cec6ebf0b1163b18f09bc523160c467a9528b6dca129753827ac0bc432b332ae"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp37-cp37m-win_amd64.whl", hash = "sha256:82c1b3080db7634fa318fddbb3cfaa30e63a67bca1001a76958c31f30b774a9d"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:cfaad4a773c18b963092589b1a98153d36624601de8597a4dc287e5a295d5625"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:ce7a8b3af9db378c46b345d9809d481a74c4bfcd3129486c054fbdbc6a3503f9"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp38-cp38-win32.whl", hash = "sha256:8fe5b3e4bbb8b472d05631cad21028d073f9f8eda770041449514cb3824a867f"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp38-cp38-win_amd64.whl", hash = "sha256:5d59c4a5e856a35c41b47f5a23e1635b38cd1672f4f0122a68ebcb6889523ff2"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b56aedf7b0a496e4a8bd6087566888cea448aa01c76126cdb8b140e3ff3f5d93"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:53e23dcc0fc3857204abd47660e383b930941bd1aeaf3c78ed59c5c12dd48010"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp39-cp39-win32.whl", hash = "sha256:ee188eac5fd94dfe8d9e04a9e7fbda65c3535d5709278d8b7367ebd54f00e27f"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1-cp39-cp39-win_amd64.whl", hash = "sha256:989d51c41456cc496cb96f0b341464932b957040d26561f0bb4cf5a0914d6b36"}, |
|
|
|
|
{file = "PyQt5_sip-12.9.1.tar.gz", hash = "sha256:2f24f299b44c511c23796aafbbb581bfdebf78d0905657b7cee2141b4982030e"}, |
|
|
|
|
pyside6-essentials = [ |
|
|
|
|
{file = "PySide6_Essentials-6.3.0-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:1c2a2a2b26fc923b3527907462ae5828b7e50a2c0fcf9923b086781af3911060"}, |
|
|
|
|
{file = "PySide6_Essentials-6.3.0-cp36-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:a486abe04be6270da798eae9c78b40f605008f19d5d9c880b1683783c715882d"}, |
|
|
|
|
{file = "PySide6_Essentials-6.3.0-cp36-abi3-win_amd64.whl", hash = "sha256:7304353ab13cc9b5b0a86b3487f24b133a68c5b8c1312516510c0d49469f80d8"}, |
|
|
|
|
] |
|
|
|
|
pytest = [ |
|
|
|
|
{file = "pytest-5.4.3-py3-none-any.whl", hash = "sha256:5c0db86b698e8f170ba4582a492248919255fcd4c79b1ee64ace34301fb589a1"}, |
|
|
|
@ -343,13 +338,18 @@ requests = [ |
|
|
|
|
{file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"}, |
|
|
|
|
{file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"}, |
|
|
|
|
] |
|
|
|
|
shiboken6 = [ |
|
|
|
|
{file = "shiboken6-6.3.0-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:ead1cee2fea2566321e725a50070c40a9e67aaa015a20a84a39a9e72ff9b426e"}, |
|
|
|
|
{file = "shiboken6-6.3.0-cp36-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:e68e3cbb595c3047c4d893b84ef88eb5b23dea4e94241e80f5509dcb6613ad3d"}, |
|
|
|
|
{file = "shiboken6-6.3.0-cp36-abi3-win_amd64.whl", hash = "sha256:096e6b2254e59729ae61acbb80d09c31ad7ea35b6624ec120c15a35b95c70b69"}, |
|
|
|
|
] |
|
|
|
|
typing-extensions = [ |
|
|
|
|
{file = "typing_extensions-4.1.1-py3-none-any.whl", hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2"}, |
|
|
|
|
{file = "typing_extensions-4.1.1.tar.gz", hash = "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42"}, |
|
|
|
|
] |
|
|
|
|
urllib3 = [ |
|
|
|
|
{file = "urllib3-1.26.8-py2.py3-none-any.whl", hash = "sha256:000ca7f471a233c2251c6c7023ee85305721bfdf18621ebff4fd17a8653427ed"}, |
|
|
|
|
{file = "urllib3-1.26.8.tar.gz", hash = "sha256:0e7c33d9a63e7ddfcb86780aac87befc2fbddf46c58dbb487e0855f7ceec283c"}, |
|
|
|
|
{file = "urllib3-1.26.9-py2.py3-none-any.whl", hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14"}, |
|
|
|
|
{file = "urllib3-1.26.9.tar.gz", hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"}, |
|
|
|
|
] |
|
|
|
|
wcwidth = [ |
|
|
|
|
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"}, |
|
|
|
|