2024-09-21 09:46:46 +04:00
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[ [ package ] ]
name = "anyio"
2024-11-08 22:37:34 +04:00
version = "4.6.2.post1"
2024-09-21 09:46:46 +04:00
description = "High level compatibility layer for multiple asynchronous event loop implementations"
optional = false
2024-11-08 22:37:34 +04:00
python-versions = ">=3.9"
2024-09-21 09:46:46 +04:00
files = [
2024-11-08 22:37:34 +04:00
{ file = "anyio-4.6.2.post1-py3-none-any.whl" , hash = "sha256:6d170c36fba3bdd840c73d3868c1e777e33676a69c3a72cf0a0d5d6d8009b61d" } ,
{ file = "anyio-4.6.2.post1.tar.gz" , hash = "sha256:4c8bc31ccdb51c7f7bd251f51c609e038d63e34219b44aa86e47576389880b4c" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
idna = ">=2.8"
sniffio = ">=1.1"
[ package . extras ]
2024-11-08 22:37:34 +04:00
doc = [ "Sphinx (>=7.4,<8.0)" , "packaging" , "sphinx-autodoc-typehints (>=1.2.0)" , "sphinx-rtd-theme" ]
test = [ "anyio[trio]" , "coverage[toml] (>=7)" , "exceptiongroup (>=1.2.0)" , "hypothesis (>=4.0)" , "psutil (>=5.9)" , "pytest (>=7.0)" , "pytest-mock (>=3.6.1)" , "trustme" , "truststore (>=0.9.1)" , "uvloop (>=0.21.0b1)" ]
trio = [ "trio (>=0.26.1)" ]
2024-09-21 09:46:46 +04:00
[ [ package ] ]
name = "apiflask"
2024-11-08 22:37:34 +04:00
version = "2.2.1"
2024-09-21 09:46:46 +04:00
description = "A lightweight web API framework based on Flask and marshmallow-code projects."
optional = false
python-versions = "*"
files = [
2024-11-08 22:37:34 +04:00
{ file = "APIFlask-2.2.1-py3-none-any.whl" , hash = "sha256:31619542dae6c7b86ca0cd0b1277ccaad68e99b69dfef201791b814432d26965" } ,
{ file = "apiflask-2.2.1.tar.gz" , hash = "sha256:9c7573fedbb75524396c5733d4b0c150d1839a5d52b905c15b6a36e030c44908" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
apispec = ">=6"
flask = ">=2"
flask-httpauth = ">=4"
flask-marshmallow = ">=1.0.0"
marshmallow = ">=3.20"
webargs = ">=8.3"
[ package . extras ]
async = [ "asgiref (>=3.2)" ]
dotenv = [ "python-dotenv" ]
yaml = [ "pyyaml" ]
[ [ package ] ]
name = "apispec"
2024-11-08 22:37:34 +04:00
version = "6.7.1"
2024-09-21 09:46:46 +04:00
description = "A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)."
optional = false
2024-11-08 22:37:34 +04:00
python-versions = ">=3.9"
2024-09-21 09:46:46 +04:00
files = [
2024-11-08 22:37:34 +04:00
{ file = "apispec-6.7.1-py3-none-any.whl" , hash = "sha256:d99e7a564f3871327c17b3e43726cc1e6ade2c97aa05706644a48818fc37999e" } ,
{ file = "apispec-6.7.1.tar.gz" , hash = "sha256:c01b8b6ff40ffedf55b79a67f9dd920e9b2fc3909aae116facf6c8372a08b933" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
packaging = ">=21.3"
[ package . extras ]
2024-11-08 22:37:34 +04:00
dev = [ "apispec[tests]" , "pre-commit (>=3.5,<5.0)" , "tox" ]
docs = [ "apispec[marshmallow]" , "pyyaml (==6.0.2)" , "sphinx (==8.1.3)" , "sphinx-issues (==5.0.0)" , "sphinx-rtd-theme (==3.0.1)" ]
2024-09-21 09:46:46 +04:00
marshmallow = [ "marshmallow (>=3.18.0)" ]
tests = [ "apispec[marshmallow,yaml]" , "openapi-spec-validator (==0.7.1)" , "pytest" ]
yaml = [ "PyYAML (>=3.10)" ]
[ [ package ] ]
name = "appnope"
version = "0.1.4"
description = "Disable App Nap on macOS >= 10.9"
optional = false
python-versions = ">=3.6"
files = [
{ file = "appnope-0.1.4-py2.py3-none-any.whl" , hash = "sha256:502575ee11cd7a28c0205f379b525beefebab9d161b7c964670864014ed7213c" } ,
{ file = "appnope-0.1.4.tar.gz" , hash = "sha256:1de3860566df9caf38f01f86f65e0e13e379af54f9e4bee1e66b48f2efffd1ee" } ,
]
[ [ package ] ]
name = "argon2-cffi"
version = "23.1.0"
description = "Argon2 for Python"
optional = false
python-versions = ">=3.7"
files = [
{ file = "argon2_cffi-23.1.0-py3-none-any.whl" , hash = "sha256:c670642b78ba29641818ab2e68bd4e6a78ba53b7eff7b4c3815ae16abf91c7ea" } ,
{ file = "argon2_cffi-23.1.0.tar.gz" , hash = "sha256:879c3e79a2729ce768ebb7d36d4609e3a78a4ca2ec3a9f12286ca057e3d0db08" } ,
]
[ package . dependencies ]
argon2-cffi-bindings = "*"
[ package . extras ]
dev = [ "argon2-cffi[tests,typing]" , "tox (>4)" ]
docs = [ "furo" , "myst-parser" , "sphinx" , "sphinx-copybutton" , "sphinx-notfound-page" ]
tests = [ "hypothesis" , "pytest" ]
typing = [ "mypy" ]
[ [ package ] ]
name = "argon2-cffi-bindings"
version = "21.2.0"
description = "Low-level CFFI bindings for Argon2"
optional = false
python-versions = ">=3.6"
files = [
{ file = "argon2-cffi-bindings-21.2.0.tar.gz" , hash = "sha256:bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:ccb949252cb2ab3a08c02024acb77cfb179492d5701c7cbdbfd776124d4d2367" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9524464572e12979364b7d600abf96181d3541da11e23ddf565a32e70bd4dc0d" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b746dba803a79238e925d9046a63aa26bf86ab2a2fe74ce6b009a1c3f5c8f2ae" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:58ed19212051f49a523abb1dbe954337dc82d947fb6e5a0da60f7c8471a8476c" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:bd46088725ef7f58b5a1ef7ca06647ebaf0eb4baff7d1d0d177c6cc8744abd86" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_i686.whl" , hash = "sha256:8cd69c07dd875537a824deec19f978e0f2078fdda07fd5c42ac29668dda5f40f" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:f1152ac548bd5b8bcecfb0b0371f082037e47128653df2e8ba6e914d384f3c3e" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-win32.whl" , hash = "sha256:603ca0aba86b1349b147cab91ae970c63118a0f30444d4bc80355937c950c082" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl" , hash = "sha256:b2ef1c30440dbbcba7a5dc3e319408b59676e2e039e2ae11a8775ecf482b192f" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl" , hash = "sha256:e415e3f62c8d124ee16018e491a009937f8cf7ebf5eb430ffc5de21b900dad93" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:3e385d1c39c520c08b53d63300c3ecc28622f076f4c2b0e6d7e796e9f6502194" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2c3e3cc67fdb7d82c4718f19b4e7a87123caf8a93fde7e23cf66ac0337d3cb3f" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6a22ad9800121b71099d0fb0a65323810a15f2e292f2ba450810a7316e128ee5" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f9f8b450ed0547e3d473fdc8612083fd08dd2120d6ac8f73828df9b7d45bb351" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:93f9bf70084f97245ba10ee36575f0c3f1e7d7724d67d8e5b08e61787c320ed7" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:3b9ef65804859d335dc6b31582cad2c5166f0c3e7975f324d9ffaa34ee7e6583" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d4966ef5848d820776f5f562a7d45fdd70c2f330c961d0d745b784034bd9f48d" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:20ef543a89dee4db46a1a6e206cd015360e5a75822f76df533845c3cbaf72670" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ed2937d286e2ad0cc79a7087d3c272832865f779430e0cc2b4f3718d3159b0cb" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:5e00316dabdaea0b2dd82d141cc66889ced0cdcbfa599e8b471cf22c620c329a" } ,
]
[ package . dependencies ]
cffi = ">=1.0.1"
[ package . extras ]
dev = [ "cogapp" , "pre-commit" , "pytest" , "wheel" ]
tests = [ "pytest" ]
[ [ package ] ]
name = "arrow"
version = "1.3.0"
description = "Better dates & times for Python"
optional = false
python-versions = ">=3.8"
files = [
{ file = "arrow-1.3.0-py3-none-any.whl" , hash = "sha256:c728b120ebc00eb84e01882a6f5e7927a53960aa990ce7dd2b10f39005a67f80" } ,
{ file = "arrow-1.3.0.tar.gz" , hash = "sha256:d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85" } ,
]
[ package . dependencies ]
python-dateutil = ">=2.7.0"
types-python-dateutil = ">=2.8.10"
[ package . extras ]
doc = [ "doc8" , "sphinx (>=7.0.0)" , "sphinx-autobuild" , "sphinx-autodoc-typehints" , "sphinx_rtd_theme (>=1.3.0)" ]
test = [ "dateparser (==1.*)" , "pre-commit" , "pytest" , "pytest-cov" , "pytest-mock" , "pytz (==2021.1)" , "simplejson (==3.*)" ]
[ [ package ] ]
name = "asttokens"
version = "2.4.1"
description = "Annotate AST trees with source code positions"
optional = false
python-versions = "*"
files = [
{ file = "asttokens-2.4.1-py2.py3-none-any.whl" , hash = "sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24" } ,
{ file = "asttokens-2.4.1.tar.gz" , hash = "sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0" } ,
]
[ package . dependencies ]
six = ">=1.12.0"
[ package . extras ]
astroid = [ "astroid (>=1,<2)" , "astroid (>=2,<4)" ]
test = [ "astroid (>=1,<2)" , "astroid (>=2,<4)" , "pytest" ]
[ [ package ] ]
name = "async-lru"
version = "2.0.4"
description = "Simple LRU cache for asyncio"
optional = false
python-versions = ">=3.8"
files = [
{ file = "async-lru-2.0.4.tar.gz" , hash = "sha256:b8a59a5df60805ff63220b2a0c5b5393da5521b113cd5465a44eb037d81a5627" } ,
{ file = "async_lru-2.0.4-py3-none-any.whl" , hash = "sha256:ff02944ce3c288c5be660c42dbcca0742b32c3b279d6dceda655190240b99224" } ,
]
[ [ package ] ]
name = "attrs"
version = "24.2.0"
description = "Classes Without Boilerplate"
optional = false
python-versions = ">=3.7"
files = [
{ file = "attrs-24.2.0-py3-none-any.whl" , hash = "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2" } ,
{ file = "attrs-24.2.0.tar.gz" , hash = "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346" } ,
]
[ package . extras ]
benchmark = [ "cloudpickle" , "hypothesis" , "mypy (>=1.11.1)" , "pympler" , "pytest (>=4.3.0)" , "pytest-codspeed" , "pytest-mypy-plugins" , "pytest-xdist[psutil]" ]
cov = [ "cloudpickle" , "coverage[toml] (>=5.3)" , "hypothesis" , "mypy (>=1.11.1)" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins" , "pytest-xdist[psutil]" ]
dev = [ "cloudpickle" , "hypothesis" , "mypy (>=1.11.1)" , "pre-commit" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins" , "pytest-xdist[psutil]" ]
docs = [ "cogapp" , "furo" , "myst-parser" , "sphinx" , "sphinx-notfound-page" , "sphinxcontrib-towncrier" , "towncrier (<24.7)" ]
tests = [ "cloudpickle" , "hypothesis" , "mypy (>=1.11.1)" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins" , "pytest-xdist[psutil]" ]
tests-mypy = [ "mypy (>=1.11.1)" , "pytest-mypy-plugins" ]
[ [ package ] ]
name = "babel"
version = "2.16.0"
description = "Internationalization utilities"
optional = false
python-versions = ">=3.8"
files = [
{ file = "babel-2.16.0-py3-none-any.whl" , hash = "sha256:368b5b98b37c06b7daf6696391c3240c938b37767d4584413e8438c5c435fa8b" } ,
{ file = "babel-2.16.0.tar.gz" , hash = "sha256:d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316" } ,
]
[ package . extras ]
dev = [ "freezegun (>=1.0,<2.0)" , "pytest (>=6.0)" , "pytest-cov" ]
[ [ package ] ]
name = "beautifulsoup4"
version = "4.12.3"
description = "Screen-scraping library"
optional = false
python-versions = ">=3.6.0"
files = [
{ file = "beautifulsoup4-4.12.3-py3-none-any.whl" , hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed" } ,
{ file = "beautifulsoup4-4.12.3.tar.gz" , hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051" } ,
]
[ package . dependencies ]
soupsieve = ">1.2"
[ package . extras ]
cchardet = [ "cchardet" ]
chardet = [ "chardet" ]
charset-normalizer = [ "charset-normalizer" ]
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
[ [ package ] ]
name = "bleach"
2024-11-08 22:37:34 +04:00
version = "6.2.0"
2024-09-21 09:46:46 +04:00
description = "An easy safelist-based HTML-sanitizing tool."
optional = false
2024-11-08 22:37:34 +04:00
python-versions = ">=3.9"
2024-09-21 09:46:46 +04:00
files = [
2024-11-08 22:37:34 +04:00
{ file = "bleach-6.2.0-py3-none-any.whl" , hash = "sha256:117d9c6097a7c3d22fd578fcd8d35ff1e125df6736f554da4e432fdd63f31e5e" } ,
{ file = "bleach-6.2.0.tar.gz" , hash = "sha256:123e894118b8a599fd80d3ec1a6d4cc7ce4e5882b1317a7e1ba69b56e95f991f" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
webencodings = "*"
[ package . extras ]
2024-11-08 22:37:34 +04:00
css = [ "tinycss2 (>=1.1.0,<1.5)" ]
2024-09-21 09:46:46 +04:00
[ [ package ] ]
name = "blinker"
version = "1.8.2"
description = "Fast, simple object-to-object and broadcast signaling"
optional = false
python-versions = ">=3.8"
files = [
{ file = "blinker-1.8.2-py3-none-any.whl" , hash = "sha256:1779309f71bf239144b9399d06ae925637cf6634cf6bd131104184531bf67c01" } ,
{ file = "blinker-1.8.2.tar.gz" , hash = "sha256:8f77b09d3bf7c795e969e9486f39c2c5e9c39d4ee07424be2bc594ece9642d83" } ,
]
[ [ package ] ]
name = "certifi"
version = "2024.8.30"
description = "Python package for providing Mozilla's CA Bundle."
optional = false
python-versions = ">=3.6"
files = [
{ file = "certifi-2024.8.30-py3-none-any.whl" , hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8" } ,
{ file = "certifi-2024.8.30.tar.gz" , hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9" } ,
]
[ [ package ] ]
name = "cffi"
2024-11-08 22:37:34 +04:00
version = "1.17.1"
2024-09-21 09:46:46 +04:00
description = "Foreign Function Interface for Python calling C code."
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "cffi-1.17.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:df8b1c11f177bc2313ec4b2d46baec87a5f3e71fc8b45dab2ee7cae86d9aba14" } ,
{ file = "cffi-1.17.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:8f2cdc858323644ab277e9bb925ad72ae0e67f69e804f4898c070998d50b1a67" } ,
{ file = "cffi-1.17.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:edae79245293e15384b51f88b00613ba9f7198016a5948b5dddf4917d4d26382" } ,
{ file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:45398b671ac6d70e67da8e4224a065cec6a93541bb7aebe1b198a61b58c7b702" } ,
{ file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ad9413ccdeda48c5afdae7e4fa2192157e991ff761e7ab8fdd8926f40b160cc3" } ,
{ file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5da5719280082ac6bd9aa7becb3938dc9f9cbd57fac7d2871717b1feb0902ab6" } ,
{ file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2bb1a08b8008b281856e5971307cc386a8e9c5b625ac297e853d36da6efe9c17" } ,
{ file = "cffi-1.17.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8" } ,
{ file = "cffi-1.17.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:6883e737d7d9e4899a8a695e00ec36bd4e5e4f18fabe0aca0efe0a4b44cdb13e" } ,
{ file = "cffi-1.17.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:6b8b4a92e1c65048ff98cfe1f735ef8f1ceb72e3d5f0c25fdb12087a23da22be" } ,
{ file = "cffi-1.17.1-cp310-cp310-win32.whl" , hash = "sha256:c9c3d058ebabb74db66e431095118094d06abf53284d9c81f27300d0e0d8bc7c" } ,
{ file = "cffi-1.17.1-cp310-cp310-win_amd64.whl" , hash = "sha256:0f048dcf80db46f0098ccac01132761580d28e28bc0f78ae0d58048063317e15" } ,
{ file = "cffi-1.17.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:a45e3c6913c5b87b3ff120dcdc03f6131fa0065027d0ed7ee6190736a74cd401" } ,
{ file = "cffi-1.17.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:30c5e0cb5ae493c04c8b42916e52ca38079f1b235c2f8ae5f4527b963c401caf" } ,
{ file = "cffi-1.17.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f75c7ab1f9e4aca5414ed4d8e5c0e303a34f4421f8a0d47a4d019ceff0ab6af4" } ,
{ file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a1ed2dd2972641495a3ec98445e09766f077aee98a1c896dcb4ad0d303628e41" } ,
{ file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:46bf43160c1a35f7ec506d254e5c890f3c03648a4dbac12d624e4490a7046cd1" } ,
{ file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a24ed04c8ffd54b0729c07cee15a81d964e6fee0e3d4d342a27b020d22959dc6" } ,
{ file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:610faea79c43e44c71e1ec53a554553fa22321b65fae24889706c0a84d4ad86d" } ,
{ file = "cffi-1.17.1-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:a9b15d491f3ad5d692e11f6b71f7857e7835eb677955c00cc0aefcd0669adaf6" } ,
{ file = "cffi-1.17.1-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:de2ea4b5833625383e464549fec1bc395c1bdeeb5f25c4a3a82b5a8c756ec22f" } ,
{ file = "cffi-1.17.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:fc48c783f9c87e60831201f2cce7f3b2e4846bf4d8728eabe54d60700b318a0b" } ,
{ file = "cffi-1.17.1-cp311-cp311-win32.whl" , hash = "sha256:85a950a4ac9c359340d5963966e3e0a94a676bd6245a4b55bc43949eee26a655" } ,
{ file = "cffi-1.17.1-cp311-cp311-win_amd64.whl" , hash = "sha256:caaf0640ef5f5517f49bc275eca1406b0ffa6aa184892812030f04c2abf589a0" } ,
{ file = "cffi-1.17.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:805b4371bf7197c329fcb3ead37e710d1bca9da5d583f5073b799d5c5bd1eee4" } ,
{ file = "cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:733e99bc2df47476e3848417c5a4540522f234dfd4ef3ab7fafdf555b082ec0c" } ,
{ file = "cffi-1.17.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1257bdabf294dceb59f5e70c64a3e2f462c30c7ad68092d01bbbfb1c16b1ba36" } ,
{ file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:da95af8214998d77a98cc14e3a3bd00aa191526343078b530ceb0bd710fb48a5" } ,
{ file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d63afe322132c194cf832bfec0dc69a99fb9bb6bbd550f161a49e9e855cc78ff" } ,
{ file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f79fc4fc25f1c8698ff97788206bb3c2598949bfe0fef03d299eb1b5356ada99" } ,
{ file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b62ce867176a75d03a665bad002af8e6d54644fad99a3c70905c543130e39d93" } ,
{ file = "cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:386c8bf53c502fff58903061338ce4f4950cbdcb23e2902d86c0f722b786bbe3" } ,
{ file = "cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:4ceb10419a9adf4460ea14cfd6bc43d08701f0835e979bf821052f1805850fe8" } ,
{ file = "cffi-1.17.1-cp312-cp312-win32.whl" , hash = "sha256:a08d7e755f8ed21095a310a693525137cfe756ce62d066e53f502a83dc550f65" } ,
{ file = "cffi-1.17.1-cp312-cp312-win_amd64.whl" , hash = "sha256:51392eae71afec0d0c8fb1a53b204dbb3bcabcb3c9b807eedf3e1e6ccf2de903" } ,
{ file = "cffi-1.17.1-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:f3a2b4222ce6b60e2e8b337bb9596923045681d71e5a082783484d845390938e" } ,
{ file = "cffi-1.17.1-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:0984a4925a435b1da406122d4d7968dd861c1385afe3b45ba82b750f229811e2" } ,
{ file = "cffi-1.17.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d01b12eeeb4427d3110de311e1774046ad344f5b1a7403101878976ecd7a10f3" } ,
{ file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:706510fe141c86a69c8ddc029c7910003a17353970cff3b904ff0686a5927683" } ,
{ file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:de55b766c7aa2e2a3092c51e0483d700341182f08e67c63630d5b6f200bb28e5" } ,
{ file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c59d6e989d07460165cc5ad3c61f9fd8f1b4796eacbd81cee78957842b834af4" } ,
{ file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dd398dbc6773384a17fe0d3e7eeb8d1a21c2200473ee6806bb5e6a8e62bb73dd" } ,
{ file = "cffi-1.17.1-cp313-cp313-musllinux_1_1_aarch64.whl" , hash = "sha256:3edc8d958eb099c634dace3c7e16560ae474aa3803a5df240542b305d14e14ed" } ,
{ file = "cffi-1.17.1-cp313-cp313-musllinux_1_1_x86_64.whl" , hash = "sha256:72e72408cad3d5419375fc87d289076ee319835bdfa2caad331e377589aebba9" } ,
{ file = "cffi-1.17.1-cp313-cp313-win32.whl" , hash = "sha256:e03eab0a8677fa80d646b5ddece1cbeaf556c313dcfac435ba11f107ba117b5d" } ,
{ file = "cffi-1.17.1-cp313-cp313-win_amd64.whl" , hash = "sha256:f6a16c31041f09ead72d69f583767292f750d24913dadacf5756b966aacb3f1a" } ,
{ file = "cffi-1.17.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:636062ea65bd0195bc012fea9321aca499c0504409f413dc88af450b57ffd03b" } ,
{ file = "cffi-1.17.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c7eac2ef9b63c79431bc4b25f1cd649d7f061a28808cbc6c47b534bd789ef964" } ,
{ file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e221cf152cff04059d011ee126477f0d9588303eb57e88923578ace7baad17f9" } ,
{ file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:31000ec67d4221a71bd3f67df918b1f88f676f1c3b535a7eb473255fdc0b83fc" } ,
{ file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:6f17be4345073b0a7b8ea599688f692ac3ef23ce28e5df79c04de519dbc4912c" } ,
{ file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0e2b1fac190ae3ebfe37b979cc1ce69c81f4e4fe5746bb401dca63a9062cdaf1" } ,
{ file = "cffi-1.17.1-cp38-cp38-win32.whl" , hash = "sha256:7596d6620d3fa590f677e9ee430df2958d2d6d6de2feeae5b20e82c00b76fbf8" } ,
{ file = "cffi-1.17.1-cp38-cp38-win_amd64.whl" , hash = "sha256:78122be759c3f8a014ce010908ae03364d00a1f81ab5c7f4a7a5120607ea56e1" } ,
{ file = "cffi-1.17.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b2ab587605f4ba0bf81dc0cb08a41bd1c0a5906bd59243d56bad7668a6fc6c16" } ,
{ file = "cffi-1.17.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:28b16024becceed8c6dfbc75629e27788d8a3f9030691a1dbf9821a128b22c36" } ,
{ file = "cffi-1.17.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1d599671f396c4723d016dbddb72fe8e0397082b0a77a4fab8028923bec050e8" } ,
{ file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ca74b8dbe6e8e8263c0ffd60277de77dcee6c837a3d0881d8c1ead7268c9e576" } ,
{ file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f7f5baafcc48261359e14bcd6d9bff6d4b28d9103847c9e136694cb0501aef87" } ,
{ file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:98e3969bcff97cae1b2def8ba499ea3d6f31ddfdb7635374834cf89a1a08ecf0" } ,
{ file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cdf5ce3acdfd1661132f2a9c19cac174758dc2352bfe37d98aa7512c6b7178b3" } ,
{ file = "cffi-1.17.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:9755e4345d1ec879e3849e62222a18c7174d65a6a92d5b346b1863912168b595" } ,
{ file = "cffi-1.17.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:f1e22e8c4419538cb197e4dd60acc919d7696e5ef98ee4da4e01d3f8cfa4cc5a" } ,
{ file = "cffi-1.17.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:c03e868a0b3bc35839ba98e74211ed2b05d2119be4e8a0f224fba9384f1fe02e" } ,
{ file = "cffi-1.17.1-cp39-cp39-win32.whl" , hash = "sha256:e31ae45bc2e29f6b2abd0de1cc3b9d5205aa847cafaecb8af1476a609a2f6eb7" } ,
{ file = "cffi-1.17.1-cp39-cp39-win_amd64.whl" , hash = "sha256:d016c76bdd850f3c626af19b0542c9677ba156e4ee4fccfdd7848803533ef662" } ,
{ file = "cffi-1.17.1.tar.gz" , hash = "sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
pycparser = "*"
[ [ package ] ]
name = "charset-normalizer"
2024-11-08 22:37:34 +04:00
version = "3.4.0"
2024-09-21 09:46:46 +04:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
optional = false
python-versions = ">=3.7.0"
files = [
2024-11-08 22:37:34 +04:00
{ file = "charset_normalizer-3.4.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:4f9fc98dad6c2eaa32fc3af1417d95b5e3d08aff968df0cd320066def971f9a6" } ,
{ file = "charset_normalizer-3.4.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:0de7b687289d3c1b3e8660d0741874abe7888100efe14bd0f9fd7141bcbda92b" } ,
{ file = "charset_normalizer-3.4.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:5ed2e36c3e9b4f21dd9422f6893dec0abf2cca553af509b10cd630f878d3eb99" } ,
{ file = "charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:40d3ff7fc90b98c637bda91c89d51264a3dcf210cade3a2c6f838c7268d7a4ca" } ,
{ file = "charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1110e22af8ca26b90bd6364fe4c763329b0ebf1ee213ba32b68c73de5752323d" } ,
{ file = "charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:86f4e8cca779080f66ff4f191a685ced73d2f72d50216f7112185dc02b90b9b7" } ,
{ file = "charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7f683ddc7eedd742e2889d2bfb96d69573fde1d92fcb811979cdb7165bb9c7d3" } ,
{ file = "charset_normalizer-3.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:27623ba66c183eca01bf9ff833875b459cad267aeeb044477fedac35e19ba907" } ,
{ file = "charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:f606a1881d2663630ea5b8ce2efe2111740df4b687bd78b34a8131baa007f79b" } ,
{ file = "charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:0b309d1747110feb25d7ed6b01afdec269c647d382c857ef4663bbe6ad95a912" } ,
{ file = "charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_ppc64le.whl" , hash = "sha256:136815f06a3ae311fae551c3df1f998a1ebd01ddd424aa5603a4336997629e95" } ,
{ file = "charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_s390x.whl" , hash = "sha256:14215b71a762336254351b00ec720a8e85cada43b987da5a042e4ce3e82bd68e" } ,
{ file = "charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:79983512b108e4a164b9c8d34de3992f76d48cadc9554c9e60b43f308988aabe" } ,
{ file = "charset_normalizer-3.4.0-cp310-cp310-win32.whl" , hash = "sha256:c94057af19bc953643a33581844649a7fdab902624d2eb739738a30e2b3e60fc" } ,
{ file = "charset_normalizer-3.4.0-cp310-cp310-win_amd64.whl" , hash = "sha256:55f56e2ebd4e3bc50442fbc0888c9d8c94e4e06a933804e2af3e89e2f9c1c749" } ,
{ file = "charset_normalizer-3.4.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:0d99dd8ff461990f12d6e42c7347fd9ab2532fb70e9621ba520f9e8637161d7c" } ,
{ file = "charset_normalizer-3.4.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:c57516e58fd17d03ebe67e181a4e4e2ccab1168f8c2976c6a334d4f819fe5944" } ,
{ file = "charset_normalizer-3.4.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:6dba5d19c4dfab08e58d5b36304b3f92f3bd5d42c1a3fa37b5ba5cdf6dfcbcee" } ,
{ file = "charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bf4475b82be41b07cc5e5ff94810e6a01f276e37c2d55571e3fe175e467a1a1c" } ,
{ file = "charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ce031db0408e487fd2775d745ce30a7cd2923667cf3b69d48d219f1d8f5ddeb6" } ,
{ file = "charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:8ff4e7cdfdb1ab5698e675ca622e72d58a6fa2a8aa58195de0c0061288e6e3ea" } ,
{ file = "charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3710a9751938947e6327ea9f3ea6332a09bf0ba0c09cae9cb1f250bd1f1549bc" } ,
{ file = "charset_normalizer-3.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:82357d85de703176b5587dbe6ade8ff67f9f69a41c0733cf2425378b49954de5" } ,
{ file = "charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:47334db71978b23ebcf3c0f9f5ee98b8d65992b65c9c4f2d34c2eaf5bcaf0594" } ,
{ file = "charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:8ce7fd6767a1cc5a92a639b391891bf1c268b03ec7e021c7d6d902285259685c" } ,
{ file = "charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_ppc64le.whl" , hash = "sha256:f1a2f519ae173b5b6a2c9d5fa3116ce16e48b3462c8b96dfdded11055e3d6365" } ,
{ file = "charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_s390x.whl" , hash = "sha256:63bc5c4ae26e4bc6be6469943b8253c0fd4e4186c43ad46e713ea61a0ba49129" } ,
{ file = "charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:bcb4f8ea87d03bc51ad04add8ceaf9b0f085ac045ab4d74e73bbc2dc033f0236" } ,
{ file = "charset_normalizer-3.4.0-cp311-cp311-win32.whl" , hash = "sha256:9ae4ef0b3f6b41bad6366fb0ea4fc1d7ed051528e113a60fa2a65a9abb5b1d99" } ,
{ file = "charset_normalizer-3.4.0-cp311-cp311-win_amd64.whl" , hash = "sha256:cee4373f4d3ad28f1ab6290684d8e2ebdb9e7a1b74fdc39e4c211995f77bec27" } ,
{ file = "charset_normalizer-3.4.0-cp312-cp312-macosx_10_13_universal2.whl" , hash = "sha256:0713f3adb9d03d49d365b70b84775d0a0d18e4ab08d12bc46baa6132ba78aaf6" } ,
{ file = "charset_normalizer-3.4.0-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:de7376c29d95d6719048c194a9cf1a1b0393fbe8488a22008610b0361d834ecf" } ,
{ file = "charset_normalizer-3.4.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:4a51b48f42d9358460b78725283f04bddaf44a9358197b889657deba38f329db" } ,
{ file = "charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b295729485b06c1a0683af02a9e42d2caa9db04a373dc38a6a58cdd1e8abddf1" } ,
{ file = "charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ee803480535c44e7f5ad00788526da7d85525cfefaf8acf8ab9a310000be4b03" } ,
{ file = "charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3d59d125ffbd6d552765510e3f31ed75ebac2c7470c7274195b9161a32350284" } ,
{ file = "charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8cda06946eac330cbe6598f77bb54e690b4ca93f593dee1568ad22b04f347c15" } ,
{ file = "charset_normalizer-3.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:07afec21bbbbf8a5cc3651aa96b980afe2526e7f048fdfb7f1014d84acc8b6d8" } ,
{ file = "charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:6b40e8d38afe634559e398cc32b1472f376a4099c75fe6299ae607e404c033b2" } ,
{ file = "charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:b8dcd239c743aa2f9c22ce674a145e0a25cb1566c495928440a181ca1ccf6719" } ,
{ file = "charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_ppc64le.whl" , hash = "sha256:84450ba661fb96e9fd67629b93d2941c871ca86fc38d835d19d4225ff946a631" } ,
{ file = "charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_s390x.whl" , hash = "sha256:44aeb140295a2f0659e113b31cfe92c9061622cadbc9e2a2f7b8ef6b1e29ef4b" } ,
{ file = "charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:1db4e7fefefd0f548d73e2e2e041f9df5c59e178b4c72fbac4cc6f535cfb1565" } ,
{ file = "charset_normalizer-3.4.0-cp312-cp312-win32.whl" , hash = "sha256:5726cf76c982532c1863fb64d8c6dd0e4c90b6ece9feb06c9f202417a31f7dd7" } ,
{ file = "charset_normalizer-3.4.0-cp312-cp312-win_amd64.whl" , hash = "sha256:b197e7094f232959f8f20541ead1d9862ac5ebea1d58e9849c1bf979255dfac9" } ,
{ file = "charset_normalizer-3.4.0-cp313-cp313-macosx_10_13_universal2.whl" , hash = "sha256:dd4eda173a9fcccb5f2e2bd2a9f423d180194b1bf17cf59e3269899235b2a114" } ,
{ file = "charset_normalizer-3.4.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:e9e3c4c9e1ed40ea53acf11e2a386383c3304212c965773704e4603d589343ed" } ,
{ file = "charset_normalizer-3.4.0-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:92a7e36b000bf022ef3dbb9c46bfe2d52c047d5e3f3343f43204263c5addc250" } ,
{ file = "charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:54b6a92d009cbe2fb11054ba694bc9e284dad30a26757b1e372a1fdddaf21920" } ,
{ file = "charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1ffd9493de4c922f2a38c2bf62b831dcec90ac673ed1ca182fe11b4d8e9f2a64" } ,
{ file = "charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:35c404d74c2926d0287fbd63ed5d27eb911eb9e4a3bb2c6d294f3cfd4a9e0c23" } ,
{ file = "charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4796efc4faf6b53a18e3d46343535caed491776a22af773f366534056c4e1fbc" } ,
{ file = "charset_normalizer-3.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e7fdd52961feb4c96507aa649550ec2a0d527c086d284749b2f582f2d40a2e0d" } ,
{ file = "charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:92db3c28b5b2a273346bebb24857fda45601aef6ae1c011c0a997106581e8a88" } ,
{ file = "charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:ab973df98fc99ab39080bfb0eb3a925181454d7c3ac8a1e695fddfae696d9e90" } ,
{ file = "charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_ppc64le.whl" , hash = "sha256:4b67fdab07fdd3c10bb21edab3cbfe8cf5696f453afce75d815d9d7223fbe88b" } ,
{ file = "charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_s390x.whl" , hash = "sha256:aa41e526a5d4a9dfcfbab0716c7e8a1b215abd3f3df5a45cf18a12721d31cb5d" } ,
{ file = "charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:ffc519621dce0c767e96b9c53f09c5d215578e10b02c285809f76509a3931482" } ,
{ file = "charset_normalizer-3.4.0-cp313-cp313-win32.whl" , hash = "sha256:f19c1585933c82098c2a520f8ec1227f20e339e33aca8fa6f956f6691b784e67" } ,
{ file = "charset_normalizer-3.4.0-cp313-cp313-win_amd64.whl" , hash = "sha256:707b82d19e65c9bd28b81dde95249b07bf9f5b90ebe1ef17d9b57473f8a64b7b" } ,
{ file = "charset_normalizer-3.4.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:dbe03226baf438ac4fda9e2d0715022fd579cb641c4cf639fa40d53b2fe6f3e2" } ,
{ file = "charset_normalizer-3.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dd9a8bd8900e65504a305bf8ae6fa9fbc66de94178c420791d0293702fce2df7" } ,
{ file = "charset_normalizer-3.4.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b8831399554b92b72af5932cdbbd4ddc55c55f631bb13ff8fe4e6536a06c5c51" } ,
{ file = "charset_normalizer-3.4.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a14969b8691f7998e74663b77b4c36c0337cb1df552da83d5c9004a93afdb574" } ,
{ file = "charset_normalizer-3.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dcaf7c1524c0542ee2fc82cc8ec337f7a9f7edee2532421ab200d2b920fc97cf" } ,
{ file = "charset_normalizer-3.4.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:425c5f215d0eecee9a56cdb703203dda90423247421bf0d67125add85d0c4455" } ,
{ file = "charset_normalizer-3.4.0-cp37-cp37m-musllinux_1_2_aarch64.whl" , hash = "sha256:d5b054862739d276e09928de37c79ddeec42a6e1bfc55863be96a36ba22926f6" } ,
{ file = "charset_normalizer-3.4.0-cp37-cp37m-musllinux_1_2_i686.whl" , hash = "sha256:f3e73a4255342d4eb26ef6df01e3962e73aa29baa3124a8e824c5d3364a65748" } ,
{ file = "charset_normalizer-3.4.0-cp37-cp37m-musllinux_1_2_ppc64le.whl" , hash = "sha256:2f6c34da58ea9c1a9515621f4d9ac379871a8f21168ba1b5e09d74250de5ad62" } ,
{ file = "charset_normalizer-3.4.0-cp37-cp37m-musllinux_1_2_s390x.whl" , hash = "sha256:f09cb5a7bbe1ecae6e87901a2eb23e0256bb524a79ccc53eb0b7629fbe7677c4" } ,
{ file = "charset_normalizer-3.4.0-cp37-cp37m-musllinux_1_2_x86_64.whl" , hash = "sha256:0099d79bdfcf5c1f0c2c72f91516702ebf8b0b8ddd8905f97a8aecf49712c621" } ,
{ file = "charset_normalizer-3.4.0-cp37-cp37m-win32.whl" , hash = "sha256:9c98230f5042f4945f957d006edccc2af1e03ed5e37ce7c373f00a5a4daa6149" } ,
{ file = "charset_normalizer-3.4.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:62f60aebecfc7f4b82e3f639a7d1433a20ec32824db2199a11ad4f5e146ef5ee" } ,
{ file = "charset_normalizer-3.4.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:af73657b7a68211996527dbfeffbb0864e043d270580c5aef06dc4b659a4b578" } ,
{ file = "charset_normalizer-3.4.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:cab5d0b79d987c67f3b9e9c53f54a61360422a5a0bc075f43cab5621d530c3b6" } ,
{ file = "charset_normalizer-3.4.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:9289fd5dddcf57bab41d044f1756550f9e7cf0c8e373b8cdf0ce8773dc4bd417" } ,
{ file = "charset_normalizer-3.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6b493a043635eb376e50eedf7818f2f322eabbaa974e948bd8bdd29eb7ef2a51" } ,
{ file = "charset_normalizer-3.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9fa2566ca27d67c86569e8c85297aaf413ffab85a8960500f12ea34ff98e4c41" } ,
{ file = "charset_normalizer-3.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a8e538f46104c815be19c975572d74afb53f29650ea2025bbfaef359d2de2f7f" } ,
{ file = "charset_normalizer-3.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6fd30dc99682dc2c603c2b315bded2799019cea829f8bf57dc6b61efde6611c8" } ,
{ file = "charset_normalizer-3.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2006769bd1640bdf4d5641c69a3d63b71b81445473cac5ded39740a226fa88ab" } ,
{ file = "charset_normalizer-3.4.0-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:dc15e99b2d8a656f8e666854404f1ba54765871104e50c8e9813af8a7db07f12" } ,
{ file = "charset_normalizer-3.4.0-cp38-cp38-musllinux_1_2_i686.whl" , hash = "sha256:ab2e5bef076f5a235c3774b4f4028a680432cded7cad37bba0fd90d64b187d19" } ,
{ file = "charset_normalizer-3.4.0-cp38-cp38-musllinux_1_2_ppc64le.whl" , hash = "sha256:4ec9dd88a5b71abfc74e9df5ebe7921c35cbb3b641181a531ca65cdb5e8e4dea" } ,
{ file = "charset_normalizer-3.4.0-cp38-cp38-musllinux_1_2_s390x.whl" , hash = "sha256:43193c5cda5d612f247172016c4bb71251c784d7a4d9314677186a838ad34858" } ,
{ file = "charset_normalizer-3.4.0-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:aa693779a8b50cd97570e5a0f343538a8dbd3e496fa5dcb87e29406ad0299654" } ,
{ file = "charset_normalizer-3.4.0-cp38-cp38-win32.whl" , hash = "sha256:7706f5850360ac01d80c89bcef1640683cc12ed87f42579dab6c5d3ed6888613" } ,
{ file = "charset_normalizer-3.4.0-cp38-cp38-win_amd64.whl" , hash = "sha256:c3e446d253bd88f6377260d07c895816ebf33ffffd56c1c792b13bff9c3e1ade" } ,
{ file = "charset_normalizer-3.4.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:980b4f289d1d90ca5efcf07958d3eb38ed9c0b7676bf2831a54d4f66f9c27dfa" } ,
{ file = "charset_normalizer-3.4.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f28f891ccd15c514a0981f3b9db9aa23d62fe1a99997512b0491d2ed323d229a" } ,
{ file = "charset_normalizer-3.4.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:a8aacce6e2e1edcb6ac625fb0f8c3a9570ccc7bfba1f63419b3769ccf6a00ed0" } ,
{ file = "charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bd7af3717683bea4c87acd8c0d3d5b44d56120b26fd3f8a692bdd2d5260c620a" } ,
{ file = "charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5ff2ed8194587faf56555927b3aa10e6fb69d931e33953943bc4f837dfee2242" } ,
{ file = "charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:e91f541a85298cf35433bf66f3fab2a4a2cff05c127eeca4af174f6d497f0d4b" } ,
{ file = "charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:309a7de0a0ff3040acaebb35ec45d18db4b28232f21998851cfa709eeff49d62" } ,
{ file = "charset_normalizer-3.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:285e96d9d53422efc0d7a17c60e59f37fbf3dfa942073f666db4ac71e8d726d0" } ,
{ file = "charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:5d447056e2ca60382d460a604b6302d8db69476fd2015c81e7c35417cfabe4cd" } ,
{ file = "charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:20587d20f557fe189b7947d8e7ec5afa110ccf72a3128d61a2a387c3313f46be" } ,
{ file = "charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_ppc64le.whl" , hash = "sha256:130272c698667a982a5d0e626851ceff662565379baf0ff2cc58067b81d4f11d" } ,
{ file = "charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_s390x.whl" , hash = "sha256:ab22fbd9765e6954bc0bcff24c25ff71dcbfdb185fcdaca49e81bac68fe724d3" } ,
{ file = "charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:7782afc9b6b42200f7362858f9e73b1f8316afb276d316336c0ec3bd73312742" } ,
{ file = "charset_normalizer-3.4.0-cp39-cp39-win32.whl" , hash = "sha256:2de62e8801ddfff069cd5c504ce3bc9672b23266597d4e4f50eda28846c322f2" } ,
{ file = "charset_normalizer-3.4.0-cp39-cp39-win_amd64.whl" , hash = "sha256:95c3c157765b031331dd4db3c775e58deaee050a3042fcad72cbc4189d7c8dca" } ,
{ file = "charset_normalizer-3.4.0-py3-none-any.whl" , hash = "sha256:fe9f97feb71aa9896b81973a7bbada8c49501dc73e58a10fcef6663af95e5079" } ,
{ file = "charset_normalizer-3.4.0.tar.gz" , hash = "sha256:223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e" } ,
2024-09-21 09:46:46 +04:00
]
[ [ package ] ]
name = "click"
version = "8.1.7"
description = "Composable command line interface toolkit"
optional = false
python-versions = ">=3.7"
files = [
{ file = "click-8.1.7-py3-none-any.whl" , hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28" } ,
{ file = "click-8.1.7.tar.gz" , hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" } ,
]
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
2024-10-23 13:43:55 +04:00
[ [ package ] ]
name = "cloudpickle"
version = "3.1.0"
description = "Pickler class to extend the standard pickle.Pickler functionality"
optional = false
python-versions = ">=3.8"
files = [
{ file = "cloudpickle-3.1.0-py3-none-any.whl" , hash = "sha256:fe11acda67f61aaaec473e3afe030feb131d78a43461b718185363384f1ba12e" } ,
{ file = "cloudpickle-3.1.0.tar.gz" , hash = "sha256:81a929b6e3c7335c863c771d673d105f02efdb89dfaba0c90495d1c64796601b" } ,
]
2024-09-21 09:46:46 +04:00
[ [ package ] ]
name = "colorama"
version = "0.4.6"
description = "Cross-platform colored terminal text."
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
files = [
{ file = "colorama-0.4.6-py2.py3-none-any.whl" , hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" } ,
{ file = "colorama-0.4.6.tar.gz" , hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" } ,
]
[ [ package ] ]
name = "comm"
version = "0.2.2"
description = "Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc."
optional = false
python-versions = ">=3.8"
files = [
{ file = "comm-0.2.2-py3-none-any.whl" , hash = "sha256:e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3" } ,
{ file = "comm-0.2.2.tar.gz" , hash = "sha256:3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e" } ,
]
[ package . dependencies ]
traitlets = ">=4"
[ package . extras ]
test = [ "pytest" ]
[ [ package ] ]
name = "contourpy"
version = "1.3.0"
description = "Python library for calculating contours of 2D quadrilateral grids"
optional = false
python-versions = ">=3.9"
files = [
{ file = "contourpy-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:880ea32e5c774634f9fcd46504bf9f080a41ad855f4fef54f5380f5133d343c7" } ,
{ file = "contourpy-1.3.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:76c905ef940a4474a6289c71d53122a4f77766eef23c03cd57016ce19d0f7b42" } ,
{ file = "contourpy-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:92f8557cbb07415a4d6fa191f20fd9d2d9eb9c0b61d1b2f52a8926e43c6e9af7" } ,
{ file = "contourpy-1.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:36f965570cff02b874773c49bfe85562b47030805d7d8360748f3eca570f4cab" } ,
{ file = "contourpy-1.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cacd81e2d4b6f89c9f8a5b69b86490152ff39afc58a95af002a398273e5ce589" } ,
{ file = "contourpy-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:69375194457ad0fad3a839b9e29aa0b0ed53bb54db1bfb6c3ae43d111c31ce41" } ,
{ file = "contourpy-1.3.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:7a52040312b1a858b5e31ef28c2e865376a386c60c0e248370bbea2d3f3b760d" } ,
{ file = "contourpy-1.3.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:3faeb2998e4fcb256542e8a926d08da08977f7f5e62cf733f3c211c2a5586223" } ,
{ file = "contourpy-1.3.0-cp310-cp310-win32.whl" , hash = "sha256:36e0cff201bcb17a0a8ecc7f454fe078437fa6bda730e695a92f2d9932bd507f" } ,
{ file = "contourpy-1.3.0-cp310-cp310-win_amd64.whl" , hash = "sha256:87ddffef1dbe5e669b5c2440b643d3fdd8622a348fe1983fad7a0f0ccb1cd67b" } ,
{ file = "contourpy-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:0fa4c02abe6c446ba70d96ece336e621efa4aecae43eaa9b030ae5fb92b309ad" } ,
{ file = "contourpy-1.3.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:834e0cfe17ba12f79963861e0f908556b2cedd52e1f75e6578801febcc6a9f49" } ,
{ file = "contourpy-1.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dbc4c3217eee163fa3984fd1567632b48d6dfd29216da3ded3d7b844a8014a66" } ,
{ file = "contourpy-1.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4865cd1d419e0c7a7bf6de1777b185eebdc51470800a9f42b9e9decf17762081" } ,
{ file = "contourpy-1.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:303c252947ab4b14c08afeb52375b26781ccd6a5ccd81abcdfc1fafd14cf93c1" } ,
{ file = "contourpy-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:637f674226be46f6ba372fd29d9523dd977a291f66ab2a74fbeb5530bb3f445d" } ,
{ file = "contourpy-1.3.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:76a896b2f195b57db25d6b44e7e03f221d32fe318d03ede41f8b4d9ba1bff53c" } ,
{ file = "contourpy-1.3.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:e1fd23e9d01591bab45546c089ae89d926917a66dceb3abcf01f6105d927e2cb" } ,
{ file = "contourpy-1.3.0-cp311-cp311-win32.whl" , hash = "sha256:d402880b84df3bec6eab53cd0cf802cae6a2ef9537e70cf75e91618a3801c20c" } ,
{ file = "contourpy-1.3.0-cp311-cp311-win_amd64.whl" , hash = "sha256:6cb6cc968059db9c62cb35fbf70248f40994dfcd7aa10444bbf8b3faeb7c2d67" } ,
{ file = "contourpy-1.3.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:570ef7cf892f0afbe5b2ee410c507ce12e15a5fa91017a0009f79f7d93a1268f" } ,
{ file = "contourpy-1.3.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:da84c537cb8b97d153e9fb208c221c45605f73147bd4cadd23bdae915042aad6" } ,
{ file = "contourpy-1.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0be4d8425bfa755e0fd76ee1e019636ccc7c29f77a7c86b4328a9eb6a26d0639" } ,
{ file = "contourpy-1.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9c0da700bf58f6e0b65312d0a5e695179a71d0163957fa381bb3c1f72972537c" } ,
{ file = "contourpy-1.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:eb8b141bb00fa977d9122636b16aa67d37fd40a3d8b52dd837e536d64b9a4d06" } ,
{ file = "contourpy-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3634b5385c6716c258d0419c46d05c8aa7dc8cb70326c9a4fb66b69ad2b52e09" } ,
{ file = "contourpy-1.3.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:0dce35502151b6bd35027ac39ba6e5a44be13a68f55735c3612c568cac3805fd" } ,
{ file = "contourpy-1.3.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:aea348f053c645100612b333adc5983d87be69acdc6d77d3169c090d3b01dc35" } ,
{ file = "contourpy-1.3.0-cp312-cp312-win32.whl" , hash = "sha256:90f73a5116ad1ba7174341ef3ea5c3150ddf20b024b98fb0c3b29034752c8aeb" } ,
{ file = "contourpy-1.3.0-cp312-cp312-win_amd64.whl" , hash = "sha256:b11b39aea6be6764f84360fce6c82211a9db32a7c7de8fa6dd5397cf1d079c3b" } ,
{ file = "contourpy-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:3e1c7fa44aaae40a2247e2e8e0627f4bea3dd257014764aa644f319a5f8600e3" } ,
{ file = "contourpy-1.3.0-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:364174c2a76057feef647c802652f00953b575723062560498dc7930fc9b1cb7" } ,
{ file = "contourpy-1.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:32b238b3b3b649e09ce9aaf51f0c261d38644bdfa35cbaf7b263457850957a84" } ,
{ file = "contourpy-1.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d51fca85f9f7ad0b65b4b9fe800406d0d77017d7270d31ec3fb1cc07358fdea0" } ,
{ file = "contourpy-1.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:732896af21716b29ab3e988d4ce14bc5133733b85956316fb0c56355f398099b" } ,
{ file = "contourpy-1.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d73f659398a0904e125280836ae6f88ba9b178b2fed6884f3b1f95b989d2c8da" } ,
{ file = "contourpy-1.3.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:c6c7c2408b7048082932cf4e641fa3b8ca848259212f51c8c59c45aa7ac18f14" } ,
{ file = "contourpy-1.3.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:f317576606de89da6b7e0861cf6061f6146ead3528acabff9236458a6ba467f8" } ,
{ file = "contourpy-1.3.0-cp313-cp313-win32.whl" , hash = "sha256:31cd3a85dbdf1fc002280c65caa7e2b5f65e4a973fcdf70dd2fdcb9868069294" } ,
{ file = "contourpy-1.3.0-cp313-cp313-win_amd64.whl" , hash = "sha256:4553c421929ec95fb07b3aaca0fae668b2eb5a5203d1217ca7c34c063c53d087" } ,
{ file = "contourpy-1.3.0-cp313-cp313t-macosx_10_13_x86_64.whl" , hash = "sha256:345af746d7766821d05d72cb8f3845dfd08dd137101a2cb9b24de277d716def8" } ,
{ file = "contourpy-1.3.0-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:3bb3808858a9dc68f6f03d319acd5f1b8a337e6cdda197f02f4b8ff67ad2057b" } ,
{ file = "contourpy-1.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:420d39daa61aab1221567b42eecb01112908b2cab7f1b4106a52caaec8d36973" } ,
{ file = "contourpy-1.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4d63ee447261e963af02642ffcb864e5a2ee4cbfd78080657a9880b8b1868e18" } ,
{ file = "contourpy-1.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:167d6c890815e1dac9536dca00828b445d5d0df4d6a8c6adb4a7ec3166812fa8" } ,
{ file = "contourpy-1.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:710a26b3dc80c0e4febf04555de66f5fd17e9cf7170a7b08000601a10570bda6" } ,
{ file = "contourpy-1.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl" , hash = "sha256:75ee7cb1a14c617f34a51d11fa7524173e56551646828353c4af859c56b766e2" } ,
{ file = "contourpy-1.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:33c92cdae89ec5135d036e7218e69b0bb2851206077251f04a6c4e0e21f03927" } ,
{ file = "contourpy-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:a11077e395f67ffc2c44ec2418cfebed032cd6da3022a94fc227b6faf8e2acb8" } ,
{ file = "contourpy-1.3.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e8134301d7e204c88ed7ab50028ba06c683000040ede1d617298611f9dc6240c" } ,
{ file = "contourpy-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e12968fdfd5bb45ffdf6192a590bd8ddd3ba9e58360b29683c6bb71a7b41edca" } ,
{ file = "contourpy-1.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:fd2a0fc506eccaaa7595b7e1418951f213cf8255be2600f1ea1b61e46a60c55f" } ,
{ file = "contourpy-1.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:4cfb5c62ce023dfc410d6059c936dcf96442ba40814aefbfa575425a3a7f19dc" } ,
{ file = "contourpy-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:68a32389b06b82c2fdd68276148d7b9275b5f5cf13e5417e4252f6d1a34f72a2" } ,
{ file = "contourpy-1.3.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:94e848a6b83da10898cbf1311a815f770acc9b6a3f2d646f330d57eb4e87592e" } ,
{ file = "contourpy-1.3.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:d78ab28a03c854a873787a0a42254a0ccb3cb133c672f645c9f9c8f3ae9d0800" } ,
{ file = "contourpy-1.3.0-cp39-cp39-win32.whl" , hash = "sha256:81cb5ed4952aae6014bc9d0421dec7c5835c9c8c31cdf51910b708f548cf58e5" } ,
{ file = "contourpy-1.3.0-cp39-cp39-win_amd64.whl" , hash = "sha256:14e262f67bd7e6eb6880bc564dcda30b15e351a594657e55b7eec94b6ef72843" } ,
{ file = "contourpy-1.3.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:fe41b41505a5a33aeaed2a613dccaeaa74e0e3ead6dd6fd3a118fb471644fd6c" } ,
{ file = "contourpy-1.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:eca7e17a65f72a5133bdbec9ecf22401c62bcf4821361ef7811faee695799779" } ,
{ file = "contourpy-1.3.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:1ec4dc6bf570f5b22ed0d7efba0dfa9c5b9e0431aeea7581aa217542d9e809a4" } ,
{ file = "contourpy-1.3.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:00ccd0dbaad6d804ab259820fa7cb0b8036bda0686ef844d24125d8287178ce0" } ,
{ file = "contourpy-1.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8ca947601224119117f7c19c9cdf6b3ab54c5726ef1d906aa4a69dfb6dd58102" } ,
{ file = "contourpy-1.3.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:c6ec93afeb848a0845a18989da3beca3eec2c0f852322efe21af1931147d12cb" } ,
{ file = "contourpy-1.3.0.tar.gz" , hash = "sha256:7ffa0db17717a8ffb127efd0c95a4362d996b892c2904db72428d5b52e1938a4" } ,
]
[ package . dependencies ]
numpy = ">=1.23"
[ package . extras ]
bokeh = [ "bokeh" , "selenium" ]
docs = [ "furo" , "sphinx (>=7.2)" , "sphinx-copybutton" ]
mypy = [ "contourpy[bokeh,docs]" , "docutils-stubs" , "mypy (==1.11.1)" , "types-Pillow" ]
test = [ "Pillow" , "contourpy[test-no-images]" , "matplotlib" ]
test-no-images = [ "pytest" , "pytest-cov" , "pytest-rerunfailures" , "pytest-xdist" , "wurlitzer" ]
[ [ package ] ]
name = "cycler"
version = "0.12.1"
description = "Composable style cycles"
optional = false
python-versions = ">=3.8"
files = [
{ file = "cycler-0.12.1-py3-none-any.whl" , hash = "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30" } ,
{ file = "cycler-0.12.1.tar.gz" , hash = "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c" } ,
]
[ package . extras ]
docs = [ "ipython" , "matplotlib" , "numpydoc" , "sphinx" ]
tests = [ "pytest" , "pytest-cov" , "pytest-xdist" ]
[ [ package ] ]
name = "debugpy"
2024-11-08 22:37:34 +04:00
version = "1.8.8"
2024-09-21 09:46:46 +04:00
description = "An implementation of the Debug Adapter Protocol for Python"
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "debugpy-1.8.8-cp310-cp310-macosx_14_0_x86_64.whl" , hash = "sha256:e59b1607c51b71545cb3496876544f7186a7a27c00b436a62f285603cc68d1c6" } ,
{ file = "debugpy-1.8.8-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a6531d952b565b7cb2fbd1ef5df3d333cf160b44f37547a4e7cf73666aca5d8d" } ,
{ file = "debugpy-1.8.8-cp310-cp310-win32.whl" , hash = "sha256:b01f4a5e5c5fb1d34f4ccba99a20ed01eabc45a4684f4948b5db17a319dfb23f" } ,
{ file = "debugpy-1.8.8-cp310-cp310-win_amd64.whl" , hash = "sha256:535f4fb1c024ddca5913bb0eb17880c8f24ba28aa2c225059db145ee557035e9" } ,
{ file = "debugpy-1.8.8-cp311-cp311-macosx_14_0_universal2.whl" , hash = "sha256:c399023146e40ae373753a58d1be0a98bf6397fadc737b97ad612886b53df318" } ,
{ file = "debugpy-1.8.8-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:09cc7b162586ea2171eea055985da2702b0723f6f907a423c9b2da5996ad67ba" } ,
{ file = "debugpy-1.8.8-cp311-cp311-win32.whl" , hash = "sha256:eea8821d998ebeb02f0625dd0d76839ddde8cbf8152ebbe289dd7acf2cdc6b98" } ,
{ file = "debugpy-1.8.8-cp311-cp311-win_amd64.whl" , hash = "sha256:d4483836da2a533f4b1454dffc9f668096ac0433de855f0c22cdce8c9f7e10c4" } ,
{ file = "debugpy-1.8.8-cp312-cp312-macosx_14_0_universal2.whl" , hash = "sha256:0cc94186340be87b9ac5a707184ec8f36547fb66636d1029ff4f1cc020e53996" } ,
{ file = "debugpy-1.8.8-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:64674e95916e53c2e9540a056e5f489e0ad4872645399d778f7c598eacb7b7f9" } ,
{ file = "debugpy-1.8.8-cp312-cp312-win32.whl" , hash = "sha256:5c6e885dbf12015aed73770f29dec7023cb310d0dc2ba8bfbeb5c8e43f80edc9" } ,
{ file = "debugpy-1.8.8-cp312-cp312-win_amd64.whl" , hash = "sha256:19ffbd84e757a6ca0113574d1bf5a2298b3947320a3e9d7d8dc3377f02d9f864" } ,
{ file = "debugpy-1.8.8-cp313-cp313-macosx_14_0_universal2.whl" , hash = "sha256:705cd123a773d184860ed8dae99becd879dfec361098edbefb5fc0d3683eb804" } ,
{ file = "debugpy-1.8.8-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:890fd16803f50aa9cb1a9b9b25b5ec321656dd6b78157c74283de241993d086f" } ,
{ file = "debugpy-1.8.8-cp313-cp313-win32.whl" , hash = "sha256:90244598214bbe704aa47556ec591d2f9869ff9e042e301a2859c57106649add" } ,
{ file = "debugpy-1.8.8-cp313-cp313-win_amd64.whl" , hash = "sha256:4b93e4832fd4a759a0c465c967214ed0c8a6e8914bced63a28ddb0dd8c5f078b" } ,
{ file = "debugpy-1.8.8-cp38-cp38-macosx_14_0_x86_64.whl" , hash = "sha256:143ef07940aeb8e7316de48f5ed9447644da5203726fca378f3a6952a50a9eae" } ,
{ file = "debugpy-1.8.8-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f95651bdcbfd3b27a408869a53fbefcc2bcae13b694daee5f1365b1b83a00113" } ,
{ file = "debugpy-1.8.8-cp38-cp38-win32.whl" , hash = "sha256:26b461123a030e82602a750fb24d7801776aa81cd78404e54ab60e8b5fecdad5" } ,
{ file = "debugpy-1.8.8-cp38-cp38-win_amd64.whl" , hash = "sha256:f3cbf1833e644a3100eadb6120f25be8a532035e8245584c4f7532937edc652a" } ,
{ file = "debugpy-1.8.8-cp39-cp39-macosx_14_0_x86_64.whl" , hash = "sha256:53709d4ec586b525724819dc6af1a7703502f7e06f34ded7157f7b1f963bb854" } ,
{ file = "debugpy-1.8.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3a9c013077a3a0000e83d97cf9cc9328d2b0bbb31f56b0e99ea3662d29d7a6a2" } ,
{ file = "debugpy-1.8.8-cp39-cp39-win32.whl" , hash = "sha256:ffe94dd5e9a6739a75f0b85316dc185560db3e97afa6b215628d1b6a17561cb2" } ,
{ file = "debugpy-1.8.8-cp39-cp39-win_amd64.whl" , hash = "sha256:5c0e5a38c7f9b481bf31277d2f74d2109292179081f11108e668195ef926c0f9" } ,
{ file = "debugpy-1.8.8-py2.py3-none-any.whl" , hash = "sha256:ec684553aba5b4066d4de510859922419febc710df7bba04fe9e7ef3de15d34f" } ,
{ file = "debugpy-1.8.8.zip" , hash = "sha256:e6355385db85cbd666be703a96ab7351bc9e6c61d694893206f8001e22aee091" } ,
2024-09-21 09:46:46 +04:00
]
[ [ package ] ]
name = "decorator"
version = "5.1.1"
description = "Decorators for Humans"
optional = false
python-versions = ">=3.5"
files = [
{ file = "decorator-5.1.1-py3-none-any.whl" , hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186" } ,
{ file = "decorator-5.1.1.tar.gz" , hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330" } ,
]
[ [ package ] ]
name = "defusedxml"
version = "0.7.1"
description = "XML bomb protection for Python stdlib modules"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [
{ file = "defusedxml-0.7.1-py2.py3-none-any.whl" , hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61" } ,
{ file = "defusedxml-0.7.1.tar.gz" , hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69" } ,
]
[ [ package ] ]
name = "executing"
version = "2.1.0"
description = "Get the currently executing AST node of a frame, and other information"
optional = false
python-versions = ">=3.8"
files = [
{ file = "executing-2.1.0-py2.py3-none-any.whl" , hash = "sha256:8d63781349375b5ebccc3142f4b30350c0cd9c79f921cde38be2be4637e98eaf" } ,
{ file = "executing-2.1.0.tar.gz" , hash = "sha256:8ea27ddd260da8150fa5a708269c4a10e76161e2496ec3e587da9e3c0fe4b9ab" } ,
]
[ package . extras ]
tests = [ "asttokens (>=2.1.0)" , "coverage" , "coverage-enable-subprocess" , "ipython" , "littleutils" , "pytest" , "rich" ]
[ [ package ] ]
name = "fastjsonschema"
version = "2.20.0"
description = "Fastest Python implementation of JSON schema"
optional = false
python-versions = "*"
files = [
{ file = "fastjsonschema-2.20.0-py3-none-any.whl" , hash = "sha256:5875f0b0fa7a0043a91e93a9b8f793bcbbba9691e7fd83dca95c28ba26d21f0a" } ,
{ file = "fastjsonschema-2.20.0.tar.gz" , hash = "sha256:3d48fc5300ee96f5d116f10fe6f28d938e6008f59a6a025c2649475b87f76a23" } ,
]
[ package . extras ]
devel = [ "colorama" , "json-spec" , "jsonschema" , "pylint" , "pytest" , "pytest-benchmark" , "pytest-cache" , "validictory" ]
2024-10-23 13:43:55 +04:00
[ [ package ] ]
name = "featuretools"
version = "1.31.0"
description = "a framework for automated feature engineering"
optional = false
python-versions = "<4,>=3.9"
files = [
{ file = "featuretools-1.31.0-py3-none-any.whl" , hash = "sha256:87c94e9ae959c89acd83da96bd2583f3ef0f6daaa9639cbb6e46dbde2c742a18" } ,
{ file = "featuretools-1.31.0.tar.gz" , hash = "sha256:01bfb17fcc1715b4c3623c7bc94a8982122c4a0fa03350ed478601bb81f90155" } ,
]
[ package . dependencies ]
cloudpickle = ">=1.5.0"
holidays = ">=0.17"
numpy = ">=1.25.0"
packaging = ">=20.0"
pandas = ">=2.0.0"
psutil = ">=5.7.0"
scipy = ">=1.10.0"
tqdm = ">=4.66.3"
woodwork = ">=0.28.0"
[ package . extras ]
autonormalize = [ "autonormalize (>=2.0.1)" ]
complete = [ "featuretools[dask,nlp,premium]" ]
dask = [ "dask[dataframe] (>=2023.2.0)" , "distributed (>=2023.2.0)" ]
dev = [ "black[jupyter] (>=23.1.0)" , "featuretools[dask,docs,test]" , "pre-commit (>=2.20.0)" , "ruff (>=0.1.6)" ]
docs = [ "Sphinx (==5.1.1)" , "autonormalize (>=2.0.1)" , "click (>=7.0.0)" , "featuretools[dask,test]" , "ipython (==8.4.0)" , "jupyter (==1.0.0)" , "jupyter-client (>=8.0.2)" , "matplotlib (==3.7.2)" , "myst-parser (==0.18.0)" , "nbconvert (==6.5.0)" , "nbsphinx (==0.8.9)" , "pydata-sphinx-theme (==0.9.0)" , "sphinx-copybutton (==0.5.0)" , "sphinx-inline-tabs (==2022.1.2b11)" ]
nlp = [ "nlp-primitives (>=2.12.0)" ]
premium = [ "premium-primitives (>=0.0.3)" ]
sklearn = [ "featuretools-sklearn-transformer (>=1.0.0)" ]
sql = [ "featuretools-sql (>=0.0.1)" , "psycopg2-binary (>=2.9.3)" ]
test = [ "boto3 (>=1.34.32)" , "composeml (>=0.8.0)" , "graphviz (>=0.8.4)" , "moto[all] (>=5.0.0)" , "pip (>=23.3.0)" , "pyarrow (>=14.0.1)" , "pympler (>=0.8)" , "pytest (>=7.1.2)" , "pytest-cov (>=3.0.0)" , "pytest-timeout (>=2.1.0)" , "pytest-xdist (>=2.5.0)" , "smart-open (>=5.0.0)" , "urllib3 (>=1.26.18)" ]
tsfresh = [ "featuretools-tsfresh-primitives (>=1.0.0)" ]
2024-09-21 09:46:46 +04:00
[ [ package ] ]
name = "flask"
version = "3.0.3"
description = "A simple framework for building complex web applications."
optional = false
python-versions = ">=3.8"
files = [
{ file = "flask-3.0.3-py3-none-any.whl" , hash = "sha256:34e815dfaa43340d1d15a5c3a02b8476004037eb4840b34910c6e21679d288f3" } ,
{ file = "flask-3.0.3.tar.gz" , hash = "sha256:ceb27b0af3823ea2737928a4d99d125a06175b8512c445cbd9a9ce200ef76842" } ,
]
[ package . dependencies ]
blinker = ">=1.6.2"
click = ">=8.1.3"
itsdangerous = ">=2.1.2"
Jinja2 = ">=3.1.2"
Werkzeug = ">=3.0.0"
[ package . extras ]
async = [ "asgiref (>=3.2)" ]
dotenv = [ "python-dotenv" ]
[ [ package ] ]
name = "flask-cors"
version = "5.0.0"
description = "A Flask extension adding a decorator for CORS support"
optional = false
python-versions = "*"
files = [
{ file = "Flask_Cors-5.0.0-py2.py3-none-any.whl" , hash = "sha256:b9e307d082a9261c100d8fb0ba909eec6a228ed1b60a8315fd85f783d61910bc" } ,
{ file = "flask_cors-5.0.0.tar.gz" , hash = "sha256:5aadb4b950c4e93745034594d9f3ea6591f734bb3662e16e255ffbf5e89c88ef" } ,
]
[ package . dependencies ]
Flask = ">=0.9"
[ [ package ] ]
name = "flask-httpauth"
version = "4.8.0"
description = "HTTP authentication for Flask routes"
optional = false
python-versions = "*"
files = [
{ file = "Flask-HTTPAuth-4.8.0.tar.gz" , hash = "sha256:66568a05bc73942c65f1e2201ae746295816dc009edd84b482c44c758d75097a" } ,
{ file = "Flask_HTTPAuth-4.8.0-py3-none-any.whl" , hash = "sha256:a58fedd09989b9975448eef04806b096a3964a7feeebc0a78831ff55685b62b0" } ,
]
[ package . dependencies ]
flask = "*"
[ [ package ] ]
name = "flask-marshmallow"
version = "1.2.1"
description = "Flask + marshmallow for beautiful APIs"
optional = false
python-versions = ">=3.8"
files = [
{ file = "flask_marshmallow-1.2.1-py3-none-any.whl" , hash = "sha256:10b5048ecfaa26f7c8d0aed7d81083164450e6be8e81c04b3d4a586b3f7b6678" } ,
{ file = "flask_marshmallow-1.2.1.tar.gz" , hash = "sha256:00ee96399ed664963afff3b5d6ee518640b0f91dbc2aace2b5abcf32f40ef23a" } ,
]
[ package . dependencies ]
Flask = ">=2.2"
marshmallow = ">=3.0.0"
[ package . extras ]
dev = [ "flask-marshmallow[tests]" , "pre-commit (>=3.5,<4.0)" , "tox" ]
docs = [ "Sphinx (==7.2.6)" , "marshmallow-sqlalchemy (>=0.19.0)" , "sphinx-issues (==4.0.0)" ]
sqlalchemy = [ "flask-sqlalchemy (>=3.0.0)" , "marshmallow-sqlalchemy (>=0.29.0)" ]
tests = [ "flask-marshmallow[sqlalchemy]" , "pytest" ]
[ [ package ] ]
name = "fonttools"
2024-11-08 22:37:34 +04:00
version = "4.54.1"
2024-09-21 09:46:46 +04:00
description = "Tools to manipulate font files"
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "fonttools-4.54.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:7ed7ee041ff7b34cc62f07545e55e1468808691dddfd315d51dd82a6b37ddef2" } ,
{ file = "fonttools-4.54.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:41bb0b250c8132b2fcac148e2e9198e62ff06f3cc472065dff839327945c5882" } ,
{ file = "fonttools-4.54.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7965af9b67dd546e52afcf2e38641b5be956d68c425bef2158e95af11d229f10" } ,
{ file = "fonttools-4.54.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:278913a168f90d53378c20c23b80f4e599dca62fbffae4cc620c8eed476b723e" } ,
{ file = "fonttools-4.54.1-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:0e88e3018ac809b9662615072dcd6b84dca4c2d991c6d66e1970a112503bba7e" } ,
{ file = "fonttools-4.54.1-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:4aa4817f0031206e637d1e685251ac61be64d1adef111060df84fdcbc6ab6c44" } ,
{ file = "fonttools-4.54.1-cp310-cp310-win32.whl" , hash = "sha256:7e3b7d44e18c085fd8c16dcc6f1ad6c61b71ff463636fcb13df7b1b818bd0c02" } ,
{ file = "fonttools-4.54.1-cp310-cp310-win_amd64.whl" , hash = "sha256:dd9cc95b8d6e27d01e1e1f1fae8559ef3c02c76317da650a19047f249acd519d" } ,
{ file = "fonttools-4.54.1-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:5419771b64248484299fa77689d4f3aeed643ea6630b2ea750eeab219588ba20" } ,
{ file = "fonttools-4.54.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:301540e89cf4ce89d462eb23a89464fef50915255ece765d10eee8b2bf9d75b2" } ,
{ file = "fonttools-4.54.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:76ae5091547e74e7efecc3cbf8e75200bc92daaeb88e5433c5e3e95ea8ce5aa7" } ,
{ file = "fonttools-4.54.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:82834962b3d7c5ca98cb56001c33cf20eb110ecf442725dc5fdf36d16ed1ab07" } ,
{ file = "fonttools-4.54.1-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:d26732ae002cc3d2ecab04897bb02ae3f11f06dd7575d1df46acd2f7c012a8d8" } ,
{ file = "fonttools-4.54.1-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:58974b4987b2a71ee08ade1e7f47f410c367cdfc5a94fabd599c88165f56213a" } ,
{ file = "fonttools-4.54.1-cp311-cp311-win32.whl" , hash = "sha256:ab774fa225238986218a463f3fe151e04d8c25d7de09df7f0f5fce27b1243dbc" } ,
{ file = "fonttools-4.54.1-cp311-cp311-win_amd64.whl" , hash = "sha256:07e005dc454eee1cc60105d6a29593459a06321c21897f769a281ff2d08939f6" } ,
{ file = "fonttools-4.54.1-cp312-cp312-macosx_10_13_universal2.whl" , hash = "sha256:54471032f7cb5fca694b5f1a0aaeba4af6e10ae989df408e0216f7fd6cdc405d" } ,
{ file = "fonttools-4.54.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:8fa92cb248e573daab8d032919623cc309c005086d743afb014c836636166f08" } ,
{ file = "fonttools-4.54.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0a911591200114969befa7f2cb74ac148bce5a91df5645443371aba6d222e263" } ,
{ file = "fonttools-4.54.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:93d458c8a6a354dc8b48fc78d66d2a8a90b941f7fec30e94c7ad9982b1fa6bab" } ,
{ file = "fonttools-4.54.1-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:5eb2474a7c5be8a5331146758debb2669bf5635c021aee00fd7c353558fc659d" } ,
{ file = "fonttools-4.54.1-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:c9c563351ddc230725c4bdf7d9e1e92cbe6ae8553942bd1fb2b2ff0884e8b714" } ,
{ file = "fonttools-4.54.1-cp312-cp312-win32.whl" , hash = "sha256:fdb062893fd6d47b527d39346e0c5578b7957dcea6d6a3b6794569370013d9ac" } ,
{ file = "fonttools-4.54.1-cp312-cp312-win_amd64.whl" , hash = "sha256:e4564cf40cebcb53f3dc825e85910bf54835e8a8b6880d59e5159f0f325e637e" } ,
{ file = "fonttools-4.54.1-cp313-cp313-macosx_10_13_universal2.whl" , hash = "sha256:6e37561751b017cf5c40fce0d90fd9e8274716de327ec4ffb0df957160be3bff" } ,
{ file = "fonttools-4.54.1-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:357cacb988a18aace66e5e55fe1247f2ee706e01debc4b1a20d77400354cddeb" } ,
{ file = "fonttools-4.54.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f8e953cc0bddc2beaf3a3c3b5dd9ab7554677da72dfaf46951e193c9653e515a" } ,
{ file = "fonttools-4.54.1-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:58d29b9a294573d8319f16f2f79e42428ba9b6480442fa1836e4eb89c4d9d61c" } ,
{ file = "fonttools-4.54.1-cp313-cp313-win32.whl" , hash = "sha256:9ef1b167e22709b46bf8168368b7b5d3efeaaa746c6d39661c1b4405b6352e58" } ,
{ file = "fonttools-4.54.1-cp313-cp313-win_amd64.whl" , hash = "sha256:262705b1663f18c04250bd1242b0515d3bbae177bee7752be67c979b7d47f43d" } ,
{ file = "fonttools-4.54.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:ed2f80ca07025551636c555dec2b755dd005e2ea8fbeb99fc5cdff319b70b23b" } ,
{ file = "fonttools-4.54.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:9dc080e5a1c3b2656caff2ac2633d009b3a9ff7b5e93d0452f40cd76d3da3b3c" } ,
{ file = "fonttools-4.54.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1d152d1be65652fc65e695e5619e0aa0982295a95a9b29b52b85775243c06556" } ,
{ file = "fonttools-4.54.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8583e563df41fdecef31b793b4dd3af8a9caa03397be648945ad32717a92885b" } ,
{ file = "fonttools-4.54.1-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:0d1d353ef198c422515a3e974a1e8d5b304cd54a4c2eebcae708e37cd9eeffb1" } ,
{ file = "fonttools-4.54.1-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:fda582236fee135d4daeca056c8c88ec5f6f6d88a004a79b84a02547c8f57386" } ,
{ file = "fonttools-4.54.1-cp38-cp38-win32.whl" , hash = "sha256:e7d82b9e56716ed32574ee106cabca80992e6bbdcf25a88d97d21f73a0aae664" } ,
{ file = "fonttools-4.54.1-cp38-cp38-win_amd64.whl" , hash = "sha256:ada215fd079e23e060157aab12eba0d66704316547f334eee9ff26f8c0d7b8ab" } ,
{ file = "fonttools-4.54.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:f5b8a096e649768c2f4233f947cf9737f8dbf8728b90e2771e2497c6e3d21d13" } ,
{ file = "fonttools-4.54.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:4e10d2e0a12e18f4e2dd031e1bf7c3d7017be5c8dbe524d07706179f355c5dac" } ,
{ file = "fonttools-4.54.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:31c32d7d4b0958600eac75eaf524b7b7cb68d3a8c196635252b7a2c30d80e986" } ,
{ file = "fonttools-4.54.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c39287f5c8f4a0c5a55daf9eaf9ccd223ea59eed3f6d467133cc727d7b943a55" } ,
{ file = "fonttools-4.54.1-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:a7a310c6e0471602fe3bf8efaf193d396ea561486aeaa7adc1f132e02d30c4b9" } ,
{ file = "fonttools-4.54.1-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:d3b659d1029946f4ff9b6183984578041b520ce0f8fb7078bb37ec7445806b33" } ,
{ file = "fonttools-4.54.1-cp39-cp39-win32.whl" , hash = "sha256:e96bc94c8cda58f577277d4a71f51c8e2129b8b36fd05adece6320dd3d57de8a" } ,
{ file = "fonttools-4.54.1-cp39-cp39-win_amd64.whl" , hash = "sha256:e8a4b261c1ef91e7188a30571be6ad98d1c6d9fa2427244c545e2fa0a2494dd7" } ,
{ file = "fonttools-4.54.1-py3-none-any.whl" , hash = "sha256:37cddd62d83dc4f72f7c3f3c2bcf2697e89a30efb152079896544a93907733bd" } ,
{ file = "fonttools-4.54.1.tar.gz" , hash = "sha256:957f669d4922f92c171ba01bef7f29410668db09f6c02111e22b2bce446f3285" } ,
2024-09-21 09:46:46 +04:00
]
[ package . extras ]
all = [ "brotli (>=1.0.1)" , "brotlicffi (>=0.8.0)" , "fs (>=2.2.0,<3)" , "lxml (>=4.0)" , "lz4 (>=1.7.4.2)" , "matplotlib" , "munkres" , "pycairo" , "scipy" , "skia-pathops (>=0.5.0)" , "sympy" , "uharfbuzz (>=0.23.0)" , "unicodedata2 (>=15.1.0)" , "xattr" , "zopfli (>=0.1.4)" ]
graphite = [ "lz4 (>=1.7.4.2)" ]
interpolatable = [ "munkres" , "pycairo" , "scipy" ]
lxml = [ "lxml (>=4.0)" ]
pathops = [ "skia-pathops (>=0.5.0)" ]
plot = [ "matplotlib" ]
repacker = [ "uharfbuzz (>=0.23.0)" ]
symfont = [ "sympy" ]
type1 = [ "xattr" ]
ufo = [ "fs (>=2.2.0,<3)" ]
unicode = [ "unicodedata2 (>=15.1.0)" ]
woff = [ "brotli (>=1.0.1)" , "brotlicffi (>=0.8.0)" , "zopfli (>=0.1.4)" ]
[ [ package ] ]
name = "fqdn"
version = "1.5.1"
description = "Validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers"
optional = false
python-versions = ">=2.7, !=3.0, !=3.1, !=3.2, !=3.3, !=3.4, <4"
files = [
{ file = "fqdn-1.5.1-py3-none-any.whl" , hash = "sha256:3a179af3761e4df6eb2e026ff9e1a3033d3587bf980a0b1b2e1e5d08d7358014" } ,
{ file = "fqdn-1.5.1.tar.gz" , hash = "sha256:105ed3677e767fb5ca086a0c1f4bb66ebc3c100be518f0e0d755d9eae164d89f" } ,
]
[ [ package ] ]
name = "h11"
version = "0.14.0"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
optional = false
python-versions = ">=3.7"
files = [
{ file = "h11-0.14.0-py3-none-any.whl" , hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" } ,
{ file = "h11-0.14.0.tar.gz" , hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d" } ,
]
2024-10-23 13:43:55 +04:00
[ [ package ] ]
name = "holidays"
2024-11-08 22:37:34 +04:00
version = "0.60"
2024-10-23 13:43:55 +04:00
description = "World Holidays Framework"
optional = false
python-versions = ">=3.9"
files = [
2024-11-08 22:37:34 +04:00
{ file = "holidays-0.60-py3-none-any.whl" , hash = "sha256:d857949c5ee35655215a10c5a26e6a856bdc3beccc4fbbc8debef98dfba17b82" } ,
{ file = "holidays-0.60.tar.gz" , hash = "sha256:495fc5123f5d92b92673237375eb8c15a03d21c647b089db509b7d9612267556" } ,
2024-10-23 13:43:55 +04:00
]
[ package . dependencies ]
python-dateutil = "*"
2024-09-21 09:46:46 +04:00
[ [ package ] ]
name = "httpcore"
2024-11-08 22:37:34 +04:00
version = "1.0.6"
2024-09-21 09:46:46 +04:00
description = "A minimal low-level HTTP client."
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "httpcore-1.0.6-py3-none-any.whl" , hash = "sha256:27b59625743b85577a8c0e10e55b50b5368a4f2cfe8cc7bcfa9cf00829c2682f" } ,
{ file = "httpcore-1.0.6.tar.gz" , hash = "sha256:73f6dbd6eb8c21bbf7ef8efad555481853f5f6acdeaff1edb0694289269ee17f" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
certifi = "*"
h11 = ">=0.13,<0.15"
[ package . extras ]
asyncio = [ "anyio (>=4.0,<5.0)" ]
http2 = [ "h2 (>=3,<5)" ]
socks = [ "socksio (==1.*)" ]
2024-11-08 22:37:34 +04:00
trio = [ "trio (>=0.22.0,<1.0)" ]
2024-09-21 09:46:46 +04:00
[ [ package ] ]
name = "httpx"
version = "0.27.2"
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.8"
files = [
{ file = "httpx-0.27.2-py3-none-any.whl" , hash = "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0" } ,
{ file = "httpx-0.27.2.tar.gz" , hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2" } ,
]
[ package . dependencies ]
anyio = "*"
certifi = "*"
httpcore = "==1.*"
idna = "*"
sniffio = "*"
[ package . extras ]
brotli = [ "brotli" , "brotlicffi" ]
cli = [ "click (==8.*)" , "pygments (==2.*)" , "rich (>=10,<14)" ]
http2 = [ "h2 (>=3,<5)" ]
socks = [ "socksio (==1.*)" ]
zstd = [ "zstandard (>=0.18.0)" ]
[ [ package ] ]
name = "idna"
2024-11-08 22:37:34 +04:00
version = "3.10"
2024-09-21 09:46:46 +04:00
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
python-versions = ">=3.6"
files = [
2024-11-08 22:37:34 +04:00
{ file = "idna-3.10-py3-none-any.whl" , hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3" } ,
{ file = "idna-3.10.tar.gz" , hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" } ,
2024-09-21 09:46:46 +04:00
]
2024-11-08 22:37:34 +04:00
[ package . extras ]
all = [ "flake8 (>=7.1.1)" , "mypy (>=1.11.2)" , "pytest (>=8.3.2)" , "ruff (>=0.6.2)" ]
2024-09-21 09:46:46 +04:00
[ [ package ] ]
name = "imbalanced-learn"
2024-11-08 22:37:34 +04:00
version = "0.12.4"
2024-09-21 09:46:46 +04:00
description = "Toolbox for imbalanced dataset in machine learning."
optional = false
python-versions = "*"
files = [
2024-11-08 22:37:34 +04:00
{ file = "imbalanced-learn-0.12.4.tar.gz" , hash = "sha256:8153ba385d296b07d97e0901a2624a86c06b48c94c2f92da3a5354827697b7a3" } ,
{ file = "imbalanced_learn-0.12.4-py3-none-any.whl" , hash = "sha256:d47fc599160d3ea882e712a3a6b02bdd353c1a6436d8d68d41b1922e6ee4a703" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
joblib = ">=1.1.1"
numpy = ">=1.17.3"
scikit-learn = ">=1.0.2"
scipy = ">=1.5.0"
threadpoolctl = ">=2.0.0"
[ package . extras ]
docs = [ "keras (>=2.4.3)" , "matplotlib (>=3.1.2)" , "memory-profiler (>=0.57.0)" , "numpydoc (>=1.5.0)" , "pandas (>=1.0.5)" , "pydata-sphinx-theme (>=0.13.3)" , "seaborn (>=0.9.0)" , "sphinx (>=6.0.0)" , "sphinx-copybutton (>=0.5.2)" , "sphinx-design (>=0.5.0)" , "sphinx-gallery (>=0.13.0)" , "sphinxcontrib-bibtex (>=2.4.1)" , "tensorflow (>=2.4.3)" ]
examples = [ "keras (>=2.4.3)" , "matplotlib (>=3.1.2)" , "pandas (>=1.0.5)" , "seaborn (>=0.9.0)" , "tensorflow (>=2.4.3)" ]
optional = [ "keras (>=2.4.3)" , "pandas (>=1.0.5)" , "tensorflow (>=2.4.3)" ]
tests = [ "black (>=23.3.0)" , "flake8 (>=3.8.2)" , "keras (>=2.4.3)" , "mypy (>=1.3.0)" , "pandas (>=1.0.5)" , "pytest (>=5.0.1)" , "pytest-cov (>=2.9.0)" , "tensorflow (>=2.4.3)" ]
2024-10-23 13:43:55 +04:00
[ [ package ] ]
name = "importlib-resources"
version = "6.4.5"
description = "Read resources from Python packages"
optional = false
python-versions = ">=3.8"
files = [
{ file = "importlib_resources-6.4.5-py3-none-any.whl" , hash = "sha256:ac29d5f956f01d5e4bb63102a5a19957f1b9175e45649977264a1416783bb717" } ,
{ file = "importlib_resources-6.4.5.tar.gz" , hash = "sha256:980862a1d16c9e147a59603677fa2aa5fd82b87f223b6cb870695bcfce830065" } ,
]
[ package . extras ]
check = [ "pytest-checkdocs (>=2.4)" , "pytest-ruff (>=0.2.1)" ]
cover = [ "pytest-cov" ]
doc = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
enabler = [ "pytest-enabler (>=2.2)" ]
test = [ "jaraco.test (>=5.4)" , "pytest (>=6,!=8.1.*)" , "zipp (>=3.17)" ]
type = [ "pytest-mypy" ]
2024-09-21 09:46:46 +04:00
[ [ package ] ]
name = "ipykernel"
version = "6.29.5"
description = "IPython Kernel for Jupyter"
optional = false
python-versions = ">=3.8"
files = [
{ file = "ipykernel-6.29.5-py3-none-any.whl" , hash = "sha256:afdb66ba5aa354b09b91379bac28ae4afebbb30e8b39510c9690afb7a10421b5" } ,
{ file = "ipykernel-6.29.5.tar.gz" , hash = "sha256:f093a22c4a40f8828f8e330a9c297cb93dcab13bd9678ded6de8e5cf81c56215" } ,
]
[ package . dependencies ]
appnope = { version = "*" , markers = "platform_system == \"Darwin\"" }
comm = ">=0.1.1"
debugpy = ">=1.6.5"
ipython = ">=7.23.1"
jupyter-client = ">=6.1.12"
jupyter-core = ">=4.12,<5.0.dev0 || >=5.1.dev0"
matplotlib-inline = ">=0.1"
nest-asyncio = "*"
packaging = "*"
psutil = "*"
pyzmq = ">=24"
tornado = ">=6.1"
traitlets = ">=5.4.0"
[ package . extras ]
cov = [ "coverage[toml]" , "curio" , "matplotlib" , "pytest-cov" , "trio" ]
docs = [ "myst-parser" , "pydata-sphinx-theme" , "sphinx" , "sphinx-autodoc-typehints" , "sphinxcontrib-github-alt" , "sphinxcontrib-spelling" , "trio" ]
pyqt5 = [ "pyqt5" ]
pyside6 = [ "pyside6" ]
test = [ "flaky" , "ipyparallel" , "pre-commit" , "pytest (>=7.0)" , "pytest-asyncio (>=0.23.5)" , "pytest-cov" , "pytest-timeout" ]
[ [ package ] ]
name = "ipython"
2024-11-08 22:37:34 +04:00
version = "8.29.0"
2024-09-21 09:46:46 +04:00
description = "IPython: Productive Interactive Computing"
optional = false
python-versions = ">=3.10"
files = [
2024-11-08 22:37:34 +04:00
{ file = "ipython-8.29.0-py3-none-any.whl" , hash = "sha256:0188a1bd83267192123ccea7f4a8ed0a78910535dbaa3f37671dca76ebd429c8" } ,
{ file = "ipython-8.29.0.tar.gz" , hash = "sha256:40b60e15b22591450eef73e40a027cf77bd652e757523eebc5bd7c7c498290eb" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
decorator = "*"
jedi = ">=0.16"
matplotlib-inline = "*"
pexpect = { version = ">4.3" , markers = "sys_platform != \"win32\" and sys_platform != \"emscripten\"" }
prompt-toolkit = ">=3.0.41,<3.1.0"
pygments = ">=2.4.0"
stack-data = "*"
traitlets = ">=5.13.0"
[ package . extras ]
all = [ "ipython[black,doc,kernel,matplotlib,nbconvert,nbformat,notebook,parallel,qtconsole]" , "ipython[test,test-extra]" ]
black = [ "black" ]
doc = [ "docrepr" , "exceptiongroup" , "intersphinx-registry" , "ipykernel" , "ipython[test]" , "matplotlib" , "setuptools (>=18.5)" , "sphinx (>=1.3)" , "sphinx-rtd-theme" , "sphinxcontrib-jquery" , "tomli" , "typing-extensions" ]
kernel = [ "ipykernel" ]
matplotlib = [ "matplotlib" ]
nbconvert = [ "nbconvert" ]
nbformat = [ "nbformat" ]
notebook = [ "ipywidgets" , "notebook" ]
parallel = [ "ipyparallel" ]
qtconsole = [ "qtconsole" ]
test = [ "packaging" , "pickleshare" , "pytest" , "pytest-asyncio (<0.22)" , "testpath" ]
test-extra = [ "curio" , "ipython[test]" , "matplotlib (!=3.2.0)" , "nbformat" , "numpy (>=1.23)" , "pandas" , "trio" ]
[ [ package ] ]
name = "ipywidgets"
version = "8.1.5"
description = "Jupyter interactive widgets"
optional = false
python-versions = ">=3.7"
files = [
{ file = "ipywidgets-8.1.5-py3-none-any.whl" , hash = "sha256:3290f526f87ae6e77655555baba4f36681c555b8bdbbff430b70e52c34c86245" } ,
{ file = "ipywidgets-8.1.5.tar.gz" , hash = "sha256:870e43b1a35656a80c18c9503bbf2d16802db1cb487eec6fab27d683381dde17" } ,
]
[ package . dependencies ]
comm = ">=0.1.3"
ipython = ">=6.1.0"
jupyterlab-widgets = ">=3.0.12,<3.1.0"
traitlets = ">=4.3.1"
widgetsnbextension = ">=4.0.12,<4.1.0"
[ package . extras ]
test = [ "ipykernel" , "jsonschema" , "pytest (>=3.6.0)" , "pytest-cov" , "pytz" ]
[ [ package ] ]
name = "isoduration"
version = "20.11.0"
description = "Operations with ISO 8601 durations"
optional = false
python-versions = ">=3.7"
files = [
{ file = "isoduration-20.11.0-py3-none-any.whl" , hash = "sha256:b2904c2a4228c3d44f409c8ae8e2370eb21a26f7ac2ec5446df141dde3452042" } ,
{ file = "isoduration-20.11.0.tar.gz" , hash = "sha256:ac2f9015137935279eac671f94f89eb00584f940f5dc49462a0c4ee692ba1bd9" } ,
]
[ package . dependencies ]
arrow = ">=0.15.0"
[ [ package ] ]
name = "itsdangerous"
version = "2.2.0"
description = "Safely pass data to untrusted environments and back."
optional = false
python-versions = ">=3.8"
files = [
{ file = "itsdangerous-2.2.0-py3-none-any.whl" , hash = "sha256:c6242fc49e35958c8b15141343aa660db5fc54d4f13a1db01a3f5891b98700ef" } ,
{ file = "itsdangerous-2.2.0.tar.gz" , hash = "sha256:e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173" } ,
]
[ [ package ] ]
name = "jedi"
version = "0.19.1"
description = "An autocompletion tool for Python that can be used for text editors."
optional = false
python-versions = ">=3.6"
files = [
{ file = "jedi-0.19.1-py2.py3-none-any.whl" , hash = "sha256:e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0" } ,
{ file = "jedi-0.19.1.tar.gz" , hash = "sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd" } ,
]
[ package . dependencies ]
parso = ">=0.8.3,<0.9.0"
[ package . extras ]
docs = [ "Jinja2 (==2.11.3)" , "MarkupSafe (==1.1.1)" , "Pygments (==2.8.1)" , "alabaster (==0.7.12)" , "babel (==2.9.1)" , "chardet (==4.0.0)" , "commonmark (==0.8.1)" , "docutils (==0.17.1)" , "future (==0.18.2)" , "idna (==2.10)" , "imagesize (==1.2.0)" , "mock (==1.0.1)" , "packaging (==20.9)" , "pyparsing (==2.4.7)" , "pytz (==2021.1)" , "readthedocs-sphinx-ext (==2.1.4)" , "recommonmark (==0.5.0)" , "requests (==2.25.1)" , "six (==1.15.0)" , "snowballstemmer (==2.1.0)" , "sphinx (==1.8.5)" , "sphinx-rtd-theme (==0.4.3)" , "sphinxcontrib-serializinghtml (==1.1.4)" , "sphinxcontrib-websupport (==1.2.4)" , "urllib3 (==1.26.4)" ]
qa = [ "flake8 (==5.0.4)" , "mypy (==0.971)" , "types-setuptools (==67.2.0.1)" ]
testing = [ "Django" , "attrs" , "colorama" , "docopt" , "pytest (<7.0.0)" ]
[ [ package ] ]
name = "jinja2"
version = "3.1.4"
description = "A very fast and expressive template engine."
optional = false
python-versions = ">=3.7"
files = [
{ file = "jinja2-3.1.4-py3-none-any.whl" , hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" } ,
{ file = "jinja2-3.1.4.tar.gz" , hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369" } ,
]
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
[ [ package ] ]
name = "joblib"
version = "1.4.2"
description = "Lightweight pipelining with Python functions"
optional = false
python-versions = ">=3.8"
files = [
{ file = "joblib-1.4.2-py3-none-any.whl" , hash = "sha256:06d478d5674cbc267e7496a410ee875abd68e4340feff4490bcb7afb88060ae6" } ,
{ file = "joblib-1.4.2.tar.gz" , hash = "sha256:2382c5816b2636fbd20a09e0f4e9dad4736765fdfb7dca582943b9c1366b3f0e" } ,
]
[ [ package ] ]
name = "json5"
version = "0.9.25"
description = "A Python implementation of the JSON5 data format."
optional = false
python-versions = ">=3.8"
files = [
{ file = "json5-0.9.25-py3-none-any.whl" , hash = "sha256:34ed7d834b1341a86987ed52f3f76cd8ee184394906b6e22a1e0deb9ab294e8f" } ,
{ file = "json5-0.9.25.tar.gz" , hash = "sha256:548e41b9be043f9426776f05df8635a00fe06104ea51ed24b67f908856e151ae" } ,
]
[ [ package ] ]
name = "jsonpointer"
version = "3.0.0"
description = "Identify specific nodes in a JSON document (RFC 6901)"
optional = false
python-versions = ">=3.7"
files = [
{ file = "jsonpointer-3.0.0-py2.py3-none-any.whl" , hash = "sha256:13e088adc14fca8b6aa8177c044e12701e6ad4b28ff10e65f2267a90109c9942" } ,
{ file = "jsonpointer-3.0.0.tar.gz" , hash = "sha256:2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef" } ,
]
[ [ package ] ]
name = "jsonschema"
version = "4.23.0"
description = "An implementation of JSON Schema validation for Python"
optional = false
python-versions = ">=3.8"
files = [
{ file = "jsonschema-4.23.0-py3-none-any.whl" , hash = "sha256:fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566" } ,
{ file = "jsonschema-4.23.0.tar.gz" , hash = "sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4" } ,
]
[ package . dependencies ]
attrs = ">=22.2.0"
fqdn = { version = "*" , optional = true , markers = "extra == \"format-nongpl\"" }
idna = { version = "*" , optional = true , markers = "extra == \"format-nongpl\"" }
isoduration = { version = "*" , optional = true , markers = "extra == \"format-nongpl\"" }
jsonpointer = { version = ">1.13" , optional = true , markers = "extra == \"format-nongpl\"" }
jsonschema-specifications = ">=2023.03.6"
referencing = ">=0.28.4"
rfc3339-validator = { version = "*" , optional = true , markers = "extra == \"format-nongpl\"" }
rfc3986-validator = { version = ">0.1.0" , optional = true , markers = "extra == \"format-nongpl\"" }
rpds-py = ">=0.7.1"
uri-template = { version = "*" , optional = true , markers = "extra == \"format-nongpl\"" }
webcolors = { version = ">=24.6.0" , optional = true , markers = "extra == \"format-nongpl\"" }
[ package . extras ]
format = [ "fqdn" , "idna" , "isoduration" , "jsonpointer (>1.13)" , "rfc3339-validator" , "rfc3987" , "uri-template" , "webcolors (>=1.11)" ]
format-nongpl = [ "fqdn" , "idna" , "isoduration" , "jsonpointer (>1.13)" , "rfc3339-validator" , "rfc3986-validator (>0.1.0)" , "uri-template" , "webcolors (>=24.6.0)" ]
[ [ package ] ]
name = "jsonschema-specifications"
2024-11-08 22:37:34 +04:00
version = "2024.10.1"
2024-09-21 09:46:46 +04:00
description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
optional = false
2024-11-08 22:37:34 +04:00
python-versions = ">=3.9"
2024-09-21 09:46:46 +04:00
files = [
2024-11-08 22:37:34 +04:00
{ file = "jsonschema_specifications-2024.10.1-py3-none-any.whl" , hash = "sha256:a09a0680616357d9a0ecf05c12ad234479f549239d0f5b55f3deea67475da9bf" } ,
{ file = "jsonschema_specifications-2024.10.1.tar.gz" , hash = "sha256:0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
referencing = ">=0.31.0"
[ [ package ] ]
name = "jupyter"
version = "1.1.1"
description = "Jupyter metapackage. Install all the Jupyter components in one go."
optional = false
python-versions = "*"
files = [
{ file = "jupyter-1.1.1-py2.py3-none-any.whl" , hash = "sha256:7a59533c22af65439b24bbe60373a4e95af8f16ac65a6c00820ad378e3f7cc83" } ,
{ file = "jupyter-1.1.1.tar.gz" , hash = "sha256:d55467bceabdea49d7e3624af7e33d59c37fff53ed3a350e1ac957bed731de7a" } ,
]
[ package . dependencies ]
ipykernel = "*"
ipywidgets = "*"
jupyter-console = "*"
jupyterlab = "*"
nbconvert = "*"
notebook = "*"
[ [ package ] ]
name = "jupyter-client"
2024-11-08 22:37:34 +04:00
version = "8.6.3"
2024-09-21 09:46:46 +04:00
description = "Jupyter protocol implementation and client libraries"
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "jupyter_client-8.6.3-py3-none-any.whl" , hash = "sha256:e8a19cc986cc45905ac3362915f410f3af85424b4c0905e94fa5f2cb08e8f23f" } ,
{ file = "jupyter_client-8.6.3.tar.gz" , hash = "sha256:35b3a0947c4a6e9d589eb97d7d4cd5e90f910ee73101611f01283732bd6d9419" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
jupyter-core = ">=4.12,<5.0.dev0 || >=5.1.dev0"
python-dateutil = ">=2.8.2"
pyzmq = ">=23.0"
tornado = ">=6.2"
traitlets = ">=5.3"
[ package . extras ]
docs = [ "ipykernel" , "myst-parser" , "pydata-sphinx-theme" , "sphinx (>=4)" , "sphinx-autodoc-typehints" , "sphinxcontrib-github-alt" , "sphinxcontrib-spelling" ]
test = [ "coverage" , "ipykernel (>=6.14)" , "mypy" , "paramiko" , "pre-commit" , "pytest (<8.2.0)" , "pytest-cov" , "pytest-jupyter[client] (>=0.4.1)" , "pytest-timeout" ]
[ [ package ] ]
name = "jupyter-console"
version = "6.6.3"
description = "Jupyter terminal console"
optional = false
python-versions = ">=3.7"
files = [
{ file = "jupyter_console-6.6.3-py3-none-any.whl" , hash = "sha256:309d33409fcc92ffdad25f0bcdf9a4a9daa61b6f341177570fdac03de5352485" } ,
{ file = "jupyter_console-6.6.3.tar.gz" , hash = "sha256:566a4bf31c87adbfadf22cdf846e3069b59a71ed5da71d6ba4d8aaad14a53539" } ,
]
[ package . dependencies ]
ipykernel = ">=6.14"
ipython = "*"
jupyter-client = ">=7.0.0"
jupyter-core = ">=4.12,<5.0.dev0 || >=5.1.dev0"
prompt-toolkit = ">=3.0.30"
pygments = "*"
pyzmq = ">=17"
traitlets = ">=5.4"
[ package . extras ]
test = [ "flaky" , "pexpect" , "pytest" ]
[ [ package ] ]
name = "jupyter-core"
version = "5.7.2"
description = "Jupyter core package. A base package on which Jupyter projects rely."
optional = false
python-versions = ">=3.8"
files = [
{ file = "jupyter_core-5.7.2-py3-none-any.whl" , hash = "sha256:4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409" } ,
{ file = "jupyter_core-5.7.2.tar.gz" , hash = "sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9" } ,
]
[ package . dependencies ]
platformdirs = ">=2.5"
pywin32 = { version = ">=300" , markers = "sys_platform == \"win32\" and platform_python_implementation != \"PyPy\"" }
traitlets = ">=5.3"
[ package . extras ]
docs = [ "myst-parser" , "pydata-sphinx-theme" , "sphinx-autodoc-typehints" , "sphinxcontrib-github-alt" , "sphinxcontrib-spelling" , "traitlets" ]
test = [ "ipykernel" , "pre-commit" , "pytest (<8)" , "pytest-cov" , "pytest-timeout" ]
[ [ package ] ]
name = "jupyter-events"
version = "0.10.0"
description = "Jupyter Event System library"
optional = false
python-versions = ">=3.8"
files = [
{ file = "jupyter_events-0.10.0-py3-none-any.whl" , hash = "sha256:4b72130875e59d57716d327ea70d3ebc3af1944d3717e5a498b8a06c6c159960" } ,
{ file = "jupyter_events-0.10.0.tar.gz" , hash = "sha256:670b8229d3cc882ec782144ed22e0d29e1c2d639263f92ca8383e66682845e22" } ,
]
[ package . dependencies ]
jsonschema = { version = ">=4.18.0" , extras = [ "format-nongpl" ] }
python-json-logger = ">=2.0.4"
pyyaml = ">=5.3"
referencing = "*"
rfc3339-validator = "*"
rfc3986-validator = ">=0.1.1"
traitlets = ">=5.3"
[ package . extras ]
cli = [ "click" , "rich" ]
docs = [ "jupyterlite-sphinx" , "myst-parser" , "pydata-sphinx-theme" , "sphinxcontrib-spelling" ]
test = [ "click" , "pre-commit" , "pytest (>=7.0)" , "pytest-asyncio (>=0.19.0)" , "pytest-console-scripts" , "rich" ]
[ [ package ] ]
name = "jupyter-lsp"
version = "2.2.5"
description = "Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server"
optional = false
python-versions = ">=3.8"
files = [
{ file = "jupyter-lsp-2.2.5.tar.gz" , hash = "sha256:793147a05ad446f809fd53ef1cd19a9f5256fd0a2d6b7ce943a982cb4f545001" } ,
{ file = "jupyter_lsp-2.2.5-py3-none-any.whl" , hash = "sha256:45fbddbd505f3fbfb0b6cb2f1bc5e15e83ab7c79cd6e89416b248cb3c00c11da" } ,
]
[ package . dependencies ]
jupyter-server = ">=1.1.2"
[ [ package ] ]
name = "jupyter-server"
version = "2.14.2"
description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications."
optional = false
python-versions = ">=3.8"
files = [
{ file = "jupyter_server-2.14.2-py3-none-any.whl" , hash = "sha256:47ff506127c2f7851a17bf4713434208fc490955d0e8632e95014a9a9afbeefd" } ,
{ file = "jupyter_server-2.14.2.tar.gz" , hash = "sha256:66095021aa9638ced276c248b1d81862e4c50f292d575920bbe960de1c56b12b" } ,
]
[ package . dependencies ]
anyio = ">=3.1.0"
argon2-cffi = ">=21.1"
jinja2 = ">=3.0.3"
jupyter-client = ">=7.4.4"
jupyter-core = ">=4.12,<5.0.dev0 || >=5.1.dev0"
jupyter-events = ">=0.9.0"
jupyter-server-terminals = ">=0.4.4"
nbconvert = ">=6.4.4"
nbformat = ">=5.3.0"
overrides = ">=5.0"
packaging = ">=22.0"
prometheus-client = ">=0.9"
pywinpty = { version = ">=2.0.1" , markers = "os_name == \"nt\"" }
pyzmq = ">=24"
send2trash = ">=1.8.2"
terminado = ">=0.8.3"
tornado = ">=6.2.0"
traitlets = ">=5.6.0"
websocket-client = ">=1.7"
[ package . extras ]
docs = [ "ipykernel" , "jinja2" , "jupyter-client" , "myst-parser" , "nbformat" , "prometheus-client" , "pydata-sphinx-theme" , "send2trash" , "sphinx-autodoc-typehints" , "sphinxcontrib-github-alt" , "sphinxcontrib-openapi (>=0.8.0)" , "sphinxcontrib-spelling" , "sphinxemoji" , "tornado" , "typing-extensions" ]
test = [ "flaky" , "ipykernel" , "pre-commit" , "pytest (>=7.0,<9)" , "pytest-console-scripts" , "pytest-jupyter[server] (>=0.7)" , "pytest-timeout" , "requests" ]
[ [ package ] ]
name = "jupyter-server-terminals"
version = "0.5.3"
description = "A Jupyter Server Extension Providing Terminals."
optional = false
python-versions = ">=3.8"
files = [
{ file = "jupyter_server_terminals-0.5.3-py3-none-any.whl" , hash = "sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa" } ,
{ file = "jupyter_server_terminals-0.5.3.tar.gz" , hash = "sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269" } ,
]
[ package . dependencies ]
pywinpty = { version = ">=2.0.3" , markers = "os_name == \"nt\"" }
terminado = ">=0.8.3"
[ package . extras ]
docs = [ "jinja2" , "jupyter-server" , "mistune (<4.0)" , "myst-parser" , "nbformat" , "packaging" , "pydata-sphinx-theme" , "sphinxcontrib-github-alt" , "sphinxcontrib-openapi" , "sphinxcontrib-spelling" , "sphinxemoji" , "tornado" ]
test = [ "jupyter-server (>=2.0.0)" , "pytest (>=7.0)" , "pytest-jupyter[server] (>=0.5.3)" , "pytest-timeout" ]
[ [ package ] ]
name = "jupyterlab"
2024-11-08 22:37:34 +04:00
version = "4.3.0"
2024-09-21 09:46:46 +04:00
description = "JupyterLab computational environment"
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "jupyterlab-4.3.0-py3-none-any.whl" , hash = "sha256:f67e1095ad61ae04349024f0b40345062ab108a0c6998d9810fec6a3c1a70cd5" } ,
{ file = "jupyterlab-4.3.0.tar.gz" , hash = "sha256:7c6835cbf8df0af0ec8a39332e85ff11693fb9a468205343b4fc0bfbc74817e5" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
async-lru = ">=1.0.0"
httpx = ">=0.25.0"
ipykernel = ">=6.5.0"
jinja2 = ">=3.0.3"
jupyter-core = "*"
jupyter-lsp = ">=2.0.0"
jupyter-server = ">=2.4.0,<3"
jupyterlab-server = ">=2.27.1,<3"
notebook-shim = ">=0.2"
packaging = "*"
setuptools = ">=40.1.0"
tornado = ">=6.2.0"
traitlets = "*"
[ package . extras ]
2024-11-08 22:37:34 +04:00
dev = [ "build" , "bump2version" , "coverage" , "hatch" , "pre-commit" , "pytest-cov" , "ruff (==0.6.9)" ]
docs = [ "jsx-lexer" , "myst-parser" , "pydata-sphinx-theme (>=0.13.0)" , "pytest" , "pytest-check-links" , "pytest-jupyter" , "sphinx (>=1.8,<8.1.0)" , "sphinx-copybutton" ]
docs-screenshots = [ "altair (==5.4.1)" , "ipython (==8.16.1)" , "ipywidgets (==8.1.5)" , "jupyterlab-geojson (==3.4.0)" , "jupyterlab-language-pack-zh-cn (==4.2.post3)" , "matplotlib (==3.9.2)" , "nbconvert (>=7.0.0)" , "pandas (==2.2.3)" , "scipy (==1.14.1)" , "vega-datasets (==0.9.0)" ]
2024-09-21 09:46:46 +04:00
test = [ "coverage" , "pytest (>=7.0)" , "pytest-check-links (>=0.7)" , "pytest-console-scripts" , "pytest-cov" , "pytest-jupyter (>=0.5.3)" , "pytest-timeout" , "pytest-tornasync" , "requests" , "requests-cache" , "virtualenv" ]
upgrade-extension = [ "copier (>=9,<10)" , "jinja2-time (<0.3)" , "pydantic (<3.0)" , "pyyaml-include (<3.0)" , "tomli-w (<2.0)" ]
[ [ package ] ]
name = "jupyterlab-pygments"
version = "0.3.0"
description = "Pygments theme using JupyterLab CSS variables"
optional = false
python-versions = ">=3.8"
files = [
{ file = "jupyterlab_pygments-0.3.0-py3-none-any.whl" , hash = "sha256:841a89020971da1d8693f1a99997aefc5dc424bb1b251fd6322462a1b8842780" } ,
{ file = "jupyterlab_pygments-0.3.0.tar.gz" , hash = "sha256:721aca4d9029252b11cfa9d185e5b5af4d54772bb8072f9b7036f4170054d35d" } ,
]
[ [ package ] ]
name = "jupyterlab-server"
version = "2.27.3"
description = "A set of server components for JupyterLab and JupyterLab like applications."
optional = false
python-versions = ">=3.8"
files = [
{ file = "jupyterlab_server-2.27.3-py3-none-any.whl" , hash = "sha256:e697488f66c3db49df675158a77b3b017520d772c6e1548c7d9bcc5df7944ee4" } ,
{ file = "jupyterlab_server-2.27.3.tar.gz" , hash = "sha256:eb36caca59e74471988f0ae25c77945610b887f777255aa21f8065def9e51ed4" } ,
]
[ package . dependencies ]
babel = ">=2.10"
jinja2 = ">=3.0.3"
json5 = ">=0.9.0"
jsonschema = ">=4.18.0"
jupyter-server = ">=1.21,<3"
packaging = ">=21.3"
requests = ">=2.31"
[ package . extras ]
docs = [ "autodoc-traits" , "jinja2 (<3.2.0)" , "mistune (<4)" , "myst-parser" , "pydata-sphinx-theme" , "sphinx" , "sphinx-copybutton" , "sphinxcontrib-openapi (>0.8)" ]
openapi = [ "openapi-core (>=0.18.0,<0.19.0)" , "ruamel-yaml" ]
test = [ "hatch" , "ipykernel" , "openapi-core (>=0.18.0,<0.19.0)" , "openapi-spec-validator (>=0.6.0,<0.8.0)" , "pytest (>=7.0,<8)" , "pytest-console-scripts" , "pytest-cov" , "pytest-jupyter[server] (>=0.6.2)" , "pytest-timeout" , "requests-mock" , "ruamel-yaml" , "sphinxcontrib-spelling" , "strict-rfc3339" , "werkzeug" ]
[ [ package ] ]
name = "jupyterlab-widgets"
version = "3.0.13"
description = "Jupyter interactive widgets for JupyterLab"
optional = false
python-versions = ">=3.7"
files = [
{ file = "jupyterlab_widgets-3.0.13-py3-none-any.whl" , hash = "sha256:e3cda2c233ce144192f1e29914ad522b2f4c40e77214b0cc97377ca3d323db54" } ,
{ file = "jupyterlab_widgets-3.0.13.tar.gz" , hash = "sha256:a2966d385328c1942b683a8cd96b89b8dd82c8b8f81dda902bb2bc06d46f5bed" } ,
]
[ [ package ] ]
name = "kiwisolver"
version = "1.4.7"
description = "A fast implementation of the Cassowary constraint solver"
optional = false
python-versions = ">=3.8"
files = [
{ file = "kiwisolver-1.4.7-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:8a9c83f75223d5e48b0bc9cb1bf2776cf01563e00ade8775ffe13b0b6e1af3a6" } ,
{ file = "kiwisolver-1.4.7-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:58370b1ffbd35407444d57057b57da5d6549d2d854fa30249771775c63b5fe17" } ,
{ file = "kiwisolver-1.4.7-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:aa0abdf853e09aff551db11fce173e2177d00786c688203f52c87ad7fcd91ef9" } ,
{ file = "kiwisolver-1.4.7-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:8d53103597a252fb3ab8b5845af04c7a26d5e7ea8122303dd7a021176a87e8b9" } ,
{ file = "kiwisolver-1.4.7-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:88f17c5ffa8e9462fb79f62746428dd57b46eb931698e42e990ad63103f35e6c" } ,
{ file = "kiwisolver-1.4.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:88a9ca9c710d598fd75ee5de59d5bda2684d9db36a9f50b6125eaea3969c2599" } ,
{ file = "kiwisolver-1.4.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f4d742cb7af1c28303a51b7a27aaee540e71bb8e24f68c736f6f2ffc82f2bf05" } ,
{ file = "kiwisolver-1.4.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:e28c7fea2196bf4c2f8d46a0415c77a1c480cc0724722f23d7410ffe9842c407" } ,
{ file = "kiwisolver-1.4.7-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:e968b84db54f9d42046cf154e02911e39c0435c9801681e3fc9ce8a3c4130278" } ,
{ file = "kiwisolver-1.4.7-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:0c18ec74c0472de033e1bebb2911c3c310eef5649133dd0bedf2a169a1b269e5" } ,
{ file = "kiwisolver-1.4.7-cp310-cp310-musllinux_1_2_ppc64le.whl" , hash = "sha256:8f0ea6da6d393d8b2e187e6a5e3fb81f5862010a40c3945e2c6d12ae45cfb2ad" } ,
{ file = "kiwisolver-1.4.7-cp310-cp310-musllinux_1_2_s390x.whl" , hash = "sha256:f106407dda69ae456dd1227966bf445b157ccc80ba0dff3802bb63f30b74e895" } ,
{ file = "kiwisolver-1.4.7-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:84ec80df401cfee1457063732d90022f93951944b5b58975d34ab56bb150dfb3" } ,
{ file = "kiwisolver-1.4.7-cp310-cp310-win32.whl" , hash = "sha256:71bb308552200fb2c195e35ef05de12f0c878c07fc91c270eb3d6e41698c3bcc" } ,
{ file = "kiwisolver-1.4.7-cp310-cp310-win_amd64.whl" , hash = "sha256:44756f9fd339de0fb6ee4f8c1696cfd19b2422e0d70b4cefc1cc7f1f64045a8c" } ,
{ file = "kiwisolver-1.4.7-cp310-cp310-win_arm64.whl" , hash = "sha256:78a42513018c41c2ffd262eb676442315cbfe3c44eed82385c2ed043bc63210a" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:d2b0e12a42fb4e72d509fc994713d099cbb15ebf1103545e8a45f14da2dfca54" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:2a8781ac3edc42ea4b90bc23e7d37b665d89423818e26eb6df90698aa2287c95" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:46707a10836894b559e04b0fd143e343945c97fd170d69a2d26d640b4e297935" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ef97b8df011141c9b0f6caf23b29379f87dd13183c978a30a3c546d2c47314cb" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3ab58c12a2cd0fc769089e6d38466c46d7f76aced0a1f54c77652446733d2d02" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:803b8e1459341c1bb56d1c5c010406d5edec8a0713a0945851290a7930679b51" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f9a9e8a507420fe35992ee9ecb302dab68550dedc0da9e2880dd88071c5fb052" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:18077b53dc3bb490e330669a99920c5e6a496889ae8c63b58fbc57c3d7f33a18" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:6af936f79086a89b3680a280c47ea90b4df7047b5bdf3aa5c524bbedddb9e545" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:3abc5b19d24af4b77d1598a585b8a719beb8569a71568b66f4ebe1fb0449460b" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-musllinux_1_2_ppc64le.whl" , hash = "sha256:933d4de052939d90afbe6e9d5273ae05fb836cc86c15b686edd4b3560cc0ee36" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-musllinux_1_2_s390x.whl" , hash = "sha256:65e720d2ab2b53f1f72fb5da5fb477455905ce2c88aaa671ff0a447c2c80e8e3" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:3bf1ed55088f214ba6427484c59553123fdd9b218a42bbc8c6496d6754b1e523" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-win32.whl" , hash = "sha256:4c00336b9dd5ad96d0a558fd18a8b6f711b7449acce4c157e7343ba92dd0cf3d" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-win_amd64.whl" , hash = "sha256:929e294c1ac1e9f615c62a4e4313ca1823ba37326c164ec720a803287c4c499b" } ,
{ file = "kiwisolver-1.4.7-cp311-cp311-win_arm64.whl" , hash = "sha256:e33e8fbd440c917106b237ef1a2f1449dfbb9b6f6e1ce17c94cd6a1e0d438376" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:5360cc32706dab3931f738d3079652d20982511f7c0ac5711483e6eab08efff2" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:942216596dc64ddb25adb215c3c783215b23626f8d84e8eff8d6d45c3f29f75a" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:48b571ecd8bae15702e4f22d3ff6a0f13e54d3d00cd25216d5e7f658242065ee" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ad42ba922c67c5f219097b28fae965e10045ddf145d2928bfac2eb2e17673640" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:612a10bdae23404a72941a0fc8fa2660c6ea1217c4ce0dbcab8a8f6543ea9e7f" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9e838bba3a3bac0fe06d849d29772eb1afb9745a59710762e4ba3f4cb8424483" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:22f499f6157236c19f4bbbd472fa55b063db77a16cd74d49afe28992dff8c258" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:693902d433cf585133699972b6d7c42a8b9f8f826ebcaf0132ff55200afc599e" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:4e77f2126c3e0b0d055f44513ed349038ac180371ed9b52fe96a32aa071a5107" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:657a05857bda581c3656bfc3b20e353c232e9193eb167766ad2dc58b56504948" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-musllinux_1_2_ppc64le.whl" , hash = "sha256:4bfa75a048c056a411f9705856abfc872558e33c055d80af6a380e3658766038" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-musllinux_1_2_s390x.whl" , hash = "sha256:34ea1de54beef1c104422d210c47c7d2a4999bdecf42c7b5718fbe59a4cac383" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:90da3b5f694b85231cf93586dad5e90e2d71b9428f9aad96952c99055582f520" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-win32.whl" , hash = "sha256:18e0cca3e008e17fe9b164b55735a325140a5a35faad8de92dd80265cd5eb80b" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-win_amd64.whl" , hash = "sha256:58cb20602b18f86f83a5c87d3ee1c766a79c0d452f8def86d925e6c60fbf7bfb" } ,
{ file = "kiwisolver-1.4.7-cp312-cp312-win_arm64.whl" , hash = "sha256:f5a8b53bdc0b3961f8b6125e198617c40aeed638b387913bf1ce78afb1b0be2a" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-macosx_10_13_universal2.whl" , hash = "sha256:2e6039dcbe79a8e0f044f1c39db1986a1b8071051efba3ee4d74f5b365f5226e" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:a1ecf0ac1c518487d9d23b1cd7139a6a65bc460cd101ab01f1be82ecf09794b6" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:7ab9ccab2b5bd5702ab0803676a580fffa2aa178c2badc5557a84cc943fcf750" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f816dd2277f8d63d79f9c8473a79fe54047bc0467754962840782c575522224d" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cf8bcc23ceb5a1b624572a1623b9f79d2c3b337c8c455405ef231933a10da379" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:dea0bf229319828467d7fca8c7c189780aa9ff679c94539eed7532ebe33ed37c" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7c06a4c7cf15ec739ce0e5971b26c93638730090add60e183530d70848ebdd34" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:913983ad2deb14e66d83c28b632fd35ba2b825031f2fa4ca29675e665dfecbe1" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:5337ec7809bcd0f424c6b705ecf97941c46279cf5ed92311782c7c9c2026f07f" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:4c26ed10c4f6fa6ddb329a5120ba3b6db349ca192ae211e882970bfc9d91420b" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-musllinux_1_2_ppc64le.whl" , hash = "sha256:c619b101e6de2222c1fcb0531e1b17bbffbe54294bfba43ea0d411d428618c27" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-musllinux_1_2_s390x.whl" , hash = "sha256:073a36c8273647592ea332e816e75ef8da5c303236ec0167196793eb1e34657a" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:3ce6b2b0231bda412463e152fc18335ba32faf4e8c23a754ad50ffa70e4091ee" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-win32.whl" , hash = "sha256:f4c9aee212bc89d4e13f58be11a56cc8036cabad119259d12ace14b34476fd07" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-win_amd64.whl" , hash = "sha256:8a3ec5aa8e38fc4c8af308917ce12c536f1c88452ce554027e55b22cbbfbff76" } ,
{ file = "kiwisolver-1.4.7-cp313-cp313-win_arm64.whl" , hash = "sha256:76c8094ac20ec259471ac53e774623eb62e6e1f56cd8690c67ce6ce4fcb05650" } ,
{ file = "kiwisolver-1.4.7-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:5d5abf8f8ec1f4e22882273c423e16cae834c36856cac348cfbfa68e01c40f3a" } ,
{ file = "kiwisolver-1.4.7-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:aeb3531b196ef6f11776c21674dba836aeea9d5bd1cf630f869e3d90b16cfade" } ,
{ file = "kiwisolver-1.4.7-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:b7d755065e4e866a8086c9bdada157133ff466476a2ad7861828e17b6026e22c" } ,
{ file = "kiwisolver-1.4.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:08471d4d86cbaec61f86b217dd938a83d85e03785f51121e791a6e6689a3be95" } ,
{ file = "kiwisolver-1.4.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7bbfcb7165ce3d54a3dfbe731e470f65739c4c1f85bb1018ee912bae139e263b" } ,
{ file = "kiwisolver-1.4.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5d34eb8494bea691a1a450141ebb5385e4b69d38bb8403b5146ad279f4b30fa3" } ,
{ file = "kiwisolver-1.4.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:9242795d174daa40105c1d86aba618e8eab7bf96ba8c3ee614da8302a9f95503" } ,
{ file = "kiwisolver-1.4.7-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:a0f64a48bb81af7450e641e3fe0b0394d7381e342805479178b3d335d60ca7cf" } ,
{ file = "kiwisolver-1.4.7-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:8e045731a5416357638d1700927529e2b8ab304811671f665b225f8bf8d8f933" } ,
{ file = "kiwisolver-1.4.7-cp38-cp38-musllinux_1_2_i686.whl" , hash = "sha256:4322872d5772cae7369f8351da1edf255a604ea7087fe295411397d0cfd9655e" } ,
{ file = "kiwisolver-1.4.7-cp38-cp38-musllinux_1_2_ppc64le.whl" , hash = "sha256:e1631290ee9271dffe3062d2634c3ecac02c83890ada077d225e081aca8aab89" } ,
{ file = "kiwisolver-1.4.7-cp38-cp38-musllinux_1_2_s390x.whl" , hash = "sha256:edcfc407e4eb17e037bca59be0e85a2031a2ac87e4fed26d3e9df88b4165f92d" } ,
{ file = "kiwisolver-1.4.7-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:4d05d81ecb47d11e7f8932bd8b61b720bf0b41199358f3f5e36d38e28f0532c5" } ,
{ file = "kiwisolver-1.4.7-cp38-cp38-win32.whl" , hash = "sha256:b38ac83d5f04b15e515fd86f312479d950d05ce2368d5413d46c088dda7de90a" } ,
{ file = "kiwisolver-1.4.7-cp38-cp38-win_amd64.whl" , hash = "sha256:d83db7cde68459fc803052a55ace60bea2bae361fc3b7a6d5da07e11954e4b09" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:3f9362ecfca44c863569d3d3c033dbe8ba452ff8eed6f6b5806382741a1334bd" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:e8df2eb9b2bac43ef8b082e06f750350fbbaf2887534a5be97f6cf07b19d9583" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f32d6edbc638cde7652bd690c3e728b25332acbadd7cad670cc4a02558d9c417" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:e2e6c39bd7b9372b0be21456caab138e8e69cc0fc1190a9dfa92bd45a1e6e904" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:dda56c24d869b1193fcc763f1284b9126550eaf84b88bbc7256e15028f19188a" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:79849239c39b5e1fd906556c474d9b0439ea6792b637511f3fe3a41158d89ca8" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5e3bc157fed2a4c02ec468de4ecd12a6e22818d4f09cde2c31ee3226ffbefab2" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3da53da805b71e41053dc670f9a820d1157aae77b6b944e08024d17bcd51ef88" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:8705f17dfeb43139a692298cb6637ee2e59c0194538153e83e9ee0c75c2eddde" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:82a5c2f4b87c26bb1a0ef3d16b5c4753434633b83d365cc0ddf2770c93829e3c" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-musllinux_1_2_ppc64le.whl" , hash = "sha256:ce8be0466f4c0d585cdb6c1e2ed07232221df101a4c6f28821d2aa754ca2d9e2" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-musllinux_1_2_s390x.whl" , hash = "sha256:409afdfe1e2e90e6ee7fc896f3df9a7fec8e793e58bfa0d052c8a82f99c37abb" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:5b9c3f4ee0b9a439d2415012bd1b1cc2df59e4d6a9939f4d669241d30b414327" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-win32.whl" , hash = "sha256:a79ae34384df2b615eefca647a2873842ac3b596418032bef9a7283675962644" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-win_amd64.whl" , hash = "sha256:cf0438b42121a66a3a667de17e779330fc0f20b0d97d59d2f2121e182b0505e4" } ,
{ file = "kiwisolver-1.4.7-cp39-cp39-win_arm64.whl" , hash = "sha256:764202cc7e70f767dab49e8df52c7455e8de0df5d858fa801a11aa0d882ccf3f" } ,
{ file = "kiwisolver-1.4.7-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:94252291e3fe68001b1dd747b4c0b3be12582839b95ad4d1b641924d68fd4643" } ,
{ file = "kiwisolver-1.4.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:5b7dfa3b546da08a9f622bb6becdb14b3e24aaa30adba66749d38f3cc7ea9706" } ,
{ file = "kiwisolver-1.4.7-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bd3de6481f4ed8b734da5df134cd5a6a64fe32124fe83dde1e5b5f29fe30b1e6" } ,
{ file = "kiwisolver-1.4.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a91b5f9f1205845d488c928e8570dcb62b893372f63b8b6e98b863ebd2368ff2" } ,
{ file = "kiwisolver-1.4.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:40fa14dbd66b8b8f470d5fc79c089a66185619d31645f9b0773b88b19f7223c4" } ,
{ file = "kiwisolver-1.4.7-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:eb542fe7933aa09d8d8f9d9097ef37532a7df6497819d16efe4359890a2f417a" } ,
{ file = "kiwisolver-1.4.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:bfa1acfa0c54932d5607e19a2c24646fb4c1ae2694437789129cf099789a3b00" } ,
{ file = "kiwisolver-1.4.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl" , hash = "sha256:eee3ea935c3d227d49b4eb85660ff631556841f6e567f0f7bda972df6c2c9935" } ,
{ file = "kiwisolver-1.4.7-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:f3160309af4396e0ed04db259c3ccbfdc3621b5559b5453075e5de555e1f3a1b" } ,
{ file = "kiwisolver-1.4.7-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:a17f6a29cf8935e587cc8a4dbfc8368c55edc645283db0ce9801016f83526c2d" } ,
{ file = "kiwisolver-1.4.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:10849fb2c1ecbfae45a693c070e0320a91b35dd4bcf58172c023b994283a124d" } ,
{ file = "kiwisolver-1.4.7-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:ac542bf38a8a4be2dc6b15248d36315ccc65f0743f7b1a76688ffb6b5129a5c2" } ,
{ file = "kiwisolver-1.4.7-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:8b01aac285f91ca889c800042c35ad3b239e704b150cfd3382adfc9dcc780e39" } ,
{ file = "kiwisolver-1.4.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:48be928f59a1f5c8207154f935334d374e79f2b5d212826307d072595ad76a2e" } ,
{ file = "kiwisolver-1.4.7-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f37cfe618a117e50d8c240555331160d73d0411422b59b5ee217843d7b693608" } ,
{ file = "kiwisolver-1.4.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:599b5c873c63a1f6ed7eead644a8a380cfbdf5db91dcb6f85707aaab213b1674" } ,
{ file = "kiwisolver-1.4.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:801fa7802e5cfabe3ab0c81a34c323a319b097dfb5004be950482d882f3d7225" } ,
{ file = "kiwisolver-1.4.7-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:0c6c43471bc764fad4bc99c5c2d6d16a676b1abf844ca7c8702bdae92df01ee0" } ,
{ file = "kiwisolver-1.4.7.tar.gz" , hash = "sha256:9893ff81bd7107f7b685d3017cc6583daadb4fc26e4a888350df530e41980a60" } ,
]
[ [ package ] ]
name = "markupsafe"
2024-11-08 22:37:34 +04:00
version = "3.0.2"
2024-09-21 09:46:46 +04:00
description = "Safely add untrusted strings to HTML/XML markup."
optional = false
2024-11-08 22:37:34 +04:00
python-versions = ">=3.9"
2024-09-21 09:46:46 +04:00
files = [
2024-11-08 22:37:34 +04:00
{ file = "MarkupSafe-3.0.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:7e94c425039cde14257288fd61dcfb01963e658efbc0ff54f5306b06054700f8" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9e2d922824181480953426608b81967de705c3cef4d1af983af849d7bd619158" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:38a9ef736c01fccdd6600705b09dc574584b89bea478200c5fbf112a6b0d5579" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bbcb445fa71794da8f178f0f6d66789a28d7319071af7a496d4d507ed566270d" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:57cb5a3cf367aeb1d316576250f65edec5bb3be939e9247ae594b4bcbc317dfb" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:3809ede931876f5b2ec92eef964286840ed3540dadf803dd570c3b7e13141a3b" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:e07c3764494e3776c602c1e78e298937c3315ccc9043ead7e685b7f2b8d47b3c" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:b424c77b206d63d500bcb69fa55ed8d0e6a3774056bdc4839fc9298a7edca171" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-win32.whl" , hash = "sha256:fcabf5ff6eea076f859677f5f0b6b5c1a51e70a376b0579e0eadef8db48c6b50" } ,
{ file = "MarkupSafe-3.0.2-cp310-cp310-win_amd64.whl" , hash = "sha256:6af100e168aa82a50e186c82875a5893c5597a0c1ccdb0d8b40240b1f28b969a" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:9025b4018f3a1314059769c7bf15441064b2207cb3f065e6ea1e7359cb46db9d" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:93335ca3812df2f366e80509ae119189886b0f3c2b81325d39efdb84a1e2ae93" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2cb8438c3cbb25e220c2ab33bb226559e7afb3baec11c4f218ffa7308603c832" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a123e330ef0853c6e822384873bef7507557d8e4a082961e1defa947aa59ba84" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1e084f686b92e5b83186b07e8a17fc09e38fff551f3602b249881fec658d3eca" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:d8213e09c917a951de9d09ecee036d5c7d36cb6cb7dbaece4c71a60d79fb9798" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:5b02fb34468b6aaa40dfc198d813a641e3a63b98c2b05a16b9f80b7ec314185e" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:0bff5e0ae4ef2e1ae4fdf2dfd5b76c75e5c2fa4132d05fc1b0dabcd20c7e28c4" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-win32.whl" , hash = "sha256:6c89876f41da747c8d3677a2b540fb32ef5715f97b66eeb0c6b66f5e3ef6f59d" } ,
{ file = "MarkupSafe-3.0.2-cp311-cp311-win_amd64.whl" , hash = "sha256:70a87b411535ccad5ef2f1df5136506a10775d267e197e4cf531ced10537bd6b" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-macosx_10_13_universal2.whl" , hash = "sha256:9778bd8ab0a994ebf6f84c2b949e65736d5575320a17ae8984a77fab08db94cf" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:846ade7b71e3536c4e56b386c2a47adf5741d2d8b94ec9dc3e92e5e1ee1e2225" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1c99d261bd2d5f6b59325c92c73df481e05e57f19837bdca8413b9eac4bd8028" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e17c96c14e19278594aa4841ec148115f9c7615a47382ecb6b82bd8fea3ab0c8" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:88416bd1e65dcea10bc7569faacb2c20ce071dd1f87539ca2ab364bf6231393c" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:2181e67807fc2fa785d0592dc2d6206c019b9502410671cc905d132a92866557" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:52305740fe773d09cffb16f8ed0427942901f00adedac82ec8b67752f58a1b22" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:ad10d3ded218f1039f11a75f8091880239651b52e9bb592ca27de44eed242a48" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-win32.whl" , hash = "sha256:0f4ca02bea9a23221c0182836703cbf8930c5e9454bacce27e767509fa286a30" } ,
{ file = "MarkupSafe-3.0.2-cp312-cp312-win_amd64.whl" , hash = "sha256:8e06879fc22a25ca47312fbe7c8264eb0b662f6db27cb2d3bbbc74b1df4b9b87" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-macosx_10_13_universal2.whl" , hash = "sha256:ba9527cdd4c926ed0760bc301f6728ef34d841f405abf9d4f959c478421e4efd" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:f8b3d067f2e40fe93e1ccdd6b2e1d16c43140e76f02fb1319a05cf2b79d99430" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:569511d3b58c8791ab4c2e1285575265991e6d8f8700c7be0e88f86cb0672094" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:15ab75ef81add55874e7ab7055e9c397312385bd9ced94920f2802310c930396" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f3818cb119498c0678015754eba762e0d61e5b52d34c8b13d770f0719f7b1d79" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:cdb82a876c47801bb54a690c5ae105a46b392ac6099881cdfb9f6e95e4014c6a" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:cabc348d87e913db6ab4aa100f01b08f481097838bdddf7c7a84b7575b7309ca" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:444dcda765c8a838eaae23112db52f1efaf750daddb2d9ca300bcae1039adc5c" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-win32.whl" , hash = "sha256:bcf3e58998965654fdaff38e58584d8937aa3096ab5354d493c77d1fdd66d7a1" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313-win_amd64.whl" , hash = "sha256:e6a2a455bd412959b57a172ce6328d2dd1f01cb2135efda2e4576e8a23fa3b0f" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-macosx_10_13_universal2.whl" , hash = "sha256:b5a6b3ada725cea8a5e634536b1b01c30bcdcd7f9c6fff4151548d5bf6b3a36c" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:a904af0a6162c73e3edcb969eeeb53a63ceeb5d8cf642fade7d39e7963a22ddb" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4aa4e5faecf353ed117801a068ebab7b7e09ffb6e1d5e412dc852e0da018126c" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c0ef13eaeee5b615fb07c9a7dadb38eac06a0608b41570d8ade51c56539e509d" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d16a81a06776313e817c951135cf7340a3e91e8c1ff2fac444cfd75fffa04afe" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl" , hash = "sha256:6381026f158fdb7c72a168278597a5e3a5222e83ea18f543112b2662a9b699c5" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_i686.whl" , hash = "sha256:3d79d162e7be8f996986c064d1c7c817f6df3a77fe3d6859f6f9e7be4b8c213a" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:131a3c7689c85f5ad20f9f6fb1b866f402c445b220c19fe4308c0b147ccd2ad9" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-win32.whl" , hash = "sha256:ba8062ed2cf21c07a9e295d5b8a2a5ce678b913b45fdf68c32d95d6c1291e0b6" } ,
{ file = "MarkupSafe-3.0.2-cp313-cp313t-win_amd64.whl" , hash = "sha256:e444a31f8db13eb18ada366ab3cf45fd4b31e4db1236a4448f68778c1d1a5a2f" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:eaa0a10b7f72326f1372a713e73c3f739b524b3af41feb43e4921cb529f5929a" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:48032821bbdf20f5799ff537c7ac3d1fba0ba032cfc06194faffa8cda8b560ff" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1a9d3f5f0901fdec14d8d2f66ef7d035f2157240a433441719ac9a3fba440b13" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:88b49a3b9ff31e19998750c38e030fc7bb937398b1f78cfa599aaef92d693144" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cfad01eed2c2e0c01fd0ecd2ef42c492f7f93902e39a42fc9ee1692961443a29" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:1225beacc926f536dc82e45f8a4d68502949dc67eea90eab715dea3a21c1b5f0" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:3169b1eefae027567d1ce6ee7cae382c57fe26e82775f460f0b2778beaad66c0" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:eb7972a85c54febfb25b5c4b4f3af4dcc731994c7da0d8a0b4a6eb0640e1d178" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-win32.whl" , hash = "sha256:8c4e8c3ce11e1f92f6536ff07154f9d49677ebaaafc32db9db4620bc11ed480f" } ,
{ file = "MarkupSafe-3.0.2-cp39-cp39-win_amd64.whl" , hash = "sha256:6e296a513ca3d94054c2c881cc913116e90fd030ad1c656b3869762b754f5f8a" } ,
{ file = "markupsafe-3.0.2.tar.gz" , hash = "sha256:ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0" } ,
2024-09-21 09:46:46 +04:00
]
[ [ package ] ]
name = "marshmallow"
2024-11-08 22:37:34 +04:00
version = "3.23.1"
2024-09-21 09:46:46 +04:00
description = "A lightweight library for converting complex datatypes to and from native Python datatypes."
optional = false
2024-11-08 22:37:34 +04:00
python-versions = ">=3.9"
2024-09-21 09:46:46 +04:00
files = [
2024-11-08 22:37:34 +04:00
{ file = "marshmallow-3.23.1-py3-none-any.whl" , hash = "sha256:fece2eb2c941180ea1b7fcbd4a83c51bfdd50093fdd3ad2585ee5e1df2508491" } ,
{ file = "marshmallow-3.23.1.tar.gz" , hash = "sha256:3a8dfda6edd8dcdbf216c0ede1d1e78d230a6dc9c5a088f58c4083b974a0d468" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
packaging = ">=17.0"
[ package . extras ]
2024-11-08 22:37:34 +04:00
dev = [ "marshmallow[tests]" , "pre-commit (>=3.5,<5.0)" , "tox" ]
docs = [ "alabaster (==1.0.0)" , "autodocsumm (==0.2.14)" , "sphinx (==8.1.3)" , "sphinx-issues (==5.0.0)" , "sphinx-version-warning (==1.1.2)" ]
tests = [ "pytest" , "simplejson" ]
2024-09-21 09:46:46 +04:00
[ [ package ] ]
name = "matplotlib"
version = "3.9.2"
description = "Python plotting package"
optional = false
python-versions = ">=3.9"
files = [
{ file = "matplotlib-3.9.2-cp310-cp310-macosx_10_12_x86_64.whl" , hash = "sha256:9d78bbc0cbc891ad55b4f39a48c22182e9bdaea7fc0e5dbd364f49f729ca1bbb" } ,
{ file = "matplotlib-3.9.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c375cc72229614632c87355366bdf2570c2dac01ac66b8ad048d2dabadf2d0d4" } ,
{ file = "matplotlib-3.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1d94ff717eb2bd0b58fe66380bd8b14ac35f48a98e7c6765117fe67fb7684e64" } ,
{ file = "matplotlib-3.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ab68d50c06938ef28681073327795c5db99bb4666214d2d5f880ed11aeaded66" } ,
{ file = "matplotlib-3.9.2-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:65aacf95b62272d568044531e41de26285d54aec8cb859031f511f84bd8b495a" } ,
{ file = "matplotlib-3.9.2-cp310-cp310-win_amd64.whl" , hash = "sha256:3fd595f34aa8a55b7fc8bf9ebea8aa665a84c82d275190a61118d33fbc82ccae" } ,
{ file = "matplotlib-3.9.2-cp311-cp311-macosx_10_12_x86_64.whl" , hash = "sha256:d8dd059447824eec055e829258ab092b56bb0579fc3164fa09c64f3acd478772" } ,
{ file = "matplotlib-3.9.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:c797dac8bb9c7a3fd3382b16fe8f215b4cf0f22adccea36f1545a6d7be310b41" } ,
{ file = "matplotlib-3.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d719465db13267bcef19ea8954a971db03b9f48b4647e3860e4bc8e6ed86610f" } ,
{ file = "matplotlib-3.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8912ef7c2362f7193b5819d17dae8629b34a95c58603d781329712ada83f9447" } ,
{ file = "matplotlib-3.9.2-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:7741f26a58a240f43bee74965c4882b6c93df3e7eb3de160126d8c8f53a6ae6e" } ,
{ file = "matplotlib-3.9.2-cp311-cp311-win_amd64.whl" , hash = "sha256:ae82a14dab96fbfad7965403c643cafe6515e386de723e498cf3eeb1e0b70cc7" } ,
{ file = "matplotlib-3.9.2-cp312-cp312-macosx_10_12_x86_64.whl" , hash = "sha256:ac43031375a65c3196bee99f6001e7fa5bdfb00ddf43379d3c0609bdca042df9" } ,
{ file = "matplotlib-3.9.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:be0fc24a5e4531ae4d8e858a1a548c1fe33b176bb13eff7f9d0d38ce5112a27d" } ,
{ file = "matplotlib-3.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bf81de2926c2db243c9b2cbc3917619a0fc85796c6ba4e58f541df814bbf83c7" } ,
{ file = "matplotlib-3.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f6ee45bc4245533111ced13f1f2cace1e7f89d1c793390392a80c139d6cf0e6c" } ,
{ file = "matplotlib-3.9.2-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:306c8dfc73239f0e72ac50e5a9cf19cc4e8e331dd0c54f5e69ca8758550f1e1e" } ,
{ file = "matplotlib-3.9.2-cp312-cp312-win_amd64.whl" , hash = "sha256:5413401594cfaff0052f9d8b1aafc6d305b4bd7c4331dccd18f561ff7e1d3bd3" } ,
{ file = "matplotlib-3.9.2-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:18128cc08f0d3cfff10b76baa2f296fc28c4607368a8402de61bb3f2eb33c7d9" } ,
{ file = "matplotlib-3.9.2-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:4876d7d40219e8ae8bb70f9263bcbe5714415acfdf781086601211335e24f8aa" } ,
{ file = "matplotlib-3.9.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6d9f07a80deab4bb0b82858a9e9ad53d1382fd122be8cde11080f4e7dfedb38b" } ,
{ file = "matplotlib-3.9.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f7c0410f181a531ec4e93bbc27692f2c71a15c2da16766f5ba9761e7ae518413" } ,
{ file = "matplotlib-3.9.2-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:909645cce2dc28b735674ce0931a4ac94e12f5b13f6bb0b5a5e65e7cea2c192b" } ,
{ file = "matplotlib-3.9.2-cp313-cp313-win_amd64.whl" , hash = "sha256:f32c7410c7f246838a77d6d1eff0c0f87f3cb0e7c4247aebea71a6d5a68cab49" } ,
{ file = "matplotlib-3.9.2-cp313-cp313t-macosx_10_13_x86_64.whl" , hash = "sha256:37e51dd1c2db16ede9cfd7b5cabdfc818b2c6397c83f8b10e0e797501c963a03" } ,
{ file = "matplotlib-3.9.2-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:b82c5045cebcecd8496a4d694d43f9cc84aeeb49fe2133e036b207abe73f4d30" } ,
{ file = "matplotlib-3.9.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f053c40f94bc51bc03832a41b4f153d83f2062d88c72b5e79997072594e97e51" } ,
{ file = "matplotlib-3.9.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dbe196377a8248972f5cede786d4c5508ed5f5ca4a1e09b44bda889958b33f8c" } ,
{ file = "matplotlib-3.9.2-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:5816b1e1fe8c192cbc013f8f3e3368ac56fbecf02fb41b8f8559303f24c5015e" } ,
{ file = "matplotlib-3.9.2-cp39-cp39-macosx_10_12_x86_64.whl" , hash = "sha256:cef2a73d06601437be399908cf13aee74e86932a5ccc6ccdf173408ebc5f6bb2" } ,
{ file = "matplotlib-3.9.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e0830e188029c14e891fadd99702fd90d317df294c3298aad682739c5533721a" } ,
{ file = "matplotlib-3.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:03ba9c1299c920964e8d3857ba27173b4dbb51ca4bab47ffc2c2ba0eb5e2cbc5" } ,
{ file = "matplotlib-3.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1cd93b91ab47a3616b4d3c42b52f8363b88ca021e340804c6ab2536344fad9ca" } ,
{ file = "matplotlib-3.9.2-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:6d1ce5ed2aefcdce11904fc5bbea7d9c21fff3d5f543841edf3dea84451a09ea" } ,
{ file = "matplotlib-3.9.2-cp39-cp39-win_amd64.whl" , hash = "sha256:b2696efdc08648536efd4e1601b5fd491fd47f4db97a5fbfd175549a7365c1b2" } ,
{ file = "matplotlib-3.9.2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:d52a3b618cb1cbb769ce2ee1dcdb333c3ab6e823944e9a2d36e37253815f9556" } ,
{ file = "matplotlib-3.9.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:039082812cacd6c6bec8e17a9c1e6baca230d4116d522e81e1f63a74d01d2e21" } ,
{ file = "matplotlib-3.9.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6758baae2ed64f2331d4fd19be38b7b4eae3ecec210049a26b6a4f3ae1c85dcc" } ,
{ file = "matplotlib-3.9.2-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:050598c2b29e0b9832cde72bcf97627bf00262adbc4a54e2b856426bb2ef0697" } ,
{ file = "matplotlib-3.9.2.tar.gz" , hash = "sha256:96ab43906269ca64a6366934106fa01534454a69e471b7bf3d79083981aaab92" } ,
]
[ package . dependencies ]
contourpy = ">=1.0.1"
cycler = ">=0.10"
fonttools = ">=4.22.0"
kiwisolver = ">=1.3.1"
numpy = ">=1.23"
packaging = ">=20.0"
pillow = ">=8"
pyparsing = ">=2.3.1"
python-dateutil = ">=2.7"
[ package . extras ]
dev = [ "meson-python (>=0.13.1)" , "numpy (>=1.25)" , "pybind11 (>=2.6)" , "setuptools (>=64)" , "setuptools_scm (>=7)" ]
[ [ package ] ]
name = "matplotlib-inline"
version = "0.1.7"
description = "Inline Matplotlib backend for Jupyter"
optional = false
python-versions = ">=3.8"
files = [
{ file = "matplotlib_inline-0.1.7-py3-none-any.whl" , hash = "sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca" } ,
{ file = "matplotlib_inline-0.1.7.tar.gz" , hash = "sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90" } ,
]
[ package . dependencies ]
traitlets = "*"
[ [ package ] ]
name = "mistune"
version = "3.0.2"
description = "A sane and fast Markdown parser with useful plugins and renderers"
optional = false
python-versions = ">=3.7"
files = [
{ file = "mistune-3.0.2-py3-none-any.whl" , hash = "sha256:71481854c30fdbc938963d3605b72501f5c10a9320ecd412c121c163a1c7d205" } ,
{ file = "mistune-3.0.2.tar.gz" , hash = "sha256:fc7f93ded930c92394ef2cb6f04a8aabab4117a91449e72dcc8dfa646a508be8" } ,
]
[ [ package ] ]
name = "nbclient"
version = "0.10.0"
description = "A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor."
optional = false
python-versions = ">=3.8.0"
files = [
{ file = "nbclient-0.10.0-py3-none-any.whl" , hash = "sha256:f13e3529332a1f1f81d82a53210322476a168bb7090a0289c795fe9cc11c9d3f" } ,
{ file = "nbclient-0.10.0.tar.gz" , hash = "sha256:4b3f1b7dba531e498449c4db4f53da339c91d449dc11e9af3a43b4eb5c5abb09" } ,
]
[ package . dependencies ]
jupyter-client = ">=6.1.12"
jupyter-core = ">=4.12,<5.0.dev0 || >=5.1.dev0"
nbformat = ">=5.1"
traitlets = ">=5.4"
[ package . extras ]
dev = [ "pre-commit" ]
docs = [ "autodoc-traits" , "mock" , "moto" , "myst-parser" , "nbclient[test]" , "sphinx (>=1.7)" , "sphinx-book-theme" , "sphinxcontrib-spelling" ]
test = [ "flaky" , "ipykernel (>=6.19.3)" , "ipython" , "ipywidgets" , "nbconvert (>=7.0.0)" , "pytest (>=7.0,<8)" , "pytest-asyncio" , "pytest-cov (>=4.0)" , "testpath" , "xmltodict" ]
[ [ package ] ]
name = "nbconvert"
version = "7.16.4"
description = "Converting Jupyter Notebooks (.ipynb files) to other formats. Output formats include asciidoc, html, latex, markdown, pdf, py, rst, script. nbconvert can be used both as a Python library (`import nbconvert`) or as a command line tool (invoked as `jupyter nbconvert ...`)."
optional = false
python-versions = ">=3.8"
files = [
{ file = "nbconvert-7.16.4-py3-none-any.whl" , hash = "sha256:05873c620fe520b6322bf8a5ad562692343fe3452abda5765c7a34b7d1aa3eb3" } ,
{ file = "nbconvert-7.16.4.tar.gz" , hash = "sha256:86ca91ba266b0a448dc96fa6c5b9d98affabde2867b363258703536807f9f7f4" } ,
]
[ package . dependencies ]
beautifulsoup4 = "*"
bleach = "!=5.0.0"
defusedxml = "*"
jinja2 = ">=3.0"
jupyter-core = ">=4.7"
jupyterlab-pygments = "*"
markupsafe = ">=2.0"
mistune = ">=2.0.3,<4"
nbclient = ">=0.5.0"
nbformat = ">=5.7"
packaging = "*"
pandocfilters = ">=1.4.1"
pygments = ">=2.4.1"
tinycss2 = "*"
traitlets = ">=5.1"
[ package . extras ]
all = [ "flaky" , "ipykernel" , "ipython" , "ipywidgets (>=7.5)" , "myst-parser" , "nbsphinx (>=0.2.12)" , "playwright" , "pydata-sphinx-theme" , "pyqtwebengine (>=5.15)" , "pytest (>=7)" , "sphinx (==5.0.2)" , "sphinxcontrib-spelling" , "tornado (>=6.1)" ]
docs = [ "ipykernel" , "ipython" , "myst-parser" , "nbsphinx (>=0.2.12)" , "pydata-sphinx-theme" , "sphinx (==5.0.2)" , "sphinxcontrib-spelling" ]
qtpdf = [ "pyqtwebengine (>=5.15)" ]
qtpng = [ "pyqtwebengine (>=5.15)" ]
serve = [ "tornado (>=6.1)" ]
test = [ "flaky" , "ipykernel" , "ipywidgets (>=7.5)" , "pytest (>=7)" ]
webpdf = [ "playwright" ]
[ [ package ] ]
name = "nbformat"
version = "5.10.4"
description = "The Jupyter Notebook format"
optional = false
python-versions = ">=3.8"
files = [
{ file = "nbformat-5.10.4-py3-none-any.whl" , hash = "sha256:3b48d6c8fbca4b299bf3982ea7db1af21580e4fec269ad087b9e81588891200b" } ,
{ file = "nbformat-5.10.4.tar.gz" , hash = "sha256:322168b14f937a5d11362988ecac2a4952d3d8e3a2cbeb2319584631226d5b3a" } ,
]
[ package . dependencies ]
fastjsonschema = ">=2.15"
jsonschema = ">=2.6"
jupyter-core = ">=4.12,<5.0.dev0 || >=5.1.dev0"
traitlets = ">=5.1"
[ package . extras ]
docs = [ "myst-parser" , "pydata-sphinx-theme" , "sphinx" , "sphinxcontrib-github-alt" , "sphinxcontrib-spelling" ]
test = [ "pep440" , "pre-commit" , "pytest" , "testpath" ]
[ [ package ] ]
name = "nest-asyncio"
version = "1.6.0"
description = "Patch asyncio to allow nested event loops"
optional = false
python-versions = ">=3.5"
files = [
{ file = "nest_asyncio-1.6.0-py3-none-any.whl" , hash = "sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c" } ,
{ file = "nest_asyncio-1.6.0.tar.gz" , hash = "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe" } ,
]
[ [ package ] ]
name = "notebook"
2024-11-08 22:37:34 +04:00
version = "7.0.7"
2024-09-21 09:46:46 +04:00
description = "Jupyter Notebook - A web-based notebook environment for interactive computing"
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "notebook-7.0.7-py3-none-any.whl" , hash = "sha256:289b606d7e173f75a18beb1406ef411b43f97f7a9c55ba03efa3622905a62346" } ,
{ file = "notebook-7.0.7.tar.gz" , hash = "sha256:3bcff00c17b3ac142ef5f436d50637d936b274cfa0b41f6ac0175363de9b4e09" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
jupyter-server = ">=2.4.0,<3"
2024-11-08 22:37:34 +04:00
jupyterlab = ">=4.0.2,<5"
jupyterlab-server = ">=2.22.1,<3"
2024-09-21 09:46:46 +04:00
notebook-shim = ">=0.2,<0.3"
tornado = ">=6.2.0"
[ package . extras ]
dev = [ "hatch" , "pre-commit" ]
docs = [ "myst-parser" , "nbsphinx" , "pydata-sphinx-theme" , "sphinx (>=1.3.6)" , "sphinxcontrib-github-alt" , "sphinxcontrib-spelling" ]
2024-11-08 22:37:34 +04:00
test = [ "importlib-resources (>=5.0)" , "ipykernel" , "jupyter-server[test] (>=2.4.0,<3)" , "jupyterlab-server[test] (>=2.22.1,<3)" , "nbval" , "pytest (>=7.0)" , "pytest-console-scripts" , "pytest-timeout" , "pytest-tornasync" , "requests" ]
2024-09-21 09:46:46 +04:00
[ [ package ] ]
name = "notebook-shim"
version = "0.2.4"
description = "A shim layer for notebook traits and config"
optional = false
python-versions = ">=3.7"
files = [
{ file = "notebook_shim-0.2.4-py3-none-any.whl" , hash = "sha256:411a5be4e9dc882a074ccbcae671eda64cceb068767e9a3419096986560e1cef" } ,
{ file = "notebook_shim-0.2.4.tar.gz" , hash = "sha256:b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb" } ,
]
[ package . dependencies ]
jupyter-server = ">=1.8,<3"
[ package . extras ]
test = [ "pytest" , "pytest-console-scripts" , "pytest-jupyter" , "pytest-tornasync" ]
[ [ package ] ]
name = "numpy"
2024-11-08 22:37:34 +04:00
version = "2.1.3"
2024-09-21 09:46:46 +04:00
description = "Fundamental package for array computing in Python"
optional = false
python-versions = ">=3.10"
files = [
2024-11-08 22:37:34 +04:00
{ file = "numpy-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:c894b4305373b9c5576d7a12b473702afdf48ce5369c074ba304cc5ad8730dff" } ,
{ file = "numpy-2.1.3-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:b47fbb433d3260adcd51eb54f92a2ffbc90a4595f8970ee00e064c644ac788f5" } ,
{ file = "numpy-2.1.3-cp310-cp310-macosx_14_0_arm64.whl" , hash = "sha256:825656d0743699c529c5943554d223c021ff0494ff1442152ce887ef4f7561a1" } ,
{ file = "numpy-2.1.3-cp310-cp310-macosx_14_0_x86_64.whl" , hash = "sha256:6a4825252fcc430a182ac4dee5a505053d262c807f8a924603d411f6718b88fd" } ,
{ file = "numpy-2.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e711e02f49e176a01d0349d82cb5f05ba4db7d5e7e0defd026328e5cfb3226d3" } ,
{ file = "numpy-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:78574ac2d1a4a02421f25da9559850d59457bac82f2b8d7a44fe83a64f770098" } ,
{ file = "numpy-2.1.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:c7662f0e3673fe4e832fe07b65c50342ea27d989f92c80355658c7f888fcc83c" } ,
{ file = "numpy-2.1.3-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:fa2d1337dc61c8dc417fbccf20f6d1e139896a30721b7f1e832b2bb6ef4eb6c4" } ,
{ file = "numpy-2.1.3-cp310-cp310-win32.whl" , hash = "sha256:72dcc4a35a8515d83e76b58fdf8113a5c969ccd505c8a946759b24e3182d1f23" } ,
{ file = "numpy-2.1.3-cp310-cp310-win_amd64.whl" , hash = "sha256:ecc76a9ba2911d8d37ac01de72834d8849e55473457558e12995f4cd53e778e0" } ,
{ file = "numpy-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:4d1167c53b93f1f5d8a139a742b3c6f4d429b54e74e6b57d0eff40045187b15d" } ,
{ file = "numpy-2.1.3-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:c80e4a09b3d95b4e1cac08643f1152fa71a0a821a2d4277334c88d54b2219a41" } ,
{ file = "numpy-2.1.3-cp311-cp311-macosx_14_0_arm64.whl" , hash = "sha256:576a1c1d25e9e02ed7fa5477f30a127fe56debd53b8d2c89d5578f9857d03ca9" } ,
{ file = "numpy-2.1.3-cp311-cp311-macosx_14_0_x86_64.whl" , hash = "sha256:973faafebaae4c0aaa1a1ca1ce02434554d67e628b8d805e61f874b84e136b09" } ,
{ file = "numpy-2.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:762479be47a4863e261a840e8e01608d124ee1361e48b96916f38b119cfda04a" } ,
{ file = "numpy-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bc6f24b3d1ecc1eebfbf5d6051faa49af40b03be1aaa781ebdadcbc090b4539b" } ,
{ file = "numpy-2.1.3-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:17ee83a1f4fef3c94d16dc1802b998668b5419362c8a4f4e8a491de1b41cc3ee" } ,
{ file = "numpy-2.1.3-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:15cb89f39fa6d0bdfb600ea24b250e5f1a3df23f901f51c8debaa6a5d122b2f0" } ,
{ file = "numpy-2.1.3-cp311-cp311-win32.whl" , hash = "sha256:d9beb777a78c331580705326d2367488d5bc473b49a9bc3036c154832520aca9" } ,
{ file = "numpy-2.1.3-cp311-cp311-win_amd64.whl" , hash = "sha256:d89dd2b6da69c4fff5e39c28a382199ddedc3a5be5390115608345dec660b9e2" } ,
{ file = "numpy-2.1.3-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:f55ba01150f52b1027829b50d70ef1dafd9821ea82905b63936668403c3b471e" } ,
{ file = "numpy-2.1.3-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:13138eadd4f4da03074851a698ffa7e405f41a0845a6b1ad135b81596e4e9958" } ,
{ file = "numpy-2.1.3-cp312-cp312-macosx_14_0_arm64.whl" , hash = "sha256:a6b46587b14b888e95e4a24d7b13ae91fa22386c199ee7b418f449032b2fa3b8" } ,
{ file = "numpy-2.1.3-cp312-cp312-macosx_14_0_x86_64.whl" , hash = "sha256:0fa14563cc46422e99daef53d725d0c326e99e468a9320a240affffe87852564" } ,
{ file = "numpy-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8637dcd2caa676e475503d1f8fdb327bc495554e10838019651b76d17b98e512" } ,
{ file = "numpy-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2312b2aa89e1f43ecea6da6ea9a810d06aae08321609d8dc0d0eda6d946a541b" } ,
{ file = "numpy-2.1.3-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:a38c19106902bb19351b83802531fea19dee18e5b37b36454f27f11ff956f7fc" } ,
{ file = "numpy-2.1.3-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:02135ade8b8a84011cbb67dc44e07c58f28575cf9ecf8ab304e51c05528c19f0" } ,
{ file = "numpy-2.1.3-cp312-cp312-win32.whl" , hash = "sha256:e6988e90fcf617da2b5c78902fe8e668361b43b4fe26dbf2d7b0f8034d4cafb9" } ,
{ file = "numpy-2.1.3-cp312-cp312-win_amd64.whl" , hash = "sha256:0d30c543f02e84e92c4b1f415b7c6b5326cbe45ee7882b6b77db7195fb971e3a" } ,
{ file = "numpy-2.1.3-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:96fe52fcdb9345b7cd82ecd34547fca4321f7656d500eca497eb7ea5a926692f" } ,
{ file = "numpy-2.1.3-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:f653490b33e9c3a4c1c01d41bc2aef08f9475af51146e4a7710c450cf9761598" } ,
{ file = "numpy-2.1.3-cp313-cp313-macosx_14_0_arm64.whl" , hash = "sha256:dc258a761a16daa791081d026f0ed4399b582712e6fc887a95af09df10c5ca57" } ,
{ file = "numpy-2.1.3-cp313-cp313-macosx_14_0_x86_64.whl" , hash = "sha256:016d0f6f5e77b0f0d45d77387ffa4bb89816b57c835580c3ce8e099ef830befe" } ,
{ file = "numpy-2.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c181ba05ce8299c7aa3125c27b9c2167bca4a4445b7ce73d5febc411ca692e43" } ,
{ file = "numpy-2.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5641516794ca9e5f8a4d17bb45446998c6554704d888f86df9b200e66bdcce56" } ,
{ file = "numpy-2.1.3-cp313-cp313-musllinux_1_1_x86_64.whl" , hash = "sha256:ea4dedd6e394a9c180b33c2c872b92f7ce0f8e7ad93e9585312b0c5a04777a4a" } ,
{ file = "numpy-2.1.3-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:b0df3635b9c8ef48bd3be5f862cf71b0a4716fa0e702155c45067c6b711ddcef" } ,
{ file = "numpy-2.1.3-cp313-cp313-win32.whl" , hash = "sha256:50ca6aba6e163363f132b5c101ba078b8cbd3fa92c7865fd7d4d62d9779ac29f" } ,
{ file = "numpy-2.1.3-cp313-cp313-win_amd64.whl" , hash = "sha256:747641635d3d44bcb380d950679462fae44f54b131be347d5ec2bce47d3df9ed" } ,
{ file = "numpy-2.1.3-cp313-cp313t-macosx_10_13_x86_64.whl" , hash = "sha256:996bb9399059c5b82f76b53ff8bb686069c05acc94656bb259b1d63d04a9506f" } ,
{ file = "numpy-2.1.3-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:45966d859916ad02b779706bb43b954281db43e185015df6eb3323120188f9e4" } ,
{ file = "numpy-2.1.3-cp313-cp313t-macosx_14_0_arm64.whl" , hash = "sha256:baed7e8d7481bfe0874b566850cb0b85243e982388b7b23348c6db2ee2b2ae8e" } ,
{ file = "numpy-2.1.3-cp313-cp313t-macosx_14_0_x86_64.whl" , hash = "sha256:a9f7f672a3388133335589cfca93ed468509cb7b93ba3105fce780d04a6576a0" } ,
{ file = "numpy-2.1.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d7aac50327da5d208db2eec22eb11e491e3fe13d22653dce51b0f4109101b408" } ,
{ file = "numpy-2.1.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4394bc0dbd074b7f9b52024832d16e019decebf86caf909d94f6b3f77a8ee3b6" } ,
{ file = "numpy-2.1.3-cp313-cp313t-musllinux_1_1_x86_64.whl" , hash = "sha256:50d18c4358a0a8a53f12a8ba9d772ab2d460321e6a93d6064fc22443d189853f" } ,
{ file = "numpy-2.1.3-cp313-cp313t-musllinux_1_2_aarch64.whl" , hash = "sha256:14e253bd43fc6b37af4921b10f6add6925878a42a0c5fe83daee390bca80bc17" } ,
{ file = "numpy-2.1.3-cp313-cp313t-win32.whl" , hash = "sha256:08788d27a5fd867a663f6fc753fd7c3ad7e92747efc73c53bca2f19f8bc06f48" } ,
{ file = "numpy-2.1.3-cp313-cp313t-win_amd64.whl" , hash = "sha256:2564fbdf2b99b3f815f2107c1bbc93e2de8ee655a69c261363a1172a79a257d4" } ,
{ file = "numpy-2.1.3-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:4f2015dfe437dfebbfce7c85c7b53d81ba49e71ba7eadbf1df40c915af75979f" } ,
{ file = "numpy-2.1.3-pp310-pypy310_pp73-macosx_14_0_x86_64.whl" , hash = "sha256:3522b0dfe983a575e6a9ab3a4a4dfe156c3e428468ff08ce582b9bb6bd1d71d4" } ,
{ file = "numpy-2.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c006b607a865b07cd981ccb218a04fc86b600411d83d6fc261357f1c0966755d" } ,
{ file = "numpy-2.1.3-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:e14e26956e6f1696070788252dcdff11b4aca4c3e8bd166e0df1bb8f315a67cb" } ,
{ file = "numpy-2.1.3.tar.gz" , hash = "sha256:aa08e04e08aaf974d4458def539dece0d28146d866a39da5639596f4921fd761" } ,
2024-09-21 09:46:46 +04:00
]
[ [ package ] ]
name = "overrides"
version = "7.7.0"
description = "A decorator to automatically detect mismatch when overriding a method."
optional = false
python-versions = ">=3.6"
files = [
{ file = "overrides-7.7.0-py3-none-any.whl" , hash = "sha256:c7ed9d062f78b8e4c1a7b70bd8796b35ead4d9f510227ef9c5dc7626c60d7e49" } ,
{ file = "overrides-7.7.0.tar.gz" , hash = "sha256:55158fa3d93b98cc75299b1e67078ad9003ca27945c76162c1c0766d6f91820a" } ,
]
[ [ package ] ]
name = "packaging"
2024-11-08 22:37:34 +04:00
version = "24.2"
2024-09-21 09:46:46 +04:00
description = "Core utilities for Python packages"
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "packaging-24.2-py3-none-any.whl" , hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759" } ,
{ file = "packaging-24.2.tar.gz" , hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" } ,
2024-09-21 09:46:46 +04:00
]
[ [ package ] ]
name = "pandas"
2024-11-08 22:37:34 +04:00
version = "2.2.3"
2024-09-21 09:46:46 +04:00
description = "Powerful data structures for data analysis, time series, and statistics"
optional = false
python-versions = ">=3.9"
files = [
2024-11-08 22:37:34 +04:00
{ file = "pandas-2.2.3-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:1948ddde24197a0f7add2bdc4ca83bf2b1ef84a1bc8ccffd95eda17fd836ecb5" } ,
{ file = "pandas-2.2.3-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:381175499d3802cde0eabbaf6324cce0c4f5d52ca6f8c377c29ad442f50f6348" } ,
{ file = "pandas-2.2.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:d9c45366def9a3dd85a6454c0e7908f2b3b8e9c138f5dc38fed7ce720d8453ed" } ,
{ file = "pandas-2.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:86976a1c5b25ae3f8ccae3a5306e443569ee3c3faf444dfd0f41cda24667ad57" } ,
{ file = "pandas-2.2.3-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:b8661b0238a69d7aafe156b7fa86c44b881387509653fdf857bebc5e4008ad42" } ,
{ file = "pandas-2.2.3-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:37e0aced3e8f539eccf2e099f65cdb9c8aa85109b0be6e93e2baff94264bdc6f" } ,
{ file = "pandas-2.2.3-cp310-cp310-win_amd64.whl" , hash = "sha256:56534ce0746a58afaf7942ba4863e0ef81c9c50d3f0ae93e9497d6a41a057645" } ,
{ file = "pandas-2.2.3-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:66108071e1b935240e74525006034333f98bcdb87ea116de573a6a0dccb6c039" } ,
{ file = "pandas-2.2.3-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:7c2875855b0ff77b2a64a0365e24455d9990730d6431b9e0ee18ad8acee13dbd" } ,
{ file = "pandas-2.2.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:cd8d0c3be0515c12fed0bdbae072551c8b54b7192c7b1fda0ba56059a0179698" } ,
{ file = "pandas-2.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c124333816c3a9b03fbeef3a9f230ba9a737e9e5bb4060aa2107a86cc0a497fc" } ,
{ file = "pandas-2.2.3-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:63cc132e40a2e084cf01adf0775b15ac515ba905d7dcca47e9a251819c575ef3" } ,
{ file = "pandas-2.2.3-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:29401dbfa9ad77319367d36940cd8a0b3a11aba16063e39632d98b0e931ddf32" } ,
{ file = "pandas-2.2.3-cp311-cp311-win_amd64.whl" , hash = "sha256:3fc6873a41186404dad67245896a6e440baacc92f5b716ccd1bc9ed2995ab2c5" } ,
{ file = "pandas-2.2.3-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:b1d432e8d08679a40e2a6d8b2f9770a5c21793a6f9f47fdd52c5ce1948a5a8a9" } ,
{ file = "pandas-2.2.3-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:a5a1595fe639f5988ba6a8e5bc9649af3baf26df3998a0abe56c02609392e0a4" } ,
{ file = "pandas-2.2.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:5de54125a92bb4d1c051c0659e6fcb75256bf799a732a87184e5ea503965bce3" } ,
{ file = "pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fffb8ae78d8af97f849404f21411c95062db1496aeb3e56f146f0355c9989319" } ,
{ file = "pandas-2.2.3-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:6dfcb5ee8d4d50c06a51c2fffa6cff6272098ad6540aed1a76d15fb9318194d8" } ,
{ file = "pandas-2.2.3-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:062309c1b9ea12a50e8ce661145c6aab431b1e99530d3cd60640e255778bd43a" } ,
{ file = "pandas-2.2.3-cp312-cp312-win_amd64.whl" , hash = "sha256:59ef3764d0fe818125a5097d2ae867ca3fa64df032331b7e0917cf5d7bf66b13" } ,
{ file = "pandas-2.2.3-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:f00d1345d84d8c86a63e476bb4955e46458b304b9575dcf71102b5c705320015" } ,
{ file = "pandas-2.2.3-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:3508d914817e153ad359d7e069d752cdd736a247c322d932eb89e6bc84217f28" } ,
{ file = "pandas-2.2.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:22a9d949bfc9a502d320aa04e5d02feab689d61da4e7764b62c30b991c42c5f0" } ,
{ file = "pandas-2.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f3a255b2c19987fbbe62a9dfd6cff7ff2aa9ccab3fc75218fd4b7530f01efa24" } ,
{ file = "pandas-2.2.3-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:800250ecdadb6d9c78eae4990da62743b857b470883fa27f652db8bdde7f6659" } ,
{ file = "pandas-2.2.3-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:6374c452ff3ec675a8f46fd9ab25c4ad0ba590b71cf0656f8b6daa5202bca3fb" } ,
{ file = "pandas-2.2.3-cp313-cp313-win_amd64.whl" , hash = "sha256:61c5ad4043f791b61dd4752191d9f07f0ae412515d59ba8f005832a532f8736d" } ,
{ file = "pandas-2.2.3-cp313-cp313t-macosx_10_13_x86_64.whl" , hash = "sha256:3b71f27954685ee685317063bf13c7709a7ba74fc996b84fc6821c59b0f06468" } ,
{ file = "pandas-2.2.3-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:38cf8125c40dae9d5acc10fa66af8ea6fdf760b2714ee482ca691fc66e6fcb18" } ,
{ file = "pandas-2.2.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:ba96630bc17c875161df3818780af30e43be9b166ce51c9a18c1feae342906c2" } ,
{ file = "pandas-2.2.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1db71525a1538b30142094edb9adc10be3f3e176748cd7acc2240c2f2e5aa3a4" } ,
{ file = "pandas-2.2.3-cp313-cp313t-musllinux_1_2_aarch64.whl" , hash = "sha256:15c0e1e02e93116177d29ff83e8b1619c93ddc9c49083f237d4312337a61165d" } ,
{ file = "pandas-2.2.3-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:ad5b65698ab28ed8d7f18790a0dc58005c7629f227be9ecc1072aa74c0c1d43a" } ,
{ file = "pandas-2.2.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:bc6b93f9b966093cb0fd62ff1a7e4c09e6d546ad7c1de191767baffc57628f39" } ,
{ file = "pandas-2.2.3-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:5dbca4c1acd72e8eeef4753eeca07de9b1db4f398669d5994086f788a5d7cc30" } ,
{ file = "pandas-2.2.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:8cd6d7cc958a3910f934ea8dbdf17b2364827bb4dafc38ce6eef6bb3d65ff09c" } ,
{ file = "pandas-2.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:99df71520d25fade9db7c1076ac94eb994f4d2673ef2aa2e86ee039b6746d20c" } ,
{ file = "pandas-2.2.3-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:31d0ced62d4ea3e231a9f228366919a5ea0b07440d9d4dac345376fd8e1477ea" } ,
{ file = "pandas-2.2.3-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:7eee9e7cea6adf3e3d24e304ac6b8300646e2a5d1cd3a3c2abed9101b0846761" } ,
{ file = "pandas-2.2.3-cp39-cp39-win_amd64.whl" , hash = "sha256:4850ba03528b6dd51d6c5d273c46f183f39a9baf3f0143e566b89450965b105e" } ,
{ file = "pandas-2.2.3.tar.gz" , hash = "sha256:4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
numpy = { version = ">=1.26.0" , markers = "python_version >= \"3.12\"" }
python-dateutil = ">=2.8.2"
pytz = ">=2020.1"
tzdata = ">=2022.7"
[ package . extras ]
all = [ "PyQt5 (>=5.15.9)" , "SQLAlchemy (>=2.0.0)" , "adbc-driver-postgresql (>=0.8.0)" , "adbc-driver-sqlite (>=0.8.0)" , "beautifulsoup4 (>=4.11.2)" , "bottleneck (>=1.3.6)" , "dataframe-api-compat (>=0.1.7)" , "fastparquet (>=2022.12.0)" , "fsspec (>=2022.11.0)" , "gcsfs (>=2022.11.0)" , "html5lib (>=1.1)" , "hypothesis (>=6.46.1)" , "jinja2 (>=3.1.2)" , "lxml (>=4.9.2)" , "matplotlib (>=3.6.3)" , "numba (>=0.56.4)" , "numexpr (>=2.8.4)" , "odfpy (>=1.4.1)" , "openpyxl (>=3.1.0)" , "pandas-gbq (>=0.19.0)" , "psycopg2 (>=2.9.6)" , "pyarrow (>=10.0.1)" , "pymysql (>=1.0.2)" , "pyreadstat (>=1.2.0)" , "pytest (>=7.3.2)" , "pytest-xdist (>=2.2.0)" , "python-calamine (>=0.1.7)" , "pyxlsb (>=1.0.10)" , "qtpy (>=2.3.0)" , "s3fs (>=2022.11.0)" , "scipy (>=1.10.0)" , "tables (>=3.8.0)" , "tabulate (>=0.9.0)" , "xarray (>=2022.12.0)" , "xlrd (>=2.0.1)" , "xlsxwriter (>=3.0.5)" , "zstandard (>=0.19.0)" ]
aws = [ "s3fs (>=2022.11.0)" ]
clipboard = [ "PyQt5 (>=5.15.9)" , "qtpy (>=2.3.0)" ]
compression = [ "zstandard (>=0.19.0)" ]
computation = [ "scipy (>=1.10.0)" , "xarray (>=2022.12.0)" ]
consortium-standard = [ "dataframe-api-compat (>=0.1.7)" ]
excel = [ "odfpy (>=1.4.1)" , "openpyxl (>=3.1.0)" , "python-calamine (>=0.1.7)" , "pyxlsb (>=1.0.10)" , "xlrd (>=2.0.1)" , "xlsxwriter (>=3.0.5)" ]
feather = [ "pyarrow (>=10.0.1)" ]
fss = [ "fsspec (>=2022.11.0)" ]
gcp = [ "gcsfs (>=2022.11.0)" , "pandas-gbq (>=0.19.0)" ]
hdf5 = [ "tables (>=3.8.0)" ]
html = [ "beautifulsoup4 (>=4.11.2)" , "html5lib (>=1.1)" , "lxml (>=4.9.2)" ]
mysql = [ "SQLAlchemy (>=2.0.0)" , "pymysql (>=1.0.2)" ]
output-formatting = [ "jinja2 (>=3.1.2)" , "tabulate (>=0.9.0)" ]
parquet = [ "pyarrow (>=10.0.1)" ]
performance = [ "bottleneck (>=1.3.6)" , "numba (>=0.56.4)" , "numexpr (>=2.8.4)" ]
plot = [ "matplotlib (>=3.6.3)" ]
postgresql = [ "SQLAlchemy (>=2.0.0)" , "adbc-driver-postgresql (>=0.8.0)" , "psycopg2 (>=2.9.6)" ]
pyarrow = [ "pyarrow (>=10.0.1)" ]
spss = [ "pyreadstat (>=1.2.0)" ]
sql-other = [ "SQLAlchemy (>=2.0.0)" , "adbc-driver-postgresql (>=0.8.0)" , "adbc-driver-sqlite (>=0.8.0)" ]
test = [ "hypothesis (>=6.46.1)" , "pytest (>=7.3.2)" , "pytest-xdist (>=2.2.0)" ]
xml = [ "lxml (>=4.9.2)" ]
[ [ package ] ]
name = "pandocfilters"
version = "1.5.1"
description = "Utilities for writing pandoc filters in python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
{ file = "pandocfilters-1.5.1-py2.py3-none-any.whl" , hash = "sha256:93be382804a9cdb0a7267585f157e5d1731bbe5545a85b268d6f5fe6232de2bc" } ,
{ file = "pandocfilters-1.5.1.tar.gz" , hash = "sha256:002b4a555ee4ebc03f8b66307e287fa492e4a77b4ea14d3f934328297bb4939e" } ,
]
[ [ package ] ]
name = "parso"
version = "0.8.4"
description = "A Python Parser"
optional = false
python-versions = ">=3.6"
files = [
{ file = "parso-0.8.4-py2.py3-none-any.whl" , hash = "sha256:a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18" } ,
{ file = "parso-0.8.4.tar.gz" , hash = "sha256:eb3a7b58240fb99099a345571deecc0f9540ea5f4dd2fe14c2a99d6b281ab92d" } ,
]
[ package . extras ]
qa = [ "flake8 (==5.0.4)" , "mypy (==0.971)" , "types-setuptools (==67.2.0.1)" ]
testing = [ "docopt" , "pytest" ]
[ [ package ] ]
name = "pexpect"
version = "4.9.0"
description = "Pexpect allows easy control of interactive console applications."
optional = false
python-versions = "*"
files = [
{ file = "pexpect-4.9.0-py2.py3-none-any.whl" , hash = "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523" } ,
{ file = "pexpect-4.9.0.tar.gz" , hash = "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f" } ,
]
[ package . dependencies ]
ptyprocess = ">=0.5"
[ [ package ] ]
name = "pillow"
2024-11-08 22:37:34 +04:00
version = "11.0.0"
2024-09-21 09:46:46 +04:00
description = "Python Imaging Library (Fork)"
optional = false
2024-11-08 22:37:34 +04:00
python-versions = ">=3.9"
2024-09-21 09:46:46 +04:00
files = [
2024-11-08 22:37:34 +04:00
{ file = "pillow-11.0.0-cp310-cp310-macosx_10_10_x86_64.whl" , hash = "sha256:6619654954dc4936fcff82db8eb6401d3159ec6be81e33c6000dfd76ae189947" } ,
{ file = "pillow-11.0.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:b3c5ac4bed7519088103d9450a1107f76308ecf91d6dabc8a33a2fcfb18d0fba" } ,
{ file = "pillow-11.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a65149d8ada1055029fcb665452b2814fe7d7082fcb0c5bed6db851cb69b2086" } ,
{ file = "pillow-11.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:88a58d8ac0cc0e7f3a014509f0455248a76629ca9b604eca7dc5927cc593c5e9" } ,
{ file = "pillow-11.0.0-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:c26845094b1af3c91852745ae78e3ea47abf3dbcd1cf962f16b9a5fbe3ee8488" } ,
{ file = "pillow-11.0.0-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:1a61b54f87ab5786b8479f81c4b11f4d61702830354520837f8cc791ebba0f5f" } ,
{ file = "pillow-11.0.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:674629ff60030d144b7bca2b8330225a9b11c482ed408813924619c6f302fdbb" } ,
{ file = "pillow-11.0.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:598b4e238f13276e0008299bd2482003f48158e2b11826862b1eb2ad7c768b97" } ,
{ file = "pillow-11.0.0-cp310-cp310-win32.whl" , hash = "sha256:9a0f748eaa434a41fccf8e1ee7a3eed68af1b690e75328fd7a60af123c193b50" } ,
{ file = "pillow-11.0.0-cp310-cp310-win_amd64.whl" , hash = "sha256:a5629742881bcbc1f42e840af185fd4d83a5edeb96475a575f4da50d6ede337c" } ,
{ file = "pillow-11.0.0-cp310-cp310-win_arm64.whl" , hash = "sha256:ee217c198f2e41f184f3869f3e485557296d505b5195c513b2bfe0062dc537f1" } ,
{ file = "pillow-11.0.0-cp311-cp311-macosx_10_10_x86_64.whl" , hash = "sha256:1c1d72714f429a521d8d2d018badc42414c3077eb187a59579f28e4270b4b0fc" } ,
{ file = "pillow-11.0.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:499c3a1b0d6fc8213519e193796eb1a86a1be4b1877d678b30f83fd979811d1a" } ,
{ file = "pillow-11.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c8b2351c85d855293a299038e1f89db92a2f35e8d2f783489c6f0b2b5f3fe8a3" } ,
{ file = "pillow-11.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6f4dba50cfa56f910241eb7f883c20f1e7b1d8f7d91c750cd0b318bad443f4d5" } ,
{ file = "pillow-11.0.0-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:5ddbfd761ee00c12ee1be86c9c0683ecf5bb14c9772ddbd782085779a63dd55b" } ,
{ file = "pillow-11.0.0-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:45c566eb10b8967d71bf1ab8e4a525e5a93519e29ea071459ce517f6b903d7fa" } ,
{ file = "pillow-11.0.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:b4fd7bd29610a83a8c9b564d457cf5bd92b4e11e79a4ee4716a63c959699b306" } ,
{ file = "pillow-11.0.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:cb929ca942d0ec4fac404cbf520ee6cac37bf35be479b970c4ffadf2b6a1cad9" } ,
{ file = "pillow-11.0.0-cp311-cp311-win32.whl" , hash = "sha256:006bcdd307cc47ba43e924099a038cbf9591062e6c50e570819743f5607404f5" } ,
{ file = "pillow-11.0.0-cp311-cp311-win_amd64.whl" , hash = "sha256:52a2d8323a465f84faaba5236567d212c3668f2ab53e1c74c15583cf507a0291" } ,
{ file = "pillow-11.0.0-cp311-cp311-win_arm64.whl" , hash = "sha256:16095692a253047fe3ec028e951fa4221a1f3ed3d80c397e83541a3037ff67c9" } ,
{ file = "pillow-11.0.0-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:d2c0a187a92a1cb5ef2c8ed5412dd8d4334272617f532d4ad4de31e0495bd923" } ,
{ file = "pillow-11.0.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:084a07ef0821cfe4858fe86652fffac8e187b6ae677e9906e192aafcc1b69903" } ,
{ file = "pillow-11.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8069c5179902dcdce0be9bfc8235347fdbac249d23bd90514b7a47a72d9fecf4" } ,
{ file = "pillow-11.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f02541ef64077f22bf4924f225c0fd1248c168f86e4b7abdedd87d6ebaceab0f" } ,
{ file = "pillow-11.0.0-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:fcb4621042ac4b7865c179bb972ed0da0218a076dc1820ffc48b1d74c1e37fe9" } ,
{ file = "pillow-11.0.0-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:00177a63030d612148e659b55ba99527803288cea7c75fb05766ab7981a8c1b7" } ,
{ file = "pillow-11.0.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:8853a3bf12afddfdf15f57c4b02d7ded92c7a75a5d7331d19f4f9572a89c17e6" } ,
{ file = "pillow-11.0.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:3107c66e43bda25359d5ef446f59c497de2b5ed4c7fdba0894f8d6cf3822dafc" } ,
{ file = "pillow-11.0.0-cp312-cp312-win32.whl" , hash = "sha256:86510e3f5eca0ab87429dd77fafc04693195eec7fd6a137c389c3eeb4cfb77c6" } ,
{ file = "pillow-11.0.0-cp312-cp312-win_amd64.whl" , hash = "sha256:8ec4a89295cd6cd4d1058a5e6aec6bf51e0eaaf9714774e1bfac7cfc9051db47" } ,
{ file = "pillow-11.0.0-cp312-cp312-win_arm64.whl" , hash = "sha256:27a7860107500d813fcd203b4ea19b04babe79448268403172782754870dac25" } ,
{ file = "pillow-11.0.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:bcd1fb5bb7b07f64c15618c89efcc2cfa3e95f0e3bcdbaf4642509de1942a699" } ,
{ file = "pillow-11.0.0-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:0e038b0745997c7dcaae350d35859c9715c71e92ffb7e0f4a8e8a16732150f38" } ,
{ file = "pillow-11.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0ae08bd8ffc41aebf578c2af2f9d8749d91f448b3bfd41d7d9ff573d74f2a6b2" } ,
{ file = "pillow-11.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d69bfd8ec3219ae71bcde1f942b728903cad25fafe3100ba2258b973bd2bc1b2" } ,
{ file = "pillow-11.0.0-cp313-cp313-manylinux_2_28_aarch64.whl" , hash = "sha256:61b887f9ddba63ddf62fd02a3ba7add935d053b6dd7d58998c630e6dbade8527" } ,
{ file = "pillow-11.0.0-cp313-cp313-manylinux_2_28_x86_64.whl" , hash = "sha256:c6a660307ca9d4867caa8d9ca2c2658ab685de83792d1876274991adec7b93fa" } ,
{ file = "pillow-11.0.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:73e3a0200cdda995c7e43dd47436c1548f87a30bb27fb871f352a22ab8dcf45f" } ,
{ file = "pillow-11.0.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:fba162b8872d30fea8c52b258a542c5dfd7b235fb5cb352240c8d63b414013eb" } ,
{ file = "pillow-11.0.0-cp313-cp313-win32.whl" , hash = "sha256:f1b82c27e89fffc6da125d5eb0ca6e68017faf5efc078128cfaa42cf5cb38798" } ,
{ file = "pillow-11.0.0-cp313-cp313-win_amd64.whl" , hash = "sha256:8ba470552b48e5835f1d23ecb936bb7f71d206f9dfeee64245f30c3270b994de" } ,
{ file = "pillow-11.0.0-cp313-cp313-win_arm64.whl" , hash = "sha256:846e193e103b41e984ac921b335df59195356ce3f71dcfd155aa79c603873b84" } ,
{ file = "pillow-11.0.0-cp313-cp313t-macosx_10_13_x86_64.whl" , hash = "sha256:4ad70c4214f67d7466bea6a08061eba35c01b1b89eaa098040a35272a8efb22b" } ,
{ file = "pillow-11.0.0-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:6ec0d5af64f2e3d64a165f490d96368bb5dea8b8f9ad04487f9ab60dc4bb6003" } ,
{ file = "pillow-11.0.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c809a70e43c7977c4a42aefd62f0131823ebf7dd73556fa5d5950f5b354087e2" } ,
{ file = "pillow-11.0.0-cp313-cp313t-manylinux_2_28_x86_64.whl" , hash = "sha256:4b60c9520f7207aaf2e1d94de026682fc227806c6e1f55bba7606d1c94dd623a" } ,
{ file = "pillow-11.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:1e2688958a840c822279fda0086fec1fdab2f95bf2b717b66871c4ad9859d7e8" } ,
{ file = "pillow-11.0.0-cp313-cp313t-win32.whl" , hash = "sha256:607bbe123c74e272e381a8d1957083a9463401f7bd01287f50521ecb05a313f8" } ,
{ file = "pillow-11.0.0-cp313-cp313t-win_amd64.whl" , hash = "sha256:5c39ed17edea3bc69c743a8dd3e9853b7509625c2462532e62baa0732163a904" } ,
{ file = "pillow-11.0.0-cp313-cp313t-win_arm64.whl" , hash = "sha256:75acbbeb05b86bc53cbe7b7e6fe00fbcf82ad7c684b3ad82e3d711da9ba287d3" } ,
{ file = "pillow-11.0.0-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:2e46773dc9f35a1dd28bd6981332fd7f27bec001a918a72a79b4133cf5291dba" } ,
{ file = "pillow-11.0.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:2679d2258b7f1192b378e2893a8a0a0ca472234d4c2c0e6bdd3380e8dfa21b6a" } ,
{ file = "pillow-11.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:eda2616eb2313cbb3eebbe51f19362eb434b18e3bb599466a1ffa76a033fb916" } ,
{ file = "pillow-11.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:20ec184af98a121fb2da42642dea8a29ec80fc3efbaefb86d8fdd2606619045d" } ,
{ file = "pillow-11.0.0-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:8594f42df584e5b4bb9281799698403f7af489fba84c34d53d1c4bfb71b7c4e7" } ,
{ file = "pillow-11.0.0-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:c12b5ae868897c7338519c03049a806af85b9b8c237b7d675b8c5e089e4a618e" } ,
{ file = "pillow-11.0.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:70fbbdacd1d271b77b7721fe3cdd2d537bbbd75d29e6300c672ec6bb38d9672f" } ,
{ file = "pillow-11.0.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:5178952973e588b3f1360868847334e9e3bf49d19e169bbbdfaf8398002419ae" } ,
{ file = "pillow-11.0.0-cp39-cp39-win32.whl" , hash = "sha256:8c676b587da5673d3c75bd67dd2a8cdfeb282ca38a30f37950511766b26858c4" } ,
{ file = "pillow-11.0.0-cp39-cp39-win_amd64.whl" , hash = "sha256:94f3e1780abb45062287b4614a5bc0874519c86a777d4a7ad34978e86428b8dd" } ,
{ file = "pillow-11.0.0-cp39-cp39-win_arm64.whl" , hash = "sha256:290f2cc809f9da7d6d622550bbf4c1e57518212da51b6a30fe8e0a270a5b78bd" } ,
{ file = "pillow-11.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:1187739620f2b365de756ce086fdb3604573337cc28a0d3ac4a01ab6b2d2a6d2" } ,
{ file = "pillow-11.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:fbbcb7b57dc9c794843e3d1258c0fbf0f48656d46ffe9e09b63bbd6e8cd5d0a2" } ,
{ file = "pillow-11.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5d203af30149ae339ad1b4f710d9844ed8796e97fda23ffbc4cc472968a47d0b" } ,
{ file = "pillow-11.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:21a0d3b115009ebb8ac3d2ebec5c2982cc693da935f4ab7bb5c8ebe2f47d36f2" } ,
{ file = "pillow-11.0.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:73853108f56df97baf2bb8b522f3578221e56f646ba345a372c78326710d3830" } ,
{ file = "pillow-11.0.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:e58876c91f97b0952eb766123bfef372792ab3f4e3e1f1a2267834c2ab131734" } ,
{ file = "pillow-11.0.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:224aaa38177597bb179f3ec87eeefcce8e4f85e608025e9cfac60de237ba6316" } ,
{ file = "pillow-11.0.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:5bd2d3bdb846d757055910f0a59792d33b555800813c3b39ada1829c372ccb06" } ,
{ file = "pillow-11.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:375b8dd15a1f5d2feafff536d47e22f69625c1aa92f12b339ec0b2ca40263273" } ,
{ file = "pillow-11.0.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:daffdf51ee5db69a82dd127eabecce20729e21f7a3680cf7cbb23f0829189790" } ,
{ file = "pillow-11.0.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:7326a1787e3c7b0429659e0a944725e1b03eeaa10edd945a86dead1913383944" } ,
{ file = "pillow-11.0.0.tar.gz" , hash = "sha256:72bacbaf24ac003fea9bff9837d1eedb6088758d41e100c1552930151f677739" } ,
]
[ package . extras ]
docs = [ "furo" , "olefile" , "sphinx (>=8.1)" , "sphinx-copybutton" , "sphinx-inline-tabs" , "sphinxext-opengraph" ]
2024-09-21 09:46:46 +04:00
fpx = [ "olefile" ]
mic = [ "olefile" ]
tests = [ "check-manifest" , "coverage" , "defusedxml" , "markdown2" , "olefile" , "packaging" , "pyroma" , "pytest" , "pytest-cov" , "pytest-timeout" ]
typing = [ "typing-extensions" ]
xmp = [ "defusedxml" ]
[ [ package ] ]
name = "platformdirs"
2024-11-08 22:37:34 +04:00
version = "4.3.6"
2024-09-21 09:46:46 +04:00
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`."
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "platformdirs-4.3.6-py3-none-any.whl" , hash = "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb" } ,
{ file = "platformdirs-4.3.6.tar.gz" , hash = "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907" } ,
2024-09-21 09:46:46 +04:00
]
[ package . extras ]
2024-11-08 22:37:34 +04:00
docs = [ "furo (>=2024.8.6)" , "proselint (>=0.14)" , "sphinx (>=8.0.2)" , "sphinx-autodoc-typehints (>=2.4)" ]
test = [ "appdirs (==1.4.4)" , "covdefaults (>=2.3)" , "pytest (>=8.3.2)" , "pytest-cov (>=5)" , "pytest-mock (>=3.14)" ]
type = [ "mypy (>=1.11.2)" ]
2024-09-21 09:46:46 +04:00
[ [ package ] ]
name = "prometheus-client"
2024-11-08 22:37:34 +04:00
version = "0.21.0"
2024-09-21 09:46:46 +04:00
description = "Python client for the Prometheus monitoring system."
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "prometheus_client-0.21.0-py3-none-any.whl" , hash = "sha256:4fa6b4dd0ac16d58bb587c04b1caae65b8c5043e85f778f42f5f632f6af2e166" } ,
{ file = "prometheus_client-0.21.0.tar.gz" , hash = "sha256:96c83c606b71ff2b0a433c98889d275f51ffec6c5e267de37c7a2b5c9aa9233e" } ,
2024-09-21 09:46:46 +04:00
]
[ package . extras ]
twisted = [ "twisted" ]
[ [ package ] ]
name = "prompt-toolkit"
2024-11-08 22:37:34 +04:00
version = "3.0.48"
2024-09-21 09:46:46 +04:00
description = "Library for building powerful interactive command lines in Python"
optional = false
python-versions = ">=3.7.0"
files = [
2024-11-08 22:37:34 +04:00
{ file = "prompt_toolkit-3.0.48-py3-none-any.whl" , hash = "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e" } ,
{ file = "prompt_toolkit-3.0.48.tar.gz" , hash = "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
wcwidth = "*"
[ [ package ] ]
name = "psutil"
2024-11-08 22:37:34 +04:00
version = "6.1.0"
2024-09-21 09:46:46 +04:00
description = "Cross-platform lib for process and system monitoring in Python."
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
files = [
2024-11-08 22:37:34 +04:00
{ file = "psutil-6.1.0-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:ff34df86226c0227c52f38b919213157588a678d049688eded74c76c8ba4a5d0" } ,
{ file = "psutil-6.1.0-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:c0e0c00aa18ca2d3b2b991643b799a15fc8f0563d2ebb6040f64ce8dc027b942" } ,
{ file = "psutil-6.1.0-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:000d1d1ebd634b4efb383f4034437384e44a6d455260aaee2eca1e9c1b55f047" } ,
{ file = "psutil-6.1.0-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:5cd2bcdc75b452ba2e10f0e8ecc0b57b827dd5d7aaffbc6821b2a9a242823a76" } ,
{ file = "psutil-6.1.0-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:045f00a43c737f960d273a83973b2511430d61f283a44c96bf13a6e829ba8fdc" } ,
{ file = "psutil-6.1.0-cp27-none-win32.whl" , hash = "sha256:9118f27452b70bb1d9ab3198c1f626c2499384935aaf55388211ad982611407e" } ,
{ file = "psutil-6.1.0-cp27-none-win_amd64.whl" , hash = "sha256:a8506f6119cff7015678e2bce904a4da21025cc70ad283a53b099e7620061d85" } ,
{ file = "psutil-6.1.0-cp36-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:6e2dcd475ce8b80522e51d923d10c7871e45f20918e027ab682f94f1c6351688" } ,
{ file = "psutil-6.1.0-cp36-abi3-macosx_11_0_arm64.whl" , hash = "sha256:0895b8414afafc526712c498bd9de2b063deaac4021a3b3c34566283464aff8e" } ,
{ file = "psutil-6.1.0-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9dcbfce5d89f1d1f2546a2090f4fcf87c7f669d1d90aacb7d7582addece9fb38" } ,
{ file = "psutil-6.1.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:498c6979f9c6637ebc3a73b3f87f9eb1ec24e1ce53a7c5173b8508981614a90b" } ,
{ file = "psutil-6.1.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d905186d647b16755a800e7263d43df08b790d709d575105d419f8b6ef65423a" } ,
{ file = "psutil-6.1.0-cp36-cp36m-win32.whl" , hash = "sha256:6d3fbbc8d23fcdcb500d2c9f94e07b1342df8ed71b948a2649b5cb060a7c94ca" } ,
{ file = "psutil-6.1.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:1209036fbd0421afde505a4879dee3b2fd7b1e14fee81c0069807adcbbcca747" } ,
{ file = "psutil-6.1.0-cp37-abi3-win32.whl" , hash = "sha256:1ad45a1f5d0b608253b11508f80940985d1d0c8f6111b5cb637533a0e6ddc13e" } ,
{ file = "psutil-6.1.0-cp37-abi3-win_amd64.whl" , hash = "sha256:a8fb3752b491d246034fa4d279ff076501588ce8cbcdbb62c32fd7a377d996be" } ,
{ file = "psutil-6.1.0.tar.gz" , hash = "sha256:353815f59a7f64cdaca1c0307ee13558a0512f6db064e92fe833784f08539c7a" } ,
2024-09-21 09:46:46 +04:00
]
[ package . extras ]
2024-11-08 22:37:34 +04:00
dev = [ "black" , "check-manifest" , "coverage" , "packaging" , "pylint" , "pyperf" , "pypinfo" , "pytest-cov" , "requests" , "rstcheck" , "ruff" , "sphinx" , "sphinx_rtd_theme" , "toml-sort" , "twine" , "virtualenv" , "wheel" ]
test = [ "pytest" , "pytest-xdist" , "setuptools" ]
2024-09-21 09:46:46 +04:00
[ [ package ] ]
name = "ptyprocess"
version = "0.7.0"
description = "Run a subprocess in a pseudo terminal"
optional = false
python-versions = "*"
files = [
{ file = "ptyprocess-0.7.0-py2.py3-none-any.whl" , hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35" } ,
{ file = "ptyprocess-0.7.0.tar.gz" , hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220" } ,
]
[ [ package ] ]
name = "pure-eval"
version = "0.2.3"
description = "Safely evaluate AST nodes without side effects"
optional = false
python-versions = "*"
files = [
{ file = "pure_eval-0.2.3-py3-none-any.whl" , hash = "sha256:1db8e35b67b3d218d818ae653e27f06c3aa420901fa7b081ca98cbedc874e0d0" } ,
{ file = "pure_eval-0.2.3.tar.gz" , hash = "sha256:5f4e983f40564c576c7c8635ae88db5956bb2229d7e9237d03b3c0b0190eaf42" } ,
]
[ package . extras ]
tests = [ "pytest" ]
[ [ package ] ]
name = "pycparser"
version = "2.22"
description = "C parser in Python"
optional = false
python-versions = ">=3.8"
files = [
{ file = "pycparser-2.22-py3-none-any.whl" , hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc" } ,
{ file = "pycparser-2.22.tar.gz" , hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6" } ,
]
[ [ package ] ]
name = "pygments"
version = "2.18.0"
description = "Pygments is a syntax highlighting package written in Python."
optional = false
python-versions = ">=3.8"
files = [
{ file = "pygments-2.18.0-py3-none-any.whl" , hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a" } ,
{ file = "pygments-2.18.0.tar.gz" , hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199" } ,
]
[ package . extras ]
windows-terminal = [ "colorama (>=0.4.6)" ]
[ [ package ] ]
name = "pyparsing"
2024-11-08 22:37:34 +04:00
version = "3.2.0"
2024-09-21 09:46:46 +04:00
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
optional = false
2024-11-08 22:37:34 +04:00
python-versions = ">=3.9"
2024-09-21 09:46:46 +04:00
files = [
2024-11-08 22:37:34 +04:00
{ file = "pyparsing-3.2.0-py3-none-any.whl" , hash = "sha256:93d9577b88da0bbea8cc8334ee8b918ed014968fd2ec383e868fb8afb1ccef84" } ,
{ file = "pyparsing-3.2.0.tar.gz" , hash = "sha256:cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c" } ,
2024-09-21 09:46:46 +04:00
]
[ package . extras ]
diagrams = [ "jinja2" , "railroad-diagrams" ]
[ [ package ] ]
name = "python-dateutil"
version = "2.9.0.post0"
description = "Extensions to the standard Python datetime module"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
files = [
{ file = "python-dateutil-2.9.0.post0.tar.gz" , hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3" } ,
{ file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl" , hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" } ,
]
[ package . dependencies ]
six = ">=1.5"
[ [ package ] ]
name = "python-json-logger"
version = "2.0.7"
description = "A python library adding a json log formatter"
optional = false
python-versions = ">=3.6"
files = [
{ file = "python-json-logger-2.0.7.tar.gz" , hash = "sha256:23e7ec02d34237c5aa1e29a070193a4ea87583bb4e7f8fd06d3de8264c4b2e1c" } ,
{ file = "python_json_logger-2.0.7-py3-none-any.whl" , hash = "sha256:f380b826a991ebbe3de4d897aeec42760035ac760345e57b812938dc8b35e2bd" } ,
]
[ [ package ] ]
name = "pytz"
2024-11-08 22:37:34 +04:00
version = "2024.2"
2024-09-21 09:46:46 +04:00
description = "World timezone definitions, modern and historical"
optional = false
python-versions = "*"
files = [
2024-11-08 22:37:34 +04:00
{ file = "pytz-2024.2-py2.py3-none-any.whl" , hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725" } ,
{ file = "pytz-2024.2.tar.gz" , hash = "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a" } ,
2024-09-21 09:46:46 +04:00
]
[ [ package ] ]
name = "pywin32"
2024-11-08 22:37:34 +04:00
version = "308"
2024-09-21 09:46:46 +04:00
description = "Python for Window Extensions"
optional = false
python-versions = "*"
files = [
2024-11-08 22:37:34 +04:00
{ file = "pywin32-308-cp310-cp310-win32.whl" , hash = "sha256:796ff4426437896550d2981b9c2ac0ffd75238ad9ea2d3bfa67a1abd546d262e" } ,
{ file = "pywin32-308-cp310-cp310-win_amd64.whl" , hash = "sha256:4fc888c59b3c0bef905ce7eb7e2106a07712015ea1c8234b703a088d46110e8e" } ,
{ file = "pywin32-308-cp310-cp310-win_arm64.whl" , hash = "sha256:a5ab5381813b40f264fa3495b98af850098f814a25a63589a8e9eb12560f450c" } ,
{ file = "pywin32-308-cp311-cp311-win32.whl" , hash = "sha256:5d8c8015b24a7d6855b1550d8e660d8daa09983c80e5daf89a273e5c6fb5095a" } ,
{ file = "pywin32-308-cp311-cp311-win_amd64.whl" , hash = "sha256:575621b90f0dc2695fec346b2d6302faebd4f0f45c05ea29404cefe35d89442b" } ,
{ file = "pywin32-308-cp311-cp311-win_arm64.whl" , hash = "sha256:100a5442b7332070983c4cd03f2e906a5648a5104b8a7f50175f7906efd16bb6" } ,
{ file = "pywin32-308-cp312-cp312-win32.whl" , hash = "sha256:587f3e19696f4bf96fde9d8a57cec74a57021ad5f204c9e627e15c33ff568897" } ,
{ file = "pywin32-308-cp312-cp312-win_amd64.whl" , hash = "sha256:00b3e11ef09ede56c6a43c71f2d31857cf7c54b0ab6e78ac659497abd2834f47" } ,
{ file = "pywin32-308-cp312-cp312-win_arm64.whl" , hash = "sha256:9b4de86c8d909aed15b7011182c8cab38c8850de36e6afb1f0db22b8959e3091" } ,
{ file = "pywin32-308-cp313-cp313-win32.whl" , hash = "sha256:1c44539a37a5b7b21d02ab34e6a4d314e0788f1690d65b48e9b0b89f31abbbed" } ,
{ file = "pywin32-308-cp313-cp313-win_amd64.whl" , hash = "sha256:fd380990e792eaf6827fcb7e187b2b4b1cede0585e3d0c9e84201ec27b9905e4" } ,
{ file = "pywin32-308-cp313-cp313-win_arm64.whl" , hash = "sha256:ef313c46d4c18dfb82a2431e3051ac8f112ccee1a34f29c263c583c568db63cd" } ,
{ file = "pywin32-308-cp37-cp37m-win32.whl" , hash = "sha256:1f696ab352a2ddd63bd07430080dd598e6369152ea13a25ebcdd2f503a38f1ff" } ,
{ file = "pywin32-308-cp37-cp37m-win_amd64.whl" , hash = "sha256:13dcb914ed4347019fbec6697a01a0aec61019c1046c2b905410d197856326a6" } ,
{ file = "pywin32-308-cp38-cp38-win32.whl" , hash = "sha256:5794e764ebcabf4ff08c555b31bd348c9025929371763b2183172ff4708152f0" } ,
{ file = "pywin32-308-cp38-cp38-win_amd64.whl" , hash = "sha256:3b92622e29d651c6b783e368ba7d6722b1634b8e70bd376fd7610fe1992e19de" } ,
{ file = "pywin32-308-cp39-cp39-win32.whl" , hash = "sha256:7873ca4dc60ab3287919881a7d4f88baee4a6e639aa6962de25a98ba6b193341" } ,
{ file = "pywin32-308-cp39-cp39-win_amd64.whl" , hash = "sha256:71b3322d949b4cc20776436a9c9ba0eeedcbc9c650daa536df63f0ff111bb920" } ,
2024-09-21 09:46:46 +04:00
]
[ [ package ] ]
name = "pywinpty"
2024-11-08 22:37:34 +04:00
version = "2.0.14"
2024-09-21 09:46:46 +04:00
description = "Pseudo terminal support for Windows from Python."
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "pywinpty-2.0.14-cp310-none-win_amd64.whl" , hash = "sha256:0b149c2918c7974f575ba79f5a4aad58bd859a52fa9eb1296cc22aa412aa411f" } ,
{ file = "pywinpty-2.0.14-cp311-none-win_amd64.whl" , hash = "sha256:cf2a43ac7065b3e0dc8510f8c1f13a75fb8fde805efa3b8cff7599a1ef497bc7" } ,
{ file = "pywinpty-2.0.14-cp312-none-win_amd64.whl" , hash = "sha256:55dad362ef3e9408ade68fd173e4f9032b3ce08f68cfe7eacb2c263ea1179737" } ,
{ file = "pywinpty-2.0.14-cp313-none-win_amd64.whl" , hash = "sha256:074fb988a56ec79ca90ed03a896d40707131897cefb8f76f926e3834227f2819" } ,
{ file = "pywinpty-2.0.14-cp39-none-win_amd64.whl" , hash = "sha256:5725fd56f73c0531ec218663bd8c8ff5acc43c78962fab28564871b5fce053fd" } ,
{ file = "pywinpty-2.0.14.tar.gz" , hash = "sha256:18bd9529e4a5daf2d9719aa17788ba6013e594ae94c5a0c27e83df3278b0660e" } ,
2024-09-21 09:46:46 +04:00
]
[ [ package ] ]
name = "pyyaml"
version = "6.0.2"
description = "YAML parser and emitter for Python"
optional = false
python-versions = ">=3.8"
files = [
{ file = "PyYAML-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8824b5a04a04a047e72eea5cec3bc266db09e35de6bdfe34c9436ac5ee27d237" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7c36280e6fb8385e520936c3cb3b8042851904eba0e58d277dca80a5cfed590b" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ec031d5d2feb36d1d1a24380e4db6d43695f3748343d99434e6f5f9156aaa2ed" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:936d68689298c36b53b29f23c6dbb74de12b4ac12ca6cfe0e047bedceea56180" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:23502f431948090f597378482b4812b0caae32c22213aecf3b55325e049a6c68" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-win32.whl" , hash = "sha256:2e99c6826ffa974fe6e27cdb5ed0021786b03fc98e5ee3c5bfe1fd5015f42b99" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-win_amd64.whl" , hash = "sha256:a4d3091415f010369ae4ed1fc6b79def9416358877534caf6a0fdd2146c87a3e" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-win32.whl" , hash = "sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-win_amd64.whl" , hash = "sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-win32.whl" , hash = "sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-win_amd64.whl" , hash = "sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_aarch64.whl" , hash = "sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_x86_64.whl" , hash = "sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-win32.whl" , hash = "sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-win_amd64.whl" , hash = "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:24471b829b3bf607e04e88d79542a9d48bb037c2267d7927a874e6c205ca7e9a" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d7fded462629cfa4b685c5416b949ebad6cec74af5e2d42905d41e257e0869f5" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:d84a1718ee396f54f3a086ea0a66d8e552b2ab2017ef8b420e92edbc841c352d" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9056c1ecd25795207ad294bcf39f2db3d845767be0ea6e6a34d856f006006083" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:82d09873e40955485746739bcb8b4586983670466c23382c19cffecbf1fd8706" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-win32.whl" , hash = "sha256:43fa96a3ca0d6b1812e01ced1044a003533c47f6ee8aca31724f78e93ccc089a" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-win_amd64.whl" , hash = "sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:688ba32a1cffef67fd2e9398a2efebaea461578b0923624778664cc1c914db5d" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:a8786accb172bd8afb8be14490a16625cbc387036876ab6ba70912730faf8e1f" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d8e03406cac8513435335dbab54c0d385e4a49e4945d2909a581c83647ca0290" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3b1fdb9dc17f5a7677423d508ab4f243a726dea51fa5e70992e59a7411c89d19" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:0b69e4ce7a131fe56b7e4d770c67429700908fc0752af059838b1cfb41960e4e" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:a9f8c2e67970f13b16084e04f134610fd1d374bf477b17ec1599185cf611d725" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-win32.whl" , hash = "sha256:6395c297d42274772abc367baaa79683958044e5d3835486c16da75d2a694631" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-win_amd64.whl" , hash = "sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8" } ,
{ file = "pyyaml-6.0.2.tar.gz" , hash = "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e" } ,
]
[ [ package ] ]
name = "pyzmq"
version = "26.2.0"
description = "Python bindings for 0MQ"
optional = false
python-versions = ">=3.7"
files = [
{ file = "pyzmq-26.2.0-cp310-cp310-macosx_10_15_universal2.whl" , hash = "sha256:ddf33d97d2f52d89f6e6e7ae66ee35a4d9ca6f36eda89c24591b0c40205a3629" } ,
{ file = "pyzmq-26.2.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:dacd995031a01d16eec825bf30802fceb2c3791ef24bcce48fa98ce40918c27b" } ,
{ file = "pyzmq-26.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:89289a5ee32ef6c439086184529ae060c741334b8970a6855ec0b6ad3ff28764" } ,
{ file = "pyzmq-26.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5506f06d7dc6ecf1efacb4a013b1f05071bb24b76350832c96449f4a2d95091c" } ,
{ file = "pyzmq-26.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8ea039387c10202ce304af74def5021e9adc6297067f3441d348d2b633e8166a" } ,
{ file = "pyzmq-26.2.0-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:a2224fa4a4c2ee872886ed00a571f5e967c85e078e8e8c2530a2fb01b3309b88" } ,
{ file = "pyzmq-26.2.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:28ad5233e9c3b52d76196c696e362508959741e1a005fb8fa03b51aea156088f" } ,
{ file = "pyzmq-26.2.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:1c17211bc037c7d88e85ed8b7d8f7e52db6dc8eca5590d162717c654550f7282" } ,
{ file = "pyzmq-26.2.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b8f86dd868d41bea9a5f873ee13bf5551c94cf6bc51baebc6f85075971fe6eea" } ,
{ file = "pyzmq-26.2.0-cp310-cp310-win32.whl" , hash = "sha256:46a446c212e58456b23af260f3d9fb785054f3e3653dbf7279d8f2b5546b21c2" } ,
{ file = "pyzmq-26.2.0-cp310-cp310-win_amd64.whl" , hash = "sha256:49d34ab71db5a9c292a7644ce74190b1dd5a3475612eefb1f8be1d6961441971" } ,
{ file = "pyzmq-26.2.0-cp310-cp310-win_arm64.whl" , hash = "sha256:bfa832bfa540e5b5c27dcf5de5d82ebc431b82c453a43d141afb1e5d2de025fa" } ,
{ file = "pyzmq-26.2.0-cp311-cp311-macosx_10_15_universal2.whl" , hash = "sha256:8f7e66c7113c684c2b3f1c83cdd3376103ee0ce4c49ff80a648643e57fb22218" } ,
{ file = "pyzmq-26.2.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:3a495b30fc91db2db25120df5847d9833af237546fd59170701acd816ccc01c4" } ,
{ file = "pyzmq-26.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77eb0968da535cba0470a5165468b2cac7772cfb569977cff92e240f57e31bef" } ,
{ file = "pyzmq-26.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6ace4f71f1900a548f48407fc9be59c6ba9d9aaf658c2eea6cf2779e72f9f317" } ,
{ file = "pyzmq-26.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:92a78853d7280bffb93df0a4a6a2498cba10ee793cc8076ef797ef2f74d107cf" } ,
{ file = "pyzmq-26.2.0-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:689c5d781014956a4a6de61d74ba97b23547e431e9e7d64f27d4922ba96e9d6e" } ,
{ file = "pyzmq-26.2.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:0aca98bc423eb7d153214b2df397c6421ba6373d3397b26c057af3c904452e37" } ,
{ file = "pyzmq-26.2.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:1f3496d76b89d9429a656293744ceca4d2ac2a10ae59b84c1da9b5165f429ad3" } ,
{ file = "pyzmq-26.2.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:5c2b3bfd4b9689919db068ac6c9911f3fcb231c39f7dd30e3138be94896d18e6" } ,
{ file = "pyzmq-26.2.0-cp311-cp311-win32.whl" , hash = "sha256:eac5174677da084abf378739dbf4ad245661635f1600edd1221f150b165343f4" } ,
{ file = "pyzmq-26.2.0-cp311-cp311-win_amd64.whl" , hash = "sha256:5a509df7d0a83a4b178d0f937ef14286659225ef4e8812e05580776c70e155d5" } ,
{ file = "pyzmq-26.2.0-cp311-cp311-win_arm64.whl" , hash = "sha256:c0e6091b157d48cbe37bd67233318dbb53e1e6327d6fc3bb284afd585d141003" } ,
{ file = "pyzmq-26.2.0-cp312-cp312-macosx_10_15_universal2.whl" , hash = "sha256:ded0fc7d90fe93ae0b18059930086c51e640cdd3baebdc783a695c77f123dcd9" } ,
{ file = "pyzmq-26.2.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:17bf5a931c7f6618023cdacc7081f3f266aecb68ca692adac015c383a134ca52" } ,
{ file = "pyzmq-26.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:55cf66647e49d4621a7e20c8d13511ef1fe1efbbccf670811864452487007e08" } ,
{ file = "pyzmq-26.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4661c88db4a9e0f958c8abc2b97472e23061f0bc737f6f6179d7a27024e1faa5" } ,
{ file = "pyzmq-26.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ea7f69de383cb47522c9c208aec6dd17697db7875a4674c4af3f8cfdac0bdeae" } ,
{ file = "pyzmq-26.2.0-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:7f98f6dfa8b8ccaf39163ce872bddacca38f6a67289116c8937a02e30bbe9711" } ,
{ file = "pyzmq-26.2.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:e3e0210287329272539eea617830a6a28161fbbd8a3271bf4150ae3e58c5d0e6" } ,
{ file = "pyzmq-26.2.0-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:6b274e0762c33c7471f1a7471d1a2085b1a35eba5cdc48d2ae319f28b6fc4de3" } ,
{ file = "pyzmq-26.2.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:29c6a4635eef69d68a00321e12a7d2559fe2dfccfa8efae3ffb8e91cd0b36a8b" } ,
{ file = "pyzmq-26.2.0-cp312-cp312-win32.whl" , hash = "sha256:989d842dc06dc59feea09e58c74ca3e1678c812a4a8a2a419046d711031f69c7" } ,
{ file = "pyzmq-26.2.0-cp312-cp312-win_amd64.whl" , hash = "sha256:2a50625acdc7801bc6f74698c5c583a491c61d73c6b7ea4dee3901bb99adb27a" } ,
{ file = "pyzmq-26.2.0-cp312-cp312-win_arm64.whl" , hash = "sha256:4d29ab8592b6ad12ebbf92ac2ed2bedcfd1cec192d8e559e2e099f648570e19b" } ,
{ file = "pyzmq-26.2.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:9dd8cd1aeb00775f527ec60022004d030ddc51d783d056e3e23e74e623e33726" } ,
{ file = "pyzmq-26.2.0-cp313-cp313-macosx_10_15_universal2.whl" , hash = "sha256:28c812d9757fe8acecc910c9ac9dafd2ce968c00f9e619db09e9f8f54c3a68a3" } ,
{ file = "pyzmq-26.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4d80b1dd99c1942f74ed608ddb38b181b87476c6a966a88a950c7dee118fdf50" } ,
{ file = "pyzmq-26.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8c997098cc65e3208eca09303630e84d42718620e83b733d0fd69543a9cab9cb" } ,
{ file = "pyzmq-26.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7ad1bc8d1b7a18497dda9600b12dc193c577beb391beae5cd2349184db40f187" } ,
{ file = "pyzmq-26.2.0-cp313-cp313-manylinux_2_28_x86_64.whl" , hash = "sha256:bea2acdd8ea4275e1278350ced63da0b166421928276c7c8e3f9729d7402a57b" } ,
{ file = "pyzmq-26.2.0-cp313-cp313-musllinux_1_1_aarch64.whl" , hash = "sha256:23f4aad749d13698f3f7b64aad34f5fc02d6f20f05999eebc96b89b01262fb18" } ,
{ file = "pyzmq-26.2.0-cp313-cp313-musllinux_1_1_i686.whl" , hash = "sha256:a4f96f0d88accc3dbe4a9025f785ba830f968e21e3e2c6321ccdfc9aef755115" } ,
{ file = "pyzmq-26.2.0-cp313-cp313-musllinux_1_1_x86_64.whl" , hash = "sha256:ced65e5a985398827cc9276b93ef6dfabe0273c23de8c7931339d7e141c2818e" } ,
{ file = "pyzmq-26.2.0-cp313-cp313-win32.whl" , hash = "sha256:31507f7b47cc1ead1f6e86927f8ebb196a0bab043f6345ce070f412a59bf87b5" } ,
{ file = "pyzmq-26.2.0-cp313-cp313-win_amd64.whl" , hash = "sha256:70fc7fcf0410d16ebdda9b26cbd8bf8d803d220a7f3522e060a69a9c87bf7bad" } ,
{ file = "pyzmq-26.2.0-cp313-cp313-win_arm64.whl" , hash = "sha256:c3789bd5768ab5618ebf09cef6ec2b35fed88709b104351748a63045f0ff9797" } ,
{ file = "pyzmq-26.2.0-cp313-cp313t-macosx_10_13_x86_64.whl" , hash = "sha256:034da5fc55d9f8da09015d368f519478a52675e558c989bfcb5cf6d4e16a7d2a" } ,
{ file = "pyzmq-26.2.0-cp313-cp313t-macosx_10_15_universal2.whl" , hash = "sha256:c92d73464b886931308ccc45b2744e5968cbaade0b1d6aeb40d8ab537765f5bc" } ,
{ file = "pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:794a4562dcb374f7dbbfb3f51d28fb40123b5a2abadee7b4091f93054909add5" } ,
{ file = "pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:aee22939bb6075e7afededabad1a56a905da0b3c4e3e0c45e75810ebe3a52672" } ,
{ file = "pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2ae90ff9dad33a1cfe947d2c40cb9cb5e600d759ac4f0fd22616ce6540f72797" } ,
{ file = "pyzmq-26.2.0-cp313-cp313t-manylinux_2_28_x86_64.whl" , hash = "sha256:43a47408ac52647dfabbc66a25b05b6a61700b5165807e3fbd40063fcaf46386" } ,
{ file = "pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_aarch64.whl" , hash = "sha256:25bf2374a2a8433633c65ccb9553350d5e17e60c8eb4de4d92cc6bd60f01d306" } ,
{ file = "pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_i686.whl" , hash = "sha256:007137c9ac9ad5ea21e6ad97d3489af654381324d5d3ba614c323f60dab8fae6" } ,
{ file = "pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_x86_64.whl" , hash = "sha256:470d4a4f6d48fb34e92d768b4e8a5cc3780db0d69107abf1cd7ff734b9766eb0" } ,
{ file = "pyzmq-26.2.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:3b55a4229ce5da9497dd0452b914556ae58e96a4381bb6f59f1305dfd7e53fc8" } ,
{ file = "pyzmq-26.2.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:9cb3a6460cdea8fe8194a76de8895707e61ded10ad0be97188cc8463ffa7e3a8" } ,
{ file = "pyzmq-26.2.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8ab5cad923cc95c87bffee098a27856c859bd5d0af31bd346035aa816b081fe1" } ,
{ file = "pyzmq-26.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9ed69074a610fad1c2fda66180e7b2edd4d31c53f2d1872bc2d1211563904cd9" } ,
{ file = "pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:cccba051221b916a4f5e538997c45d7d136a5646442b1231b916d0164067ea27" } ,
{ file = "pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:0eaa83fc4c1e271c24eaf8fb083cbccef8fde77ec8cd45f3c35a9a123e6da097" } ,
{ file = "pyzmq-26.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:9edda2df81daa129b25a39b86cb57dfdfe16f7ec15b42b19bfac503360d27a93" } ,
{ file = "pyzmq-26.2.0-cp37-cp37m-win32.whl" , hash = "sha256:ea0eb6af8a17fa272f7b98d7bebfab7836a0d62738e16ba380f440fceca2d951" } ,
{ file = "pyzmq-26.2.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:4ff9dc6bc1664bb9eec25cd17506ef6672d506115095411e237d571e92a58231" } ,
{ file = "pyzmq-26.2.0-cp38-cp38-macosx_10_15_universal2.whl" , hash = "sha256:2eb7735ee73ca1b0d71e0e67c3739c689067f055c764f73aac4cc8ecf958ee3f" } ,
{ file = "pyzmq-26.2.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:1a534f43bc738181aa7cbbaf48e3eca62c76453a40a746ab95d4b27b1111a7d2" } ,
{ file = "pyzmq-26.2.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:aedd5dd8692635813368e558a05266b995d3d020b23e49581ddd5bbe197a8ab6" } ,
{ file = "pyzmq-26.2.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8be4700cd8bb02cc454f630dcdf7cfa99de96788b80c51b60fe2fe1dac480289" } ,
{ file = "pyzmq-26.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1fcc03fa4997c447dce58264e93b5aa2d57714fbe0f06c07b7785ae131512732" } ,
{ file = "pyzmq-26.2.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:402b190912935d3db15b03e8f7485812db350d271b284ded2b80d2e5704be780" } ,
{ file = "pyzmq-26.2.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:8685fa9c25ff00f550c1fec650430c4b71e4e48e8d852f7ddcf2e48308038640" } ,
{ file = "pyzmq-26.2.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:76589c020680778f06b7e0b193f4b6dd66d470234a16e1df90329f5e14a171cd" } ,
{ file = "pyzmq-26.2.0-cp38-cp38-win32.whl" , hash = "sha256:8423c1877d72c041f2c263b1ec6e34360448decfb323fa8b94e85883043ef988" } ,
{ file = "pyzmq-26.2.0-cp38-cp38-win_amd64.whl" , hash = "sha256:76589f2cd6b77b5bdea4fca5992dc1c23389d68b18ccc26a53680ba2dc80ff2f" } ,
{ file = "pyzmq-26.2.0-cp39-cp39-macosx_10_15_universal2.whl" , hash = "sha256:b1d464cb8d72bfc1a3adc53305a63a8e0cac6bc8c5a07e8ca190ab8d3faa43c2" } ,
{ file = "pyzmq-26.2.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:4da04c48873a6abdd71811c5e163bd656ee1b957971db7f35140a2d573f6949c" } ,
{ file = "pyzmq-26.2.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:d049df610ac811dcffdc147153b414147428567fbbc8be43bb8885f04db39d98" } ,
{ file = "pyzmq-26.2.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:05590cdbc6b902101d0e65d6a4780af14dc22914cc6ab995d99b85af45362cc9" } ,
{ file = "pyzmq-26.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c811cfcd6a9bf680236c40c6f617187515269ab2912f3d7e8c0174898e2519db" } ,
{ file = "pyzmq-26.2.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:6835dd60355593de10350394242b5757fbbd88b25287314316f266e24c61d073" } ,
{ file = "pyzmq-26.2.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:bc6bee759a6bddea5db78d7dcd609397449cb2d2d6587f48f3ca613b19410cfc" } ,
{ file = "pyzmq-26.2.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:c530e1eecd036ecc83c3407f77bb86feb79916d4a33d11394b8234f3bd35b940" } ,
{ file = "pyzmq-26.2.0-cp39-cp39-win32.whl" , hash = "sha256:367b4f689786fca726ef7a6c5ba606958b145b9340a5e4808132cc65759abd44" } ,
{ file = "pyzmq-26.2.0-cp39-cp39-win_amd64.whl" , hash = "sha256:e6fa2e3e683f34aea77de8112f6483803c96a44fd726d7358b9888ae5bb394ec" } ,
{ file = "pyzmq-26.2.0-cp39-cp39-win_arm64.whl" , hash = "sha256:7445be39143a8aa4faec43b076e06944b8f9d0701b669df4af200531b21e40bb" } ,
{ file = "pyzmq-26.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:706e794564bec25819d21a41c31d4df2d48e1cc4b061e8d345d7fb4dd3e94072" } ,
{ file = "pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8b435f2753621cd36e7c1762156815e21c985c72b19135dac43a7f4f31d28dd1" } ,
{ file = "pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:160c7e0a5eb178011e72892f99f918c04a131f36056d10d9c1afb223fc952c2d" } ,
{ file = "pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2c4a71d5d6e7b28a47a394c0471b7e77a0661e2d651e7ae91e0cab0a587859ca" } ,
{ file = "pyzmq-26.2.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:90412f2db8c02a3864cbfc67db0e3dcdbda336acf1c469526d3e869394fe001c" } ,
{ file = "pyzmq-26.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:2ea4ad4e6a12e454de05f2949d4beddb52460f3de7c8b9d5c46fbb7d7222e02c" } ,
{ file = "pyzmq-26.2.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:fc4f7a173a5609631bb0c42c23d12c49df3966f89f496a51d3eb0ec81f4519d6" } ,
{ file = "pyzmq-26.2.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:878206a45202247781472a2d99df12a176fef806ca175799e1c6ad263510d57c" } ,
{ file = "pyzmq-26.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:17c412bad2eb9468e876f556eb4ee910e62d721d2c7a53c7fa31e643d35352e6" } ,
{ file = "pyzmq-26.2.0-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:0d987a3ae5a71c6226b203cfd298720e0086c7fe7c74f35fa8edddfbd6597eed" } ,
{ file = "pyzmq-26.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:39887ac397ff35b7b775db7201095fc6310a35fdbae85bac4523f7eb3b840e20" } ,
{ file = "pyzmq-26.2.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:fdb5b3e311d4d4b0eb8b3e8b4d1b0a512713ad7e6a68791d0923d1aec433d919" } ,
{ file = "pyzmq-26.2.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:226af7dcb51fdb0109f0016449b357e182ea0ceb6b47dfb5999d569e5db161d5" } ,
{ file = "pyzmq-26.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0bed0e799e6120b9c32756203fb9dfe8ca2fb8467fed830c34c877e25638c3fc" } ,
{ file = "pyzmq-26.2.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:29c7947c594e105cb9e6c466bace8532dc1ca02d498684128b339799f5248277" } ,
{ file = "pyzmq-26.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:cdeabcff45d1c219636ee2e54d852262e5c2e085d6cb476d938aee8d921356b3" } ,
{ file = "pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:35cffef589bcdc587d06f9149f8d5e9e8859920a071df5a2671de2213bef592a" } ,
{ file = "pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:18c8dc3b7468d8b4bdf60ce9d7141897da103c7a4690157b32b60acb45e333e6" } ,
{ file = "pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7133d0a1677aec369d67dd78520d3fa96dd7f3dcec99d66c1762870e5ea1a50a" } ,
{ file = "pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:6a96179a24b14fa6428cbfc08641c779a53f8fcec43644030328f44034c7f1f4" } ,
{ file = "pyzmq-26.2.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:4f78c88905461a9203eac9faac157a2a0dbba84a0fd09fd29315db27be40af9f" } ,
{ file = "pyzmq-26.2.0.tar.gz" , hash = "sha256:070672c258581c8e4f640b5159297580a9974b026043bd4ab0470be9ed324f1f" } ,
]
[ package . dependencies ]
cffi = { version = "*" , markers = "implementation_name == \"pypy\"" }
[ [ package ] ]
name = "referencing"
version = "0.35.1"
description = "JSON Referencing + Python"
optional = false
python-versions = ">=3.8"
files = [
{ file = "referencing-0.35.1-py3-none-any.whl" , hash = "sha256:eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de" } ,
{ file = "referencing-0.35.1.tar.gz" , hash = "sha256:25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c" } ,
]
[ package . dependencies ]
attrs = ">=22.2.0"
rpds-py = ">=0.7.0"
[ [ package ] ]
name = "requests"
version = "2.32.3"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.8"
files = [
{ file = "requests-2.32.3-py3-none-any.whl" , hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6" } ,
{ file = "requests-2.32.3.tar.gz" , hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" } ,
]
[ package . dependencies ]
certifi = ">=2017.4.17"
charset-normalizer = ">=2,<4"
idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<3"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" ]
use-chardet-on-py3 = [ "chardet (>=3.0.2,<6)" ]
[ [ package ] ]
name = "rfc3339-validator"
version = "0.1.4"
description = "A pure python RFC3339 validator"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [
{ file = "rfc3339_validator-0.1.4-py2.py3-none-any.whl" , hash = "sha256:24f6ec1eda14ef823da9e36ec7113124b39c04d50a4d3d3a3c2859577e7791fa" } ,
{ file = "rfc3339_validator-0.1.4.tar.gz" , hash = "sha256:138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b" } ,
]
[ package . dependencies ]
six = "*"
[ [ package ] ]
name = "rfc3986-validator"
version = "0.1.1"
description = "Pure python rfc3986 validator"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [
{ file = "rfc3986_validator-0.1.1-py2.py3-none-any.whl" , hash = "sha256:2f235c432ef459970b4306369336b9d5dbdda31b510ca1e327636e01f528bfa9" } ,
{ file = "rfc3986_validator-0.1.1.tar.gz" , hash = "sha256:3d44bde7921b3b9ec3ae4e3adca370438eccebc676456449b145d533b240d055" } ,
]
[ [ package ] ]
name = "rpds-py"
2024-11-08 22:37:34 +04:00
version = "0.21.0"
2024-09-21 09:46:46 +04:00
description = "Python bindings to Rust's persistent data structures (rpds)"
optional = false
2024-11-08 22:37:34 +04:00
python-versions = ">=3.9"
2024-09-21 09:46:46 +04:00
files = [
2024-11-08 22:37:34 +04:00
{ file = "rpds_py-0.21.0-cp310-cp310-macosx_10_12_x86_64.whl" , hash = "sha256:a017f813f24b9df929674d0332a374d40d7f0162b326562daae8066b502d0590" } ,
{ file = "rpds_py-0.21.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:20cc1ed0bcc86d8e1a7e968cce15be45178fd16e2ff656a243145e0b439bd250" } ,
{ file = "rpds_py-0.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ad116dda078d0bc4886cb7840e19811562acdc7a8e296ea6ec37e70326c1b41c" } ,
{ file = "rpds_py-0.21.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:808f1ac7cf3b44f81c9475475ceb221f982ef548e44e024ad5f9e7060649540e" } ,
{ file = "rpds_py-0.21.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:de552f4a1916e520f2703ec474d2b4d3f86d41f353e7680b597512ffe7eac5d0" } ,
{ file = "rpds_py-0.21.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:efec946f331349dfc4ae9d0e034c263ddde19414fe5128580f512619abed05f1" } ,
{ file = "rpds_py-0.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b80b4690bbff51a034bfde9c9f6bf9357f0a8c61f548942b80f7b66356508bf5" } ,
{ file = "rpds_py-0.21.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:085ed25baac88953d4283e5b5bd094b155075bb40d07c29c4f073e10623f9f2e" } ,
{ file = "rpds_py-0.21.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:daa8efac2a1273eed2354397a51216ae1e198ecbce9036fba4e7610b308b6153" } ,
{ file = "rpds_py-0.21.0-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:95a5bad1ac8a5c77b4e658671642e4af3707f095d2b78a1fdd08af0dfb647624" } ,
{ file = "rpds_py-0.21.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:3e53861b29a13d5b70116ea4230b5f0f3547b2c222c5daa090eb7c9c82d7f664" } ,
{ file = "rpds_py-0.21.0-cp310-none-win32.whl" , hash = "sha256:ea3a6ac4d74820c98fcc9da4a57847ad2cc36475a8bd9683f32ab6d47a2bd682" } ,
{ file = "rpds_py-0.21.0-cp310-none-win_amd64.whl" , hash = "sha256:b8f107395f2f1d151181880b69a2869c69e87ec079c49c0016ab96860b6acbe5" } ,
{ file = "rpds_py-0.21.0-cp311-cp311-macosx_10_12_x86_64.whl" , hash = "sha256:5555db3e618a77034954b9dc547eae94166391a98eb867905ec8fcbce1308d95" } ,
{ file = "rpds_py-0.21.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:97ef67d9bbc3e15584c2f3c74bcf064af36336c10d2e21a2131e123ce0f924c9" } ,
{ file = "rpds_py-0.21.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4ab2c2a26d2f69cdf833174f4d9d86118edc781ad9a8fa13970b527bf8236027" } ,
{ file = "rpds_py-0.21.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:4e8921a259f54bfbc755c5bbd60c82bb2339ae0324163f32868f63f0ebb873d9" } ,
{ file = "rpds_py-0.21.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8a7ff941004d74d55a47f916afc38494bd1cfd4b53c482b77c03147c91ac0ac3" } ,
{ file = "rpds_py-0.21.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5145282a7cd2ac16ea0dc46b82167754d5e103a05614b724457cffe614f25bd8" } ,
{ file = "rpds_py-0.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:de609a6f1b682f70bb7163da745ee815d8f230d97276db049ab447767466a09d" } ,
{ file = "rpds_py-0.21.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:40c91c6e34cf016fa8e6b59d75e3dbe354830777fcfd74c58b279dceb7975b75" } ,
{ file = "rpds_py-0.21.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:d2132377f9deef0c4db89e65e8bb28644ff75a18df5293e132a8d67748397b9f" } ,
{ file = "rpds_py-0.21.0-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:0a9e0759e7be10109645a9fddaaad0619d58c9bf30a3f248a2ea57a7c417173a" } ,
{ file = "rpds_py-0.21.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:9e20da3957bdf7824afdd4b6eeb29510e83e026473e04952dca565170cd1ecc8" } ,
{ file = "rpds_py-0.21.0-cp311-none-win32.whl" , hash = "sha256:f71009b0d5e94c0e86533c0b27ed7cacc1239cb51c178fd239c3cfefefb0400a" } ,
{ file = "rpds_py-0.21.0-cp311-none-win_amd64.whl" , hash = "sha256:e168afe6bf6ab7ab46c8c375606298784ecbe3ba31c0980b7dcbb9631dcba97e" } ,
{ file = "rpds_py-0.21.0-cp312-cp312-macosx_10_12_x86_64.whl" , hash = "sha256:30b912c965b2aa76ba5168fd610087bad7fcde47f0a8367ee8f1876086ee6d1d" } ,
{ file = "rpds_py-0.21.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:ca9989d5d9b1b300bc18e1801c67b9f6d2c66b8fd9621b36072ed1df2c977f72" } ,
{ file = "rpds_py-0.21.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6f54e7106f0001244a5f4cf810ba8d3f9c542e2730821b16e969d6887b664266" } ,
{ file = "rpds_py-0.21.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:fed5dfefdf384d6fe975cc026886aece4f292feaf69d0eeb716cfd3c5a4dd8be" } ,
{ file = "rpds_py-0.21.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:590ef88db231c9c1eece44dcfefd7515d8bf0d986d64d0caf06a81998a9e8cab" } ,
{ file = "rpds_py-0.21.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f983e4c2f603c95dde63df633eec42955508eefd8d0f0e6d236d31a044c882d7" } ,
{ file = "rpds_py-0.21.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b229ce052ddf1a01c67d68166c19cb004fb3612424921b81c46e7ea7ccf7c3bf" } ,
{ file = "rpds_py-0.21.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:ebf64e281a06c904a7636781d2e973d1f0926a5b8b480ac658dc0f556e7779f4" } ,
{ file = "rpds_py-0.21.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:998a8080c4495e4f72132f3d66ff91f5997d799e86cec6ee05342f8f3cda7dca" } ,
{ file = "rpds_py-0.21.0-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:98486337f7b4f3c324ab402e83453e25bb844f44418c066623db88e4c56b7c7b" } ,
{ file = "rpds_py-0.21.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:a78d8b634c9df7f8d175451cfeac3810a702ccb85f98ec95797fa98b942cea11" } ,
{ file = "rpds_py-0.21.0-cp312-none-win32.whl" , hash = "sha256:a58ce66847711c4aa2ecfcfaff04cb0327f907fead8945ffc47d9407f41ff952" } ,
{ file = "rpds_py-0.21.0-cp312-none-win_amd64.whl" , hash = "sha256:e860f065cc4ea6f256d6f411aba4b1251255366e48e972f8a347cf88077b24fd" } ,
{ file = "rpds_py-0.21.0-cp313-cp313-macosx_10_12_x86_64.whl" , hash = "sha256:ee4eafd77cc98d355a0d02f263efc0d3ae3ce4a7c24740010a8b4012bbb24937" } ,
{ file = "rpds_py-0.21.0-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:688c93b77e468d72579351a84b95f976bd7b3e84aa6686be6497045ba84be560" } ,
{ file = "rpds_py-0.21.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c38dbf31c57032667dd5a2f0568ccde66e868e8f78d5a0d27dcc56d70f3fcd3b" } ,
{ file = "rpds_py-0.21.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:2d6129137f43f7fa02d41542ffff4871d4aefa724a5fe38e2c31a4e0fd343fb0" } ,
{ file = "rpds_py-0.21.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:520ed8b99b0bf86a176271f6fe23024323862ac674b1ce5b02a72bfeff3fff44" } ,
{ file = "rpds_py-0.21.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:aaeb25ccfb9b9014a10eaf70904ebf3f79faaa8e60e99e19eef9f478651b9b74" } ,
{ file = "rpds_py-0.21.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:af04ac89c738e0f0f1b913918024c3eab6e3ace989518ea838807177d38a2e94" } ,
{ file = "rpds_py-0.21.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:b9b76e2afd585803c53c5b29e992ecd183f68285b62fe2668383a18e74abe7a3" } ,
{ file = "rpds_py-0.21.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:5afb5efde74c54724e1a01118c6e5c15e54e642c42a1ba588ab1f03544ac8c7a" } ,
{ file = "rpds_py-0.21.0-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:52c041802a6efa625ea18027a0723676a778869481d16803481ef6cc02ea8cb3" } ,
{ file = "rpds_py-0.21.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:ee1e4fc267b437bb89990b2f2abf6c25765b89b72dd4a11e21934df449e0c976" } ,
{ file = "rpds_py-0.21.0-cp313-none-win32.whl" , hash = "sha256:0c025820b78817db6a76413fff6866790786c38f95ea3f3d3c93dbb73b632202" } ,
{ file = "rpds_py-0.21.0-cp313-none-win_amd64.whl" , hash = "sha256:320c808df533695326610a1b6a0a6e98f033e49de55d7dc36a13c8a30cfa756e" } ,
{ file = "rpds_py-0.21.0-cp39-cp39-macosx_10_12_x86_64.whl" , hash = "sha256:2c51d99c30091f72a3c5d126fad26236c3f75716b8b5e5cf8effb18889ced928" } ,
{ file = "rpds_py-0.21.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:cbd7504a10b0955ea287114f003b7ad62330c9e65ba012c6223dba646f6ffd05" } ,
{ file = "rpds_py-0.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6dcc4949be728ede49e6244eabd04064336012b37f5c2200e8ec8eb2988b209c" } ,
{ file = "rpds_py-0.21.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:f414da5c51bf350e4b7960644617c130140423882305f7574b6cf65a3081cecb" } ,
{ file = "rpds_py-0.21.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9afe42102b40007f588666bc7de82451e10c6788f6f70984629db193849dced1" } ,
{ file = "rpds_py-0.21.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3b929c2bb6e29ab31f12a1117c39f7e6d6450419ab7464a4ea9b0b417174f044" } ,
{ file = "rpds_py-0.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8404b3717da03cbf773a1d275d01fec84ea007754ed380f63dfc24fb76ce4592" } ,
{ file = "rpds_py-0.21.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:e12bb09678f38b7597b8346983d2323a6482dcd59e423d9448108c1be37cac9d" } ,
{ file = "rpds_py-0.21.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:58a0e345be4b18e6b8501d3b0aa540dad90caeed814c515e5206bb2ec26736fd" } ,
{ file = "rpds_py-0.21.0-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:c3761f62fcfccf0864cc4665b6e7c3f0c626f0380b41b8bd1ce322103fa3ef87" } ,
{ file = "rpds_py-0.21.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:c2b2f71c6ad6c2e4fc9ed9401080badd1469fa9889657ec3abea42a3d6b2e1ed" } ,
{ file = "rpds_py-0.21.0-cp39-none-win32.whl" , hash = "sha256:b21747f79f360e790525e6f6438c7569ddbfb1b3197b9e65043f25c3c9b489d8" } ,
{ file = "rpds_py-0.21.0-cp39-none-win_amd64.whl" , hash = "sha256:0626238a43152918f9e72ede9a3b6ccc9e299adc8ade0d67c5e142d564c9a83d" } ,
{ file = "rpds_py-0.21.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:6b4ef7725386dc0762857097f6b7266a6cdd62bfd209664da6712cb26acef035" } ,
{ file = "rpds_py-0.21.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:6bc0e697d4d79ab1aacbf20ee5f0df80359ecf55db33ff41481cf3e24f206919" } ,
{ file = "rpds_py-0.21.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:da52d62a96e61c1c444f3998c434e8b263c384f6d68aca8274d2e08d1906325c" } ,
{ file = "rpds_py-0.21.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:98e4fe5db40db87ce1c65031463a760ec7906ab230ad2249b4572c2fc3ef1f9f" } ,
{ file = "rpds_py-0.21.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:30bdc973f10d28e0337f71d202ff29345320f8bc49a31c90e6c257e1ccef4333" } ,
{ file = "rpds_py-0.21.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:faa5e8496c530f9c71f2b4e1c49758b06e5f4055e17144906245c99fa6d45356" } ,
{ file = "rpds_py-0.21.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:32eb88c30b6a4f0605508023b7141d043a79b14acb3b969aa0b4f99b25bc7d4a" } ,
{ file = "rpds_py-0.21.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:a89a8ce9e4e75aeb7fa5d8ad0f3fecdee813802592f4f46a15754dcb2fd6b061" } ,
{ file = "rpds_py-0.21.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl" , hash = "sha256:241e6c125568493f553c3d0fdbb38c74babf54b45cef86439d4cd97ff8feb34d" } ,
{ file = "rpds_py-0.21.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl" , hash = "sha256:3b766a9f57663396e4f34f5140b3595b233a7b146e94777b97a8413a1da1be18" } ,
{ file = "rpds_py-0.21.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl" , hash = "sha256:af4a644bf890f56e41e74be7d34e9511e4954894d544ec6b8efe1e21a1a8da6c" } ,
{ file = "rpds_py-0.21.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:3e30a69a706e8ea20444b98a49f386c17b26f860aa9245329bab0851ed100677" } ,
{ file = "rpds_py-0.21.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:031819f906bb146561af051c7cef4ba2003d28cff07efacef59da973ff7969ba" } ,
{ file = "rpds_py-0.21.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:b876f2bc27ab5954e2fd88890c071bd0ed18b9c50f6ec3de3c50a5ece612f7a6" } ,
{ file = "rpds_py-0.21.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dc5695c321e518d9f03b7ea6abb5ea3af4567766f9852ad1560f501b17588c7b" } ,
{ file = "rpds_py-0.21.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:b4de1da871b5c0fd5537b26a6fc6814c3cc05cabe0c941db6e9044ffbb12f04a" } ,
{ file = "rpds_py-0.21.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:878f6fea96621fda5303a2867887686d7a198d9e0f8a40be100a63f5d60c88c9" } ,
{ file = "rpds_py-0.21.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a8eeec67590e94189f434c6d11c426892e396ae59e4801d17a93ac96b8c02a6c" } ,
{ file = "rpds_py-0.21.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1ff2eba7f6c0cb523d7e9cff0903f2fe1feff8f0b2ceb6bd71c0e20a4dcee271" } ,
{ file = "rpds_py-0.21.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:a429b99337062877d7875e4ff1a51fe788424d522bd64a8c0a20ef3021fdb6ed" } ,
{ file = "rpds_py-0.21.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl" , hash = "sha256:d167e4dbbdac48bd58893c7e446684ad5d425b407f9336e04ab52e8b9194e2ed" } ,
{ file = "rpds_py-0.21.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl" , hash = "sha256:4eb2de8a147ffe0626bfdc275fc6563aa7bf4b6db59cf0d44f0ccd6ca625a24e" } ,
{ file = "rpds_py-0.21.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl" , hash = "sha256:e78868e98f34f34a88e23ee9ccaeeec460e4eaf6db16d51d7a9b883e5e785a5e" } ,
{ file = "rpds_py-0.21.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:4991ca61656e3160cdaca4851151fd3f4a92e9eba5c7a530ab030d6aee96ec89" } ,
{ file = "rpds_py-0.21.0.tar.gz" , hash = "sha256:ed6378c9d66d0de903763e7706383d60c33829581f0adff47b6535f1802fa6db" } ,
2024-09-21 09:46:46 +04:00
]
[ [ package ] ]
name = "scikit-learn"
version = "1.5.2"
description = "A set of python modules for machine learning and data mining"
optional = false
python-versions = ">=3.9"
files = [
{ file = "scikit_learn-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:299406827fb9a4f862626d0fe6c122f5f87f8910b86fe5daa4c32dcd742139b6" } ,
{ file = "scikit_learn-1.5.2-cp310-cp310-macosx_12_0_arm64.whl" , hash = "sha256:2d4cad1119c77930b235579ad0dc25e65c917e756fe80cab96aa3b9428bd3fb0" } ,
{ file = "scikit_learn-1.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8c412ccc2ad9bf3755915e3908e677b367ebc8d010acbb3f182814524f2e5540" } ,
{ file = "scikit_learn-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3a686885a4b3818d9e62904d91b57fa757fc2bed3e465c8b177be652f4dd37c8" } ,
{ file = "scikit_learn-1.5.2-cp310-cp310-win_amd64.whl" , hash = "sha256:c15b1ca23d7c5f33cc2cb0a0d6aaacf893792271cddff0edbd6a40e8319bc113" } ,
{ file = "scikit_learn-1.5.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:03b6158efa3faaf1feea3faa884c840ebd61b6484167c711548fce208ea09445" } ,
{ file = "scikit_learn-1.5.2-cp311-cp311-macosx_12_0_arm64.whl" , hash = "sha256:1ff45e26928d3b4eb767a8f14a9a6efbf1cbff7c05d1fb0f95f211a89fd4f5de" } ,
{ file = "scikit_learn-1.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f763897fe92d0e903aa4847b0aec0e68cadfff77e8a0687cabd946c89d17e675" } ,
{ file = "scikit_learn-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f8b0ccd4a902836493e026c03256e8b206656f91fbcc4fde28c57a5b752561f1" } ,
{ file = "scikit_learn-1.5.2-cp311-cp311-win_amd64.whl" , hash = "sha256:6c16d84a0d45e4894832b3c4d0bf73050939e21b99b01b6fd59cbb0cf39163b6" } ,
{ file = "scikit_learn-1.5.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:f932a02c3f4956dfb981391ab24bda1dbd90fe3d628e4b42caef3e041c67707a" } ,
{ file = "scikit_learn-1.5.2-cp312-cp312-macosx_12_0_arm64.whl" , hash = "sha256:3b923d119d65b7bd555c73be5423bf06c0105678ce7e1f558cb4b40b0a5502b1" } ,
{ file = "scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f60021ec1574e56632be2a36b946f8143bf4e5e6af4a06d85281adc22938e0dd" } ,
{ file = "scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:394397841449853c2290a32050382edaec3da89e35b3e03d6cc966aebc6a8ae6" } ,
{ file = "scikit_learn-1.5.2-cp312-cp312-win_amd64.whl" , hash = "sha256:57cc1786cfd6bd118220a92ede80270132aa353647684efa385a74244a41e3b1" } ,
2024-10-23 13:43:55 +04:00
{ file = "scikit_learn-1.5.2-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:e9a702e2de732bbb20d3bad29ebd77fc05a6b427dc49964300340e4c9328b3f5" } ,
{ file = "scikit_learn-1.5.2-cp313-cp313-macosx_12_0_arm64.whl" , hash = "sha256:b0768ad641981f5d3a198430a1d31c3e044ed2e8a6f22166b4d546a5116d7908" } ,
{ file = "scikit_learn-1.5.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:178ddd0a5cb0044464fc1bfc4cca5b1833bfc7bb022d70b05db8530da4bb3dd3" } ,
{ file = "scikit_learn-1.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f7284ade780084d94505632241bf78c44ab3b6f1e8ccab3d2af58e0e950f9c12" } ,
{ file = "scikit_learn-1.5.2-cp313-cp313-win_amd64.whl" , hash = "sha256:b7b0f9a0b1040830d38c39b91b3a44e1b643f4b36e36567b80b7c6bd2202a27f" } ,
2024-09-21 09:46:46 +04:00
{ file = "scikit_learn-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:757c7d514ddb00ae249832fe87100d9c73c6ea91423802872d9e74970a0e40b9" } ,
{ file = "scikit_learn-1.5.2-cp39-cp39-macosx_12_0_arm64.whl" , hash = "sha256:52788f48b5d8bca5c0736c175fa6bdaab2ef00a8f536cda698db61bd89c551c1" } ,
{ file = "scikit_learn-1.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:643964678f4b5fbdc95cbf8aec638acc7aa70f5f79ee2cdad1eec3df4ba6ead8" } ,
{ file = "scikit_learn-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ca64b3089a6d9b9363cd3546f8978229dcbb737aceb2c12144ee3f70f95684b7" } ,
{ file = "scikit_learn-1.5.2-cp39-cp39-win_amd64.whl" , hash = "sha256:3bed4909ba187aca80580fe2ef370d9180dcf18e621a27c4cf2ef10d279a7efe" } ,
{ file = "scikit_learn-1.5.2.tar.gz" , hash = "sha256:b4237ed7b3fdd0a4882792e68ef2545d5baa50aca3bb45aa7df468138ad8f94d" } ,
]
[ package . dependencies ]
joblib = ">=1.2.0"
numpy = ">=1.19.5"
scipy = ">=1.6.0"
threadpoolctl = ">=3.1.0"
[ package . extras ]
benchmark = [ "matplotlib (>=3.3.4)" , "memory_profiler (>=0.57.0)" , "pandas (>=1.1.5)" ]
build = [ "cython (>=3.0.10)" , "meson-python (>=0.16.0)" , "numpy (>=1.19.5)" , "scipy (>=1.6.0)" ]
docs = [ "Pillow (>=7.1.2)" , "matplotlib (>=3.3.4)" , "memory_profiler (>=0.57.0)" , "numpydoc (>=1.2.0)" , "pandas (>=1.1.5)" , "plotly (>=5.14.0)" , "polars (>=0.20.30)" , "pooch (>=1.6.0)" , "pydata-sphinx-theme (>=0.15.3)" , "scikit-image (>=0.17.2)" , "seaborn (>=0.9.0)" , "sphinx (>=7.3.7)" , "sphinx-copybutton (>=0.5.2)" , "sphinx-design (>=0.5.0)" , "sphinx-design (>=0.6.0)" , "sphinx-gallery (>=0.16.0)" , "sphinx-prompt (>=1.4.0)" , "sphinx-remove-toctrees (>=1.0.0.post1)" , "sphinxcontrib-sass (>=0.3.4)" , "sphinxext-opengraph (>=0.9.1)" ]
examples = [ "matplotlib (>=3.3.4)" , "pandas (>=1.1.5)" , "plotly (>=5.14.0)" , "pooch (>=1.6.0)" , "scikit-image (>=0.17.2)" , "seaborn (>=0.9.0)" ]
install = [ "joblib (>=1.2.0)" , "numpy (>=1.19.5)" , "scipy (>=1.6.0)" , "threadpoolctl (>=3.1.0)" ]
maintenance = [ "conda-lock (==2.5.6)" ]
tests = [ "black (>=24.3.0)" , "matplotlib (>=3.3.4)" , "mypy (>=1.9)" , "numpydoc (>=1.2.0)" , "pandas (>=1.1.5)" , "polars (>=0.20.30)" , "pooch (>=1.6.0)" , "pyamg (>=4.0.0)" , "pyarrow (>=12.0.0)" , "pytest (>=7.1.2)" , "pytest-cov (>=2.9.0)" , "ruff (>=0.2.1)" , "scikit-image (>=0.17.2)" ]
[ [ package ] ]
name = "scipy"
version = "1.14.1"
description = "Fundamental algorithms for scientific computing in Python"
optional = false
python-versions = ">=3.10"
files = [
{ file = "scipy-1.14.1-cp310-cp310-macosx_10_13_x86_64.whl" , hash = "sha256:b28d2ca4add7ac16ae8bb6632a3c86e4b9e4d52d3e34267f6e1b0c1f8d87e389" } ,
{ file = "scipy-1.14.1-cp310-cp310-macosx_12_0_arm64.whl" , hash = "sha256:d0d2821003174de06b69e58cef2316a6622b60ee613121199cb2852a873f8cf3" } ,
{ file = "scipy-1.14.1-cp310-cp310-macosx_14_0_arm64.whl" , hash = "sha256:8bddf15838ba768bb5f5083c1ea012d64c9a444e16192762bd858f1e126196d0" } ,
{ file = "scipy-1.14.1-cp310-cp310-macosx_14_0_x86_64.whl" , hash = "sha256:97c5dddd5932bd2a1a31c927ba5e1463a53b87ca96b5c9bdf5dfd6096e27efc3" } ,
{ file = "scipy-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2ff0a7e01e422c15739ecd64432743cf7aae2b03f3084288f399affcefe5222d" } ,
{ file = "scipy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8e32dced201274bf96899e6491d9ba3e9a5f6b336708656466ad0522d8528f69" } ,
{ file = "scipy-1.14.1-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:8426251ad1e4ad903a4514712d2fa8fdd5382c978010d1c6f5f37ef286a713ad" } ,
{ file = "scipy-1.14.1-cp310-cp310-win_amd64.whl" , hash = "sha256:a49f6ed96f83966f576b33a44257d869756df6cf1ef4934f59dd58b25e0327e5" } ,
{ file = "scipy-1.14.1-cp311-cp311-macosx_10_13_x86_64.whl" , hash = "sha256:2da0469a4ef0ecd3693761acbdc20f2fdeafb69e6819cc081308cc978153c675" } ,
{ file = "scipy-1.14.1-cp311-cp311-macosx_12_0_arm64.whl" , hash = "sha256:c0ee987efa6737242745f347835da2cc5bb9f1b42996a4d97d5c7ff7928cb6f2" } ,
{ file = "scipy-1.14.1-cp311-cp311-macosx_14_0_arm64.whl" , hash = "sha256:3a1b111fac6baec1c1d92f27e76511c9e7218f1695d61b59e05e0fe04dc59617" } ,
{ file = "scipy-1.14.1-cp311-cp311-macosx_14_0_x86_64.whl" , hash = "sha256:8475230e55549ab3f207bff11ebfc91c805dc3463ef62eda3ccf593254524ce8" } ,
{ file = "scipy-1.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:278266012eb69f4a720827bdd2dc54b2271c97d84255b2faaa8f161a158c3b37" } ,
{ file = "scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fef8c87f8abfb884dac04e97824b61299880c43f4ce675dd2cbeadd3c9b466d2" } ,
{ file = "scipy-1.14.1-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:b05d43735bb2f07d689f56f7b474788a13ed8adc484a85aa65c0fd931cf9ccd2" } ,
{ file = "scipy-1.14.1-cp311-cp311-win_amd64.whl" , hash = "sha256:716e389b694c4bb564b4fc0c51bc84d381735e0d39d3f26ec1af2556ec6aad94" } ,
{ file = "scipy-1.14.1-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:631f07b3734d34aced009aaf6fedfd0eb3498a97e581c3b1e5f14a04164a456d" } ,
{ file = "scipy-1.14.1-cp312-cp312-macosx_12_0_arm64.whl" , hash = "sha256:af29a935803cc707ab2ed7791c44288a682f9c8107bc00f0eccc4f92c08d6e07" } ,
{ file = "scipy-1.14.1-cp312-cp312-macosx_14_0_arm64.whl" , hash = "sha256:2843f2d527d9eebec9a43e6b406fb7266f3af25a751aa91d62ff416f54170bc5" } ,
{ file = "scipy-1.14.1-cp312-cp312-macosx_14_0_x86_64.whl" , hash = "sha256:eb58ca0abd96911932f688528977858681a59d61a7ce908ffd355957f7025cfc" } ,
{ file = "scipy-1.14.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:30ac8812c1d2aab7131a79ba62933a2a76f582d5dbbc695192453dae67ad6310" } ,
{ file = "scipy-1.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8f9ea80f2e65bdaa0b7627fb00cbeb2daf163caa015e59b7516395fe3bd1e066" } ,
{ file = "scipy-1.14.1-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:edaf02b82cd7639db00dbff629995ef185c8df4c3ffa71a5562a595765a06ce1" } ,
{ file = "scipy-1.14.1-cp312-cp312-win_amd64.whl" , hash = "sha256:2ff38e22128e6c03ff73b6bb0f85f897d2362f8c052e3b8ad00532198fbdae3f" } ,
{ file = "scipy-1.14.1-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:1729560c906963fc8389f6aac023739ff3983e727b1a4d87696b7bf108316a79" } ,
{ file = "scipy-1.14.1-cp313-cp313-macosx_12_0_arm64.whl" , hash = "sha256:4079b90df244709e675cdc8b93bfd8a395d59af40b72e339c2287c91860deb8e" } ,
{ file = "scipy-1.14.1-cp313-cp313-macosx_14_0_arm64.whl" , hash = "sha256:e0cf28db0f24a38b2a0ca33a85a54852586e43cf6fd876365c86e0657cfe7d73" } ,
{ file = "scipy-1.14.1-cp313-cp313-macosx_14_0_x86_64.whl" , hash = "sha256:0c2f95de3b04e26f5f3ad5bb05e74ba7f68b837133a4492414b3afd79dfe540e" } ,
{ file = "scipy-1.14.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b99722ea48b7ea25e8e015e8341ae74624f72e5f21fc2abd45f3a93266de4c5d" } ,
{ file = "scipy-1.14.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5149e3fd2d686e42144a093b206aef01932a0059c2a33ddfa67f5f035bdfe13e" } ,
{ file = "scipy-1.14.1-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:e4f5a7c49323533f9103d4dacf4e4f07078f360743dec7f7596949149efeec06" } ,
{ file = "scipy-1.14.1-cp313-cp313-win_amd64.whl" , hash = "sha256:baff393942b550823bfce952bb62270ee17504d02a1801d7fd0719534dfb9c84" } ,
{ file = "scipy-1.14.1.tar.gz" , hash = "sha256:5a275584e726026a5699459aa72f828a610821006228e841b94275c4a7c08417" } ,
]
[ package . dependencies ]
numpy = ">=1.23.5,<2.3"
[ package . extras ]
dev = [ "cython-lint (>=0.12.2)" , "doit (>=0.36.0)" , "mypy (==1.10.0)" , "pycodestyle" , "pydevtool" , "rich-click" , "ruff (>=0.0.292)" , "types-psutil" , "typing_extensions" ]
doc = [ "jupyterlite-pyodide-kernel" , "jupyterlite-sphinx (>=0.13.1)" , "jupytext" , "matplotlib (>=3.5)" , "myst-nb" , "numpydoc" , "pooch" , "pydata-sphinx-theme (>=0.15.2)" , "sphinx (>=5.0.0,<=7.3.7)" , "sphinx-design (>=0.4.0)" ]
test = [ "Cython" , "array-api-strict (>=2.0)" , "asv" , "gmpy2" , "hypothesis (>=6.30)" , "meson" , "mpmath" , "ninja" , "pooch" , "pytest" , "pytest-cov" , "pytest-timeout" , "pytest-xdist" , "scikit-umfpack" , "threadpoolctl" ]
[ [ package ] ]
name = "send2trash"
version = "1.8.3"
description = "Send file to trash natively under Mac OS X, Windows and Linux"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
files = [
{ file = "Send2Trash-1.8.3-py3-none-any.whl" , hash = "sha256:0c31227e0bd08961c7665474a3d1ef7193929fedda4233843689baa056be46c9" } ,
{ file = "Send2Trash-1.8.3.tar.gz" , hash = "sha256:b18e7a3966d99871aefeb00cfbcfdced55ce4871194810fc71f4aa484b953abf" } ,
]
[ package . extras ]
nativelib = [ "pyobjc-framework-Cocoa" , "pywin32" ]
objc = [ "pyobjc-framework-Cocoa" ]
win32 = [ "pywin32" ]
[ [ package ] ]
name = "setuptools"
2024-11-08 22:37:34 +04:00
version = "75.3.0"
2024-09-21 09:46:46 +04:00
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "setuptools-75.3.0-py3-none-any.whl" , hash = "sha256:f2504966861356aa38616760c0f66568e535562374995367b4e69c7143cf6bcd" } ,
{ file = "setuptools-75.3.0.tar.gz" , hash = "sha256:fba5dd4d766e97be1b1681d98712680ae8f2f26d7881245f2ce9e40714f1a686" } ,
2024-09-21 09:46:46 +04:00
]
[ package . extras ]
check = [ "pytest-checkdocs (>=2.4)" , "pytest-ruff (>=0.2.1)" , "ruff (>=0.5.2)" ]
2024-11-08 22:37:34 +04:00
core = [ "importlib-metadata (>=6)" , "importlib-resources (>=5.10.2)" , "jaraco.collections" , "jaraco.functools" , "jaraco.text (>=3.7)" , "more-itertools" , "more-itertools (>=8.8)" , "packaging" , "packaging (>=24)" , "platformdirs (>=4.2.2)" , "tomli (>=2.0.1)" , "wheel (>=0.43.0)" ]
2024-09-21 09:46:46 +04:00
cover = [ "pytest-cov" ]
doc = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "pygments-github-lexers (==0.0.5)" , "pyproject-hooks (!=1.1)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-favicon" , "sphinx-inline-tabs" , "sphinx-lint" , "sphinx-notfound-page (>=1,<2)" , "sphinx-reredirects" , "sphinxcontrib-towncrier" , "towncrier (<24.7)" ]
enabler = [ "pytest-enabler (>=2.2)" ]
2024-11-08 22:37:34 +04:00
test = [ "build[virtualenv] (>=1.0.3)" , "filelock (>=3.4.0)" , "ini2toml[lite] (>=0.14)" , "jaraco.develop (>=7.21)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "jaraco.test (>=5.5)" , "packaging (>=23.2)" , "pip (>=19.1)" , "pyproject-hooks (!=1.1)" , "pytest (>=6,!=8.1.*)" , "pytest-home (>=0.5)" , "pytest-perf" , "pytest-subprocess" , "pytest-timeout" , "pytest-xdist (>=3)" , "tomli-w (>=1.0.0)" , "virtualenv (>=13.0.0)" , "wheel (>=0.44.0)" ]
type = [ "importlib-metadata (>=7.0.2)" , "jaraco.develop (>=7.21)" , "mypy (==1.12.*)" , "pytest-mypy" ]
2024-09-21 09:46:46 +04:00
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
files = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
[ [ package ] ]
name = "sniffio"
version = "1.3.1"
description = "Sniff out which async library your code is running under"
optional = false
python-versions = ">=3.7"
files = [
{ file = "sniffio-1.3.1-py3-none-any.whl" , hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2" } ,
{ file = "sniffio-1.3.1.tar.gz" , hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" } ,
]
[ [ package ] ]
name = "soupsieve"
version = "2.6"
description = "A modern CSS selector implementation for Beautiful Soup."
optional = false
python-versions = ">=3.8"
files = [
{ file = "soupsieve-2.6-py3-none-any.whl" , hash = "sha256:e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9" } ,
{ file = "soupsieve-2.6.tar.gz" , hash = "sha256:e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb" } ,
]
[ [ package ] ]
name = "stack-data"
version = "0.6.3"
description = "Extract data from python stack frames and tracebacks for informative displays"
optional = false
python-versions = "*"
files = [
{ file = "stack_data-0.6.3-py3-none-any.whl" , hash = "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695" } ,
{ file = "stack_data-0.6.3.tar.gz" , hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9" } ,
]
[ package . dependencies ]
asttokens = ">=2.1.0"
executing = ">=1.2.0"
pure-eval = "*"
[ package . extras ]
tests = [ "cython" , "littleutils" , "pygments" , "pytest" , "typeguard" ]
[ [ package ] ]
name = "terminado"
version = "0.18.1"
description = "Tornado websocket backend for the Xterm.js Javascript terminal emulator library."
optional = false
python-versions = ">=3.8"
files = [
{ file = "terminado-0.18.1-py3-none-any.whl" , hash = "sha256:a4468e1b37bb318f8a86514f65814e1afc977cf29b3992a4500d9dd305dcceb0" } ,
{ file = "terminado-0.18.1.tar.gz" , hash = "sha256:de09f2c4b85de4765f7714688fff57d3e75bad1f909b589fde880460c753fd2e" } ,
]
[ package . dependencies ]
ptyprocess = { version = "*" , markers = "os_name != \"nt\"" }
pywinpty = { version = ">=1.1.0" , markers = "os_name == \"nt\"" }
tornado = ">=6.1.0"
[ package . extras ]
docs = [ "myst-parser" , "pydata-sphinx-theme" , "sphinx" ]
test = [ "pre-commit" , "pytest (>=7.0)" , "pytest-timeout" ]
typing = [ "mypy (>=1.6,<2.0)" , "traitlets (>=5.11.1)" ]
[ [ package ] ]
name = "threadpoolctl"
version = "3.5.0"
description = "threadpoolctl"
optional = false
python-versions = ">=3.8"
files = [
{ file = "threadpoolctl-3.5.0-py3-none-any.whl" , hash = "sha256:56c1e26c150397e58c4926da8eeee87533b1e32bef131bd4bf6a2f45f3185467" } ,
{ file = "threadpoolctl-3.5.0.tar.gz" , hash = "sha256:082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107" } ,
]
[ [ package ] ]
name = "tinycss2"
2024-11-08 22:37:34 +04:00
version = "1.4.0"
2024-09-21 09:46:46 +04:00
description = "A tiny CSS parser"
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "tinycss2-1.4.0-py3-none-any.whl" , hash = "sha256:3a49cf47b7675da0b15d0c6e1df8df4ebd96e9394bb905a5775adb0d884c5289" } ,
{ file = "tinycss2-1.4.0.tar.gz" , hash = "sha256:10c0972f6fc0fbee87c3edb76549357415e94548c1ae10ebccdea16fb404a9b7" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
webencodings = ">=0.4"
[ package . extras ]
doc = [ "sphinx" , "sphinx_rtd_theme" ]
test = [ "pytest" , "ruff" ]
[ [ package ] ]
name = "tornado"
version = "6.4.1"
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
optional = false
python-versions = ">=3.8"
files = [
{ file = "tornado-6.4.1-cp38-abi3-macosx_10_9_universal2.whl" , hash = "sha256:163b0aafc8e23d8cdc3c9dfb24c5368af84a81e3364745ccb4427669bf84aec8" } ,
{ file = "tornado-6.4.1-cp38-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:6d5ce3437e18a2b66fbadb183c1d3364fb03f2be71299e7d10dbeeb69f4b2a14" } ,
{ file = "tornado-6.4.1-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e2e20b9113cd7293f164dc46fffb13535266e713cdb87bd2d15ddb336e96cfc4" } ,
{ file = "tornado-6.4.1-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8ae50a504a740365267b2a8d1a90c9fbc86b780a39170feca9bcc1787ff80842" } ,
{ file = "tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:613bf4ddf5c7a95509218b149b555621497a6cc0d46ac341b30bd9ec19eac7f3" } ,
{ file = "tornado-6.4.1-cp38-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:25486eb223babe3eed4b8aecbac33b37e3dd6d776bc730ca14e1bf93888b979f" } ,
{ file = "tornado-6.4.1-cp38-abi3-musllinux_1_2_i686.whl" , hash = "sha256:454db8a7ecfcf2ff6042dde58404164d969b6f5d58b926da15e6b23817950fc4" } ,
{ file = "tornado-6.4.1-cp38-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:a02a08cc7a9314b006f653ce40483b9b3c12cda222d6a46d4ac63bb6c9057698" } ,
{ file = "tornado-6.4.1-cp38-abi3-win32.whl" , hash = "sha256:d9a566c40b89757c9aa8e6f032bcdb8ca8795d7c1a9762910c722b1635c9de4d" } ,
{ file = "tornado-6.4.1-cp38-abi3-win_amd64.whl" , hash = "sha256:b24b8982ed444378d7f21d563f4180a2de31ced9d8d84443907a0a64da2072e7" } ,
{ file = "tornado-6.4.1.tar.gz" , hash = "sha256:92d3ab53183d8c50f8204a51e6f91d18a15d5ef261e84d452800d4ff6fc504e9" } ,
]
2024-10-23 13:43:55 +04:00
[ [ package ] ]
name = "tqdm"
2024-11-08 22:37:34 +04:00
version = "4.67.0"
2024-10-23 13:43:55 +04:00
description = "Fast, Extensible Progress Meter"
optional = false
python-versions = ">=3.7"
files = [
2024-11-08 22:37:34 +04:00
{ file = "tqdm-4.67.0-py3-none-any.whl" , hash = "sha256:0cd8af9d56911acab92182e88d763100d4788bdf421d251616040cc4d44863be" } ,
{ file = "tqdm-4.67.0.tar.gz" , hash = "sha256:fe5a6f95e6fe0b9755e9469b77b9c3cf850048224ecaa8293d7d2d31f97d869a" } ,
2024-10-23 13:43:55 +04:00
]
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . extras ]
dev = [ "pytest (>=6)" , "pytest-cov" , "pytest-timeout" , "pytest-xdist" ]
2024-11-08 22:37:34 +04:00
discord = [ "requests" ]
2024-10-23 13:43:55 +04:00
notebook = [ "ipywidgets (>=6)" ]
slack = [ "slack-sdk" ]
telegram = [ "requests" ]
2024-09-21 09:46:46 +04:00
[ [ package ] ]
name = "traitlets"
version = "5.14.3"
description = "Traitlets Python configuration system"
optional = false
python-versions = ">=3.8"
files = [
{ file = "traitlets-5.14.3-py3-none-any.whl" , hash = "sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f" } ,
{ file = "traitlets-5.14.3.tar.gz" , hash = "sha256:9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7" } ,
]
[ package . extras ]
docs = [ "myst-parser" , "pydata-sphinx-theme" , "sphinx" ]
test = [ "argcomplete (>=3.0.3)" , "mypy (>=1.7.0)" , "pre-commit" , "pytest (>=7.0,<8.2)" , "pytest-mock" , "pytest-mypy-testing" ]
[ [ package ] ]
name = "types-python-dateutil"
2024-11-08 22:37:34 +04:00
version = "2.9.0.20241003"
2024-09-21 09:46:46 +04:00
description = "Typing stubs for python-dateutil"
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "types-python-dateutil-2.9.0.20241003.tar.gz" , hash = "sha256:58cb85449b2a56d6684e41aeefb4c4280631246a0da1a719bdbe6f3fb0317446" } ,
{ file = "types_python_dateutil-2.9.0.20241003-py3-none-any.whl" , hash = "sha256:250e1d8e80e7bbc3a6c99b907762711d1a1cdd00e978ad39cb5940f6f0a87f3d" } ,
2024-09-21 09:46:46 +04:00
]
[ [ package ] ]
name = "tzdata"
2024-11-08 22:37:34 +04:00
version = "2024.2"
2024-09-21 09:46:46 +04:00
description = "Provider of IANA time zone data"
optional = false
python-versions = ">=2"
files = [
2024-11-08 22:37:34 +04:00
{ file = "tzdata-2024.2-py2.py3-none-any.whl" , hash = "sha256:a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd" } ,
{ file = "tzdata-2024.2.tar.gz" , hash = "sha256:7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc" } ,
2024-09-21 09:46:46 +04:00
]
[ [ package ] ]
name = "uri-template"
version = "1.3.0"
description = "RFC 6570 URI Template Processor"
optional = false
python-versions = ">=3.7"
files = [
{ file = "uri-template-1.3.0.tar.gz" , hash = "sha256:0e00f8eb65e18c7de20d595a14336e9f337ead580c70934141624b6d1ffdacc7" } ,
{ file = "uri_template-1.3.0-py3-none-any.whl" , hash = "sha256:a44a133ea12d44a0c0f06d7d42a52d71282e77e2f937d8abd5655b8d56fc1363" } ,
]
[ package . extras ]
dev = [ "flake8" , "flake8-annotations" , "flake8-bandit" , "flake8-bugbear" , "flake8-commas" , "flake8-comprehensions" , "flake8-continuation" , "flake8-datetimez" , "flake8-docstrings" , "flake8-import-order" , "flake8-literal" , "flake8-modern-annotations" , "flake8-noqa" , "flake8-pyproject" , "flake8-requirements" , "flake8-typechecking-import" , "flake8-use-fstring" , "mypy" , "pep8-naming" , "types-PyYAML" ]
[ [ package ] ]
name = "urllib3"
2024-11-08 22:37:34 +04:00
version = "2.2.3"
2024-09-21 09:46:46 +04:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "urllib3-2.2.3-py3-none-any.whl" , hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac" } ,
{ file = "urllib3-2.2.3.tar.gz" , hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" } ,
2024-09-21 09:46:46 +04:00
]
[ package . extras ]
brotli = [ "brotli (>=1.0.9)" , "brotlicffi (>=0.8.0)" ]
h2 = [ "h2 (>=4,<5)" ]
socks = [ "pysocks (>=1.5.6,!=1.5.7,<2.0)" ]
zstd = [ "zstandard (>=0.18.0)" ]
[ [ package ] ]
name = "wcwidth"
version = "0.2.13"
description = "Measures the displayed width of unicode strings in a terminal"
optional = false
python-versions = "*"
files = [
{ file = "wcwidth-0.2.13-py2.py3-none-any.whl" , hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859" } ,
{ file = "wcwidth-0.2.13.tar.gz" , hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5" } ,
]
[ [ package ] ]
name = "webargs"
2024-11-08 22:37:34 +04:00
version = "8.6.0"
2024-09-21 09:46:46 +04:00
description = "Declarative parsing and validation of HTTP request objects, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, Falcon, and aiohttp."
optional = false
python-versions = ">=3.8"
files = [
2024-11-08 22:37:34 +04:00
{ file = "webargs-8.6.0-py3-none-any.whl" , hash = "sha256:83da4d7105643d0a50499b06d98a6ade1a330ce66d039eaa51f715172c704aba" } ,
{ file = "webargs-8.6.0.tar.gz" , hash = "sha256:b8d098ab92bd74c659eca705afa31d681475f218cb15c1e57271fa2103c0547a" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
marshmallow = ">=3.0.0"
2024-11-08 22:37:34 +04:00
packaging = ">=17.0"
2024-09-21 09:46:46 +04:00
[ package . extras ]
2024-11-08 22:37:34 +04:00
dev = [ "pre-commit (>=3.5,<4.0)" , "tox" , "webargs[tests]" ]
docs = [ "Sphinx (==8.0.2)" , "furo (==2024.8.6)" , "sphinx-issues (==4.1.0)" , "webargs[frameworks]" ]
2024-09-21 09:46:46 +04:00
frameworks = [ "Django (>=2.2.0)" , "Flask (>=0.12.5)" , "aiohttp (>=3.0.8)" , "bottle (>=0.12.13)" , "falcon (>=2.0.0)" , "pyramid (>=1.9.1)" , "tornado (>=4.5.2)" ]
2024-11-08 22:37:34 +04:00
tests = [ "pytest" , "pytest-aiohttp (>=0.3.0)" , "pytest-asyncio" , "webargs[frameworks]" , "webtest (==3.0.1)" , "webtest-aiohttp (==2.0.0)" ]
2024-09-21 09:46:46 +04:00
[ [ package ] ]
name = "webcolors"
version = "24.8.0"
description = "A library for working with the color formats defined by HTML and CSS."
optional = false
python-versions = ">=3.8"
files = [
{ file = "webcolors-24.8.0-py3-none-any.whl" , hash = "sha256:fc4c3b59358ada164552084a8ebee637c221e4059267d0f8325b3b560f6c7f0a" } ,
{ file = "webcolors-24.8.0.tar.gz" , hash = "sha256:08b07af286a01bcd30d583a7acadf629583d1f79bfef27dd2c2c5c263817277d" } ,
]
[ package . extras ]
docs = [ "furo" , "sphinx" , "sphinx-copybutton" , "sphinx-inline-tabs" , "sphinx-notfound-page" , "sphinxext-opengraph" ]
tests = [ "coverage[toml]" ]
[ [ package ] ]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
optional = false
python-versions = "*"
files = [
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]
[ [ package ] ]
name = "websocket-client"
version = "1.8.0"
description = "WebSocket client for Python with low level API options"
optional = false
python-versions = ">=3.8"
files = [
{ file = "websocket_client-1.8.0-py3-none-any.whl" , hash = "sha256:17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526" } ,
{ file = "websocket_client-1.8.0.tar.gz" , hash = "sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da" } ,
]
[ package . extras ]
docs = [ "Sphinx (>=6.0)" , "myst-parser (>=2.0.0)" , "sphinx-rtd-theme (>=1.1.0)" ]
optional = [ "python-socks" , "wsaccel" ]
test = [ "websockets" ]
[ [ package ] ]
name = "werkzeug"
2024-11-08 22:37:34 +04:00
version = "3.1.2"
2024-09-21 09:46:46 +04:00
description = "The comprehensive WSGI web application library."
optional = false
2024-11-08 22:37:34 +04:00
python-versions = ">=3.9"
2024-09-21 09:46:46 +04:00
files = [
2024-11-08 22:37:34 +04:00
{ file = "werkzeug-3.1.2-py3-none-any.whl" , hash = "sha256:4f7d1a5de312c810a8a2c6f0b47e9f6a7cffb7c8322def35e4d4d9841ff85597" } ,
{ file = "werkzeug-3.1.2.tar.gz" , hash = "sha256:f471a4cd167233077e9d2a8190c3471c5bc520c636a9e3c1e9300c33bced03bc" } ,
2024-09-21 09:46:46 +04:00
]
[ package . dependencies ]
MarkupSafe = ">=2.1.1"
[ package . extras ]
watchdog = [ "watchdog (>=2.3)" ]
[ [ package ] ]
name = "widgetsnbextension"
version = "4.0.13"
description = "Jupyter interactive widgets for Jupyter Notebook"
optional = false
python-versions = ">=3.7"
files = [
{ file = "widgetsnbextension-4.0.13-py3-none-any.whl" , hash = "sha256:74b2692e8500525cc38c2b877236ba51d34541e6385eeed5aec15a70f88a6c71" } ,
{ file = "widgetsnbextension-4.0.13.tar.gz" , hash = "sha256:ffcb67bc9febd10234a362795f643927f4e0c05d9342c727b65d2384f8feacb6" } ,
]
2024-10-23 13:43:55 +04:00
[ [ package ] ]
name = "woodwork"
version = "0.31.0"
description = "a data typing library for machine learning"
optional = false
python-versions = "<4,>=3.9"
files = [
{ file = "woodwork-0.31.0-py3-none-any.whl" , hash = "sha256:5cb3370553b5f466f8c8599b1bf559584dc0b798cc1f2da26bbd7029d256c6f9" } ,
{ file = "woodwork-0.31.0.tar.gz" , hash = "sha256:6ef82af1d5b6525b02efe6417c574c810cfdcc606cb266bd0d7fb17a1d066b67" } ,
]
[ package . dependencies ]
importlib-resources = ">=5.10.0"
numpy = ">=1.25.0"
pandas = ">=2.0.0"
python-dateutil = ">=2.8.2"
scikit-learn = ">=1.1.0"
scipy = ">=1.10.0"
[ package . extras ]
complete = [ "woodwork[updater]" ]
dev = [ "click (>=8.1.7)" , "pre-commit (>=2.20.0)" , "ruff (>=0.1.6)" , "woodwork[docs,test]" ]
docs = [ "Sphinx (==5.1.1)" , "ipython (==8.4.0)" , "jupyter (==1.0.0)" , "myst-parser (==0.18.0)" , "nbconvert (==6.5.0)" , "nbsphinx (==0.8.9)" , "pyarrow (>=14.0.1)" , "pydata-sphinx-theme (==0.9.0)" , "sphinx-copybutton (==0.5.0)" , "sphinx-inline-tabs (==2022.1.2b11)" ]
test = [ "boto3 (>=1.34.32)" , "moto[all] (>=5.0.0)" , "pyarrow (>=14.0.1)" , "pytest (>=7.0.1)" , "pytest-cov (>=2.10.1)" , "pytest-xdist (>=2.1.0)" , "smart-open (>=5.0.0)" ]
updater = [ "alteryx-open-src-update-checker (>=3.1.0)" ]
2024-09-21 09:46:46 +04:00
[ metadata ]
lock-version = "2.0"
python-versions = "^3.12"
2024-11-08 22:37:34 +04:00
content-hash = "51262612d869819aaf20a294578eedd495aaa0f2666c9aaa68166534dcf36169"