2025-07-28 09:21:46 -07:00
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "ago"
2025-04-07 21:27:13 +00:00
version = "0.1.0"
2023-09-01 07:56:02 -07:00
description = "ago: Human readable timedeltas"
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-04-07 21:27:13 +00:00
{ file = "ago-0.1.0-py3-none-any.whl" , hash = "sha256:c0c60d106fe333ac06e2ff2dd7fb5de2c4ec3183ee39708a35b6144ccb86dece" } ,
{ file = "ago-0.1.0.tar.gz" , hash = "sha256:15604159711c47e08f21251f28bfb4383942087535660dbe640b2f6193f92be4" } ,
2023-09-01 07:56:02 -07:00
]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "anyio"
version = "4.9.0"
description = "High level compatibility layer for multiple asynchronous event loop implementations"
optional = false
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "anyio-4.9.0-py3-none-any.whl" , hash = "sha256:9f76d541cad6e36af7beb62e978876f3b41e3e04f2c1fbf0884604c0a9c4d93c" } ,
{ file = "anyio-4.9.0.tar.gz" , hash = "sha256:673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028" } ,
]
[ package . dependencies ]
idna = ">=2.8"
sniffio = ">=1.1"
2025-07-30 12:24:16 -04:00
typing_extensions = { version = ">=4.5" , markers = "python_version < \"3.13\"" }
2025-05-05 13:18:17 -04:00
[ package . extras ]
doc = [ "Sphinx (>=8.2,<9.0)" , "packaging" , "sphinx-autodoc-typehints (>=1.2.0)" , "sphinx_rtd_theme" ]
2025-05-08 23:05:58 +00:00
test = [ "anyio[trio]" , "blockbuster (>=1.5.23)" , "coverage[toml] (>=7)" , "exceptiongroup (>=1.2.0)" , "hypothesis (>=4.0)" , "psutil (>=5.9)" , "pytest (>=7.0)" , "trustme" , "truststore (>=0.9.1) ; python_version >= \"3.10\"" , "uvloop (>=0.21) ; platform_python_implementation == \"CPython\" and platform_system != \"Windows\" and python_version < \"3.14\"" ]
2025-05-05 13:18:17 -04:00
trio = [ "trio (>=0.26.1)" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "async-timeout"
2025-04-08 16:51:40 +00:00
version = "5.0.1"
2023-09-01 07:56:02 -07:00
description = "Timeout context manager for asyncio programs"
optional = false
2025-04-08 16:51:40 +00:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-04-08 16:51:40 +00:00
{ file = "async_timeout-5.0.1-py3-none-any.whl" , hash = "sha256:39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c" } ,
{ file = "async_timeout-5.0.1.tar.gz" , hash = "sha256:d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "attrs"
2025-03-31 09:24:10 -07:00
version = "25.3.0"
2023-09-01 07:56:02 -07:00
description = "Classes Without Boilerplate"
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-31 09:24:10 -07:00
{ file = "attrs-25.3.0-py3-none-any.whl" , hash = "sha256:427318ce031701fea540783410126f03899a97ffc6f61596ad581ac2e40e3bc3" } ,
{ file = "attrs-25.3.0.tar.gz" , hash = "sha256:75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
2025-05-08 23:05:58 +00:00
benchmark = [ "cloudpickle ; platform_python_implementation == \"CPython\"" , "hypothesis" , "mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pympler" , "pytest (>=4.3.0)" , "pytest-codspeed" , "pytest-mypy-plugins ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pytest-xdist[psutil]" ]
cov = [ "cloudpickle ; platform_python_implementation == \"CPython\"" , "coverage[toml] (>=5.3)" , "hypothesis" , "mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pytest-xdist[psutil]" ]
dev = [ "cloudpickle ; platform_python_implementation == \"CPython\"" , "hypothesis" , "mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pre-commit-uv" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pytest-xdist[psutil]" ]
2025-03-31 09:24:10 -07:00
docs = [ "cogapp" , "furo" , "myst-parser" , "sphinx" , "sphinx-notfound-page" , "sphinxcontrib-towncrier" , "towncrier" ]
2025-05-08 23:05:58 +00:00
tests = [ "cloudpickle ; platform_python_implementation == \"CPython\"" , "hypothesis" , "mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pytest-xdist[psutil]" ]
tests-mypy = [ "mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" , "pytest-mypy-plugins ; platform_python_implementation == \"CPython\" and python_version >= \"3.10\"" ]
2023-09-01 07:56:02 -07:00
2024-09-30 10:13:12 -04:00
[ [ package ] ]
name = "awscli"
2025-02-12 21:41:11 +00:00
version = "1.36.40"
2024-09-30 10:13:12 -04:00
description = "Universal Command Line Environment for AWS."
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2024-09-30 10:13:12 -04:00
files = [
2025-02-12 21:41:11 +00:00
{ file = "awscli-1.36.40-py3-none-any.whl" , hash = "sha256:971c3b150c06068bc26867fe295753547780f63fcf8256d41cd38760e44d46ca" } ,
{ file = "awscli-1.36.40.tar.gz" , hash = "sha256:e2a88f88dc16d5c0f26379afd6f254097e53e8b34c82164e59f4165db6ee6dfa" } ,
2024-09-30 10:13:12 -04:00
]
[ package . dependencies ]
2025-02-12 21:41:11 +00:00
botocore = "1.35.99"
2024-09-30 10:13:12 -04:00
colorama = ">=0.2.5,<0.4.7"
docutils = ">=0.10,<0.17"
PyYAML = ">=3.10,<6.1"
rsa = ">=3.1.2,<4.8"
s3transfer = ">=0.10.0,<0.11.0"
2024-09-11 10:39:28 -07:00
[ [ package ] ]
name = "axe-core-python"
version = "0.1.0"
description = "Automated web accessibility testing using axe-core engine."
optional = false
python-versions = ">=3.10,<4.0"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2024-09-11 10:39:28 -07:00
files = [
{ file = "axe-core-python-0.1.0.tar.gz" , hash = "sha256:8a9af93a22f1b47da65be2b9878f83be39155ccc4c7286a8de8e4fc88a7a27c6" } ,
{ file = "axe_core_python-0.1.0-py3-none-any.whl" , hash = "sha256:f99f6bd674726c631c5e20b876983b44dff2b8f452a0ccf08f3c23ee45d0aac3" } ,
]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "bandit"
2025-07-08 03:32:15 +00:00
version = "1.8.6"
2023-09-01 07:56:02 -07:00
description = "Security oriented static analyser for python code."
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-07-08 03:32:15 +00:00
{ file = "bandit-1.8.6-py3-none-any.whl" , hash = "sha256:3348e934d736fcdb68b6aa4030487097e23a501adf3e7827b63658df464dddd0" } ,
{ file = "bandit-1.8.6.tar.gz" , hash = "sha256:dbfe9c25fc6961c2078593de55fd19f2559f9e45b99f1272341f5b95dea4e56b" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
colorama = { version = ">=0.3.9" , markers = "platform_system == \"Windows\"" }
PyYAML = ">=5.3.1"
rich = "*"
stevedore = ">=1.20.0"
[ package . extras ]
2024-01-23 23:36:48 +00:00
baseline = [ "GitPython (>=3.1.30)" ]
2024-03-08 15:00:48 -08:00
sarif = [ "jschema-to-python (>=1.2.3)" , "sarif-om (>=1.0.4)" ]
2024-01-23 23:36:48 +00:00
test = [ "beautifulsoup4 (>=4.8.0)" , "coverage (>=4.5.4)" , "fixtures (>=3.0.0)" , "flake8 (>=4.0.0)" , "pylint (==1.9.4)" , "stestr (>=2.5.0)" , "testscenarios (>=0.5.0)" , "testtools (>=2.3.0)" ]
2025-05-08 23:05:58 +00:00
toml = [ "tomli (>=1.1.0) ; python_version < \"3.11\"" ]
2023-09-01 07:56:02 -07:00
yaml = [ "PyYAML" ]
[ [ package ] ]
name = "beautifulsoup4"
2025-04-16 17:45:32 -04:00
version = "4.13.4"
2023-09-01 07:56:02 -07:00
description = "Screen-scraping library"
optional = false
2025-03-26 13:54:18 +00:00
python-versions = ">=3.7.0"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-04-16 17:45:32 -04:00
{ file = "beautifulsoup4-4.13.4-py3-none-any.whl" , hash = "sha256:9bbbb14bfde9d79f38b8cd5f8c7c85f4b8f2523190ebed90e950a8dea4cb1c4b" } ,
{ file = "beautifulsoup4-4.13.4.tar.gz" , hash = "sha256:dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
soupsieve = ">1.2"
2025-03-26 13:54:18 +00:00
typing-extensions = ">=4.0.0"
2023-09-01 07:56:02 -07:00
[ package . extras ]
2024-01-18 03:12:22 +00:00
cchardet = [ "cchardet" ]
chardet = [ "chardet" ]
charset-normalizer = [ "charset-normalizer" ]
2023-09-01 07:56:02 -07:00
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
[ [ package ] ]
name = "black"
2025-03-27 14:01:27 +00:00
version = "25.1.0"
2023-09-01 07:56:02 -07:00
description = "The uncompromising code formatter."
optional = false
2024-10-30 09:36:22 -04:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-27 14:01:27 +00:00
{ file = "black-25.1.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:759e7ec1e050a15f89b770cefbf91ebee8917aac5c20483bc2d80a6c3a04df32" } ,
{ file = "black-25.1.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:0e519ecf93120f34243e6b0054db49c00a35f84f195d5bce7e9f5cfc578fc2da" } ,
{ file = "black-25.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:055e59b198df7ac0b7efca5ad7ff2516bca343276c466be72eb04a3bcc1f82d7" } ,
{ file = "black-25.1.0-cp310-cp310-win_amd64.whl" , hash = "sha256:db8ea9917d6f8fc62abd90d944920d95e73c83a5ee3383493e35d271aca872e9" } ,
{ file = "black-25.1.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:a39337598244de4bae26475f77dda852ea00a93bd4c728e09eacd827ec929df0" } ,
{ file = "black-25.1.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:96c1c7cd856bba8e20094e36e0f948718dc688dba4a9d78c3adde52b9e6c2299" } ,
{ file = "black-25.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:bce2e264d59c91e52d8000d507eb20a9aca4a778731a08cfff7e5ac4a4bb7096" } ,
{ file = "black-25.1.0-cp311-cp311-win_amd64.whl" , hash = "sha256:172b1dbff09f86ce6f4eb8edf9dede08b1fce58ba194c87d7a4f1a5aa2f5b3c2" } ,
{ file = "black-25.1.0-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:4b60580e829091e6f9238c848ea6750efed72140b91b048770b64e74fe04908b" } ,
{ file = "black-25.1.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:1e2978f6df243b155ef5fa7e558a43037c3079093ed5d10fd84c43900f2d8ecc" } ,
{ file = "black-25.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:3b48735872ec535027d979e8dcb20bf4f70b5ac75a8ea99f127c106a7d7aba9f" } ,
{ file = "black-25.1.0-cp312-cp312-win_amd64.whl" , hash = "sha256:ea0213189960bda9cf99be5b8c8ce66bb054af5e9e861249cd23471bd7b0b3ba" } ,
{ file = "black-25.1.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:8f0b18a02996a836cc9c9c78e5babec10930862827b1b724ddfe98ccf2f2fe4f" } ,
{ file = "black-25.1.0-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:afebb7098bfbc70037a053b91ae8437c3857482d3a690fefc03e9ff7aa9a5fd3" } ,
{ file = "black-25.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:030b9759066a4ee5e5aca28c3c77f9c64789cdd4de8ac1df642c40b708be6171" } ,
{ file = "black-25.1.0-cp313-cp313-win_amd64.whl" , hash = "sha256:a22f402b410566e2d1c950708c77ebf5ebd5d0d88a6a2e87c86d9fb48afa0d18" } ,
{ file = "black-25.1.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:a1ee0a0c330f7b5130ce0caed9936a904793576ef4d2b98c40835d6a65afa6a0" } ,
{ file = "black-25.1.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f3df5f1bf91d36002b0a75389ca8663510cf0531cca8aa5c1ef695b46d98655f" } ,
{ file = "black-25.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:d9e6827d563a2c820772b32ce8a42828dc6790f095f441beef18f96aa6f8294e" } ,
{ file = "black-25.1.0-cp39-cp39-win_amd64.whl" , hash = "sha256:bacabb307dca5ebaf9c118d2d2f6903da0d62c9faa82bd21a33eecc319559355" } ,
{ file = "black-25.1.0-py3-none-any.whl" , hash = "sha256:95e8176dae143ba9097f351d174fdaf0ccd29efb414b362ae3fd72bf0f710717" } ,
{ file = "black-25.1.0.tar.gz" , hash = "sha256:33496d5cd1222ad73391352b4ae8da15253c5de89b93a80b3e2c8d9a19ec2666" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
click = ">=8.0.0"
mypy-extensions = ">=0.4.3"
packaging = ">=22.0"
pathspec = ">=0.9.0"
platformdirs = ">=2"
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
2024-10-30 09:36:22 -04:00
d = [ "aiohttp (>=3.10)" ]
2023-09-01 07:56:02 -07:00
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
[ [ package ] ]
name = "bleach"
2024-10-30 09:36:22 -04:00
version = "6.2.0"
2023-09-01 07:56:02 -07:00
description = "An easy safelist-based HTML-sanitizing tool."
optional = false
2024-10-30 09:36:22 -04:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2024-10-30 09:36:22 -04:00
{ file = "bleach-6.2.0-py3-none-any.whl" , hash = "sha256:117d9c6097a7c3d22fd578fcd8d35ff1e125df6736f554da4e432fdd63f31e5e" } ,
{ file = "bleach-6.2.0.tar.gz" , hash = "sha256:123e894118b8a599fd80d3ec1a6d4cc7ce4e5882b1317a7e1ba69b56e95f991f" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
webencodings = "*"
[ package . extras ]
2024-10-30 09:36:22 -04:00
css = [ "tinycss2 (>=1.1.0,<1.5)" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "blinker"
2025-03-31 09:24:10 -07:00
version = "1.9.0"
2023-09-01 07:56:02 -07:00
description = "Fast, simple object-to-object and broadcast signaling"
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-31 09:24:10 -07:00
{ file = "blinker-1.9.0-py3-none-any.whl" , hash = "sha256:ba0efaa9080b619ff2f3459d1d500c57bddea4a6b424b60a91141db6fd2f08bc" } ,
{ file = "blinker-1.9.0.tar.gz" , hash = "sha256:b4ce2265a7abece45e7cc896e98dbebe6cead56bcf805a3d23136d145f5445bf" } ,
2023-09-01 07:56:02 -07:00
]
2023-09-12 13:05:37 -07:00
[ [ package ] ]
name = "boolean-py"
2025-04-16 17:45:32 -04:00
version = "5.0"
2023-09-12 13:05:37 -07:00
description = "Define boolean algebras, create and parse boolean expressions and create custom boolean DSL."
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-12 13:05:37 -07:00
files = [
2025-04-16 17:45:32 -04:00
{ file = "boolean_py-5.0-py3-none-any.whl" , hash = "sha256:ef28a70bd43115208441b53a045d1549e2f0ec6e3d08a9d142cbc41c1938e8d9" } ,
{ file = "boolean_py-5.0.tar.gz" , hash = "sha256:60cbc4bad079753721d32649545505362c754e121570ada4658b852a3a318d95" } ,
2023-09-12 13:05:37 -07:00
]
2025-04-16 17:45:32 -04:00
[ package . extras ]
dev = [ "build" , "twine" ]
docs = [ "Sphinx (>=3.3.1)" , "doc8 (>=0.8.1)" , "sphinx-rtd-theme (>=0.5.0)" , "sphinxcontrib-apidoc (>=0.3.0)" ]
linting = [ "black" , "isort" , "pycodestyle" ]
testing = [ "pytest (>=6,!=7.0.0)" , "pytest-xdist (>=2)" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "boto3"
2025-03-26 14:19:42 +00:00
version = "1.35.99"
2023-09-01 07:56:02 -07:00
description = "The AWS SDK for Python"
optional = false
2024-04-04 18:09:22 -07:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-26 14:19:42 +00:00
{ file = "boto3-1.35.99-py3-none-any.whl" , hash = "sha256:83e560faaec38a956dfb3d62e05e1703ee50432b45b788c09e25107c5058bd71" } ,
{ file = "boto3-1.35.99.tar.gz" , hash = "sha256:e0abd794a7a591d90558e92e29a9f8837d25ece8e3c120e530526fe27eba5fca" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2025-03-26 14:19:42 +00:00
botocore = ">=1.35.99,<1.36.0"
2023-09-01 07:56:02 -07:00
jmespath = ">=0.7.1,<2.0.0"
2024-04-04 18:09:22 -07:00
s3transfer = ">=0.10.0,<0.11.0"
2023-09-01 07:56:02 -07:00
[ package . extras ]
crt = [ "botocore[crt] (>=1.21.0,<2.0a0)" ]
[ [ package ] ]
name = "botocore"
2025-02-12 21:41:11 +00:00
version = "1.35.99"
2023-09-01 07:56:02 -07:00
description = "Low-level, data-driven core of boto 3."
optional = false
2024-04-04 18:09:22 -07:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-02-12 21:41:11 +00:00
{ file = "botocore-1.35.99-py3-none-any.whl" , hash = "sha256:b22d27b6b617fc2d7342090d6129000af2efd20174215948c0d7ae2da0fab445" } ,
{ file = "botocore-1.35.99.tar.gz" , hash = "sha256:1eab44e969c39c5f3d9a3104a0836c24715579a455f12b3979a31d7cde51b3c3" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
jmespath = ">=0.7.1,<2.0.0"
python-dateutil = ">=2.1,<3.0.0"
2024-04-04 18:09:22 -07:00
urllib3 = { version = ">=1.25.4,<2.2.0 || >2.2.0,<3" , markers = "python_version >= \"3.10\"" }
2023-09-01 07:56:02 -07:00
[ package . extras ]
2024-10-30 09:36:22 -04:00
crt = [ "awscrt (==0.22.0)" ]
2023-09-01 07:56:02 -07:00
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "build"
version = "1.2.2.post1"
description = "A simple, correct Python build frontend"
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "build-1.2.2.post1-py3-none-any.whl" , hash = "sha256:1d61c0887fa860c01971625baae8bdd338e517b836a2f70dd1f7aa3a6b2fc5b5" } ,
{ file = "build-1.2.2.post1.tar.gz" , hash = "sha256:b36993e92ca9375a219c99e606a122ff365a760a2d4bba0caa09bd5278b608b7" } ,
]
[ package . dependencies ]
colorama = { version = "*" , markers = "os_name == \"nt\"" }
packaging = ">=19.1"
pyproject_hooks = "*"
[ package . extras ]
docs = [ "furo (>=2023.08.17)" , "sphinx (>=7.0,<8.0)" , "sphinx-argparse-cli (>=1.5)" , "sphinx-autodoc-typehints (>=1.10)" , "sphinx-issues (>=3.0.0)" ]
2025-05-08 23:05:58 +00:00
test = [ "build[uv,virtualenv]" , "filelock (>=3)" , "pytest (>=6.2.4)" , "pytest-cov (>=2.12)" , "pytest-mock (>=2)" , "pytest-rerunfailures (>=9.1)" , "pytest-xdist (>=1.34)" , "setuptools (>=42.0.0) ; python_version < \"3.10\"" , "setuptools (>=56.0.0) ; python_version == \"3.10\"" , "setuptools (>=56.0.0) ; python_version == \"3.11\"" , "setuptools (>=67.8.0) ; python_version >= \"3.12\"" , "wheel (>=0.36.0)" ]
2025-05-05 13:18:17 -04:00
typing = [ "build[uv]" , "importlib-metadata (>=5.1)" , "mypy (>=1.9.0,<1.10.0)" , "tomli" , "typing-extensions (>=3.7.4.3)" ]
uv = [ "uv (>=0.1.18)" ]
virtualenv = [ "virtualenv (>=20.0.35)" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "cachecontrol"
2025-05-05 13:13:31 -04:00
version = "0.14.3"
2023-09-01 07:56:02 -07:00
description = "httplib2 caching for requests"
optional = false
2025-05-05 13:13:31 -04:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-05-05 13:13:31 -04:00
{ file = "cachecontrol-0.14.3-py3-none-any.whl" , hash = "sha256:b35e44a3113f17d2a31c1e6b27b9de6d4405f84ae51baa8c1d3cc5b633010cae" } ,
{ file = "cachecontrol-0.14.3.tar.gz" , hash = "sha256:73e7efec4b06b20d9267b441c1f733664f989fb8688391b670ca812d70795d11" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
filelock = { version = ">=3.8.0" , optional = true , markers = "extra == \"filecache\"" }
2024-03-08 15:00:48 -08:00
msgpack = ">=0.5.2,<2.0.0"
2023-09-01 07:56:02 -07:00
requests = ">=2.16.0"
[ package . extras ]
2025-03-31 09:24:10 -07:00
dev = [ "CacheControl[filecache,redis]" , "build" , "cherrypy" , "codespell[tomli]" , "furo" , "mypy" , "pytest" , "pytest-cov" , "ruff" , "sphinx" , "sphinx-copybutton" , "tox" , "types-redis" , "types-requests" ]
2023-09-01 07:56:02 -07:00
filecache = [ "filelock (>=3.8.0)" ]
redis = [ "redis (>=2.10.5)" ]
[ [ package ] ]
name = "cachetools"
2025-06-17 01:05:41 +00:00
version = "6.1.0"
2023-09-01 07:56:02 -07:00
description = "Extensible memoizing collections and decorators"
optional = false
2025-05-27 18:00:16 +00:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-06-17 01:05:41 +00:00
{ file = "cachetools-6.1.0-py3-none-any.whl" , hash = "sha256:1c7bb3cf9193deaf3508b7c5f2a79986c13ea38965c5adcff1f84519cf39163e" } ,
{ file = "cachetools-6.1.0.tar.gz" , hash = "sha256:b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "certifi"
2025-07-15 02:35:27 +00:00
version = "2025.7.14"
2023-09-01 07:56:02 -07:00
description = "Python package for providing Mozilla's CA Bundle."
optional = false
2025-06-16 07:14:31 -07:00
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-07-15 02:35:27 +00:00
{ file = "certifi-2025.7.14-py3-none-any.whl" , hash = "sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2" } ,
{ file = "certifi-2025.7.14.tar.gz" , hash = "sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "cffi"
2024-10-30 09:36:22 -04:00
version = "1.17.1"
2023-09-01 07:56:02 -07:00
description = "Foreign Function Interface for Python calling C code."
optional = false
2023-11-02 14:10:22 -07:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2024-10-30 09:36:22 -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" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
pycparser = "*"
2023-11-22 10:47:31 -05:00
[ [ package ] ]
name = "cfgv"
version = "3.4.0"
description = "Validate configuration and produce human readable error messages."
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-11-22 10:47:31 -05:00
files = [
{ file = "cfgv-3.4.0-py2.py3-none-any.whl" , hash = "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9" } ,
{ file = "cfgv-3.4.0.tar.gz" , hash = "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560" } ,
]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "charset-normalizer"
2025-05-02 23:47:26 +00:00
version = "3.4.2"
2023-09-01 07:56:02 -07:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
optional = false
2025-03-26 14:45:59 +00:00
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2025-05-02 23:47:26 +00:00
files = [
{ file = "charset_normalizer-3.4.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:7c48ed483eb946e6c04ccbe02c6b4d1d48e51944b6db70f697e089c193404941" } ,
{ file = "charset_normalizer-3.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b2d318c11350e10662026ad0eb71bb51c7812fc8590825304ae0bdd4ac283acd" } ,
{ file = "charset_normalizer-3.4.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9cbfacf36cb0ec2897ce0ebc5d08ca44213af24265bd56eca54bee7923c48fd6" } ,
{ file = "charset_normalizer-3.4.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:18dd2e350387c87dabe711b86f83c9c78af772c748904d372ade190b5c7c9d4d" } ,
{ file = "charset_normalizer-3.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8075c35cd58273fee266c58c0c9b670947c19df5fb98e7b66710e04ad4e9ff86" } ,
{ file = "charset_normalizer-3.4.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5bf4545e3b962767e5c06fe1738f951f77d27967cb2caa64c28be7c4563e162c" } ,
{ file = "charset_normalizer-3.4.2-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:7a6ab32f7210554a96cd9e33abe3ddd86732beeafc7a28e9955cdf22ffadbab0" } ,
{ file = "charset_normalizer-3.4.2-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:b33de11b92e9f75a2b545d6e9b6f37e398d86c3e9e9653c4864eb7e89c5773ef" } ,
{ file = "charset_normalizer-3.4.2-cp310-cp310-musllinux_1_2_ppc64le.whl" , hash = "sha256:8755483f3c00d6c9a77f490c17e6ab0c8729e39e6390328e42521ef175380ae6" } ,
{ file = "charset_normalizer-3.4.2-cp310-cp310-musllinux_1_2_s390x.whl" , hash = "sha256:68a328e5f55ec37c57f19ebb1fdc56a248db2e3e9ad769919a58672958e8f366" } ,
{ file = "charset_normalizer-3.4.2-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:21b2899062867b0e1fde9b724f8aecb1af14f2778d69aacd1a5a1853a597a5db" } ,
{ file = "charset_normalizer-3.4.2-cp310-cp310-win32.whl" , hash = "sha256:e8082b26888e2f8b36a042a58307d5b917ef2b1cacab921ad3323ef91901c71a" } ,
{ file = "charset_normalizer-3.4.2-cp310-cp310-win_amd64.whl" , hash = "sha256:f69a27e45c43520f5487f27627059b64aaf160415589230992cec34c5e18a509" } ,
{ file = "charset_normalizer-3.4.2-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:be1e352acbe3c78727a16a455126d9ff83ea2dfdcbc83148d2982305a04714c2" } ,
{ file = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:aa88ca0b1932e93f2d961bf3addbb2db902198dca337d88c89e1559e066e7645" } ,
{ file = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d524ba3f1581b35c03cb42beebab4a13e6cdad7b36246bd22541fa585a56cccd" } ,
{ file = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:28a1005facc94196e1fb3e82a3d442a9d9110b8434fc1ded7a24a2983c9888d8" } ,
{ file = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fdb20a30fe1175ecabed17cbf7812f7b804b8a315a25f24678bcdf120a90077f" } ,
{ file = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0f5d9ed7f254402c9e7d35d2f5972c9bbea9040e99cd2861bd77dc68263277c7" } ,
{ file = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:efd387a49825780ff861998cd959767800d54f8308936b21025326de4b5a42b9" } ,
{ file = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:f0aa37f3c979cf2546b73e8222bbfa3dc07a641585340179d768068e3455e544" } ,
{ file = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_ppc64le.whl" , hash = "sha256:e70e990b2137b29dc5564715de1e12701815dacc1d056308e2b17e9095372a82" } ,
{ file = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_s390x.whl" , hash = "sha256:0c8c57f84ccfc871a48a47321cfa49ae1df56cd1d965a09abe84066f6853b9c0" } ,
{ file = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:6b66f92b17849b85cad91259efc341dce9c1af48e2173bf38a85c6329f1033e5" } ,
{ file = "charset_normalizer-3.4.2-cp311-cp311-win32.whl" , hash = "sha256:daac4765328a919a805fa5e2720f3e94767abd632ae410a9062dff5412bae65a" } ,
{ file = "charset_normalizer-3.4.2-cp311-cp311-win_amd64.whl" , hash = "sha256:e53efc7c7cee4c1e70661e2e112ca46a575f90ed9ae3fef200f2a25e954f4b28" } ,
{ file = "charset_normalizer-3.4.2-cp312-cp312-macosx_10_13_universal2.whl" , hash = "sha256:0c29de6a1a95f24b9a1aa7aefd27d2487263f00dfd55a77719b530788f75cff7" } ,
{ file = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cddf7bd982eaa998934a91f69d182aec997c6c468898efe6679af88283b498d3" } ,
{ file = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:fcbe676a55d7445b22c10967bceaaf0ee69407fbe0ece4d032b6eb8d4565982a" } ,
{ file = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:d41c4d287cfc69060fa91cae9683eacffad989f1a10811995fa309df656ec214" } ,
{ file = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4e594135de17ab3866138f496755f302b72157d115086d100c3f19370839dd3a" } ,
{ file = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cf713fe9a71ef6fd5adf7a79670135081cd4431c2943864757f0fa3a65b1fafd" } ,
{ file = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:a370b3e078e418187da8c3674eddb9d983ec09445c99a3a263c2011993522981" } ,
{ file = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:a955b438e62efdf7e0b7b52a64dc5c3396e2634baa62471768a64bc2adb73d5c" } ,
{ file = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_ppc64le.whl" , hash = "sha256:7222ffd5e4de8e57e03ce2cef95a4c43c98fcb72ad86909abdfc2c17d227fc1b" } ,
{ file = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_s390x.whl" , hash = "sha256:bee093bf902e1d8fc0ac143c88902c3dfc8941f7ea1d6a8dd2bcb786d33db03d" } ,
{ file = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:dedb8adb91d11846ee08bec4c8236c8549ac721c245678282dcb06b221aab59f" } ,
{ file = "charset_normalizer-3.4.2-cp312-cp312-win32.whl" , hash = "sha256:db4c7bf0e07fc3b7d89ac2a5880a6a8062056801b83ff56d8464b70f65482b6c" } ,
{ file = "charset_normalizer-3.4.2-cp312-cp312-win_amd64.whl" , hash = "sha256:5a9979887252a82fefd3d3ed2a8e3b937a7a809f65dcb1e068b090e165bbe99e" } ,
{ file = "charset_normalizer-3.4.2-cp313-cp313-macosx_10_13_universal2.whl" , hash = "sha256:926ca93accd5d36ccdabd803392ddc3e03e6d4cd1cf17deff3b989ab8e9dbcf0" } ,
{ file = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:eba9904b0f38a143592d9fc0e19e2df0fa2e41c3c3745554761c5f6447eedabf" } ,
{ file = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3fddb7e2c84ac87ac3a947cb4e66d143ca5863ef48e4a5ecb83bd48619e4634e" } ,
{ file = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:98f862da73774290f251b9df8d11161b6cf25b599a66baf087c1ffe340e9bfd1" } ,
{ file = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6c9379d65defcab82d07b2a9dfbfc2e95bc8fe0ebb1b176a3190230a3ef0e07c" } ,
{ file = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e635b87f01ebc977342e2697d05b56632f5f879a4f15955dfe8cef2448b51691" } ,
{ file = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:1c95a1e2902a8b722868587c0e1184ad5c55631de5afc0eb96bc4b0d738092c0" } ,
{ file = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:ef8de666d6179b009dce7bcb2ad4c4a779f113f12caf8dc77f0162c29d20490b" } ,
{ file = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_ppc64le.whl" , hash = "sha256:32fc0341d72e0f73f80acb0a2c94216bd704f4f0bce10aedea38f30502b271ff" } ,
{ file = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_s390x.whl" , hash = "sha256:289200a18fa698949d2b39c671c2cc7a24d44096784e76614899a7ccf2574b7b" } ,
{ file = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:4a476b06fbcf359ad25d34a057b7219281286ae2477cc5ff5e3f70a246971148" } ,
{ file = "charset_normalizer-3.4.2-cp313-cp313-win32.whl" , hash = "sha256:aaeeb6a479c7667fbe1099af9617c83aaca22182d6cf8c53966491a0f1b7ffb7" } ,
{ file = "charset_normalizer-3.4.2-cp313-cp313-win_amd64.whl" , hash = "sha256:aa6af9e7d59f9c12b33ae4e9450619cf2488e2bbe9b44030905877f0b2324980" } ,
{ file = "charset_normalizer-3.4.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1cad5f45b3146325bb38d6855642f6fd609c3f7cad4dbaf75549bf3b904d3184" } ,
{ file = "charset_normalizer-3.4.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b2680962a4848b3c4f155dc2ee64505a9c57186d0d56b43123b17ca3de18f0fa" } ,
{ file = "charset_normalizer-3.4.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:36b31da18b8890a76ec181c3cf44326bf2c48e36d393ca1b72b3f484113ea344" } ,
{ file = "charset_normalizer-3.4.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f4074c5a429281bf056ddd4c5d3b740ebca4d43ffffe2ef4bf4d2d05114299da" } ,
{ file = "charset_normalizer-3.4.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c9e36a97bee9b86ef9a1cf7bb96747eb7a15c2f22bdb5b516434b00f2a599f02" } ,
{ file = "charset_normalizer-3.4.2-cp37-cp37m-musllinux_1_2_aarch64.whl" , hash = "sha256:1b1bde144d98e446b056ef98e59c256e9294f6b74d7af6846bf5ffdafd687a7d" } ,
{ file = "charset_normalizer-3.4.2-cp37-cp37m-musllinux_1_2_i686.whl" , hash = "sha256:915f3849a011c1f593ab99092f3cecfcb4d65d8feb4a64cf1bf2d22074dc0ec4" } ,
{ file = "charset_normalizer-3.4.2-cp37-cp37m-musllinux_1_2_ppc64le.whl" , hash = "sha256:fb707f3e15060adf5b7ada797624a6c6e0138e2a26baa089df64c68ee98e040f" } ,
{ file = "charset_normalizer-3.4.2-cp37-cp37m-musllinux_1_2_s390x.whl" , hash = "sha256:25a23ea5c7edc53e0f29bae2c44fcb5a1aa10591aae107f2a2b2583a9c5cbc64" } ,
{ file = "charset_normalizer-3.4.2-cp37-cp37m-musllinux_1_2_x86_64.whl" , hash = "sha256:770cab594ecf99ae64c236bc9ee3439c3f46be49796e265ce0cc8bc17b10294f" } ,
{ file = "charset_normalizer-3.4.2-cp37-cp37m-win32.whl" , hash = "sha256:6a0289e4589e8bdfef02a80478f1dfcb14f0ab696b5a00e1f4b8a14a307a3c58" } ,
{ file = "charset_normalizer-3.4.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:6fc1f5b51fa4cecaa18f2bd7a003f3dd039dd615cd69a2afd6d3b19aed6775f2" } ,
{ file = "charset_normalizer-3.4.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:76af085e67e56c8816c3ccf256ebd136def2ed9654525348cfa744b6802b69eb" } ,
{ file = "charset_normalizer-3.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e45ba65510e2647721e35323d6ef54c7974959f6081b58d4ef5d87c60c84919a" } ,
{ file = "charset_normalizer-3.4.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:046595208aae0120559a67693ecc65dd75d46f7bf687f159127046628178dc45" } ,
{ file = "charset_normalizer-3.4.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:75d10d37a47afee94919c4fab4c22b9bc2a8bf7d4f46f87363bcf0573f3ff4f5" } ,
{ file = "charset_normalizer-3.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6333b3aa5a12c26b2a4d4e7335a28f1475e0e5e17d69d55141ee3cab736f66d1" } ,
{ file = "charset_normalizer-3.4.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e8323a9b031aa0393768b87f04b4164a40037fb2a3c11ac06a03ffecd3618027" } ,
{ file = "charset_normalizer-3.4.2-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:24498ba8ed6c2e0b56d4acbf83f2d989720a93b41d712ebd4f4979660db4417b" } ,
{ file = "charset_normalizer-3.4.2-cp38-cp38-musllinux_1_2_i686.whl" , hash = "sha256:844da2b5728b5ce0e32d863af26f32b5ce61bc4273a9c720a9f3aa9df73b1455" } ,
{ file = "charset_normalizer-3.4.2-cp38-cp38-musllinux_1_2_ppc64le.whl" , hash = "sha256:65c981bdbd3f57670af8b59777cbfae75364b483fa8a9f420f08094531d54a01" } ,
{ file = "charset_normalizer-3.4.2-cp38-cp38-musllinux_1_2_s390x.whl" , hash = "sha256:3c21d4fca343c805a52c0c78edc01e3477f6dd1ad7c47653241cf2a206d4fc58" } ,
{ file = "charset_normalizer-3.4.2-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:dc7039885fa1baf9be153a0626e337aa7ec8bf96b0128605fb0d77788ddc1681" } ,
{ file = "charset_normalizer-3.4.2-cp38-cp38-win32.whl" , hash = "sha256:8272b73e1c5603666618805fe821edba66892e2870058c94c53147602eab29c7" } ,
{ file = "charset_normalizer-3.4.2-cp38-cp38-win_amd64.whl" , hash = "sha256:70f7172939fdf8790425ba31915bfbe8335030f05b9913d7ae00a87d4395620a" } ,
{ file = "charset_normalizer-3.4.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:005fa3432484527f9732ebd315da8da8001593e2cf46a3d817669f062c3d9ed4" } ,
{ file = "charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e92fca20c46e9f5e1bb485887d074918b13543b1c2a1185e69bb8d17ab6236a7" } ,
{ file = "charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:50bf98d5e563b83cc29471fa114366e6806bc06bc7a25fd59641e41445327836" } ,
{ file = "charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:721c76e84fe669be19c5791da68232ca2e05ba5185575086e384352e2c309597" } ,
{ file = "charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:82d8fd25b7f4675d0c47cf95b594d4e7b158aca33b76aa63d07186e13c0e0ab7" } ,
{ file = "charset_normalizer-3.4.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b3daeac64d5b371dea99714f08ffc2c208522ec6b06fbc7866a450dd446f5c0f" } ,
{ file = "charset_normalizer-3.4.2-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:dccab8d5fa1ef9bfba0590ecf4d46df048d18ffe3eec01eeb73a42e0d9e7a8ba" } ,
{ file = "charset_normalizer-3.4.2-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:aaf27faa992bfee0264dc1f03f4c75e9fcdda66a519db6b957a3f826e285cf12" } ,
{ file = "charset_normalizer-3.4.2-cp39-cp39-musllinux_1_2_ppc64le.whl" , hash = "sha256:eb30abc20df9ab0814b5a2524f23d75dcf83cde762c161917a2b4b7b55b1e518" } ,
{ file = "charset_normalizer-3.4.2-cp39-cp39-musllinux_1_2_s390x.whl" , hash = "sha256:c72fbbe68c6f32f251bdc08b8611c7b3060612236e960ef848e0a517ddbe76c5" } ,
{ file = "charset_normalizer-3.4.2-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:982bb1e8b4ffda883b3d0a521e23abcd6fd17418f6d2c4118d257a10199c0ce3" } ,
{ file = "charset_normalizer-3.4.2-cp39-cp39-win32.whl" , hash = "sha256:43e0933a0eff183ee85833f341ec567c0980dae57c464d8a508e1b2ceb336471" } ,
{ file = "charset_normalizer-3.4.2-cp39-cp39-win_amd64.whl" , hash = "sha256:d11b54acf878eef558599658b0ffca78138c8c3655cf4f3a4a673c437e67732e" } ,
{ file = "charset_normalizer-3.4.2-py3-none-any.whl" , hash = "sha256:7f56930ab0abd1c45cd15be65cc741c28b1c9a34876ce8c17a2fa107810c0af0" } ,
{ file = "charset_normalizer-3.4.2.tar.gz" , hash = "sha256:5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63" } ,
2023-09-01 07:56:02 -07:00
]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "cleo"
version = "2.1.0"
description = "Cleo allows you to create beautiful and testable command-line interfaces."
optional = false
python-versions = ">=3.7,<4.0"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "cleo-2.1.0-py3-none-any.whl" , hash = "sha256:4a31bd4dd45695a64ee3c4758f583f134267c2bc518d8ae9a29cf237d009b07e" } ,
{ file = "cleo-2.1.0.tar.gz" , hash = "sha256:0b2c880b5d13660a7ea651001fb4acb527696c01f15c9ee650f377aa543fd523" } ,
]
[ package . dependencies ]
crashtest = ">=0.4.1,<0.5.0"
rapidfuzz = ">=3.0.0,<4.0.0"
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "click"
2025-05-21 14:05:49 +00:00
version = "8.2.1"
2023-09-01 07:56:02 -07:00
description = "Composable command line interface toolkit"
optional = false
2025-05-15 15:45:45 +00:00
python-versions = ">=3.10"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-05-21 14:05:49 +00:00
{ file = "click-8.2.1-py3-none-any.whl" , hash = "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b" } ,
{ file = "click-8.2.1.tar.gz" , hash = "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ [ 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"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "colorama-0.4.6-py2.py3-none-any.whl" , hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" } ,
{ file = "colorama-0.4.6.tar.gz" , hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" } ,
]
2025-05-08 23:05:58 +00:00
markers = { main = "platform_system == \"Windows\"" }
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "coverage"
2025-07-24 23:19:00 +00:00
version = "7.10.0"
2023-09-01 07:56:02 -07:00
description = "Code coverage measurement for Python"
optional = false
2024-10-21 23:44:06 +00:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-07-24 23:19:00 +00:00
{ file = "coverage-7.10.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:cbd823f7ea5286c26406ad9e54268544d82f3d1cadb6d4f3b85e9877f0cab1ef" } ,
{ file = "coverage-7.10.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ab3f7a5dbaab937df0b9e9e8ec6eab235ba9a6f29d71fd3b24335affaed886cc" } ,
{ file = "coverage-7.10.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl" , hash = "sha256:8c63aaf850523d8cbe3f5f1a5c78f689b223797bef902635f2493ab43498f36c" } ,
{ file = "coverage-7.10.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl" , hash = "sha256:4c3133ce3fa84023f7c6921c4dca711be0b658784c5a51a797168229eae26172" } ,
{ file = "coverage-7.10.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:3747d1d0af85b17d3a156cd30e4bbacf893815e846dc6c07050e9769da2b138e" } ,
{ file = "coverage-7.10.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:241923b350437f6a7cb343d9df72998305ef940c3c40009f06e05029a047677c" } ,
{ file = "coverage-7.10.0-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:13e82e499309307104d58ac66f9eed237f7aaceab4325416645be34064d9a2be" } ,
{ file = "coverage-7.10.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:bf73cdde4f6c9cd4457b00bf1696236796ac3a241f859a55e0f84a4c58326a7f" } ,
{ file = "coverage-7.10.0-cp310-cp310-win32.whl" , hash = "sha256:2396e13275b37870a3345f58bce8b15a7e0a985771d13a4b16ce9129954e07d6" } ,
{ file = "coverage-7.10.0-cp310-cp310-win_amd64.whl" , hash = "sha256:9d45c7c71fb3d2da92ab893602e3f28f2d1560cec765a27e1824a6e0f7e92cfd" } ,
{ file = "coverage-7.10.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:4abc01843581a6f9dd72d4d15761861190973a2305416639435ef509288f7a04" } ,
{ file = "coverage-7.10.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:a2093297773111d7d748fe4a99b68747e57994531fb5c57bbe439af17c11c169" } ,
{ file = "coverage-7.10.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl" , hash = "sha256:58240e27815bf105bd975c2fd42e700839f93d5aad034ef976411193ca32dbfd" } ,
{ file = "coverage-7.10.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl" , hash = "sha256:d019eac999b40ad48521ea057958b07a9f549c0c6d257a20e5c7c4ba91af8d1c" } ,
{ file = "coverage-7.10.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:35e0a1f5454bc80faf4ceab10d1d48f025f92046c9c0f3bec2e1a9dda55137f8" } ,
{ file = "coverage-7.10.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:a93dd7759c416dd1cc754123b926d065055cb9a33b6699e64a1e5bdfae1ff459" } ,
{ file = "coverage-7.10.0-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:7b3d737266048368a6ffd68f1ecd662c54de56535c82eb8f98a55ac216a72cbd" } ,
{ file = "coverage-7.10.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:93227c2707cb0effd9163cd0d8f0d9ab628982f7a3e915d6d64c7107867b9a07" } ,
{ file = "coverage-7.10.0-cp311-cp311-win32.whl" , hash = "sha256:69270af3014ab3058ad6108c6d0e218166f568b5a7a070dc3d62c0a63aca1c4d" } ,
{ file = "coverage-7.10.0-cp311-cp311-win_amd64.whl" , hash = "sha256:43c16bbb661a7b4dafac0ab69e44d6dbcc6a64c4d93aefd89edc6f8911b6ab4a" } ,
{ file = "coverage-7.10.0-cp311-cp311-win_arm64.whl" , hash = "sha256:14e7c23fcb74ed808efb4eb48fcd25a759f0e20f685f83266d1df174860e4733" } ,
{ file = "coverage-7.10.0-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:a2adcfdaf3b4d69b0c64ad024fe9dd6996782b52790fb6033d90f36f39e287df" } ,
{ file = "coverage-7.10.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:2d7b27c2c0840e8eeff3f1963782bd9d3bc767488d2e67a31de18d724327f9f6" } ,
{ file = "coverage-7.10.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl" , hash = "sha256:0ed50429786e935517570b08576a661fd79032e6060985ab492b9d39ba8e66ee" } ,
{ file = "coverage-7.10.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl" , hash = "sha256:7171c139ab6571d70460ecf788b1dcaf376bfc75a42e1946b8c031d062bbbad4" } ,
{ file = "coverage-7.10.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:4a726aac7e6e406e403cdee4c443a13aed3ea3d67d856414c5beacac2e70c04e" } ,
{ file = "coverage-7.10.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:2886257481a14e953e96861a00c0fe7151117a523f0470a51e392f00640bba03" } ,
{ file = "coverage-7.10.0-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:536578b79521e59c385a2e0a14a5dc2a8edd58761a966d79368413e339fc9535" } ,
{ file = "coverage-7.10.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:77fae95558f7804a9ceefabf3c38ad41af1da92b39781b87197c6440dcaaa967" } ,
{ file = "coverage-7.10.0-cp312-cp312-win32.whl" , hash = "sha256:97803e14736493eb029558e1502fe507bd6a08af277a5c8eeccf05c3e970cb84" } ,
{ file = "coverage-7.10.0-cp312-cp312-win_amd64.whl" , hash = "sha256:4c73ab554e54ffd38d114d6bc4a7115fb0c840cf6d8622211bee3da26e4bd25d" } ,
{ file = "coverage-7.10.0-cp312-cp312-win_arm64.whl" , hash = "sha256:3ae95d5a9aedab853641026b71b2ddd01983a0a7e9bf870a20ef3c8f5d904699" } ,
{ file = "coverage-7.10.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:d883fee92b9245c0120fa25b5d36de71ccd4cfc29735906a448271e935d8d86d" } ,
{ file = "coverage-7.10.0-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:c87e59e88268d30e33d3665ede4fbb77b513981a2df0059e7c106ca3de537586" } ,
{ file = "coverage-7.10.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl" , hash = "sha256:f669d969f669a11d6ceee0b733e491d9a50573eb92a71ffab13b15f3aa2665d4" } ,
{ file = "coverage-7.10.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl" , hash = "sha256:9582bd6c6771300a847d328c1c4204e751dbc339a9e249eecdc48cada41f72e6" } ,
{ file = "coverage-7.10.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:91f97e9637dc7977842776fdb7ad142075d6fa40bc1b91cb73685265e0d31d32" } ,
{ file = "coverage-7.10.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:ae4fa92b6601a62367c6c9967ad32ad4e28a89af54b6bb37d740946b0e0534dd" } ,
{ file = "coverage-7.10.0-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:3a5cc8b97473e7b3623dd17a42d2194a2b49de8afecf8d7d03c8987237a9552c" } ,
{ file = "coverage-7.10.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:dc1cbb7f623250e047c32bd7aa1bb62ebc62608d5004d74df095e1059141ac88" } ,
{ file = "coverage-7.10.0-cp313-cp313-win32.whl" , hash = "sha256:1380cc5666d778e77f1587cd88cc317158111f44d54c0dd3975f0936993284e0" } ,
{ file = "coverage-7.10.0-cp313-cp313-win_amd64.whl" , hash = "sha256:bf03cf176af098ee578b754a03add4690b82bdfe070adfb5d192d0b1cd15cf82" } ,
{ file = "coverage-7.10.0-cp313-cp313-win_arm64.whl" , hash = "sha256:8041c78cd145088116db2329b2fb6e89dc338116c962fbe654b7e9f5d72ab957" } ,
{ file = "coverage-7.10.0-cp313-cp313t-macosx_10_13_x86_64.whl" , hash = "sha256:37cc2c06052771f48651160c080a86431884db9cd62ba622cab71049b90a95b3" } ,
{ file = "coverage-7.10.0-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:91f37270b16178b05fa107d85713d29bf21606e37b652d38646eef5f2dfbd458" } ,
{ file = "coverage-7.10.0-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl" , hash = "sha256:f9b0b0168864d09bcb9a3837548f75121645c4cfd0efce0eb994c221955c5b10" } ,
{ file = "coverage-7.10.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl" , hash = "sha256:df0be435d3b616e7d3ee3f9ebbc0d784a213986fe5dff9c6f1042ee7cfd30157" } ,
{ file = "coverage-7.10.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:35e9aba1c4434b837b1d567a533feba5ce205e8e91179c97974b28a14c23d3a0" } ,
{ file = "coverage-7.10.0-cp313-cp313t-musllinux_1_2_aarch64.whl" , hash = "sha256:a0b0c481e74dfad631bdc2c883e57d8b058e5c90ba8ef087600995daf7bbec18" } ,
{ file = "coverage-7.10.0-cp313-cp313t-musllinux_1_2_i686.whl" , hash = "sha256:8aec1b7c8922808a433c13cd44ace6fceac0609f4587773f6c8217a06102674b" } ,
{ file = "coverage-7.10.0-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:04ec59ceb3a594af0927f2e0d810e1221212abd9a2e6b5b917769ff48760b460" } ,
{ file = "coverage-7.10.0-cp313-cp313t-win32.whl" , hash = "sha256:b6871e62d29646eb9b3f5f92def59e7575daea1587db21f99e2b19561187abda" } ,
{ file = "coverage-7.10.0-cp313-cp313t-win_amd64.whl" , hash = "sha256:ff99cff2be44f78920b76803f782e91ffb46ccc7fa89eccccc0da3ca94285b64" } ,
{ file = "coverage-7.10.0-cp313-cp313t-win_arm64.whl" , hash = "sha256:3246b63501348fe47299d12c47a27cfc221cfbffa1c2d857bcc8151323a4ae4f" } ,
{ file = "coverage-7.10.0-cp314-cp314-macosx_10_13_x86_64.whl" , hash = "sha256:1f628d91f941a375b4503cb486148dbeeffb48e17bc080e0f0adfee729361574" } ,
{ file = "coverage-7.10.0-cp314-cp314-macosx_11_0_arm64.whl" , hash = "sha256:3a0e101d5af952d233557e445f42ebace20b06b4ceb615581595ced5386caa78" } ,
{ file = "coverage-7.10.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl" , hash = "sha256:ec4c1abbcc53f9f650acb14ea71725d88246a9e14ed42f8dd1b4e1b694e9d842" } ,
{ file = "coverage-7.10.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl" , hash = "sha256:9c95f3a7f041b4cc68a8e3fecfa6366170c13ac773841049f1cd19c8650094e0" } ,
{ file = "coverage-7.10.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:8a2cd597b69c16d24e310611f2ed6fcfb8f09429316038c03a57e7b4f5345244" } ,
{ file = "coverage-7.10.0-cp314-cp314-musllinux_1_2_aarch64.whl" , hash = "sha256:5e18591906a40c2b3609196c9879136aa4a47c5405052ca6b065ab10cb0b71d0" } ,
{ file = "coverage-7.10.0-cp314-cp314-musllinux_1_2_i686.whl" , hash = "sha256:485c55744252ed3f300cc1a0f5f365e684a0f2651a7aed301f7a67125906b80e" } ,
{ file = "coverage-7.10.0-cp314-cp314-musllinux_1_2_x86_64.whl" , hash = "sha256:4dabea1516e5b0e9577282b149c8015e4dceeb606da66fb8d9d75932d5799bf5" } ,
{ file = "coverage-7.10.0-cp314-cp314-win32.whl" , hash = "sha256:ac455f0537af22333fdc23b824cff81110dff2d47300bb2490f947b7c9a16017" } ,
{ file = "coverage-7.10.0-cp314-cp314-win_amd64.whl" , hash = "sha256:b3c94b532f52f95f36fbfde3e178510a4d04eea640b484b2fe8f1491338dc653" } ,
{ file = "coverage-7.10.0-cp314-cp314-win_arm64.whl" , hash = "sha256:2f807f2c3a9da99c80dfa73f09ef5fc3bd21e70c73ba1c538f23396a3a772252" } ,
{ file = "coverage-7.10.0-cp314-cp314t-macosx_10_13_x86_64.whl" , hash = "sha256:0a889ef25215990f65073c32cadf37483363a6a22914186dedc15a6b1a597d50" } ,
{ file = "coverage-7.10.0-cp314-cp314t-macosx_11_0_arm64.whl" , hash = "sha256:39c638ecf3123805bacbf71aff8091e93af490c676fca10ab4e442375076e483" } ,
{ file = "coverage-7.10.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl" , hash = "sha256:f2f2c0df0cbcf7dffa14f88a99c530cdef3f4fcfe935fa4f95d28be2e7ebc570" } ,
{ file = "coverage-7.10.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl" , hash = "sha256:048d19a5d641a2296745ab59f34a27b89a08c48d6d432685f22aac0ec1ea447f" } ,
{ file = "coverage-7.10.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:1209b65d302d7a762004be37ab9396cbd8c99525ed572bdf455477e3a9449e06" } ,
{ file = "coverage-7.10.0-cp314-cp314t-musllinux_1_2_aarch64.whl" , hash = "sha256:e44aa79a36a7a0aec6ea109905a4a7c28552d90f34e5941b36217ae9556657d5" } ,
{ file = "coverage-7.10.0-cp314-cp314t-musllinux_1_2_i686.whl" , hash = "sha256:96124be864b89395770c9a14652afcddbcdafb99466f53a9281c51d1466fb741" } ,
{ file = "coverage-7.10.0-cp314-cp314t-musllinux_1_2_x86_64.whl" , hash = "sha256:aad222e841f94b42bd1d6be71737fade66943853f0807cf87887c88f70883a2a" } ,
{ file = "coverage-7.10.0-cp314-cp314t-win32.whl" , hash = "sha256:0eed5354d28caa5c8ad60e07e938f253e4b2810ea7dd56784339b6ce98b6f104" } ,
{ file = "coverage-7.10.0-cp314-cp314t-win_amd64.whl" , hash = "sha256:3da35f9980058acb960b2644527cc3911f1e00f94d309d704b309fa984029109" } ,
{ file = "coverage-7.10.0-cp314-cp314t-win_arm64.whl" , hash = "sha256:cb9e138dfa8a4b5c52c92a537651e2ca4f2ca48d8cb1bc01a2cbe7a5773c2426" } ,
{ file = "coverage-7.10.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:cf283ec9c6878826291b17442eb5c32d3d252dc77d25e082b460b2d2ea67ba3c" } ,
{ file = "coverage-7.10.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:8a83488c9fc6fff487f2ab551f9b64c70672357b8949f0951b0cd778b3ed8165" } ,
{ file = "coverage-7.10.0-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl" , hash = "sha256:b86df3a7494d12338c11e59f210a0498d6109bbc3a4037f44de517ebb30a9c6b" } ,
{ file = "coverage-7.10.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl" , hash = "sha256:6de9b460809e5e4787b742e786a36ae2346a53982e2be317cdcb7a33c56412fb" } ,
{ file = "coverage-7.10.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:de5ef8a5954d63fa26a6aaa4600e48f885ce70fe495e8fce2c43aa9241fc9434" } ,
{ file = "coverage-7.10.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:f178fe5e96f1e057527d5d0b20ab76b8616e0410169c33716cc226118eaf2c4f" } ,
{ file = "coverage-7.10.0-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:4a38c42f0182a012fa9ec25bc6057e51114c1ba125be304f3f776d6d283cb303" } ,
{ file = "coverage-7.10.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:bf09beb5c1785cb36aad042455c0afab561399b74bb8cdaf6e82b7d77322df99" } ,
{ file = "coverage-7.10.0-cp39-cp39-win32.whl" , hash = "sha256:cb8dfbb5d3016cb8d1940444c0c69b40cdc6c8bde724b07716ee5ea47b5273c6" } ,
{ file = "coverage-7.10.0-cp39-cp39-win_amd64.whl" , hash = "sha256:58ff22653cd93d563110d1ff2aef958f5f21be9e917762f8124d0e36f80f172a" } ,
{ file = "coverage-7.10.0-py3-none-any.whl" , hash = "sha256:310a786330bb0463775c21d68e26e79973839b66d29e065c5787122b8dd4489f" } ,
{ file = "coverage-7.10.0.tar.gz" , hash = "sha256:2768885aef484b5dcde56262cbdfba559b770bfc46994fe9485dc3614c7a5867" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
2025-05-08 23:05:58 +00:00
toml = [ "tomli ; python_full_version <= \"3.11.0a6\"" ]
2023-09-01 07:56:02 -07:00
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "crashtest"
version = "0.4.1"
description = "Manage Python errors with ease"
optional = false
python-versions = ">=3.7,<4.0"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "crashtest-0.4.1-py3-none-any.whl" , hash = "sha256:8d23eac5fa660409f57472e3851dab7ac18aba459a8d19cbbba86d3d5aecd2a5" } ,
{ file = "crashtest-0.4.1.tar.gz" , hash = "sha256:80d7b1f316ebfbd429f648076d6275c877ba30ba48979de4191714a75266f0ce" } ,
]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "cryptography"
2025-07-02 23:49:04 +00:00
version = "45.0.5"
2023-09-01 07:56:02 -07:00
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
optional = false
2025-02-11 19:17:18 +00:00
python-versions = "!=3.9.0,!=3.9.1,>=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2025-02-11 19:17:18 +00:00
files = [
2025-07-02 23:49:04 +00:00
{ file = "cryptography-45.0.5-cp311-abi3-macosx_10_9_universal2.whl" , hash = "sha256:101ee65078f6dd3e5a028d4f19c07ffa4dd22cce6a20eaa160f8b5219911e7d8" } ,
{ file = "cryptography-45.0.5-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:3a264aae5f7fbb089dbc01e0242d3b67dffe3e6292e1f5182122bdf58e65215d" } ,
{ file = "cryptography-45.0.5-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:e74d30ec9c7cb2f404af331d5b4099a9b322a8a6b25c4632755c8757345baac5" } ,
{ file = "cryptography-45.0.5-cp311-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:3af26738f2db354aafe492fb3869e955b12b2ef2e16908c8b9cb928128d42c57" } ,
{ file = "cryptography-45.0.5-cp311-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl" , hash = "sha256:e6c00130ed423201c5bc5544c23359141660b07999ad82e34e7bb8f882bb78e0" } ,
{ file = "cryptography-45.0.5-cp311-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:dd420e577921c8c2d31289536c386aaa30140b473835e97f83bc71ea9d2baf2d" } ,
{ file = "cryptography-45.0.5-cp311-abi3-manylinux_2_34_aarch64.whl" , hash = "sha256:d05a38884db2ba215218745f0781775806bde4f32e07b135348355fe8e4991d9" } ,
{ file = "cryptography-45.0.5-cp311-abi3-manylinux_2_34_x86_64.whl" , hash = "sha256:ad0caded895a00261a5b4aa9af828baede54638754b51955a0ac75576b831b27" } ,
{ file = "cryptography-45.0.5-cp311-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:9024beb59aca9d31d36fcdc1604dd9bbeed0a55bface9f1908df19178e2f116e" } ,
{ file = "cryptography-45.0.5-cp311-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:91098f02ca81579c85f66df8a588c78f331ca19089763d733e34ad359f474174" } ,
{ file = "cryptography-45.0.5-cp311-abi3-win32.whl" , hash = "sha256:926c3ea71a6043921050eaa639137e13dbe7b4ab25800932a8498364fc1abec9" } ,
{ file = "cryptography-45.0.5-cp311-abi3-win_amd64.whl" , hash = "sha256:b85980d1e345fe769cfc57c57db2b59cff5464ee0c045d52c0df087e926fbe63" } ,
{ file = "cryptography-45.0.5-cp37-abi3-macosx_10_9_universal2.whl" , hash = "sha256:f3562c2f23c612f2e4a6964a61d942f891d29ee320edb62ff48ffb99f3de9ae8" } ,
{ file = "cryptography-45.0.5-cp37-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:3fcfbefc4a7f332dece7272a88e410f611e79458fab97b5efe14e54fe476f4fd" } ,
{ file = "cryptography-45.0.5-cp37-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:460f8c39ba66af7db0545a8c6f2eabcbc5a5528fc1cf6c3fa9a1e44cec33385e" } ,
{ file = "cryptography-45.0.5-cp37-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:9b4cf6318915dccfe218e69bbec417fdd7c7185aa7aab139a2c0beb7468c89f0" } ,
{ file = "cryptography-45.0.5-cp37-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl" , hash = "sha256:2089cc8f70a6e454601525e5bf2779e665d7865af002a5dec8d14e561002e135" } ,
{ file = "cryptography-45.0.5-cp37-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:0027d566d65a38497bc37e0dd7c2f8ceda73597d2ac9ba93810204f56f52ebc7" } ,
{ file = "cryptography-45.0.5-cp37-abi3-manylinux_2_34_aarch64.whl" , hash = "sha256:be97d3a19c16a9be00edf79dca949c8fa7eff621763666a145f9f9535a5d7f42" } ,
{ file = "cryptography-45.0.5-cp37-abi3-manylinux_2_34_x86_64.whl" , hash = "sha256:7760c1c2e1a7084153a0f68fab76e754083b126a47d0117c9ed15e69e2103492" } ,
{ file = "cryptography-45.0.5-cp37-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:6ff8728d8d890b3dda5765276d1bc6fb099252915a2cd3aff960c4c195745dd0" } ,
{ file = "cryptography-45.0.5-cp37-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:7259038202a47fdecee7e62e0fd0b0738b6daa335354396c6ddebdbe1206af2a" } ,
{ file = "cryptography-45.0.5-cp37-abi3-win32.whl" , hash = "sha256:1e1da5accc0c750056c556a93c3e9cb828970206c68867712ca5805e46dc806f" } ,
{ file = "cryptography-45.0.5-cp37-abi3-win_amd64.whl" , hash = "sha256:90cb0a7bb35959f37e23303b7eed0a32280510030daba3f7fdfbb65defde6a97" } ,
{ file = "cryptography-45.0.5-pp310-pypy310_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:206210d03c1193f4e1ff681d22885181d47efa1ab3018766a7b32a7b3d6e6afd" } ,
{ file = "cryptography-45.0.5-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:c648025b6840fe62e57107e0a25f604db740e728bd67da4f6f060f03017d5097" } ,
{ file = "cryptography-45.0.5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:b8fa8b0a35a9982a3c60ec79905ba5bb090fc0b9addcfd3dc2dd04267e45f25e" } ,
{ file = "cryptography-45.0.5-pp310-pypy310_pp73-manylinux_2_34_aarch64.whl" , hash = "sha256:14d96584701a887763384f3c47f0ca7c1cce322aa1c31172680eb596b890ec30" } ,
{ file = "cryptography-45.0.5-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl" , hash = "sha256:57c816dfbd1659a367831baca4b775b2a5b43c003daf52e9d57e1d30bc2e1b0e" } ,
{ file = "cryptography-45.0.5-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:b9e38e0a83cd51e07f5a48ff9691cae95a79bea28fe4ded168a8e5c6c77e819d" } ,
{ file = "cryptography-45.0.5-pp311-pypy311_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:8c4a6ff8a30e9e3d38ac0539e9a9e02540ab3f827a3394f8852432f6b0ea152e" } ,
{ file = "cryptography-45.0.5-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:bd4c45986472694e5121084c6ebbd112aa919a25e783b87eb95953c9573906d6" } ,
{ file = "cryptography-45.0.5-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:982518cd64c54fcada9d7e5cf28eabd3ee76bd03ab18e08a48cad7e8b6f31b18" } ,
{ file = "cryptography-45.0.5-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl" , hash = "sha256:12e55281d993a793b0e883066f590c1ae1e802e3acb67f8b442e721e475e6463" } ,
{ file = "cryptography-45.0.5-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl" , hash = "sha256:5aa1e32983d4443e310f726ee4b071ab7569f58eedfdd65e9675484a4eb67bd1" } ,
{ file = "cryptography-45.0.5-pp311-pypy311_pp73-win_amd64.whl" , hash = "sha256:e357286c1b76403dd384d938f93c46b2b058ed4dfcdce64a770f0537ed3feb6f" } ,
{ file = "cryptography-45.0.5.tar.gz" , hash = "sha256:72e76caa004ab63accdf26023fccd1d087f6d90ec6048ff33ad0445abf7f605a" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2025-05-19 23:23:01 +00:00
cffi = { version = ">=1.14" , markers = "platform_python_implementation != \"PyPy\"" }
2023-09-01 07:56:02 -07:00
[ package . extras ]
2025-05-19 23:23:01 +00:00
docs = [ "sphinx (>=5.3.0)" , "sphinx-inline-tabs ; python_full_version >= \"3.8.0\"" , "sphinx-rtd-theme (>=3.0.0) ; python_full_version >= \"3.8.0\"" ]
2025-02-11 19:17:18 +00:00
docstest = [ "pyenchant (>=3)" , "readme-renderer (>=30.0)" , "sphinxcontrib-spelling (>=7.3.1)" ]
2025-05-19 23:23:01 +00:00
nox = [ "nox (>=2024.4.15)" , "nox[uv] (>=2024.3.2) ; python_full_version >= \"3.8.0\"" ]
pep8test = [ "check-sdist ; python_full_version >= \"3.8.0\"" , "click (>=8.0.1)" , "mypy (>=1.4)" , "ruff (>=0.3.6)" ]
2025-02-11 19:17:18 +00:00
sdist = [ "build (>=1.0.0)" ]
2023-09-01 07:56:02 -07:00
ssh = [ "bcrypt (>=3.1.5)" ]
2025-07-02 23:49:04 +00:00
test = [ "certifi (>=2024)" , "cryptography-vectors (==45.0.5)" , "pretend (>=0.7)" , "pytest (>=7.4.0)" , "pytest-benchmark (>=4.0)" , "pytest-cov (>=2.10.1)" , "pytest-xdist (>=3.5.0)" ]
2023-09-01 07:56:02 -07:00
test-randomorder = [ "pytest-randomly" ]
[ [ package ] ]
name = "cyclonedx-python-lib"
2025-04-16 17:45:32 -04:00
version = "9.1.0"
2024-01-09 14:51:51 +00:00
description = "Python library for CycloneDX"
2023-09-01 07:56:02 -07:00
optional = false
2024-05-31 08:56:11 -07:00
python-versions = "<4.0,>=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-04-16 17:45:32 -04:00
{ file = "cyclonedx_python_lib-9.1.0-py3-none-any.whl" , hash = "sha256:55693fca8edaecc3363b24af14e82cc6e659eb1e8353e58b587c42652ce0fb52" } ,
{ file = "cyclonedx_python_lib-9.1.0.tar.gz" , hash = "sha256:86935f2c88a7b47a529b93c724dbd3e903bc573f6f8bd977628a7ca1b5dadea1" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2023-09-12 13:05:37 -07:00
license-expression = ">=30,<31"
2024-03-08 15:00:48 -08:00
packageurl-python = ">=0.11,<2"
2025-04-16 17:45:32 -04:00
py-serializable = ">=2.0.0,<3.0.0"
2023-09-01 07:56:02 -07:00
sortedcontainers = ">=2.4.0,<3.0.0"
2024-01-09 14:51:51 +00:00
[ package . extras ]
json-validation = [ "jsonschema[format] (>=4.18,<5.0)" ]
validation = [ "jsonschema[format] (>=4.18,<5.0)" , "lxml (>=4,<6)" ]
xml-validation = [ "lxml (>=4,<6)" ]
2023-09-01 07:56:02 -07:00
[ [ 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.*"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "defusedxml-0.7.1-py2.py3-none-any.whl" , hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61" } ,
{ file = "defusedxml-0.7.1.tar.gz" , hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69" } ,
]
2024-05-20 12:04:25 -04:00
[ [ package ] ]
name = "detect-secrets"
version = "1.5.0"
description = "Tool for detecting secrets in the codebase"
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2024-05-20 12:04:25 -04:00
files = [
{ file = "detect_secrets-1.5.0-py3-none-any.whl" , hash = "sha256:e24e7b9b5a35048c313e983f76c4bd09dad89f045ff059e354f9943bf45aa060" } ,
{ file = "detect_secrets-1.5.0.tar.gz" , hash = "sha256:6bb46dcc553c10df51475641bb30fd69d25645cc12339e46c824c1e0c388898a" } ,
]
[ package . dependencies ]
pyyaml = "*"
requests = "*"
[ package . extras ]
gibberish = [ "gibberish-detector" ]
word-list = [ "pyahocorasick" ]
2023-11-10 11:08:52 -08:00
[ [ package ] ]
name = "distlib"
2025-07-23 15:01:03 -07:00
version = "0.4.0"
2023-11-10 11:08:52 -08:00
description = "Distribution utilities"
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-11-10 11:08:52 -08:00
files = [
2025-07-23 15:01:03 -07:00
{ file = "distlib-0.4.0-py2.py3-none-any.whl" , hash = "sha256:9659f7d87e46584a30b5780e43ac7a2143098441670ff0a49d5f9034c54a6c16" } ,
{ file = "distlib-0.4.0.tar.gz" , hash = "sha256:feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d" } ,
2023-11-10 11:08:52 -08:00
]
2024-09-30 10:13:12 -04:00
[ [ package ] ]
name = "docutils"
version = "0.16"
description = "Docutils -- Python Documentation Utilities"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2024-09-30 10:13:12 -04:00
files = [
{ file = "docutils-0.16-py2.py3-none-any.whl" , hash = "sha256:0c5b78adfbf7762415433f5515cd5c9e762339e23369dbe8000d84a4bf4ab3af" } ,
{ file = "docutils-0.16.tar.gz" , hash = "sha256:c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc" } ,
]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "dulwich"
version = "0.22.8"
description = "Python Git Library"
optional = false
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "dulwich-0.22.8-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:546176d18b8cc0a492b0f23f07411e38686024cffa7e9d097ae20512a2e57127" } ,
{ file = "dulwich-0.22.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7d2434dd72b2ae09b653c9cfe6764a03c25cfbd99fbbb7c426f0478f6fb1100f" } ,
{ file = "dulwich-0.22.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fe8318bc0921d42e3e69f03716f983a301b5ee4c8dc23c7f2c5bbb28581257a9" } ,
{ file = "dulwich-0.22.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c7a0f96a2a87f3b4f7feae79d2ac6b94107d6b7d827ac08f2f331b88c8f597a1" } ,
{ file = "dulwich-0.22.8-cp310-cp310-win32.whl" , hash = "sha256:432a37b25733202897b8d67cdd641688444d980167c356ef4e4dd15a17a39a24" } ,
{ file = "dulwich-0.22.8-cp310-cp310-win_amd64.whl" , hash = "sha256:f3a15e58dac8b8a76073ddca34e014f66f3672a5540a99d49ef6a9c09ab21285" } ,
{ file = "dulwich-0.22.8-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:0852edc51cff4f4f62976bdaa1d82f6ef248356c681c764c0feb699bc17d5782" } ,
{ file = "dulwich-0.22.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:826aae8b64ac1a12321d6b272fc13934d8f62804fda2bc6ae46f93f4380798eb" } ,
{ file = "dulwich-0.22.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f7ae726f923057d36cdbb9f4fb7da0d0903751435934648b13f1b851f0e38ea1" } ,
{ file = "dulwich-0.22.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6987d753227f55cf75ba29a8dab69d1d83308ce483d7a8c6d223086f7a42e125" } ,
{ file = "dulwich-0.22.8-cp311-cp311-win32.whl" , hash = "sha256:7757b4a2aad64c6f1920082fc1fccf4da25c3923a0ae7b242c08d06861dae6e1" } ,
{ file = "dulwich-0.22.8-cp311-cp311-win_amd64.whl" , hash = "sha256:12b243b7e912011c7225dc67480c313ac8d2990744789b876016fb593f6f3e19" } ,
{ file = "dulwich-0.22.8-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:d81697f74f50f008bb221ab5045595f8a3b87c0de2c86aa55be42ba97421f3cd" } ,
{ file = "dulwich-0.22.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7bff1da8e2e6a607c3cb45f5c2e652739589fe891245e1d5b770330cdecbde41" } ,
{ file = "dulwich-0.22.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9969099e15b939d3936f8bee8459eaef7ef5a86cd6173393a17fe28ca3d38aff" } ,
{ file = "dulwich-0.22.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:017152c51b9a613f0698db28c67cf3e0a89392d28050dbf4f4ac3f657ea4c0dc" } ,
{ file = "dulwich-0.22.8-cp312-cp312-win32.whl" , hash = "sha256:ee70e8bb8798b503f81b53f7a103cb869c8e89141db9005909f79ab1506e26e9" } ,
{ file = "dulwich-0.22.8-cp312-cp312-win_amd64.whl" , hash = "sha256:dc89c6f14dcdcbfee200b0557c59ae243835e42720be143526d834d0e53ed3af" } ,
{ file = "dulwich-0.22.8-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:dbade3342376be1cd2409539fe1b901d2d57a531106bbae204da921ef4456a74" } ,
{ file = "dulwich-0.22.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:71420ffb6deebc59b2ce875e63d814509f9c1dc89c76db962d547aebf15670c7" } ,
{ file = "dulwich-0.22.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a626adbfac44646a125618266a24133763bdc992bf8bd0702910d67e6b994443" } ,
{ file = "dulwich-0.22.8-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0f1476c9c4e4ede95714d06c4831883a26680e37b040b8b6230f506e5ba39f51" } ,
{ file = "dulwich-0.22.8-cp313-cp313-win32.whl" , hash = "sha256:b2b31913932bb5bd41658dd398b33b1a2d4d34825123ad54e40912cfdfe60003" } ,
{ file = "dulwich-0.22.8-cp313-cp313-win_amd64.whl" , hash = "sha256:7a44e5a61a7989aca1e301d39cfb62ad2f8853368682f524d6e878b4115d823d" } ,
{ file = "dulwich-0.22.8-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f9cd0c67fb44a38358b9fcabee948bf11044ef6ce7a129e50962f54c176d084e" } ,
{ file = "dulwich-0.22.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5b79b94726c3f4a9e5a830c649376fd0963236e73142a4290bac6bc9fc9cb120" } ,
{ file = "dulwich-0.22.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:16bbe483d663944972e22d64e1f191201123c3b5580fbdaac6a4f66bfaa4fc11" } ,
{ file = "dulwich-0.22.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e02d403af23d93dc1f96eb2408e25efd50046e38590a88c86fa4002adc9849b0" } ,
{ file = "dulwich-0.22.8-cp39-cp39-win32.whl" , hash = "sha256:8bdd9543a77fb01be704377f5e634b71f955fec64caa4a493dc3bfb98e3a986e" } ,
{ file = "dulwich-0.22.8-cp39-cp39-win_amd64.whl" , hash = "sha256:3b6757c6b3ba98212b854a766a4157b9cb79a06f4e1b06b46dec4bd834945b8e" } ,
{ file = "dulwich-0.22.8-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:7bb18fa09daa1586c1040b3e2777d38d4212a5cdbe47d384ba66a1ac336fcc4c" } ,
{ file = "dulwich-0.22.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2b2fda8e87907ed304d4a5962aea0338366144df0df60f950b8f7f125871707f" } ,
{ file = "dulwich-0.22.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1748cd573a0aee4d530bc223a23ccb8bb5b319645931a37bd1cfb68933b720c1" } ,
{ file = "dulwich-0.22.8-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a631b2309feb9a9631eabd896612ba36532e3ffedccace57f183bb868d7afc06" } ,
{ file = "dulwich-0.22.8-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:00e7d9a3d324f9e0a1b27880eec0e8e276ff76519621b66c1a429ca9eb3f5a8d" } ,
{ file = "dulwich-0.22.8-pp311-pypy311_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:f8aa3de93201f9e3e40198725389aa9554a4ee3318a865f96a8e9bc9080f0b25" } ,
{ file = "dulwich-0.22.8-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1e8da9dd8135884975f5be0563ede02179240250e11f11942801ae31ac293f37" } ,
{ file = "dulwich-0.22.8-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4fc5ce2435fb3abdf76f1acabe48f2e4b3f7428232cadaef9daaf50ea7fa30ee" } ,
{ file = "dulwich-0.22.8-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:982b21cc3100d959232cadb3da0a478bd549814dd937104ea50f43694ec27153" } ,
{ file = "dulwich-0.22.8-pp311-pypy311_pp73-win_amd64.whl" , hash = "sha256:6bde2b13a05cc0ec2ecd4597a99896663544c40af1466121f4d046119b874ce3" } ,
{ file = "dulwich-0.22.8-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:6d446cb7d272a151934ad4b48ba691f32486d5267cf2de04ee3b5e05fc865326" } ,
{ file = "dulwich-0.22.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5f6338e6cf95cd76a0191b3637dc3caed1f988ae84d8e75f876d5cd75a8dd81a" } ,
{ file = "dulwich-0.22.8-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e004fc532ea262f2d5f375068101ca4792becb9d4aa663b050f5ac31fda0bb5c" } ,
{ file = "dulwich-0.22.8-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6bfdbc6fa477dee00d04e22d43a51571cd820cfaaaa886f0f155b8e29b3e3d45" } ,
{ file = "dulwich-0.22.8-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:ae900c8e573f79d714c1d22b02cdadd50b64286dd7203028f0200f82089e4950" } ,
{ file = "dulwich-0.22.8-py3-none-any.whl" , hash = "sha256:ffc7a02e62b72884de58baaa3b898b7f6427893e79b1289ffa075092efe59181" } ,
{ file = "dulwich-0.22.8.tar.gz" , hash = "sha256:701547310415de300269331abe29cb5717aa1ea377af826bf513d0adfb1c209b" } ,
]
[ package . dependencies ]
urllib3 = ">=1.25"
[ package . extras ]
dev = [ "mypy (==1.15.0)" , "ruff (==0.9.7)" ]
fastimport = [ "fastimport" ]
https = [ "urllib3 (>=1.24.1)" ]
paramiko = [ "paramiko" ]
pgp = [ "gpg" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "et-xmlfile"
2024-10-30 09:36:22 -04:00
version = "2.0.0"
2023-09-01 07:56:02 -07:00
description = "An implementation of lxml.xmlfile for the standard library"
optional = false
2024-10-30 09:36:22 -04:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2024-10-30 09:36:22 -04:00
{ file = "et_xmlfile-2.0.0-py3-none-any.whl" , hash = "sha256:7a91720bc756843502c3b7504c77b8fe44217c85c537d85037f0f536151b2caa" } ,
{ file = "et_xmlfile-2.0.0.tar.gz" , hash = "sha256:dab3f4764309081ce75662649be815c4c9081e88f0837825f90fd28317d4da54" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "exceptiongroup"
2025-05-15 15:36:13 +00:00
version = "1.3.0"
2023-09-01 07:56:02 -07:00
description = "Backport of PEP 654 (exception groups)"
optional = false
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-05-15 15:36:13 +00:00
{ file = "exceptiongroup-1.3.0-py3-none-any.whl" , hash = "sha256:4d111e6e0c13d0644cad6ddaa7ed0261a0b36971f6d23e7ec9b4b9097da78a10" } ,
{ file = "exceptiongroup-1.3.0.tar.gz" , hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88" } ,
2023-09-01 07:56:02 -07:00
]
2025-07-30 12:24:16 -04:00
[ package . dependencies ]
typing-extensions = { version = ">=4.6.0" , markers = "python_version < \"3.13\"" }
2023-09-01 07:56:02 -07:00
[ package . extras ]
test = [ "pytest (>=6)" ]
[ [ package ] ]
name = "execnet"
2024-04-08 12:21:26 -07:00
version = "2.1.1"
2023-09-01 07:56:02 -07:00
description = "execnet: rapid multi-Python deployment"
optional = false
2024-04-08 12:21:26 -07:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2024-04-08 12:21:26 -07:00
{ file = "execnet-2.1.1-py3-none-any.whl" , hash = "sha256:26dee51f1b80cebd6d0ca8e74dd8745419761d3bef34163928cbebbdc4749fdc" } ,
{ file = "execnet-2.1.1.tar.gz" , hash = "sha256:5189b52c6121c24feae288166ab41b32549c7e2348652736540b9e6e7d4e72e3" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
testing = [ "hatch" , "pre-commit" , "pytest" , "tox" ]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "fastjsonschema"
version = "2.21.1"
description = "Fastest Python implementation of JSON schema"
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "fastjsonschema-2.21.1-py3-none-any.whl" , hash = "sha256:c9e5b7e908310918cf494a434eeb31384dd84a98b57a30bcb1f535015b554667" } ,
{ file = "fastjsonschema-2.21.1.tar.gz" , hash = "sha256:794d4f0a58f848961ba16af7b9c85a3e88cd360df008c59aac6fc5ae9323b5d4" } ,
]
[ package . extras ]
devel = [ "colorama" , "json-spec" , "jsonschema" , "pylint" , "pytest" , "pytest-benchmark" , "pytest-cache" , "validictory" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "filelock"
2025-03-31 09:24:10 -07:00
version = "3.18.0"
2023-09-01 07:56:02 -07:00
description = "A platform independent file lock."
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-31 09:24:10 -07:00
{ file = "filelock-3.18.0-py3-none-any.whl" , hash = "sha256:c401f4f8377c4464e6db25fff06205fd89bdd83b65eb0488ed1b160f780e21de" } ,
{ file = "filelock-3.18.0.tar.gz" , hash = "sha256:adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
2025-03-31 09:24:10 -07:00
docs = [ "furo (>=2024.8.6)" , "sphinx (>=8.1.3)" , "sphinx-autodoc-typehints (>=3)" ]
testing = [ "covdefaults (>=2.3)" , "coverage (>=7.6.10)" , "diff-cover (>=9.2.1)" , "pytest (>=8.3.4)" , "pytest-asyncio (>=0.25.2)" , "pytest-cov (>=6)" , "pytest-mock (>=3.14)" , "pytest-timeout (>=2.3.1)" , "virtualenv (>=20.28.1)" ]
2025-05-08 23:05:58 +00:00
typing = [ "typing-extensions (>=4.12.2) ; python_version < \"3.11\"" ]
2023-09-01 07:56:02 -07:00
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "findpython"
version = "0.6.3"
description = "A utility to find python versions on your system"
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "findpython-0.6.3-py3-none-any.whl" , hash = "sha256:a85bb589b559cdf1b87227cc233736eb7cad894b9e68021ee498850611939ebc" } ,
{ file = "findpython-0.6.3.tar.gz" , hash = "sha256:5863ea55556d8aadc693481a14ac4f3624952719efc1c5591abb0b4a9e965c94" } ,
]
[ package . dependencies ]
packaging = ">=20"
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "flake8"
2025-06-20 23:09:09 +00:00
version = "7.3.0"
2023-09-01 07:56:02 -07:00
description = "the modular source code checker: pep8 pyflakes and co"
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-06-20 23:09:09 +00:00
{ file = "flake8-7.3.0-py2.py3-none-any.whl" , hash = "sha256:b9696257b9ce8beb888cdbe31cf885c90d31928fe202be0889a7cdafad32f01e" } ,
{ file = "flake8-7.3.0.tar.gz" , hash = "sha256:fe044858146b9fc69b551a4b490d69cf960fcb78ad1edcb84e7fbb1b4a8e3872" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
mccabe = ">=0.7.0,<0.8.0"
2025-06-20 23:09:09 +00:00
pycodestyle = ">=2.14.0,<2.15.0"
pyflakes = ">=3.4.0,<3.5.0"
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "flake8-bugbear"
2025-03-28 19:06:58 +00:00
version = "24.12.12"
2023-09-01 07:56:02 -07:00
description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle."
optional = false
python-versions = ">=3.8.1"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-28 19:06:58 +00:00
{ file = "flake8_bugbear-24.12.12-py3-none-any.whl" , hash = "sha256:1b6967436f65ca22a42e5373aaa6f2d87966ade9aa38d4baf2a1be550767545e" } ,
{ file = "flake8_bugbear-24.12.12.tar.gz" , hash = "sha256:46273cef0a6b6ff48ca2d69e472f41420a42a46e24b2a8972e4f0d6733d12a64" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2025-03-28 19:06:58 +00:00
attrs = ">=22.2.0"
2023-09-01 07:56:02 -07:00
flake8 = ">=6.0.0"
[ package . extras ]
dev = [ "coverage" , "hypothesis" , "hypothesmith (>=0.2)" , "pre-commit" , "pytest" , "tox" ]
2023-09-06 10:57:38 -04:00
[ [ package ] ]
name = "flake8-plugin-utils"
version = "1.3.3"
description = "The package provides base classes and utils for flake8 plugin writing"
optional = false
python-versions = ">=3.6,<4.0"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-06 10:57:38 -04:00
files = [
{ file = "flake8-plugin-utils-1.3.3.tar.gz" , hash = "sha256:39f6f338d038b301c6fd344b06f2e81e382b68fa03c0560dff0d9b1791a11a2c" } ,
{ file = "flake8_plugin_utils-1.3.3-py3-none-any.whl" , hash = "sha256:e4848c57d9d50f19100c2d75fa794b72df068666a9041b4b0409be923356a3ed" } ,
]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "flake8-print"
version = "5.0.0"
description = "print statement checker plugin for flake8"
optional = false
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "flake8-print-5.0.0.tar.gz" , hash = "sha256:76915a2a389cc1c0879636c219eb909c38501d3a43cc8dae542081c9ba48bdf9" } ,
{ file = "flake8_print-5.0.0-py3-none-any.whl" , hash = "sha256:84a1a6ea10d7056b804221ac5e62b1cee1aefc897ce16f2e5c42d3046068f5d8" } ,
]
[ package . dependencies ]
flake8 = ">=3.0"
pycodestyle = "*"
2023-09-06 10:57:38 -04:00
[ [ package ] ]
name = "flake8-pytest-style"
2025-03-26 23:50:21 +00:00
version = "2.1.0"
2023-09-06 10:57:38 -04:00
description = "A flake8 plugin checking common style issues or inconsistencies with pytest-based tests."
optional = false
2025-03-26 23:50:21 +00:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-06 10:57:38 -04:00
files = [
2025-03-26 23:50:21 +00:00
{ file = "flake8_pytest_style-2.1.0-py3-none-any.whl" , hash = "sha256:a0d6dddcd533bfc13f19b8445907be0330c5e6ccf7090bcd9d5fa5a0b1b65e71" } ,
{ file = "flake8_pytest_style-2.1.0.tar.gz" , hash = "sha256:fee6befdb5915d600ef24e38d48a077d0dcffb032945ae0169486e7ff8a1079a" } ,
2023-09-06 10:57:38 -04:00
]
[ package . dependencies ]
flake8-plugin-utils = ">=1.3.2,<2.0.0"
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "flask"
2025-05-13 20:43:45 +00:00
version = "3.1.1"
2023-09-01 07:56:02 -07:00
description = "A simple framework for building complex web applications."
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-05-13 20:43:45 +00:00
{ file = "flask-3.1.1-py3-none-any.whl" , hash = "sha256:07aae2bb5eaf77993ef57e357491839f5fd9f4dc281593a81a9e4d79a24f295c" } ,
{ file = "flask-3.1.1.tar.gz" , hash = "sha256:284c7b8f2f58cb737f0cf1c30fd7eaf0ccfcde196099d24ecede3fc2005aa59e" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2025-05-13 20:43:45 +00:00
blinker = ">=1.9.0"
2023-09-01 07:56:02 -07:00
click = ">=8.1.3"
2025-05-13 20:43:45 +00:00
itsdangerous = ">=2.2.0"
jinja2 = ">=3.1.2"
markupsafe = ">=2.1.1"
werkzeug = ">=3.1.0"
2023-09-01 07:56:02 -07:00
[ package . extras ]
async = [ "asgiref (>=3.2)" ]
dotenv = [ "python-dotenv" ]
[ [ package ] ]
name = "flask-basicauth"
version = "0.2.0"
description = "HTTP basic access authentication for Flask."
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "Flask-BasicAuth-0.2.0.tar.gz" , hash = "sha256:df5ebd489dc0914c224419da059d991eb72988a01cdd4b956d52932ce7d501ff" } ,
]
[ package . dependencies ]
Flask = "*"
[ [ package ] ]
name = "flask-login"
2023-10-30 16:25:15 -04:00
version = "0.6.3"
2023-09-01 07:56:02 -07:00
description = "User authentication and session management for Flask."
optional = false
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2023-10-30 16:25:15 -04:00
{ file = "Flask-Login-0.6.3.tar.gz" , hash = "sha256:5e23d14a607ef12806c699590b89d0f0e0d67baeec599d75947bf9c147330333" } ,
{ file = "Flask_Login-0.6.3-py3-none-any.whl" , hash = "sha256:849b25b82a436bf830a054e74214074af59097171562ab10bfa999e6b78aae5d" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
Flask = ">=1.0.4"
Werkzeug = ">=1.0.1"
[ [ package ] ]
name = "flask-redis"
version = "0.4.0"
description = "A nice way to use Redis in your Flask app"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "flask-redis-0.4.0.tar.gz" , hash = "sha256:e1fccc11e7ea35c2a4d68c0b9aa58226a098e45e834d615c7b6c4928b01ddd6c" } ,
{ file = "flask_redis-0.4.0-py2.py3-none-any.whl" , hash = "sha256:8d79eef4eb1217095edab603acc52f935b983ae4b7655ee7c82c0dfd87315d17" } ,
]
[ package . dependencies ]
Flask = ">=0.8"
redis = ">=2.7.6"
[ package . extras ]
dev = [ "coverage" , "pre-commit" , "pytest" , "pytest-mock" ]
tests = [ "coverage" , "pytest" , "pytest-mock" ]
[ [ package ] ]
name = "flask-talisman"
version = "1.1.0"
description = "HTTP security headers for Flask."
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "flask-talisman-1.1.0.tar.gz" , hash = "sha256:c5f486f5f54420729f84b3c3850cd63f96e8b033a9629bee66c524ea363797ff" } ,
{ file = "flask_talisman-1.1.0-py2.py3-none-any.whl" , hash = "sha256:3c42b610ebe49b0e35ca150e179bf51aa1da01e4635b49a674868ea681046208" } ,
]
[ [ package ] ]
name = "flask-wtf"
2024-10-30 09:36:22 -04:00
version = "1.2.2"
2023-09-01 07:56:02 -07:00
description = "Form rendering, validation, and CSRF protection for Flask with WTForms."
optional = false
2024-10-30 09:36:22 -04:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2024-10-30 09:36:22 -04:00
{ file = "flask_wtf-1.2.2-py3-none-any.whl" , hash = "sha256:e93160c5c5b6b571cf99300b6e01b72f9a101027cab1579901f8b10c5daf0b70" } ,
{ file = "flask_wtf-1.2.2.tar.gz" , hash = "sha256:79d2ee1e436cf570bccb7d916533fa18757a2f18c290accffab1b9a0b684666b" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2023-10-11 14:32:40 +00:00
flask = "*"
2023-09-01 07:56:02 -07:00
itsdangerous = "*"
2023-10-11 14:32:40 +00:00
wtforms = "*"
2023-09-01 07:56:02 -07:00
[ package . extras ]
email = [ "email-validator" ]
[ [ package ] ]
name = "freezegun"
2025-07-15 12:52:15 +00:00
version = "1.5.3"
2023-09-01 07:56:02 -07:00
description = "Let your Python tests travel through time"
optional = false
2025-05-27 17:52:22 +00:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-07-15 12:52:15 +00:00
{ file = "freezegun-1.5.3-py3-none-any.whl" , hash = "sha256:1ce20ee4be61349ba52c3af64f5eaba8d08ff51acfcf1b3ea671f03e54c818f1" } ,
{ file = "freezegun-1.5.3.tar.gz" , hash = "sha256:d7c6204e33a50affd7c7aa284f4f92e04e96f72d63313b89ceaaf60d9c64bc5e" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
python-dateutil = ">=2.7"
[ [ package ] ]
name = "geojson"
2025-03-31 09:24:10 -07:00
version = "3.2.0"
2023-09-01 07:56:02 -07:00
description = "Python bindings and utilities for GeoJSON"
optional = false
2023-11-10 09:10:56 -08:00
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-31 09:24:10 -07:00
{ file = "geojson-3.2.0-py3-none-any.whl" , hash = "sha256:69d14156469e13c79479672eafae7b37e2dcd19bdfd77b53f74fa8fe29910b52" } ,
{ file = "geojson-3.2.0.tar.gz" , hash = "sha256:b860baba1e8c6f71f8f5f6e3949a694daccf40820fa8f138b3f712bd85804903" } ,
2023-09-01 07:56:02 -07:00
]
2025-07-28 09:21:46 -07:00
[ [ package ] ]
name = "gevent"
version = "25.5.1"
description = "Coroutine-based network library"
optional = false
python-versions = ">=3.9"
groups = [ "main" ]
files = [
{ file = "gevent-25.5.1-cp310-cp310-macosx_11_0_universal2.whl" , hash = "sha256:8e5a0fab5e245b15ec1005b3666b0a2e867c26f411c8fe66ae1afe07174a30e9" } ,
{ file = "gevent-25.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c7b80a37f2fb45ee4a8f7e64b77dd8a842d364384046e394227b974a4e9c9a52" } ,
{ file = "gevent-25.5.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:29ab729d50ae85077a68e0385f129f5b01052d01a0ae6d7fdc1824f5337905e4" } ,
{ file = "gevent-25.5.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:80d20592aeabcc4e294fd441fd43d45cb537437fd642c374ea9d964622fad229" } ,
{ file = "gevent-25.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a8ba0257542ccbb72a8229dc34d00844ccdfba110417e4b7b34599548d0e20e9" } ,
{ file = "gevent-25.5.1-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:cad0821dff998c7c60dd238f92cd61380342c47fb9e92e1a8705d9b5ac7c16e8" } ,
{ file = "gevent-25.5.1-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:017a7384c0cd1a5907751c991535a0699596e89725468a7fc39228312e10efa1" } ,
{ file = "gevent-25.5.1-cp310-cp310-win_amd64.whl" , hash = "sha256:469c86d02fccad7e2a3d82fe22237e47ecb376fbf4710bc18747b49c50716817" } ,
{ file = "gevent-25.5.1-cp311-cp311-macosx_11_0_universal2.whl" , hash = "sha256:12380aba5c316e9ff53cc21d8ab80f4a91c0df3ada58f65d4f5eb2cf693db00e" } ,
{ file = "gevent-25.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7f0694daab1a041b69a53f53c2141c12994892b2503870515cabe6a5dbd2a928" } ,
{ file = "gevent-25.5.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2797885e9aeffdc98e1846723e5aa212e7ce53007dbef40d6fd2add264235c41" } ,
{ file = "gevent-25.5.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cde6aaac36b54332e10ea2a5bc0de6a8aba6c205c92603fe4396e3777c88e05d" } ,
{ file = "gevent-25.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:24484f80f14befb8822bf29554cfb3a26a26cb69cd1e5a8be9e23b4bd7a96e25" } ,
{ file = "gevent-25.5.1-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:8fdc7446895fa184890d8ca5ea61e502691114f9db55c9b76adc33f3086c4368" } ,
{ file = "gevent-25.5.1-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:5b6106e2414b1797133786258fa1962a5e836480e4d5e861577f9fc63b673a5a" } ,
{ file = "gevent-25.5.1-cp311-cp311-win_amd64.whl" , hash = "sha256:bc899212d90f311784c58938a9c09c59802fb6dc287a35fabdc36d180f57f575" } ,
{ file = "gevent-25.5.1-cp312-cp312-macosx_11_0_universal2.whl" , hash = "sha256:d87c0a1bd809d8f70f96b9b229779ec6647339830b8888a192beed33ac8d129f" } ,
{ file = "gevent-25.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b87a4b66edb3808d4d07bbdb0deed5a710cf3d3c531e082759afd283758bb649" } ,
{ file = "gevent-25.5.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f076779050029a82feb0cb1462021d3404d22f80fa76a181b1a7889cd4d6b519" } ,
{ file = "gevent-25.5.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:bb673eb291c19370f69295f7a881a536451408481e2e3deec3f41dedb7c281ec" } ,
{ file = "gevent-25.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c1325ed44225c8309c0dd188bdbbbee79e1df8c11ceccac226b861c7d52e4837" } ,
{ file = "gevent-25.5.1-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:fcd5bcad3102bde686d0adcc341fade6245186050ce14386d547ccab4bd54310" } ,
{ file = "gevent-25.5.1-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:1a93062609e8fa67ec97cd5fb9206886774b2a09b24887f40148c9c37e6fb71c" } ,
{ file = "gevent-25.5.1-cp312-cp312-win_amd64.whl" , hash = "sha256:2534c23dc32bed62b659ed4fd9e198906179e68b26c9276a897e04163bdde806" } ,
{ file = "gevent-25.5.1-cp313-cp313-macosx_11_0_universal2.whl" , hash = "sha256:a022a9de9275ce0b390b7315595454258c525dc8287a03f1a6cacc5878ab7cbc" } ,
{ file = "gevent-25.5.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3fae8533f9d0ef3348a1f503edcfb531ef7a0236b57da1e24339aceb0ce52922" } ,
{ file = "gevent-25.5.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c7b32d9c3b5294b39ea9060e20c582e49e1ec81edbfeae6cf05f8ad0829cb13d" } ,
{ file = "gevent-25.5.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7b95815fe44f318ebbfd733b6428b4cb18cc5e68f1c40e8501dd69cc1f42a83d" } ,
{ file = "gevent-25.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2d316529b70d325b183b2f3f5cde958911ff7be12eb2b532b5c301f915dbbf1e" } ,
{ file = "gevent-25.5.1-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:f6ba33c13db91ffdbb489a4f3d177a261ea1843923e1d68a5636c53fe98fa5ce" } ,
{ file = "gevent-25.5.1-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:37ee34b77c7553777c0b8379915f75934c3f9c8cd32f7cd098ea43c9323c2276" } ,
{ file = "gevent-25.5.1-cp313-cp313-win_amd64.whl" , hash = "sha256:9fa6aa0da224ed807d3b76cdb4ee8b54d4d4d5e018aed2478098e685baae7896" } ,
{ file = "gevent-25.5.1-cp314-cp314-macosx_11_0_universal2.whl" , hash = "sha256:0bacf89a65489d26c7087669af89938d5bfd9f7afb12a07b57855b9fad6ccbd0" } ,
{ file = "gevent-25.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e30169ef9cc0a57930bfd8fe14d86bc9d39fb96d278e3891e85cbe7b46058a97" } ,
{ file = "gevent-25.5.1-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:e72ad5f8d9c92df017fb91a1f6a438cfb63b0eff4b40904ff81b40cb8150078c" } ,
{ file = "gevent-25.5.1-cp39-cp39-win32.whl" , hash = "sha256:e5f358e81e27b1a7f2fb2f5219794e13ab5f59ce05571aa3877cfac63adb97db" } ,
{ file = "gevent-25.5.1-cp39-cp39-win_amd64.whl" , hash = "sha256:b83aff2441c7d4ee93e519989713b7c2607d4510abe990cd1d04f641bc6c03af" } ,
{ file = "gevent-25.5.1-pp310-pypy310_pp73-macosx_11_0_universal2.whl" , hash = "sha256:60ad4ca9ca2c4cc8201b607c229cd17af749831e371d006d8a91303bb5568eb1" } ,
{ file = "gevent-25.5.1.tar.gz" , hash = "sha256:582c948fa9a23188b890d0bc130734a506d039a2e5ad87dae276a456cc683e61" } ,
]
[ package . dependencies ]
cffi = { version = ">=1.17.1" , markers = "platform_python_implementation == \"CPython\" and sys_platform == \"win32\"" }
greenlet = { version = ">=3.2.2" , markers = "platform_python_implementation == \"CPython\"" }
"zope.event" = "*"
"zope.interface" = "*"
[ package . extras ]
dnspython = [ "dnspython (>=1.16.0,<2.0) ; python_version < \"3.10\"" , "idna ; python_version < \"3.10\"" ]
docs = [ "furo" , "repoze.sphinx.autointerface" , "sphinx" , "sphinxcontrib-programoutput" , "zope.schema" ]
monitor = [ "psutil (>=5.7.0) ; sys_platform != \"win32\" or platform_python_implementation == \"CPython\"" ]
recommended = [ "cffi (>=1.17.1) ; platform_python_implementation == \"CPython\"" , "dnspython (>=1.16.0,<2.0) ; python_version < \"3.10\"" , "idna ; python_version < \"3.10\"" , "psutil (>=5.7.0) ; sys_platform != \"win32\" or platform_python_implementation == \"CPython\"" ]
test = [ "cffi (>=1.17.1) ; platform_python_implementation == \"CPython\"" , "coverage (>=5.0) ; sys_platform != \"win32\"" , "dnspython (>=1.16.0,<2.0) ; python_version < \"3.10\"" , "idna ; python_version < \"3.10\"" , "objgraph" , "psutil (>=5.7.0) ; sys_platform != \"win32\" or platform_python_implementation == \"CPython\"" , "requests" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "greenlet"
2025-06-16 07:14:31 -07:00
version = "3.2.3"
2023-09-01 07:56:02 -07:00
description = "Lightweight in-process concurrent programming"
optional = false
2025-04-16 17:45:32 -04:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2025-05-05 13:13:31 -04:00
files = [
2025-06-16 07:14:31 -07:00
{ file = "greenlet-3.2.3-cp310-cp310-macosx_11_0_universal2.whl" , hash = "sha256:1afd685acd5597349ee6d7a88a8bec83ce13c106ac78c196ee9dde7c04fe87be" } ,
{ file = "greenlet-3.2.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:761917cac215c61e9dc7324b2606107b3b292a8349bdebb31503ab4de3f559ac" } ,
{ file = "greenlet-3.2.3-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl" , hash = "sha256:a433dbc54e4a37e4fff90ef34f25a8c00aed99b06856f0119dcf09fbafa16392" } ,
{ file = "greenlet-3.2.3-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.whl" , hash = "sha256:72e77ed69312bab0434d7292316d5afd6896192ac4327d44f3d613ecb85b037c" } ,
{ file = "greenlet-3.2.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:68671180e3849b963649254a882cd544a3c75bfcd2c527346ad8bb53494444db" } ,
{ file = "greenlet-3.2.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:49c8cfb18fb419b3d08e011228ef8a25882397f3a859b9fe1436946140b6756b" } ,
{ file = "greenlet-3.2.3-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:efc6dc8a792243c31f2f5674b670b3a95d46fa1c6a912b8e310d6f542e7b0712" } ,
{ file = "greenlet-3.2.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:731e154aba8e757aedd0781d4b240f1225b075b4409f1bb83b05ff410582cf00" } ,
{ file = "greenlet-3.2.3-cp310-cp310-win_amd64.whl" , hash = "sha256:96c20252c2f792defe9a115d3287e14811036d51e78b3aaddbee23b69b216302" } ,
{ file = "greenlet-3.2.3-cp311-cp311-macosx_11_0_universal2.whl" , hash = "sha256:784ae58bba89fa1fa5733d170d42486580cab9decda3484779f4759345b29822" } ,
{ file = "greenlet-3.2.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:0921ac4ea42a5315d3446120ad48f90c3a6b9bb93dd9b3cf4e4d84a66e42de83" } ,
{ file = "greenlet-3.2.3-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl" , hash = "sha256:d2971d93bb99e05f8c2c0c2f4aa9484a18d98c4c3bd3c62b65b7e6ae33dfcfaf" } ,
{ file = "greenlet-3.2.3-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.whl" , hash = "sha256:c667c0bf9d406b77a15c924ef3285e1e05250948001220368e039b6aa5b5034b" } ,
{ file = "greenlet-3.2.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:592c12fb1165be74592f5de0d70f82bc5ba552ac44800d632214b76089945147" } ,
{ file = "greenlet-3.2.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:29e184536ba333003540790ba29829ac14bb645514fbd7e32af331e8202a62a5" } ,
{ file = "greenlet-3.2.3-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:93c0bb79844a367782ec4f429d07589417052e621aa39a5ac1fb99c5aa308edc" } ,
{ file = "greenlet-3.2.3-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:751261fc5ad7b6705f5f76726567375bb2104a059454e0226e1eef6c756748ba" } ,
{ file = "greenlet-3.2.3-cp311-cp311-win_amd64.whl" , hash = "sha256:83a8761c75312361aa2b5b903b79da97f13f556164a7dd2d5448655425bd4c34" } ,
{ file = "greenlet-3.2.3-cp312-cp312-macosx_11_0_universal2.whl" , hash = "sha256:25ad29caed5783d4bd7a85c9251c651696164622494c00802a139c00d639242d" } ,
{ file = "greenlet-3.2.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:88cd97bf37fe24a6710ec6a3a7799f3f81d9cd33317dcf565ff9950c83f55e0b" } ,
{ file = "greenlet-3.2.3-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl" , hash = "sha256:baeedccca94880d2f5666b4fa16fc20ef50ba1ee353ee2d7092b383a243b0b0d" } ,
{ file = "greenlet-3.2.3-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.whl" , hash = "sha256:be52af4b6292baecfa0f397f3edb3c6092ce071b499dd6fe292c9ac9f2c8f264" } ,
{ file = "greenlet-3.2.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:0cc73378150b8b78b0c9fe2ce56e166695e67478550769536a6742dca3651688" } ,
{ file = "greenlet-3.2.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:706d016a03e78df129f68c4c9b4c4f963f7d73534e48a24f5f5a7101ed13dbbb" } ,
{ file = "greenlet-3.2.3-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:419e60f80709510c343c57b4bb5a339d8767bf9aef9b8ce43f4f143240f88b7c" } ,
{ file = "greenlet-3.2.3-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:93d48533fade144203816783373f27a97e4193177ebaaf0fc396db19e5d61163" } ,
{ file = "greenlet-3.2.3-cp312-cp312-win_amd64.whl" , hash = "sha256:7454d37c740bb27bdeddfc3f358f26956a07d5220818ceb467a483197d84f849" } ,
{ file = "greenlet-3.2.3-cp313-cp313-macosx_11_0_universal2.whl" , hash = "sha256:500b8689aa9dd1ab26872a34084503aeddefcb438e2e7317b89b11eaea1901ad" } ,
{ file = "greenlet-3.2.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:a07d3472c2a93117af3b0136f246b2833fdc0b542d4a9799ae5f41c28323faef" } ,
{ file = "greenlet-3.2.3-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl" , hash = "sha256:8704b3768d2f51150626962f4b9a9e4a17d2e37c8a8d9867bbd9fa4eb938d3b3" } ,
{ file = "greenlet-3.2.3-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl" , hash = "sha256:5035d77a27b7c62db6cf41cf786cfe2242644a7a337a0e155c80960598baab95" } ,
{ file = "greenlet-3.2.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:2d8aa5423cd4a396792f6d4580f88bdc6efcb9205891c9d40d20f6e670992efb" } ,
{ file = "greenlet-3.2.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:2c724620a101f8170065d7dded3f962a2aea7a7dae133a009cada42847e04a7b" } ,
{ file = "greenlet-3.2.3-cp313-cp313-musllinux_1_1_aarch64.whl" , hash = "sha256:873abe55f134c48e1f2a6f53f7d1419192a3d1a4e873bace00499a4e45ea6af0" } ,
{ file = "greenlet-3.2.3-cp313-cp313-musllinux_1_1_x86_64.whl" , hash = "sha256:024571bbce5f2c1cfff08bf3fbaa43bbc7444f580ae13b0099e95d0e6e67ed36" } ,
{ file = "greenlet-3.2.3-cp313-cp313-win_amd64.whl" , hash = "sha256:5195fb1e75e592dd04ce79881c8a22becdfa3e6f500e7feb059b1e6fdd54d3e3" } ,
{ file = "greenlet-3.2.3-cp314-cp314-macosx_11_0_universal2.whl" , hash = "sha256:3d04332dddb10b4a211b68111dabaee2e1a073663d117dc10247b5b1642bac86" } ,
{ file = "greenlet-3.2.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:8186162dffde068a465deab08fc72c767196895c39db26ab1c17c0b77a6d8b97" } ,
{ file = "greenlet-3.2.3-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl" , hash = "sha256:f4bfbaa6096b1b7a200024784217defedf46a07c2eee1a498e94a1b5f8ec5728" } ,
{ file = "greenlet-3.2.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.whl" , hash = "sha256:ed6cfa9200484d234d8394c70f5492f144b20d4533f69262d530a1a082f6ee9a" } ,
{ file = "greenlet-3.2.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:02b0df6f63cd15012bed5401b47829cfd2e97052dc89da3cfaf2c779124eb892" } ,
{ file = "greenlet-3.2.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:86c2d68e87107c1792e2e8d5399acec2487a4e993ab76c792408e59394d52141" } ,
{ file = "greenlet-3.2.3-cp314-cp314-win_amd64.whl" , hash = "sha256:8c47aae8fbbfcf82cc13327ae802ba13c9c36753b67e760023fd116bc124a62a" } ,
{ file = "greenlet-3.2.3-cp39-cp39-macosx_11_0_universal2.whl" , hash = "sha256:42efc522c0bd75ffa11a71e09cd8a399d83fafe36db250a87cf1dacfaa15dc64" } ,
{ file = "greenlet-3.2.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:d760f9bdfe79bff803bad32b4d8ffb2c1d2ce906313fc10a83976ffb73d64ca7" } ,
{ file = "greenlet-3.2.3-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl" , hash = "sha256:8324319cbd7b35b97990090808fdc99c27fe5338f87db50514959f8059999805" } ,
{ file = "greenlet-3.2.3-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.whl" , hash = "sha256:8c37ef5b3787567d322331d5250e44e42b58c8c713859b8a04c6065f27efbf72" } ,
{ file = "greenlet-3.2.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:ce539fb52fb774d0802175d37fcff5c723e2c7d249c65916257f0a940cee8904" } ,
{ file = "greenlet-3.2.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:003c930e0e074db83559edc8705f3a2d066d4aa8c2f198aff1e454946efd0f26" } ,
{ file = "greenlet-3.2.3-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:7e70ea4384b81ef9e84192e8a77fb87573138aa5d4feee541d8014e452b434da" } ,
{ file = "greenlet-3.2.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:22eb5ba839c4b2156f18f76768233fe44b23a31decd9cc0d4cc8141c211fd1b4" } ,
{ file = "greenlet-3.2.3-cp39-cp39-win32.whl" , hash = "sha256:4532f0d25df67f896d137431b13f4cdce89f7e3d4a96387a41290910df4d3a57" } ,
{ file = "greenlet-3.2.3-cp39-cp39-win_amd64.whl" , hash = "sha256:aaa7aae1e7f75eaa3ae400ad98f8644bb81e1dc6ba47ce8a93d3f17274e08322" } ,
{ file = "greenlet-3.2.3.tar.gz" , hash = "sha256:8b0dd8ae4c0d6f5e54ee55ba935eeb3d735a9b58a8a1e5b5cbab64e01a39f365" } ,
2024-03-08 15:00:48 -08:00
]
2025-07-28 09:21:46 -07:00
markers = { main = "platform_python_implementation == \"CPython\"" }
2024-03-08 15:00:48 -08:00
[ package . extras ]
docs = [ "Sphinx" , "furo" ]
2023-09-01 07:56:02 -07:00
test = [ "objgraph" , "psutil" ]
[ [ package ] ]
name = "gunicorn"
2025-03-22 14:07:53 +00:00
version = "23.0.0"
2023-09-01 07:56:02 -07:00
description = "WSGI HTTP Server for UNIX"
optional = false
2024-04-17 18:05:19 -04:00
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-22 14:07:53 +00:00
{ file = "gunicorn-23.0.0-py3-none-any.whl" , hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d" } ,
{ file = "gunicorn-23.0.0.tar.gz" , hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2025-07-28 09:21:46 -07:00
gevent = { version = ">=1.4.0" , optional = true , markers = "extra == \"gevent\"" }
2023-09-01 07:56:02 -07:00
packaging = "*"
[ package . extras ]
2024-04-17 18:05:19 -04:00
eventlet = [ "eventlet (>=0.24.1,!=0.36.0)" ]
2023-09-01 07:56:02 -07:00
gevent = [ "gevent (>=1.4.0)" ]
setproctitle = [ "setproctitle" ]
2024-04-17 18:05:19 -04:00
testing = [ "coverage" , "eventlet" , "gevent" , "pytest" , "pytest-cov" ]
2023-09-01 07:56:02 -07:00
tornado = [ "tornado (>=0.2)" ]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "h11"
version = "0.16.0"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "h11-0.16.0-py3-none-any.whl" , hash = "sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86" } ,
{ file = "h11-0.16.0.tar.gz" , hash = "sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1" } ,
]
[ [ package ] ]
name = "httpcore"
version = "1.0.9"
description = "A minimal low-level HTTP client."
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "httpcore-1.0.9-py3-none-any.whl" , hash = "sha256:2d400746a40668fc9dec9810239072b40b4484b640a8c38fd654a024c7a1bf55" } ,
{ file = "httpcore-1.0.9.tar.gz" , hash = "sha256:6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8" } ,
]
[ package . dependencies ]
certifi = "*"
h11 = ">=0.16"
[ package . extras ]
asyncio = [ "anyio (>=4.0,<5.0)" ]
http2 = [ "h2 (>=3,<5)" ]
socks = [ "socksio (==1.*)" ]
trio = [ "trio (>=0.22.0,<1.0)" ]
[ [ package ] ]
name = "httpx"
version = "0.28.1"
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "httpx-0.28.1-py3-none-any.whl" , hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad" } ,
{ file = "httpx-0.28.1.tar.gz" , hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" } ,
]
[ package . dependencies ]
anyio = "*"
certifi = "*"
httpcore = "==1.*"
idna = "*"
[ package . extras ]
2025-05-08 23:05:58 +00:00
brotli = [ "brotli ; platform_python_implementation == \"CPython\"" , "brotlicffi ; platform_python_implementation != \"CPython\"" ]
2025-05-05 13:18:17 -04:00
cli = [ "click (==8.*)" , "pygments (==2.*)" , "rich (>=10,<14)" ]
http2 = [ "h2 (>=3,<5)" ]
socks = [ "socksio (==1.*)" ]
zstd = [ "zstandard (>=0.18.0)" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "humanize"
2025-04-30 23:29:10 +00:00
version = "4.12.3"
2023-09-01 07:56:02 -07:00
description = "Python humanize utilities"
optional = false
2024-10-30 09:36:22 -04:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-04-30 23:29:10 +00:00
{ file = "humanize-4.12.3-py3-none-any.whl" , hash = "sha256:2cbf6370af06568fa6d2da77c86edb7886f3160ecd19ee1ffef07979efc597f6" } ,
{ file = "humanize-4.12.3.tar.gz" , hash = "sha256:8430be3a615106fdfceb0b2c1b41c4c98c6b0fc5cc59663a5539b111dd325fb0" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
tests = [ "freezegun" , "pytest" , "pytest-cov" ]
2023-11-22 10:47:31 -05:00
[ [ package ] ]
name = "identify"
2025-05-30 10:09:40 -07:00
version = "2.6.12"
2023-11-22 10:47:31 -05:00
description = "File identification library for Python"
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-11-22 10:47:31 -05:00
files = [
2025-05-30 10:09:40 -07:00
{ file = "identify-2.6.12-py2.py3-none-any.whl" , hash = "sha256:ad9672d5a72e0d2ff7c5c8809b62dfa60458626352fb0eb7b55e69bdc45334a2" } ,
{ file = "identify-2.6.12.tar.gz" , hash = "sha256:d8de45749f1efb108badef65ee8386f0f7bb19a7f26185f74de6367bffbaf0e6" } ,
2023-11-22 10:47:31 -05:00
]
[ package . extras ]
license = [ "ukkonen" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "idna"
2024-10-30 09:36:22 -04:00
version = "3.10"
2023-09-01 07:56:02 -07:00
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
2024-10-30 09:36:22 -04:00
python-versions = ">=3.6"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2024-10-30 09:36:22 -04:00
{ file = "idna-3.10-py3-none-any.whl" , hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3" } ,
{ file = "idna-3.10.tar.gz" , hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9" } ,
2023-09-01 07:56:02 -07:00
]
2024-10-30 09:36:22 -04:00
[ package . extras ]
all = [ "flake8 (>=7.1.1)" , "mypy (>=1.11.2)" , "pytest (>=8.3.2)" , "ruff (>=0.6.2)" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "iniconfig"
2025-03-31 09:24:10 -07:00
version = "2.1.0"
2023-09-01 07:56:02 -07:00
description = "brain-dead simple config-ini parsing"
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-31 09:24:10 -07:00
{ file = "iniconfig-2.1.0-py3-none-any.whl" , hash = "sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760" } ,
{ file = "iniconfig-2.1.0.tar.gz" , hash = "sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7" } ,
2023-09-01 07:56:02 -07:00
]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "installer"
version = "0.7.0"
description = "A library for installing Python wheels."
optional = false
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "installer-0.7.0-py3-none-any.whl" , hash = "sha256:05d1933f0a5ba7d8d6296bb6d5018e7c94fa473ceb10cf198a92ccea19c27b53" } ,
{ file = "installer-0.7.0.tar.gz" , hash = "sha256:a26d3e3116289bb08216e0d0f7d925fcef0b0194eedfa0c944bcaaa106c4b631" } ,
]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "isort"
2025-04-01 00:29:05 +00:00
version = "6.0.1"
2023-09-01 07:56:02 -07:00
description = "A Python utility / library to sort Python imports."
optional = false
2025-04-01 00:29:05 +00:00
python-versions = ">=3.9.0"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-04-01 00:29:05 +00:00
{ file = "isort-6.0.1-py3-none-any.whl" , hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615" } ,
{ file = "isort-6.0.1.tar.gz" , hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
2025-04-01 00:29:05 +00:00
colors = [ "colorama" ]
plugins = [ "setuptools" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "itsdangerous"
2024-04-17 18:05:19 -04:00
version = "2.2.0"
2023-09-01 07:56:02 -07:00
description = "Safely pass data to untrusted environments and back."
optional = false
2024-04-17 18:05:19 -04:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2024-04-17 18:05:19 -04:00
{ file = "itsdangerous-2.2.0-py3-none-any.whl" , hash = "sha256:c6242fc49e35958c8b15141343aa660db5fc54d4f13a1db01a3f5891b98700ef" } ,
{ file = "itsdangerous-2.2.0.tar.gz" , hash = "sha256:e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173" } ,
2023-09-01 07:56:02 -07:00
]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "jaraco-classes"
version = "3.4.0"
description = "Utility functions for Python class constructs"
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "jaraco.classes-3.4.0-py3-none-any.whl" , hash = "sha256:f662826b6bed8cace05e7ff873ce0f9283b5c924470fe664fff1c2f00f581790" } ,
{ file = "jaraco.classes-3.4.0.tar.gz" , hash = "sha256:47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd" } ,
]
[ package . dependencies ]
more-itertools = "*"
[ package . extras ]
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-mypy" , "pytest-ruff (>=0.2.1)" ]
[ [ package ] ]
name = "jaraco-context"
version = "6.0.1"
description = "Useful decorators and context managers"
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "jaraco.context-6.0.1-py3-none-any.whl" , hash = "sha256:f797fc481b490edb305122c9181830a3a5b76d84ef6d1aef2fb9b47ab956f9e4" } ,
{ file = "jaraco_context-6.0.1.tar.gz" , hash = "sha256:9bae4ea555cf0b14938dc0aee7c9f32ed303aa20a3b73e7dc80111628792d1b3" } ,
]
[ package . extras ]
doc = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
2025-05-08 23:05:58 +00:00
test = [ "portend" , "pytest (>=6,!=8.1.*)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-mypy" , "pytest-ruff (>=0.2.1) ; sys_platform != \"cygwin\"" ]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "jaraco-functools"
2025-07-23 15:01:03 -07:00
version = "4.2.1"
2025-05-05 13:18:17 -04:00
description = "Functools like those found in stdlib"
optional = false
2025-07-23 15:01:03 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
2025-07-23 15:01:03 -07:00
{ file = "jaraco_functools-4.2.1-py3-none-any.whl" , hash = "sha256:590486285803805f4b1f99c60ca9e94ed348d4added84b74c7a12885561e524e" } ,
{ file = "jaraco_functools-4.2.1.tar.gz" , hash = "sha256:be634abfccabce56fa3053f8c7ebe37b682683a4ee7793670ced17bab0087353" } ,
2025-05-05 13:18:17 -04:00
]
[ package . dependencies ]
2025-07-23 15:01:03 -07:00
more_itertools = "*"
2025-05-05 13:18:17 -04:00
[ package . extras ]
2025-05-08 23:05:58 +00:00
check = [ "pytest-checkdocs (>=2.4)" , "pytest-ruff (>=0.2.1) ; sys_platform != \"cygwin\"" ]
2025-05-05 13:18:17 -04:00
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.classes" , "pytest (>=6,!=8.1.*)" ]
type = [ "pytest-mypy" ]
[ [ package ] ]
name = "jeepney"
version = "0.9.0"
description = "Low-level, pure Python DBus protocol wrapper."
optional = false
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
markers = "sys_platform == \"linux\""
2025-05-05 13:18:17 -04:00
files = [
{ file = "jeepney-0.9.0-py3-none-any.whl" , hash = "sha256:97e5714520c16fc0a45695e5365a2e11b81ea79bba796e26f9f1d178cb182683" } ,
{ file = "jeepney-0.9.0.tar.gz" , hash = "sha256:cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732" } ,
]
[ package . extras ]
2025-05-08 23:05:58 +00:00
test = [ "async-timeout ; python_version < \"3.11\"" , "pytest" , "pytest-asyncio (>=0.17)" , "pytest-trio" , "testpath" , "trio" ]
2025-05-05 13:18:17 -04:00
trio = [ "trio" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "jinja2"
2025-03-06 04:48:03 +00:00
version = "3.1.6"
2023-09-01 07:56:02 -07:00
description = "A very fast and expressive template engine."
optional = false
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-06 04:48:03 +00:00
{ file = "jinja2-3.1.6-py3-none-any.whl" , hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67" } ,
{ file = "jinja2-3.1.6.tar.gz" , hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
[ [ package ] ]
name = "jinja2-cli"
version = "0.8.2"
description = "A CLI interface to Jinja2"
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "jinja2-cli-0.8.2.tar.gz" , hash = "sha256:a16bb1454111128e206f568c95938cdef5b5a139929378f72bb8cf6179e18e50" } ,
{ file = "jinja2_cli-0.8.2-py2.py3-none-any.whl" , hash = "sha256:b91715c79496beaddad790171e7258a87db21c1a0b6d2b15bca3ba44b74aac5d" } ,
]
[ package . dependencies ]
jinja2 = "*"
pyyaml = { version = "*" , optional = true , markers = "extra == \"yaml\"" }
[ package . extras ]
tests = [ "flake8" , "jinja2" , "pytest" ]
toml = [ "jinja2" , "toml" ]
xml = [ "jinja2" , "xmltodict" ]
yaml = [ "jinja2" , "pyyaml" ]
[ [ package ] ]
name = "jmespath"
version = "1.0.1"
description = "JSON Matching Expressions"
optional = false
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "jmespath-1.0.1-py3-none-any.whl" , hash = "sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980" } ,
{ file = "jmespath-1.0.1.tar.gz" , hash = "sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe" } ,
]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "keyring"
version = "25.6.0"
description = "Store and access your passwords safely."
optional = false
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "keyring-25.6.0-py3-none-any.whl" , hash = "sha256:552a3f7af126ece7ed5c89753650eec89c7eaae8617d0aa4d9ad2b75111266bd" } ,
{ file = "keyring-25.6.0.tar.gz" , hash = "sha256:0b39998aa941431eb3d9b0d4b2460bc773b9df6fed7621c2dfb291a7e0187a66" } ,
]
[ package . dependencies ]
"jaraco.classes" = "*"
"jaraco.context" = "*"
"jaraco.functools" = "*"
jeepney = { version = ">=0.4.2" , markers = "sys_platform == \"linux\"" }
pywin32-ctypes = { version = ">=0.2.0" , markers = "sys_platform == \"win32\"" }
SecretStorage = { version = ">=3.2" , markers = "sys_platform == \"linux\"" }
[ package . extras ]
2025-05-08 23:05:58 +00:00
check = [ "pytest-checkdocs (>=2.4)" , "pytest-ruff (>=0.2.1) ; sys_platform != \"cygwin\"" ]
2025-05-05 13:18:17 -04:00
completion = [ "shtab (>=1.1.0)" ]
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 = [ "pyfakefs" , "pytest (>=6,!=8.1.*)" ]
type = [ "pygobject-stubs" , "pytest-mypy" , "shtab" , "types-pywin32" ]
2023-09-12 13:05:37 -07:00
[ [ package ] ]
name = "license-expression"
2025-07-23 15:01:03 -07:00
version = "30.4.4"
2023-09-12 13:05:37 -07:00
description = "license-expression is a comprehensive utility library to parse, compare, simplify and normalize license expressions (such as SPDX license expressions) using boolean logic."
optional = false
2024-10-30 09:36:22 -04:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-12 13:05:37 -07:00
files = [
2025-07-23 15:01:03 -07:00
{ file = "license_expression-30.4.4-py3-none-any.whl" , hash = "sha256:421788fdcadb41f049d2dc934ce666626265aeccefddd25e162a26f23bcbf8a4" } ,
{ file = "license_expression-30.4.4.tar.gz" , hash = "sha256:73448f0aacd8d0808895bdc4b2c8e01a8d67646e4188f887375398c761f340fd" } ,
2023-09-12 13:05:37 -07:00
]
[ package . dependencies ]
"boolean.py" = ">=4.0"
[ package . extras ]
2025-07-23 15:01:03 -07:00
dev = [ "Sphinx (>=5.0.2)" , "doc8 (>=0.11.2)" , "pytest (>=7.0.1)" , "pytest-xdist (>=2)" , "ruff" , "sphinx-autobuild" , "sphinx-copybutton" , "sphinx-reredirects (>=0.1.2)" , "sphinx-rtd-dark-mode (>=1.3.0)" , "sphinx-rtd-theme (>=1.0.0)" , "sphinxcontrib-apidoc (>=0.4.0)" , "twine" ]
2023-09-12 13:05:37 -07:00
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "lml"
2025-03-25 13:51:05 +00:00
version = "0.2.0"
2023-09-01 07:56:02 -07:00
description = "Load me later. A lazy plugin management system."
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-25 13:51:05 +00:00
{ file = "lml-0.2.0-py2.py3-none-any.whl" , hash = "sha256:20c80728189e46e8d986f5d0cdf6d83c493471fc25b1c31a8cb3fa96e80b58f8" } ,
{ file = "lml-0.2.0.tar.gz" , hash = "sha256:8dd5afb4367a593d1cdb2144a05874cd9938f5266bebb0c9e1413200423c0d74" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "lxml"
2025-07-23 15:01:03 -07:00
version = "6.0.0"
2023-09-01 07:56:02 -07:00
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
optional = false
2025-07-23 15:01:03 -07:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2025-05-05 13:13:31 -04:00
files = [
2025-07-23 15:01:03 -07:00
{ file = "lxml-6.0.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:35bc626eec405f745199200ccb5c6b36f202675d204aa29bb52e27ba2b71dea8" } ,
{ file = "lxml-6.0.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:246b40f8a4aec341cbbf52617cad8ab7c888d944bfe12a6abd2b1f6cfb6f6082" } ,
{ file = "lxml-6.0.0-cp310-cp310-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl" , hash = "sha256:2793a627e95d119e9f1e19720730472f5543a6d84c50ea33313ce328d870f2dd" } ,
2025-07-30 12:24:16 -04:00
{ file = "lxml-6.0.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:46b9ed911f36bfeb6338e0b482e7fe7c27d362c52fde29f221fddbc9ee2227e7" } ,
{ file = "lxml-6.0.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:2b4790b558bee331a933e08883c423f65bbcd07e278f91b2272489e31ab1e2b4" } ,
2025-07-23 15:01:03 -07:00
{ file = "lxml-6.0.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:e2030956cf4886b10be9a0285c6802e078ec2391e1dd7ff3eb509c2c95a69b76" } ,
{ file = "lxml-6.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:4d23854ecf381ab1facc8f353dcd9adeddef3652268ee75297c1164c987c11dc" } ,
{ file = "lxml-6.0.0-cp310-cp310-manylinux_2_31_armv7l.whl" , hash = "sha256:43fe5af2d590bf4691531b1d9a2495d7aab2090547eaacd224a3afec95706d76" } ,
{ file = "lxml-6.0.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:74e748012f8c19b47f7d6321ac929a9a94ee92ef12bc4298c47e8b7219b26541" } ,
{ file = "lxml-6.0.0-cp310-cp310-musllinux_1_2_armv7l.whl" , hash = "sha256:43cfbb7db02b30ad3926e8fceaef260ba2fb7df787e38fa2df890c1ca7966c3b" } ,
{ file = "lxml-6.0.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:34190a1ec4f1e84af256495436b2d196529c3f2094f0af80202947567fdbf2e7" } ,
{ file = "lxml-6.0.0-cp310-cp310-win32.whl" , hash = "sha256:5967fe415b1920a3877a4195e9a2b779249630ee49ece22021c690320ff07452" } ,
{ file = "lxml-6.0.0-cp310-cp310-win_amd64.whl" , hash = "sha256:f3389924581d9a770c6caa4df4e74b606180869043b9073e2cec324bad6e306e" } ,
{ file = "lxml-6.0.0-cp310-cp310-win_arm64.whl" , hash = "sha256:522fe7abb41309e9543b0d9b8b434f2b630c5fdaf6482bee642b34c8c70079c8" } ,
{ file = "lxml-6.0.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:4ee56288d0df919e4aac43b539dd0e34bb55d6a12a6562038e8d6f3ed07f9e36" } ,
{ file = "lxml-6.0.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:b8dd6dd0e9c1992613ccda2bcb74fc9d49159dbe0f0ca4753f37527749885c25" } ,
{ file = "lxml-6.0.0-cp311-cp311-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl" , hash = "sha256:d7ae472f74afcc47320238b5dbfd363aba111a525943c8a34a1b657c6be934c3" } ,
2025-07-30 12:24:16 -04:00
{ file = "lxml-6.0.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:5592401cdf3dc682194727c1ddaa8aa0f3ddc57ca64fd03226a430b955eab6f6" } ,
{ file = "lxml-6.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:58ffd35bd5425c3c3b9692d078bf7ab851441434531a7e517c4984d5634cd65b" } ,
2025-07-23 15:01:03 -07:00
{ file = "lxml-6.0.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:f720a14aa102a38907c6d5030e3d66b3b680c3e6f6bc95473931ea3c00c59967" } ,
{ file = "lxml-6.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:c2a5e8d207311a0170aca0eb6b160af91adc29ec121832e4ac151a57743a1e1e" } ,
{ file = "lxml-6.0.0-cp311-cp311-manylinux_2_31_armv7l.whl" , hash = "sha256:2dd1cc3ea7e60bfb31ff32cafe07e24839df573a5e7c2d33304082a5019bcd58" } ,
{ file = "lxml-6.0.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:2cfcf84f1defed7e5798ef4f88aa25fcc52d279be731ce904789aa7ccfb7e8d2" } ,
{ file = "lxml-6.0.0-cp311-cp311-musllinux_1_2_armv7l.whl" , hash = "sha256:a52a4704811e2623b0324a18d41ad4b9fabf43ce5ff99b14e40a520e2190c851" } ,
{ file = "lxml-6.0.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:c16304bba98f48a28ae10e32a8e75c349dd742c45156f297e16eeb1ba9287a1f" } ,
{ file = "lxml-6.0.0-cp311-cp311-win32.whl" , hash = "sha256:f8d19565ae3eb956d84da3ef367aa7def14a2735d05bd275cd54c0301f0d0d6c" } ,
{ file = "lxml-6.0.0-cp311-cp311-win_amd64.whl" , hash = "sha256:b2d71cdefda9424adff9a3607ba5bbfc60ee972d73c21c7e3c19e71037574816" } ,
{ file = "lxml-6.0.0-cp311-cp311-win_arm64.whl" , hash = "sha256:8a2e76efbf8772add72d002d67a4c3d0958638696f541734304c7f28217a9cab" } ,
{ file = "lxml-6.0.0-cp312-cp312-macosx_10_13_universal2.whl" , hash = "sha256:78718d8454a6e928470d511bf8ac93f469283a45c354995f7d19e77292f26108" } ,
{ file = "lxml-6.0.0-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:84ef591495ffd3f9dcabffd6391db7bb70d7230b5c35ef5148354a134f56f2be" } ,
{ file = "lxml-6.0.0-cp312-cp312-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl" , hash = "sha256:2930aa001a3776c3e2601cb8e0a15d21b8270528d89cc308be4843ade546b9ab" } ,
2025-07-30 12:24:16 -04:00
{ file = "lxml-6.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:219e0431ea8006e15005767f0351e3f7f9143e793e58519dc97fe9e07fae5563" } ,
{ file = "lxml-6.0.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:bd5913b4972681ffc9718bc2d4c53cde39ef81415e1671ff93e9aa30b46595e7" } ,
2025-07-23 15:01:03 -07:00
{ file = "lxml-6.0.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:390240baeb9f415a82eefc2e13285016f9c8b5ad71ec80574ae8fa9605093cd7" } ,
2025-07-30 12:24:16 -04:00
{ file = "lxml-6.0.0-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl" , hash = "sha256:d6e200909a119626744dd81bae409fc44134389e03fbf1d68ed2a55a2fb10991" } ,
2025-07-23 15:01:03 -07:00
{ file = "lxml-6.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:ca50bd612438258a91b5b3788c6621c1f05c8c478e7951899f492be42defc0da" } ,
{ file = "lxml-6.0.0-cp312-cp312-manylinux_2_31_armv7l.whl" , hash = "sha256:c24b8efd9c0f62bad0439283c2c795ef916c5a6b75f03c17799775c7ae3c0c9e" } ,
{ file = "lxml-6.0.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:afd27d8629ae94c5d863e32ab0e1d5590371d296b87dae0a751fb22bf3685741" } ,
{ file = "lxml-6.0.0-cp312-cp312-musllinux_1_2_armv7l.whl" , hash = "sha256:54c4855eabd9fc29707d30141be99e5cd1102e7d2258d2892314cf4c110726c3" } ,
2025-07-30 12:24:16 -04:00
{ file = "lxml-6.0.0-cp312-cp312-musllinux_1_2_ppc64le.whl" , hash = "sha256:c907516d49f77f6cd8ead1322198bdfd902003c3c330c77a1c5f3cc32a0e4d16" } ,
2025-07-23 15:01:03 -07:00
{ file = "lxml-6.0.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:36531f81c8214e293097cd2b7873f178997dae33d3667caaae8bdfb9666b76c0" } ,
{ file = "lxml-6.0.0-cp312-cp312-win32.whl" , hash = "sha256:690b20e3388a7ec98e899fd54c924e50ba6693874aa65ef9cb53de7f7de9d64a" } ,
{ file = "lxml-6.0.0-cp312-cp312-win_amd64.whl" , hash = "sha256:310b719b695b3dd442cdfbbe64936b2f2e231bb91d998e99e6f0daf991a3eba3" } ,
{ file = "lxml-6.0.0-cp312-cp312-win_arm64.whl" , hash = "sha256:8cb26f51c82d77483cdcd2b4a53cda55bbee29b3c2f3ddeb47182a2a9064e4eb" } ,
{ file = "lxml-6.0.0-cp313-cp313-macosx_10_13_universal2.whl" , hash = "sha256:6da7cd4f405fd7db56e51e96bff0865b9853ae70df0e6720624049da76bde2da" } ,
{ file = "lxml-6.0.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:b34339898bb556a2351a1830f88f751679f343eabf9cf05841c95b165152c9e7" } ,
{ file = "lxml-6.0.0-cp313-cp313-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl" , hash = "sha256:51a5e4c61a4541bd1cd3ba74766d0c9b6c12d6a1a4964ef60026832aac8e79b3" } ,
2025-07-30 12:24:16 -04:00
{ file = "lxml-6.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:d18a25b19ca7307045581b18b3ec9ead2b1db5ccd8719c291f0cd0a5cec6cb81" } ,
{ file = "lxml-6.0.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:d4f0c66df4386b75d2ab1e20a489f30dc7fd9a06a896d64980541506086be1f1" } ,
2025-07-23 15:01:03 -07:00
{ file = "lxml-6.0.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:9f4b481b6cc3a897adb4279216695150bbe7a44c03daba3c894f49d2037e0a24" } ,
2025-07-30 12:24:16 -04:00
{ file = "lxml-6.0.0-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl" , hash = "sha256:8a78d6c9168f5bcb20971bf3329c2b83078611fbe1f807baadc64afc70523b3a" } ,
2025-07-23 15:01:03 -07:00
{ file = "lxml-6.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:2ae06fbab4f1bb7db4f7c8ca9897dc8db4447d1a2b9bee78474ad403437bcc29" } ,
{ file = "lxml-6.0.0-cp313-cp313-manylinux_2_31_armv7l.whl" , hash = "sha256:1fa377b827ca2023244a06554c6e7dc6828a10aaf74ca41965c5d8a4925aebb4" } ,
{ file = "lxml-6.0.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:1676b56d48048a62ef77a250428d1f31f610763636e0784ba67a9740823988ca" } ,
{ file = "lxml-6.0.0-cp313-cp313-musllinux_1_2_armv7l.whl" , hash = "sha256:0e32698462aacc5c1cf6bdfebc9c781821b7e74c79f13e5ffc8bfe27c42b1abf" } ,
2025-07-30 12:24:16 -04:00
{ file = "lxml-6.0.0-cp313-cp313-musllinux_1_2_ppc64le.whl" , hash = "sha256:4d6036c3a296707357efb375cfc24bb64cd955b9ec731abf11ebb1e40063949f" } ,
2025-07-23 15:01:03 -07:00
{ file = "lxml-6.0.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:7488a43033c958637b1a08cddc9188eb06d3ad36582cebc7d4815980b47e27ef" } ,
{ file = "lxml-6.0.0-cp313-cp313-win32.whl" , hash = "sha256:5fcd7d3b1d8ecb91445bd71b9c88bdbeae528fefee4f379895becfc72298d181" } ,
{ file = "lxml-6.0.0-cp313-cp313-win_amd64.whl" , hash = "sha256:2f34687222b78fff795feeb799a7d44eca2477c3d9d3a46ce17d51a4f383e32e" } ,
{ file = "lxml-6.0.0-cp313-cp313-win_arm64.whl" , hash = "sha256:21db1ec5525780fd07251636eb5f7acb84003e9382c72c18c542a87c416ade03" } ,
{ file = "lxml-6.0.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:4eb114a0754fd00075c12648d991ec7a4357f9cb873042cc9a77bf3a7e30c9db" } ,
{ file = "lxml-6.0.0-cp38-cp38-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl" , hash = "sha256:7da298e1659e45d151b4028ad5c7974917e108afb48731f4ed785d02b6818994" } ,
2025-07-30 12:24:16 -04:00
{ file = "lxml-6.0.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:7bf61bc4345c1895221357af8f3e89f8c103d93156ef326532d35c707e2fb19d" } ,
2025-07-23 15:01:03 -07:00
{ file = "lxml-6.0.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:63b634facdfbad421d4b61c90735688465d4ab3a8853ac22c76ccac2baf98d97" } ,
{ file = "lxml-6.0.0-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:e380e85b93f148ad28ac15f8117e2fd8e5437aa7732d65e260134f83ce67911b" } ,
{ file = "lxml-6.0.0-cp38-cp38-win32.whl" , hash = "sha256:185efc2fed89cdd97552585c624d3c908f0464090f4b91f7d92f8ed2f3b18f54" } ,
{ file = "lxml-6.0.0-cp38-cp38-win_amd64.whl" , hash = "sha256:f97487996a39cb18278ca33f7be98198f278d0bc3c5d0fd4d7b3d63646ca3c8a" } ,
{ file = "lxml-6.0.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:85b14a4689d5cff426c12eefe750738648706ea2753b20c2f973b2a000d3d261" } ,
{ file = "lxml-6.0.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f64ccf593916e93b8d36ed55401bb7fe9c7d5de3180ce2e10b08f82a8f397316" } ,
{ file = "lxml-6.0.0-cp39-cp39-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl" , hash = "sha256:b372d10d17a701b0945f67be58fae4664fd056b85e0ff0fbc1e6c951cdbc0512" } ,
2025-07-30 12:24:16 -04:00
{ file = "lxml-6.0.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:a674c0948789e9136d69065cc28009c1b1874c6ea340253db58be7622ce6398f" } ,
{ file = "lxml-6.0.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:edf6e4c8fe14dfe316939711e3ece3f9a20760aabf686051b537a7562f4da91a" } ,
2025-07-23 15:01:03 -07:00
{ file = "lxml-6.0.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:048a930eb4572829604982e39a0c7289ab5dc8abc7fc9f5aabd6fbc08c154e93" } ,
{ file = "lxml-6.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:c0b5fa5eda84057a4f1bbb4bb77a8c28ff20ae7ce211588d698ae453e13c6281" } ,
{ file = "lxml-6.0.0-cp39-cp39-manylinux_2_31_armv7l.whl" , hash = "sha256:c352fc8f36f7e9727db17adbf93f82499457b3d7e5511368569b4c5bd155a922" } ,
{ file = "lxml-6.0.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:8db5dc617cb937ae17ff3403c3a70a7de9df4852a046f93e71edaec678f721d0" } ,
{ file = "lxml-6.0.0-cp39-cp39-musllinux_1_2_armv7l.whl" , hash = "sha256:2181e4b1d07dde53986023482673c0f1fba5178ef800f9ab95ad791e8bdded6a" } ,
{ file = "lxml-6.0.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:b3c98d5b24c6095e89e03d65d5c574705be3d49c0d8ca10c17a8a4b5201b72f5" } ,
{ file = "lxml-6.0.0-cp39-cp39-win32.whl" , hash = "sha256:04d67ceee6db4bcb92987ccb16e53bef6b42ced872509f333c04fb58a3315256" } ,
{ file = "lxml-6.0.0-cp39-cp39-win_amd64.whl" , hash = "sha256:e0b1520ef900e9ef62e392dd3d7ae4f5fa224d1dd62897a792cf353eb20b6cae" } ,
{ file = "lxml-6.0.0-cp39-cp39-win_arm64.whl" , hash = "sha256:e35e8aaaf3981489f42884b59726693de32dabfc438ac10ef4eb3409961fd402" } ,
{ file = "lxml-6.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:dbdd7679a6f4f08152818043dbb39491d1af3332128b3752c3ec5cebc0011a72" } ,
2025-07-30 12:24:16 -04:00
{ file = "lxml-6.0.0-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:40442e2a4456e9910875ac12951476d36c0870dcb38a68719f8c4686609897c4" } ,
{ file = "lxml-6.0.0-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:db0efd6bae1c4730b9c863fc4f5f3c0fa3e8f05cae2c44ae141cb9dfc7d091dc" } ,
2025-07-23 15:01:03 -07:00
{ file = "lxml-6.0.0-pp310-pypy310_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:9ab542c91f5a47aaa58abdd8ea84b498e8e49fe4b883d67800017757a3eb78e8" } ,
{ file = "lxml-6.0.0-pp310-pypy310_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:013090383863b72c62a702d07678b658fa2567aa58d373d963cca245b017e065" } ,
{ file = "lxml-6.0.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:c86df1c9af35d903d2b52d22ea3e66db8058d21dc0f59842ca5deb0595921141" } ,
{ file = "lxml-6.0.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:4337e4aec93b7c011f7ee2e357b0d30562edd1955620fdd4aeab6aacd90d43c5" } ,
2025-07-30 12:24:16 -04:00
{ file = "lxml-6.0.0-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:ae74f7c762270196d2dda56f8dd7309411f08a4084ff2dfcc0b095a218df2e06" } ,
{ file = "lxml-6.0.0-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:059c4cbf3973a621b62ea3132934ae737da2c132a788e6cfb9b08d63a0ef73f9" } ,
2025-07-23 15:01:03 -07:00
{ file = "lxml-6.0.0-pp39-pypy39_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:17f090a9bc0ce8da51a5632092f98a7e7f84bca26f33d161a98b57f7fb0004ca" } ,
{ file = "lxml-6.0.0-pp39-pypy39_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:9da022c14baeec36edfcc8daf0e281e2f55b950249a455776f0d1adeeada4734" } ,
{ file = "lxml-6.0.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:a55da151d0b0c6ab176b4e761670ac0e2667817a1e0dadd04a01d0561a219349" } ,
{ file = "lxml-6.0.0.tar.gz" , hash = "sha256:032e65120339d44cdc3efc326c9f660f5f7205f3a535c1fdbf898b29ea01fb72" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
2025-03-31 09:24:10 -07:00
html-clean = [ "lxml_html_clean" ]
2023-09-01 07:56:02 -07:00
html5 = [ "html5lib" ]
htmlsoup = [ "BeautifulSoup4" ]
[ [ package ] ]
name = "mando"
version = "0.7.1"
description = "Create Python CLI apps with little to no effort at all!"
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "mando-0.7.1-py2.py3-none-any.whl" , hash = "sha256:26ef1d70928b6057ee3ca12583d73c63e05c49de8972d620c278a7b206581a8a" } ,
{ file = "mando-0.7.1.tar.gz" , hash = "sha256:18baa999b4b613faefb00eac4efadcf14f510b59b924b66e08289aa1de8c3500" } ,
]
[ package . dependencies ]
six = "*"
[ package . extras ]
restructuredtext = [ "rst2ansi" ]
2023-12-22 10:48:39 -07:00
[ [ package ] ]
name = "markdown"
2025-06-19 17:56:11 +00:00
version = "3.8.2"
2023-12-22 10:48:39 -07:00
description = "Python implementation of John Gruber's Markdown."
optional = false
2025-04-16 17:45:32 -04:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-12-22 10:48:39 -07:00
files = [
2025-06-19 17:56:11 +00:00
{ file = "markdown-3.8.2-py3-none-any.whl" , hash = "sha256:5c83764dbd4e00bdd94d85a19b8d55ccca20fe35b2e678a1422b380324dd5f24" } ,
{ file = "markdown-3.8.2.tar.gz" , hash = "sha256:247b9a70dd12e27f67431ce62523e675b866d254f900c4fe75ce3dda62237c45" } ,
2023-12-22 10:48:39 -07:00
]
[ package . extras ]
2025-04-16 17:45:32 -04:00
docs = [ "mdx_gh_links (>=0.2)" , "mkdocs (>=1.6)" , "mkdocs-gen-files" , "mkdocs-literate-nav" , "mkdocs-nature (>=0.6)" , "mkdocs-section-index" , "mkdocstrings[python]" ]
2023-12-22 10:48:39 -07:00
testing = [ "coverage" , "pyyaml" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "markdown-it-py"
version = "3.0.0"
description = "Python port of markdown-it. Markdown parsing, done right!"
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "markdown-it-py-3.0.0.tar.gz" , hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" } ,
{ file = "markdown_it_py-3.0.0-py3-none-any.whl" , hash = "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1" } ,
]
[ package . dependencies ]
mdurl = ">=0.1,<1.0"
[ package . extras ]
benchmarking = [ "psutil" , "pytest" , "pytest-benchmark" ]
code-style = [ "pre-commit (>=3.0,<4.0)" ]
compare = [ "commonmark (>=0.9,<1.0)" , "markdown (>=3.4,<4.0)" , "mistletoe (>=1.0,<2.0)" , "mistune (>=2.0,<3.0)" , "panflute (>=2.3,<3.0)" ]
linkify = [ "linkify-it-py (>=1,<3)" ]
plugins = [ "mdit-py-plugins" ]
profiling = [ "gprof2dot" ]
rtd = [ "jupyter_sphinx" , "mdit-py-plugins" , "myst-parser" , "pyyaml" , "sphinx" , "sphinx-copybutton" , "sphinx-design" , "sphinx_book_theme" ]
testing = [ "coverage" , "pytest" , "pytest-cov" , "pytest-regressions" ]
[ [ package ] ]
name = "markupsafe"
2025-04-08 16:07:13 +00:00
version = "3.0.2"
2023-09-01 07:56:02 -07:00
description = "Safely add untrusted strings to HTML/XML markup."
optional = false
2025-04-08 16:07:13 +00:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-04-08 16:07:13 +00: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" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "mccabe"
version = "0.7.0"
description = "McCabe checker, plugin for flake8"
optional = false
python-versions = ">=3.6"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "mccabe-0.7.0-py2.py3-none-any.whl" , hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e" } ,
{ file = "mccabe-0.7.0.tar.gz" , hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325" } ,
]
[ [ package ] ]
name = "mdurl"
version = "0.1.2"
description = "Markdown URL utilities"
optional = false
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "mdurl-0.1.2-py3-none-any.whl" , hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8" } ,
{ file = "mdurl-0.1.2.tar.gz" , hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" } ,
]
[ [ package ] ]
name = "mistune"
2025-03-26 09:16:07 -07:00
version = "3.1.3"
description = "A sane and fast Markdown parser with useful plugins and renderers"
2023-09-01 07:56:02 -07:00
optional = false
2025-03-26 09:16:07 -07:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-26 09:16:07 -07:00
{ file = "mistune-3.1.3-py3-none-any.whl" , hash = "sha256:1a32314113cff28aa6432e99e522677c8587fd83e3d51c29b82a52409c842bd9" } ,
{ file = "mistune-3.1.3.tar.gz" , hash = "sha256:a7035c21782b2becb6be62f8f25d3df81ccb4d6fa477a6525b15af06539f02a0" } ,
2023-09-01 07:56:02 -07:00
]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "more-itertools"
version = "10.7.0"
description = "More routines for operating on iterables, beyond itertools"
optional = false
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "more_itertools-10.7.0-py3-none-any.whl" , hash = "sha256:d43980384673cb07d2f7d2d918c616b30c659c089ee23953f601d6609c67510e" } ,
{ file = "more_itertools-10.7.0.tar.gz" , hash = "sha256:9fddd5403be01a94b204faadcff459ec3568cf110265d3c54323e1e866ad29d3" } ,
]
2024-05-28 11:27:57 -07:00
[ [ package ] ]
name = "moto"
2025-07-08 02:31:11 +00:00
version = "5.1.8"
2025-03-26 23:50:01 +00:00
description = "A library that allows you to easily mock out tests based on AWS infrastructure"
2024-05-28 11:27:57 -07:00
optional = false
2025-03-26 23:50:01 +00:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2024-05-28 11:27:57 -07:00
files = [
2025-07-08 02:31:11 +00:00
{ file = "moto-5.1.8-py3-none-any.whl" , hash = "sha256:12f3a15100da7de019c671a516dbba33b14072faba103f16ca79a39b8c803b7d" } ,
{ file = "moto-5.1.8.tar.gz" , hash = "sha256:5c2f63c051b7c13224cb1483917c85a796468d7e37dcd5d1a5b8de66729de3f4" } ,
2024-05-28 11:27:57 -07:00
]
[ package . dependencies ]
boto3 = ">=1.9.201"
2025-03-31 09:24:10 -07:00
botocore = ">=1.20.88,<1.35.45 || >1.35.45,<1.35.46 || >1.35.46"
2025-03-26 23:50:01 +00:00
cryptography = ">=35.0.0"
2024-05-28 11:27:57 -07:00
Jinja2 = ">=2.10.1"
python-dateutil = ">=2.1,<3.0.0"
requests = ">=2.5"
2025-03-26 23:50:01 +00:00
responses = ">=0.15.0,<0.25.5 || >0.25.5"
2024-05-28 11:27:57 -07:00
werkzeug = ">=0.5,<2.2.0 || >2.2.0,<2.2.1 || >2.2.1"
xmltodict = "*"
[ package . extras ]
2025-03-26 23:50:01 +00:00
all = [ "PyYAML (>=5.1)" , "antlr4-python3-runtime" , "aws-xray-sdk (>=0.93,!=0.96)" , "cfn-lint (>=0.40.0)" , "docker (>=3.0.0)" , "graphql-core" , "joserfc (>=0.9.0)" , "jsonpath_ng" , "jsonschema" , "multipart" , "openapi-spec-validator (>=0.5.0)" , "py-partiql-parser (==0.6.1)" , "pyparsing (>=3.0.7)" , "setuptools" ]
2024-05-28 11:27:57 -07:00
apigateway = [ "PyYAML (>=5.1)" , "joserfc (>=0.9.0)" , "openapi-spec-validator (>=0.5.0)" ]
apigatewayv2 = [ "PyYAML (>=5.1)" , "openapi-spec-validator (>=0.5.0)" ]
appsync = [ "graphql-core" ]
awslambda = [ "docker (>=3.0.0)" ]
batch = [ "docker (>=3.0.0)" ]
2025-03-26 23:50:01 +00:00
cloudformation = [ "PyYAML (>=5.1)" , "aws-xray-sdk (>=0.93,!=0.96)" , "cfn-lint (>=0.40.0)" , "docker (>=3.0.0)" , "graphql-core" , "joserfc (>=0.9.0)" , "openapi-spec-validator (>=0.5.0)" , "py-partiql-parser (==0.6.1)" , "pyparsing (>=3.0.7)" , "setuptools" ]
2024-05-28 11:27:57 -07:00
cognitoidp = [ "joserfc (>=0.9.0)" ]
2025-03-26 23:50:01 +00:00
dynamodb = [ "docker (>=3.0.0)" , "py-partiql-parser (==0.6.1)" ]
dynamodbstreams = [ "docker (>=3.0.0)" , "py-partiql-parser (==0.6.1)" ]
events = [ "jsonpath_ng" ]
2024-05-28 11:27:57 -07:00
glue = [ "pyparsing (>=3.0.7)" ]
2025-03-26 23:50:01 +00:00
proxy = [ "PyYAML (>=5.1)" , "antlr4-python3-runtime" , "aws-xray-sdk (>=0.93,!=0.96)" , "cfn-lint (>=0.40.0)" , "docker (>=2.5.1)" , "graphql-core" , "joserfc (>=0.9.0)" , "jsonpath_ng" , "multipart" , "openapi-spec-validator (>=0.5.0)" , "py-partiql-parser (==0.6.1)" , "pyparsing (>=3.0.7)" , "setuptools" ]
2024-10-30 09:36:22 -04:00
quicksight = [ "jsonschema" ]
2025-03-26 23:50:01 +00:00
resourcegroupstaggingapi = [ "PyYAML (>=5.1)" , "cfn-lint (>=0.40.0)" , "docker (>=3.0.0)" , "graphql-core" , "joserfc (>=0.9.0)" , "openapi-spec-validator (>=0.5.0)" , "py-partiql-parser (==0.6.1)" , "pyparsing (>=3.0.7)" ]
s3 = [ "PyYAML (>=5.1)" , "py-partiql-parser (==0.6.1)" ]
s3crc32c = [ "PyYAML (>=5.1)" , "crc32c" , "py-partiql-parser (==0.6.1)" ]
server = [ "PyYAML (>=5.1)" , "antlr4-python3-runtime" , "aws-xray-sdk (>=0.93,!=0.96)" , "cfn-lint (>=0.40.0)" , "docker (>=3.0.0)" , "flask (!=2.2.0,!=2.2.1)" , "flask-cors" , "graphql-core" , "joserfc (>=0.9.0)" , "jsonpath_ng" , "openapi-spec-validator (>=0.5.0)" , "py-partiql-parser (==0.6.1)" , "pyparsing (>=3.0.7)" , "setuptools" ]
2024-05-28 11:27:57 -07:00
ssm = [ "PyYAML (>=5.1)" ]
2025-03-26 23:50:01 +00:00
stepfunctions = [ "antlr4-python3-runtime" , "jsonpath_ng" ]
2024-05-28 11:27:57 -07:00
xray = [ "aws-xray-sdk (>=0.93,!=0.96)" , "setuptools" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "msgpack"
2025-06-16 07:14:31 -07:00
version = "1.1.1"
2023-09-01 07:56:02 -07:00
description = "MessagePack serializer"
optional = false
2023-09-22 10:16:27 -07:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-06-16 07:14:31 -07:00
{ file = "msgpack-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:353b6fc0c36fde68b661a12949d7d49f8f51ff5fa019c1e47c87c4ff34b080ed" } ,
{ file = "msgpack-1.1.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:79c408fcf76a958491b4e3b103d1c417044544b68e96d06432a189b43d1215c8" } ,
{ file = "msgpack-1.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:78426096939c2c7482bf31ef15ca219a9e24460289c00dd0b94411040bb73ad2" } ,
{ file = "msgpack-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8b17ba27727a36cb73aabacaa44b13090feb88a01d012c0f4be70c00f75048b4" } ,
{ file = "msgpack-1.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7a17ac1ea6ec3c7687d70201cfda3b1e8061466f28f686c24f627cae4ea8efd0" } ,
{ file = "msgpack-1.1.1-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:88d1e966c9235c1d4e2afac21ca83933ba59537e2e2727a999bf3f515ca2af26" } ,
{ file = "msgpack-1.1.1-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:f6d58656842e1b2ddbe07f43f56b10a60f2ba5826164910968f5933e5178af75" } ,
{ file = "msgpack-1.1.1-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:96decdfc4adcbc087f5ea7ebdcfd3dee9a13358cae6e81d54be962efc38f6338" } ,
{ file = "msgpack-1.1.1-cp310-cp310-win32.whl" , hash = "sha256:6640fd979ca9a212e4bcdf6eb74051ade2c690b862b679bfcb60ae46e6dc4bfd" } ,
{ file = "msgpack-1.1.1-cp310-cp310-win_amd64.whl" , hash = "sha256:8b65b53204fe1bd037c40c4148d00ef918eb2108d24c9aaa20bc31f9810ce0a8" } ,
{ file = "msgpack-1.1.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:71ef05c1726884e44f8b1d1773604ab5d4d17729d8491403a705e649116c9558" } ,
{ file = "msgpack-1.1.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:36043272c6aede309d29d56851f8841ba907a1a3d04435e43e8a19928e243c1d" } ,
{ file = "msgpack-1.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a32747b1b39c3ac27d0670122b57e6e57f28eefb725e0b625618d1b59bf9d1e0" } ,
{ file = "msgpack-1.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8a8b10fdb84a43e50d38057b06901ec9da52baac6983d3f709d8507f3889d43f" } ,
{ file = "msgpack-1.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ba0c325c3f485dc54ec298d8b024e134acf07c10d494ffa24373bea729acf704" } ,
{ file = "msgpack-1.1.1-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:88daaf7d146e48ec71212ce21109b66e06a98e5e44dca47d853cbfe171d6c8d2" } ,
{ file = "msgpack-1.1.1-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:d8b55ea20dc59b181d3f47103f113e6f28a5e1c89fd5b67b9140edb442ab67f2" } ,
{ file = "msgpack-1.1.1-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:4a28e8072ae9779f20427af07f53bbb8b4aa81151054e882aee333b158da8752" } ,
{ file = "msgpack-1.1.1-cp311-cp311-win32.whl" , hash = "sha256:7da8831f9a0fdb526621ba09a281fadc58ea12701bc709e7b8cbc362feabc295" } ,
{ file = "msgpack-1.1.1-cp311-cp311-win_amd64.whl" , hash = "sha256:5fd1b58e1431008a57247d6e7cc4faa41c3607e8e7d4aaf81f7c29ea013cb458" } ,
{ file = "msgpack-1.1.1-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:ae497b11f4c21558d95de9f64fff7053544f4d1a17731c866143ed6bb4591238" } ,
{ file = "msgpack-1.1.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:33be9ab121df9b6b461ff91baac6f2731f83d9b27ed948c5b9d1978ae28bf157" } ,
{ file = "msgpack-1.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6f64ae8fe7ffba251fecb8408540c34ee9df1c26674c50c4544d72dbf792e5ce" } ,
{ file = "msgpack-1.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a494554874691720ba5891c9b0b39474ba43ffb1aaf32a5dac874effb1619e1a" } ,
{ file = "msgpack-1.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cb643284ab0ed26f6957d969fe0dd8bb17beb567beb8998140b5e38a90974f6c" } ,
{ file = "msgpack-1.1.1-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:d275a9e3c81b1093c060c3837e580c37f47c51eca031f7b5fb76f7b8470f5f9b" } ,
{ file = "msgpack-1.1.1-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:4fd6b577e4541676e0cc9ddc1709d25014d3ad9a66caa19962c4f5de30fc09ef" } ,
{ file = "msgpack-1.1.1-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:bb29aaa613c0a1c40d1af111abf025f1732cab333f96f285d6a93b934738a68a" } ,
{ file = "msgpack-1.1.1-cp312-cp312-win32.whl" , hash = "sha256:870b9a626280c86cff9c576ec0d9cbcc54a1e5ebda9cd26dab12baf41fee218c" } ,
{ file = "msgpack-1.1.1-cp312-cp312-win_amd64.whl" , hash = "sha256:5692095123007180dca3e788bb4c399cc26626da51629a31d40207cb262e67f4" } ,
{ file = "msgpack-1.1.1-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:3765afa6bd4832fc11c3749be4ba4b69a0e8d7b728f78e68120a157a4c5d41f0" } ,
{ file = "msgpack-1.1.1-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:8ddb2bcfd1a8b9e431c8d6f4f7db0773084e107730ecf3472f1dfe9ad583f3d9" } ,
{ file = "msgpack-1.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:196a736f0526a03653d829d7d4c5500a97eea3648aebfd4b6743875f28aa2af8" } ,
{ file = "msgpack-1.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9d592d06e3cc2f537ceeeb23d38799c6ad83255289bb84c2e5792e5a8dea268a" } ,
{ file = "msgpack-1.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4df2311b0ce24f06ba253fda361f938dfecd7b961576f9be3f3fbd60e87130ac" } ,
{ file = "msgpack-1.1.1-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:e4141c5a32b5e37905b5940aacbc59739f036930367d7acce7a64e4dec1f5e0b" } ,
{ file = "msgpack-1.1.1-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:b1ce7f41670c5a69e1389420436f41385b1aa2504c3b0c30620764b15dded2e7" } ,
{ file = "msgpack-1.1.1-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:4147151acabb9caed4e474c3344181e91ff7a388b888f1e19ea04f7e73dc7ad5" } ,
{ file = "msgpack-1.1.1-cp313-cp313-win32.whl" , hash = "sha256:500e85823a27d6d9bba1d057c871b4210c1dd6fb01fbb764e37e4e8847376323" } ,
{ file = "msgpack-1.1.1-cp313-cp313-win_amd64.whl" , hash = "sha256:6d489fba546295983abd142812bda76b57e33d0b9f5d5b71c09a583285506f69" } ,
{ file = "msgpack-1.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bba1be28247e68994355e028dcd668316db30c1f758d3241a7b903ac78dcd285" } ,
{ file = "msgpack-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b8f93dcddb243159c9e4109c9750ba5b335ab8d48d9522c5308cd05d7e3ce600" } ,
{ file = "msgpack-1.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2fbbc0b906a24038c9958a1ba7ae0918ad35b06cb449d398b76a7d08470b0ed9" } ,
{ file = "msgpack-1.1.1-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:61e35a55a546a1690d9d09effaa436c25ae6130573b6ee9829c37ef0f18d5e78" } ,
{ file = "msgpack-1.1.1-cp38-cp38-musllinux_1_2_i686.whl" , hash = "sha256:1abfc6e949b352dadf4bce0eb78023212ec5ac42f6abfd469ce91d783c149c2a" } ,
{ file = "msgpack-1.1.1-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:996f2609ddf0142daba4cefd767d6db26958aac8439ee41db9cc0db9f4c4c3a6" } ,
{ file = "msgpack-1.1.1-cp38-cp38-win32.whl" , hash = "sha256:4d3237b224b930d58e9d83c81c0dba7aacc20fcc2f89c1e5423aa0529a4cd142" } ,
{ file = "msgpack-1.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:da8f41e602574ece93dbbda1fab24650d6bf2a24089f9e9dbb4f5730ec1e58ad" } ,
{ file = "msgpack-1.1.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f5be6b6bc52fad84d010cb45433720327ce886009d862f46b26d4d154001994b" } ,
{ file = "msgpack-1.1.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:3a89cd8c087ea67e64844287ea52888239cbd2940884eafd2dcd25754fb72232" } ,
{ file = "msgpack-1.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1d75f3807a9900a7d575d8d6674a3a47e9f227e8716256f35bc6f03fc597ffbf" } ,
{ file = "msgpack-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d182dac0221eb8faef2e6f44701812b467c02674a322c739355c39e94730cdbf" } ,
{ file = "msgpack-1.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1b13fe0fb4aac1aa5320cd693b297fe6fdef0e7bea5518cbc2dd5299f873ae90" } ,
{ file = "msgpack-1.1.1-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:435807eeb1bc791ceb3247d13c79868deb22184e1fc4224808750f0d7d1affc1" } ,
{ file = "msgpack-1.1.1-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:4835d17af722609a45e16037bb1d4d78b7bdf19d6c0128116d178956618c4e88" } ,
{ file = "msgpack-1.1.1-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:a8ef6e342c137888ebbfb233e02b8fbd689bb5b5fcc59b34711ac47ebd504478" } ,
{ file = "msgpack-1.1.1-cp39-cp39-win32.whl" , hash = "sha256:61abccf9de335d9efd149e2fff97ed5974f2481b3353772e8e2dd3402ba2bd57" } ,
{ file = "msgpack-1.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:40eae974c873b2992fd36424a5d9407f93e97656d999f43fca9d29f820899084" } ,
{ file = "msgpack-1.1.1.tar.gz" , hash = "sha256:77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "mypy-extensions"
2025-05-05 13:13:31 -04:00
version = "1.1.0"
2023-09-01 07:56:02 -07:00
description = "Type system extensions for programs checked with the mypy type checker."
optional = false
2025-05-05 13:13:31 -04:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-05-05 13:13:31 -04:00
{ file = "mypy_extensions-1.1.0-py3-none-any.whl" , hash = "sha256:1be4cccdb0f2482337c4743e60421de3a356cd97508abadd57d47403e94f5505" } ,
{ file = "mypy_extensions-1.1.0.tar.gz" , hash = "sha256:52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "newrelic"
2025-07-24 23:17:34 +00:00
version = "10.15.0"
2023-09-01 07:56:02 -07:00
description = "New Relic Python Agent"
optional = false
2024-10-30 09:36:22 -04:00
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-07-24 23:17:34 +00:00
{ file = "newrelic-10.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:78b1e46a14c1ea56d66167944877e355d59a589c304bbe6973d11f76bd9dc2ea" } ,
{ file = "newrelic-10.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:294343756ef23d09a7f4683d79fbf3d387b7fca16199705cb6be90f557d5c8ec" } ,
{ file = "newrelic-10.15.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:3f61f8d86f0aa023caa31bde7fd23cd5272e702bd695367e385779f949e6dab7" } ,
{ file = "newrelic-10.15.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:319418cde6193bdca497433e771d7597719dd0c5aeb6dff65cffc6bf78a4f3fc" } ,
{ file = "newrelic-10.15.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:830f9c6191aa5e6056ef08a39806982347ae31a462424cb802307973b9d8072c" } ,
{ file = "newrelic-10.15.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1531ab83124f1b92ba3b3d02ac5f2894b0de972101dd7f84e5cdb775502b2d01" } ,
{ file = "newrelic-10.15.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:12ae7cbff6fc26e02f65d643f183c58588d334fc531950bc4bcb9a6dfa1a2144" } ,
{ file = "newrelic-10.15.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:dce475813f8d3d757a1a1b91b2ff51fe4c0b5660b55171936d0d5a8c73767d89" } ,
{ file = "newrelic-10.15.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f7ebd2fd1a16608a36ce11a28707e311155e72a49a4727a6a6982a732338e5ed" } ,
{ file = "newrelic-10.15.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b61679657b01c51ca06e1862c042283a1f0c7b0d7f3f85acfed1160dfb2b7c54" } ,
{ file = "newrelic-10.15.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:7112aab18da0008cfd21fdc15f15a81370dfa6f988fa8d7bf3f696cbf26f9a7b" } ,
{ file = "newrelic-10.15.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:ac068e4a2be86037c111f9248af2e9c06cc65b1ef9a55de4087790b3c3958e01" } ,
{ file = "newrelic-10.15.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:95c5b077c86ad315730793baa643354530a06bbcde9e2eeb18e0f170fa1811ec" } ,
{ file = "newrelic-10.15.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7f9896d69ca5638c88f2eb323e640157ce9159d92c41544afe7acedafe5f1d0d" } ,
{ file = "newrelic-10.15.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:151055c933020df35ea87c94c1eb7d2fe4f4fb459a83304bdcac08a66d93f866" } ,
{ file = "newrelic-10.15.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:4f54bace5901080c6b24eac719da636959598cd25804d948cf2fbbbce23bdae6" } ,
{ file = "newrelic-10.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:89e6026b408e84ff3920e2c1580afd6370a8999e385b0a50adb5aa7d2bf20514" } ,
{ file = "newrelic-10.15.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:56ac35688bea0cecbb647239d8bec25d425c15e708201a1b6b872a6939aa5e98" } ,
{ file = "newrelic-10.15.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:0669dd109eacaab3f877378817f2163dc5705af6fafe02ec12bc5df54cd2fd8b" } ,
{ file = "newrelic-10.15.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:95b4fbb008a5f42d2dfb4db6d5376d340d724f98f3e4e255ae89fda4bdac9aa4" } ,
{ file = "newrelic-10.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dae08d73a278ad94b46f7536375bf2b4f4eaf19069bfd787af385fe32d71e762" } ,
{ file = "newrelic-10.15.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d7a0ca6b41f03d20a69d83a2100cc088cbd056d52bdcd55596bb0bfa1ed1841e" } ,
{ file = "newrelic-10.15.0-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:a907bc45a835c63fd923b7a93bda50631e781874832f56ec212ced2887dbc500" } ,
{ file = "newrelic-10.15.0-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:b2504e440ec82a39eadf75f86d1eaba60cb0009446ca8447191547104598f0be" } ,
{ file = "newrelic-10.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:224c1b6d369a7f179f432829c95a2e9e86231c080cb2d4e0847122eda3481f55" } ,
{ file = "newrelic-10.15.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:efd61040df0dde96c4c84739b927aa652e97d46b3101411d0fc5274203852443" } ,
{ file = "newrelic-10.15.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:588f04e9f152465b07c58d78ffb85eaa9f91e796bdcb501985f2288f7156e468" } ,
{ file = "newrelic-10.15.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:35d45cedced870be221c2e577ce9e81e185d1f3dfe614404e9eb8fc8189d8d4d" } ,
{ file = "newrelic-10.15.0.tar.gz" , hash = "sha256:58b89e559e89c70248912c0583cf8d88fed6e5f54bc1f25429a802cf7a4cce71" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
infinite-tracing = [ "grpcio" , "protobuf" ]
2023-11-22 10:47:31 -05:00
[ [ package ] ]
name = "nodeenv"
2024-06-05 16:55:17 -04:00
version = "1.9.1"
2023-11-22 10:47:31 -05:00
description = "Node.js virtual environment builder"
optional = false
2024-05-31 08:56:11 -07:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-11-22 10:47:31 -05:00
files = [
2024-06-05 16:55:17 -04:00
{ file = "nodeenv-1.9.1-py2.py3-none-any.whl" , hash = "sha256:ba11c9782d29c27c70ffbdda2d7415098754709be8a7056d79a737cd901155c9" } ,
{ file = "nodeenv-1.9.1.tar.gz" , hash = "sha256:6ec12890a2dab7946721edbfbcd91f3319c6ccc9aec47be7c7e6b7011ee6645f" } ,
2023-11-22 10:47:31 -05:00
]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "numpy"
2025-07-24 23:17:09 +00:00
version = "2.3.2"
2023-09-01 07:56:02 -07:00
description = "Fundamental package for array computing in Python"
optional = false
2025-06-12 23:32:15 +00:00
python-versions = ">=3.11"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2025-04-21 23:17:11 +00:00
files = [
2025-07-24 23:17:09 +00:00
{ file = "numpy-2.3.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:852ae5bed3478b92f093e30f785c98e0cb62fa0a939ed057c31716e18a7a22b9" } ,
{ file = "numpy-2.3.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:7a0e27186e781a69959d0230dd9909b5e26024f8da10683bd6344baea1885168" } ,
{ file = "numpy-2.3.2-cp311-cp311-macosx_14_0_arm64.whl" , hash = "sha256:f0a1a8476ad77a228e41619af2fa9505cf69df928e9aaa165746584ea17fed2b" } ,
{ file = "numpy-2.3.2-cp311-cp311-macosx_14_0_x86_64.whl" , hash = "sha256:cbc95b3813920145032412f7e33d12080f11dc776262df1712e1638207dde9e8" } ,
{ file = "numpy-2.3.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:f75018be4980a7324edc5930fe39aa391d5734531b1926968605416ff58c332d" } ,
{ file = "numpy-2.3.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:20b8200721840f5621b7bd03f8dcd78de33ec522fc40dc2641aa09537df010c3" } ,
{ file = "numpy-2.3.2-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:1f91e5c028504660d606340a084db4b216567ded1056ea2b4be4f9d10b67197f" } ,
{ file = "numpy-2.3.2-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:fb1752a3bb9a3ad2d6b090b88a9a0ae1cd6f004ef95f75825e2f382c183b2097" } ,
{ file = "numpy-2.3.2-cp311-cp311-win32.whl" , hash = "sha256:4ae6863868aaee2f57503c7a5052b3a2807cf7a3914475e637a0ecd366ced220" } ,
{ file = "numpy-2.3.2-cp311-cp311-win_amd64.whl" , hash = "sha256:240259d6564f1c65424bcd10f435145a7644a65a6811cfc3201c4a429ba79170" } ,
{ file = "numpy-2.3.2-cp311-cp311-win_arm64.whl" , hash = "sha256:4209f874d45f921bde2cff1ffcd8a3695f545ad2ffbef6d3d3c6768162efab89" } ,
{ file = "numpy-2.3.2-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:bc3186bea41fae9d8e90c2b4fb5f0a1f5a690682da79b92574d63f56b529080b" } ,
{ file = "numpy-2.3.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:2f4f0215edb189048a3c03bd5b19345bdfa7b45a7a6f72ae5945d2a28272727f" } ,
{ file = "numpy-2.3.2-cp312-cp312-macosx_14_0_arm64.whl" , hash = "sha256:8b1224a734cd509f70816455c3cffe13a4f599b1bf7130f913ba0e2c0b2006c0" } ,
{ file = "numpy-2.3.2-cp312-cp312-macosx_14_0_x86_64.whl" , hash = "sha256:3dcf02866b977a38ba3ec10215220609ab9667378a9e2150615673f3ffd6c73b" } ,
{ file = "numpy-2.3.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:572d5512df5470f50ada8d1972c5f1082d9a0b7aa5944db8084077570cf98370" } ,
{ file = "numpy-2.3.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:8145dd6d10df13c559d1e4314df29695613575183fa2e2d11fac4c208c8a1f73" } ,
{ file = "numpy-2.3.2-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:103ea7063fa624af04a791c39f97070bf93b96d7af7eb23530cd087dc8dbe9dc" } ,
{ file = "numpy-2.3.2-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:fc927d7f289d14f5e037be917539620603294454130b6de200091e23d27dc9be" } ,
{ file = "numpy-2.3.2-cp312-cp312-win32.whl" , hash = "sha256:d95f59afe7f808c103be692175008bab926b59309ade3e6d25009e9a171f7036" } ,
{ file = "numpy-2.3.2-cp312-cp312-win_amd64.whl" , hash = "sha256:9e196ade2400c0c737d93465327d1ae7c06c7cb8a1756121ebf54b06ca183c7f" } ,
{ file = "numpy-2.3.2-cp312-cp312-win_arm64.whl" , hash = "sha256:ee807923782faaf60d0d7331f5e86da7d5e3079e28b291973c545476c2b00d07" } ,
{ file = "numpy-2.3.2-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:c8d9727f5316a256425892b043736d63e89ed15bbfe6556c5ff4d9d4448ff3b3" } ,
{ file = "numpy-2.3.2-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:efc81393f25f14d11c9d161e46e6ee348637c0a1e8a54bf9dedc472a3fae993b" } ,
{ file = "numpy-2.3.2-cp313-cp313-macosx_14_0_arm64.whl" , hash = "sha256:dd937f088a2df683cbb79dda9a772b62a3e5a8a7e76690612c2737f38c6ef1b6" } ,
{ file = "numpy-2.3.2-cp313-cp313-macosx_14_0_x86_64.whl" , hash = "sha256:11e58218c0c46c80509186e460d79fbdc9ca1eb8d8aee39d8f2dc768eb781089" } ,
{ file = "numpy-2.3.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:5ad4ebcb683a1f99f4f392cc522ee20a18b2bb12a2c1c42c3d48d5a1adc9d3d2" } ,
{ file = "numpy-2.3.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:938065908d1d869c7d75d8ec45f735a034771c6ea07088867f713d1cd3bbbe4f" } ,
{ file = "numpy-2.3.2-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:66459dccc65d8ec98cc7df61307b64bf9e08101f9598755d42d8ae65d9a7a6ee" } ,
{ file = "numpy-2.3.2-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:a7af9ed2aa9ec5950daf05bb11abc4076a108bd3c7db9aa7251d5f107079b6a6" } ,
{ file = "numpy-2.3.2-cp313-cp313-win32.whl" , hash = "sha256:906a30249315f9c8e17b085cc5f87d3f369b35fedd0051d4a84686967bdbbd0b" } ,
{ file = "numpy-2.3.2-cp313-cp313-win_amd64.whl" , hash = "sha256:c63d95dc9d67b676e9108fe0d2182987ccb0f11933c1e8959f42fa0da8d4fa56" } ,
{ file = "numpy-2.3.2-cp313-cp313-win_arm64.whl" , hash = "sha256:b05a89f2fb84d21235f93de47129dd4f11c16f64c87c33f5e284e6a3a54e43f2" } ,
{ file = "numpy-2.3.2-cp313-cp313t-macosx_10_13_x86_64.whl" , hash = "sha256:4e6ecfeddfa83b02318f4d84acf15fbdbf9ded18e46989a15a8b6995dfbf85ab" } ,
{ file = "numpy-2.3.2-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:508b0eada3eded10a3b55725b40806a4b855961040180028f52580c4729916a2" } ,
{ file = "numpy-2.3.2-cp313-cp313t-macosx_14_0_arm64.whl" , hash = "sha256:754d6755d9a7588bdc6ac47dc4ee97867271b17cee39cb87aef079574366db0a" } ,
{ file = "numpy-2.3.2-cp313-cp313t-macosx_14_0_x86_64.whl" , hash = "sha256:a9f66e7d2b2d7712410d3bc5684149040ef5f19856f20277cd17ea83e5006286" } ,
{ file = "numpy-2.3.2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:de6ea4e5a65d5a90c7d286ddff2b87f3f4ad61faa3db8dabe936b34c2275b6f8" } ,
{ file = "numpy-2.3.2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:a3ef07ec8cbc8fc9e369c8dcd52019510c12da4de81367d8b20bc692aa07573a" } ,
{ file = "numpy-2.3.2-cp313-cp313t-musllinux_1_2_aarch64.whl" , hash = "sha256:27c9f90e7481275c7800dc9c24b7cc40ace3fdb970ae4d21eaff983a32f70c91" } ,
{ file = "numpy-2.3.2-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:07b62978075b67eee4065b166d000d457c82a1efe726cce608b9db9dd66a73a5" } ,
{ file = "numpy-2.3.2-cp313-cp313t-win32.whl" , hash = "sha256:c771cfac34a4f2c0de8e8c97312d07d64fd8f8ed45bc9f5726a7e947270152b5" } ,
{ file = "numpy-2.3.2-cp313-cp313t-win_amd64.whl" , hash = "sha256:72dbebb2dcc8305c431b2836bcc66af967df91be793d63a24e3d9b741374c450" } ,
{ file = "numpy-2.3.2-cp313-cp313t-win_arm64.whl" , hash = "sha256:72c6df2267e926a6d5286b0a6d556ebe49eae261062059317837fda12ddf0c1a" } ,
{ file = "numpy-2.3.2-cp314-cp314-macosx_10_13_x86_64.whl" , hash = "sha256:448a66d052d0cf14ce9865d159bfc403282c9bc7bb2a31b03cc18b651eca8b1a" } ,
{ file = "numpy-2.3.2-cp314-cp314-macosx_11_0_arm64.whl" , hash = "sha256:546aaf78e81b4081b2eba1d105c3b34064783027a06b3ab20b6eba21fb64132b" } ,
{ file = "numpy-2.3.2-cp314-cp314-macosx_14_0_arm64.whl" , hash = "sha256:87c930d52f45df092f7578889711a0768094debf73cfcde105e2d66954358125" } ,
{ file = "numpy-2.3.2-cp314-cp314-macosx_14_0_x86_64.whl" , hash = "sha256:8dc082ea901a62edb8f59713c6a7e28a85daddcb67454c839de57656478f5b19" } ,
{ file = "numpy-2.3.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:af58de8745f7fa9ca1c0c7c943616c6fe28e75d0c81f5c295810e3c83b5be92f" } ,
{ file = "numpy-2.3.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:fed5527c4cf10f16c6d0b6bee1f89958bccb0ad2522c8cadc2efd318bcd545f5" } ,
{ file = "numpy-2.3.2-cp314-cp314-musllinux_1_2_aarch64.whl" , hash = "sha256:095737ed986e00393ec18ec0b21b47c22889ae4b0cd2d5e88342e08b01141f58" } ,
{ file = "numpy-2.3.2-cp314-cp314-musllinux_1_2_x86_64.whl" , hash = "sha256:b5e40e80299607f597e1a8a247ff8d71d79c5b52baa11cc1cce30aa92d2da6e0" } ,
{ file = "numpy-2.3.2-cp314-cp314-win32.whl" , hash = "sha256:7d6e390423cc1f76e1b8108c9b6889d20a7a1f59d9a60cac4a050fa734d6c1e2" } ,
{ file = "numpy-2.3.2-cp314-cp314-win_amd64.whl" , hash = "sha256:b9d0878b21e3918d76d2209c924ebb272340da1fb51abc00f986c258cd5e957b" } ,
{ file = "numpy-2.3.2-cp314-cp314-win_arm64.whl" , hash = "sha256:2738534837c6a1d0c39340a190177d7d66fdf432894f469728da901f8f6dc910" } ,
{ file = "numpy-2.3.2-cp314-cp314t-macosx_10_13_x86_64.whl" , hash = "sha256:4d002ecf7c9b53240be3bb69d80f86ddbd34078bae04d87be81c1f58466f264e" } ,
{ file = "numpy-2.3.2-cp314-cp314t-macosx_11_0_arm64.whl" , hash = "sha256:293b2192c6bcce487dbc6326de5853787f870aeb6c43f8f9c6496db5b1781e45" } ,
{ file = "numpy-2.3.2-cp314-cp314t-macosx_14_0_arm64.whl" , hash = "sha256:0a4f2021a6da53a0d580d6ef5db29947025ae8b35b3250141805ea9a32bbe86b" } ,
{ file = "numpy-2.3.2-cp314-cp314t-macosx_14_0_x86_64.whl" , hash = "sha256:9c144440db4bf3bb6372d2c3e49834cc0ff7bb4c24975ab33e01199e645416f2" } ,
{ file = "numpy-2.3.2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:f92d6c2a8535dc4fe4419562294ff957f83a16ebdec66df0805e473ffaad8bd0" } ,
{ file = "numpy-2.3.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:cefc2219baa48e468e3db7e706305fcd0c095534a192a08f31e98d83a7d45fb0" } ,
{ file = "numpy-2.3.2-cp314-cp314t-musllinux_1_2_aarch64.whl" , hash = "sha256:76c3e9501ceb50b2ff3824c3589d5d1ab4ac857b0ee3f8f49629d0de55ecf7c2" } ,
{ file = "numpy-2.3.2-cp314-cp314t-musllinux_1_2_x86_64.whl" , hash = "sha256:122bf5ed9a0221b3419672493878ba4967121514b1d7d4656a7580cd11dddcbf" } ,
{ file = "numpy-2.3.2-cp314-cp314t-win32.whl" , hash = "sha256:6f1ae3dcb840edccc45af496f312528c15b1f79ac318169d094e85e4bb35fdf1" } ,
{ file = "numpy-2.3.2-cp314-cp314t-win_amd64.whl" , hash = "sha256:087ffc25890d89a43536f75c5fe8770922008758e8eeeef61733957041ed2f9b" } ,
{ file = "numpy-2.3.2-cp314-cp314t-win_arm64.whl" , hash = "sha256:092aeb3449833ea9c0bf0089d70c29ae480685dd2377ec9cdbbb620257f84631" } ,
{ file = "numpy-2.3.2-pp311-pypy311_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:14a91ebac98813a49bc6aa1a0dfc09513dcec1d97eaf31ca21a87221a1cdcb15" } ,
{ file = "numpy-2.3.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl" , hash = "sha256:71669b5daae692189540cffc4c439468d35a3f84f0c88b078ecd94337f6cb0ec" } ,
{ file = "numpy-2.3.2-pp311-pypy311_pp73-macosx_14_0_arm64.whl" , hash = "sha256:69779198d9caee6e547adb933941ed7520f896fd9656834c300bdf4dd8642712" } ,
{ file = "numpy-2.3.2-pp311-pypy311_pp73-macosx_14_0_x86_64.whl" , hash = "sha256:2c3271cc4097beb5a60f010bcc1cc204b300bb3eafb4399376418a83a1c6373c" } ,
{ file = "numpy-2.3.2-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:8446acd11fe3dc1830568c941d44449fd5cb83068e5c70bd5a470d323d448296" } ,
{ file = "numpy-2.3.2-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:aa098a5ab53fa407fded5870865c6275a5cd4101cfdef8d6fafc48286a96e981" } ,
{ file = "numpy-2.3.2-pp311-pypy311_pp73-win_amd64.whl" , hash = "sha256:6936aff90dda378c09bea075af0d9c675fe3a977a9d2402f95a87f440f59f619" } ,
{ file = "numpy-2.3.2.tar.gz" , hash = "sha256:e0486a11ec30cdecb53f184d496d1c6a20786c81e55e41640270130056f8ee48" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "openpyxl"
version = "3.0.10"
description = "A Python library to read/write Excel 2010 xlsx/xlsm files"
optional = false
python-versions = ">=3.6"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "openpyxl-3.0.10-py2.py3-none-any.whl" , hash = "sha256:0ab6d25d01799f97a9464630abacbb34aafecdcaa0ef3cba6d6b3499867d0355" } ,
{ file = "openpyxl-3.0.10.tar.gz" , hash = "sha256:e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449" } ,
]
[ package . dependencies ]
et-xmlfile = "*"
[ [ package ] ]
2024-03-08 15:00:48 -08:00
name = "ordered-set"
version = "4.1.0"
description = "An OrderedSet is a custom MutableSet that remembers its order, so that every"
2023-09-01 07:56:02 -07:00
optional = false
2024-03-08 15:00:48 -08:00
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2024-03-08 15:00:48 -08:00
{ file = "ordered-set-4.1.0.tar.gz" , hash = "sha256:694a8e44c87657c59292ede72891eb91d34131f6531463aab3009191c77364a8" } ,
{ file = "ordered_set-4.1.0-py3-none-any.whl" , hash = "sha256:046e1132c71fcf3330438a539928932caf51ddbc582496833e23de611de14562" } ,
2023-09-01 07:56:02 -07:00
]
2024-03-08 15:00:48 -08:00
[ package . extras ]
dev = [ "black" , "mypy" , "pytest" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "packageurl-python"
2025-06-16 07:14:31 -07:00
version = "0.17.1"
2023-09-01 07:56:02 -07:00
description = "A purl aka. Package URL parser and builder"
optional = false
2024-10-30 09:36:22 -04:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-06-16 07:14:31 -07:00
{ file = "packageurl_python-0.17.1-py3-none-any.whl" , hash = "sha256:59b0862ae0b216994f847e05b4c6e870e0d16e1ddd706feefb19d79810f22cbd" } ,
{ file = "packageurl_python-0.17.1.tar.gz" , hash = "sha256:5db592a990b60bc02446033c50fb1803a26c5124cd72c5a2cd1b8ea1ae741969" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
2024-03-08 15:00:48 -08:00
build = [ "setuptools" , "wheel" ]
2023-09-01 07:56:02 -07:00
lint = [ "black" , "isort" , "mypy" ]
sqlalchemy = [ "sqlalchemy (>=2.0.0)" ]
test = [ "pytest" ]
[ [ package ] ]
name = "packaging"
2025-05-05 13:13:31 -04:00
version = "25.0"
2023-09-01 07:56:02 -07:00
description = "Core utilities for Python packages"
optional = false
2024-06-14 10:22:01 -04:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-05-05 13:13:31 -04:00
{ file = "packaging-25.0-py3-none-any.whl" , hash = "sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484" } ,
{ file = "packaging-25.0.tar.gz" , hash = "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "pathspec"
2024-03-08 15:00:48 -08:00
version = "0.12.1"
2023-09-01 07:56:02 -07:00
description = "Utility library for gitignore style pattern matching of file paths."
optional = false
2024-03-08 15:00:48 -08:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2024-03-08 15:00:48 -08:00
{ file = "pathspec-0.12.1-py3-none-any.whl" , hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08" } ,
{ file = "pathspec-0.12.1.tar.gz" , hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "pbr"
2025-03-31 09:24:10 -07:00
version = "6.1.1"
2023-09-01 07:56:02 -07:00
description = "Python Build Reasonableness"
optional = false
python-versions = ">=2.6"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-31 09:24:10 -07:00
{ file = "pbr-6.1.1-py2.py3-none-any.whl" , hash = "sha256:38d4daea5d9fa63b3f626131b9d34947fd0c8be9b05a29276870580050a25a76" } ,
{ file = "pbr-6.1.1.tar.gz" , hash = "sha256:93ea72ce6989eb2eed99d0f75721474f69ad88128afdef5ac377eb797c4bf76b" } ,
2023-09-01 07:56:02 -07:00
]
2025-03-31 09:24:10 -07:00
[ package . dependencies ]
setuptools = "*"
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "pbs-installer"
2025-07-23 15:01:03 -07:00
version = "2025.7.12"
2025-05-05 13:18:17 -04:00
description = "Installer for Python Build Standalone"
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
2025-07-23 15:01:03 -07:00
{ file = "pbs_installer-2025.7.12-py3-none-any.whl" , hash = "sha256:d73414224fceb60d4a07bea97facd9acc05de792dd7becc90a7f22383e7c1cab" } ,
{ file = "pbs_installer-2025.7.12.tar.gz" , hash = "sha256:343b8905e1da3cd4b03b68d630086330dde1814294963b77d2664b18b5002ac6" } ,
2025-05-05 13:18:17 -04:00
]
[ package . dependencies ]
httpx = { version = ">=0.27.0,<1" , optional = true , markers = "extra == \"download\"" }
zstandard = { version = ">=0.21.0" , optional = true , markers = "extra == \"install\"" }
[ package . extras ]
all = [ "pbs-installer[download,install]" ]
download = [ "httpx (>=0.27.0,<1)" ]
install = [ "zstandard (>=0.21.0)" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "phonenumbers"
2025-07-18 23:11:37 +00:00
version = "9.0.10"
2023-09-01 07:56:02 -07:00
description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-07-18 23:11:37 +00:00
{ file = "phonenumbers-9.0.10-py2.py3-none-any.whl" , hash = "sha256:13b12d269be1f2b363c9bc2868656a7e2e8b50f1a1cef629c75005da6c374c6b" } ,
{ file = "phonenumbers-9.0.10.tar.gz" , hash = "sha256:c2d15a6a9d0534b14a7764f51246ada99563e263f65b80b0251d1a760ac4a1ba" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "pip"
2025-05-05 13:13:31 -04:00
version = "25.1.1"
2023-09-01 07:56:02 -07:00
description = "The PyPA recommended tool for installing Python packages."
optional = false
2025-05-05 13:13:31 -04:00
python-versions = ">=3.9"
2025-07-22 10:00:13 -07:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-05-05 13:13:31 -04:00
{ file = "pip-25.1.1-py3-none-any.whl" , hash = "sha256:2913a38a2abf4ea6b64ab507bd9e967f3b53dc1ede74b01b0931e1ce548751af" } ,
{ file = "pip-25.1.1.tar.gz" , hash = "sha256:3de45d411d308d5054c2168185d8da7f9a2cd753dbac8acbfa88a8909ecd9077" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "pip-api"
2024-07-12 12:02:37 -04:00
version = "0.0.34"
2023-09-01 07:56:02 -07:00
description = "An unofficial, importable pip API"
optional = false
2024-07-12 12:02:37 -04:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2024-07-12 12:02:37 -04:00
{ file = "pip_api-0.0.34-py3-none-any.whl" , hash = "sha256:8b2d7d7c37f2447373aa2cf8b1f60a2f2b27a84e1e9e0294a3f6ef10eb3ba6bb" } ,
{ file = "pip_api-0.0.34.tar.gz" , hash = "sha256:9b75e958f14c5a2614bae415f2adf7eeb54d50a2cfbe7e24fd4826471bac3625" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
pip = "*"
[ [ package ] ]
name = "pip-audit"
2025-04-08 01:04:34 +00:00
version = "2.9.0"
2023-09-01 07:56:02 -07:00
description = "A tool for scanning Python environments for known vulnerabilities"
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-04-08 01:04:34 +00:00
{ file = "pip_audit-2.9.0-py3-none-any.whl" , hash = "sha256:348b16e60895749a0839875d7cc27ebd692e1584ebe5d5cb145941c8e25a80bd" } ,
{ file = "pip_audit-2.9.0.tar.gz" , hash = "sha256:0b998410b58339d7a231e5aa004326a294e4c7c6295289cdc9d5e1ef07b1f44d" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
CacheControl = { version = ">=0.13.0" , extras = [ "filecache" ] }
2025-04-08 01:04:34 +00:00
cyclonedx-python-lib = ">=5,<10"
2023-09-01 07:56:02 -07:00
packaging = ">=23.0.0"
pip-api = ">=0.0.28"
pip-requirements-parser = ">=32.0.0"
2025-03-31 09:24:10 -07:00
platformdirs = ">=4.2.0"
2023-09-01 07:56:02 -07:00
requests = ">=2.31.0"
rich = ">=12.4"
toml = ">=0.10"
[ package . extras ]
2025-03-31 09:24:10 -07:00
dev = [ "build" , "pip-audit[doc,lint,test]" ]
2023-09-01 07:56:02 -07:00
doc = [ "pdoc" ]
2025-03-31 09:24:10 -07:00
lint = [ "interrogate (>=1.6,<2.0)" , "mypy" , "ruff (>=0.9,<1.0)" , "types-requests" , "types-toml" ]
2023-12-20 03:50:25 +00:00
test = [ "coverage[toml] (>=7.0,!=7.3.3,<8.0)" , "pretend" , "pytest" , "pytest-cov" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "pip-requirements-parser"
version = "32.0.1"
description = "pip requirements parser - a mostly correct pip requirements parsing library because it uses pip's own code."
optional = false
python-versions = ">=3.6.0"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "pip-requirements-parser-32.0.1.tar.gz" , hash = "sha256:b4fa3a7a0be38243123cf9d1f3518da10c51bdb165a2b2985566247f9155a7d3" } ,
{ file = "pip_requirements_parser-32.0.1-py3-none-any.whl" , hash = "sha256:4659bc2a667783e7a15d190f6fccf8b2486685b6dba4c19c3876314769c57526" } ,
]
[ package . dependencies ]
packaging = "*"
pyparsing = "*"
[ package . extras ]
docs = [ "Sphinx (>=3.3.1)" , "doc8 (>=0.8.1)" , "sphinx-rtd-theme (>=0.5.0)" ]
testing = [ "aboutcode-toolkit (>=6.0.0)" , "black" , "pytest (>=6,!=7.0.0)" , "pytest-xdist (>=2)" ]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "pkginfo"
version = "1.12.1.2"
description = "Query metadata from sdists / bdists / installed packages."
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "pkginfo-1.12.1.2-py3-none-any.whl" , hash = "sha256:c783ac885519cab2c34927ccfa6bf64b5a704d7c69afaea583dd9b7afe969343" } ,
{ file = "pkginfo-1.12.1.2.tar.gz" , hash = "sha256:5cd957824ac36f140260964eba3c6be6442a8359b8c48f4adf90210f33a04b7b" } ,
]
[ package . extras ]
testing = [ "pytest" , "pytest-cov" , "wheel" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "platformdirs"
2025-05-30 10:09:40 -07:00
version = "4.3.8"
2024-04-24 12:11:33 -07:00
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`."
2023-09-01 07:56:02 -07:00
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-05-30 10:09:40 -07:00
{ file = "platformdirs-4.3.8-py3-none-any.whl" , hash = "sha256:ff7059bb7eb1179e2685604f4aaf157cfd9535242bd23742eadc3c13542139b4" } ,
{ file = "platformdirs-4.3.8.tar.gz" , hash = "sha256:3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
2025-03-31 09:24:10 -07:00
docs = [ "furo (>=2024.8.6)" , "proselint (>=0.14)" , "sphinx (>=8.1.3)" , "sphinx-autodoc-typehints (>=3)" ]
test = [ "appdirs (==1.4.4)" , "covdefaults (>=2.3)" , "pytest (>=8.3.4)" , "pytest-cov (>=6)" , "pytest-mock (>=3.14)" ]
type = [ "mypy (>=1.14.1)" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "playwright"
2025-07-23 15:01:03 -07:00
version = "1.54.0"
2023-09-01 07:56:02 -07:00
description = "A high-level API to automate web browsers"
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-07-23 15:01:03 -07:00
{ file = "playwright-1.54.0-py3-none-macosx_10_13_x86_64.whl" , hash = "sha256:bf3b845af744370f1bd2286c2a9536f474cc8a88dc995b72ea9a5be714c9a77d" } ,
{ file = "playwright-1.54.0-py3-none-macosx_11_0_arm64.whl" , hash = "sha256:780928b3ca2077aea90414b37e54edd0c4bbb57d1aafc42f7aa0b3fd2c2fac02" } ,
{ file = "playwright-1.54.0-py3-none-macosx_11_0_universal2.whl" , hash = "sha256:81d0b6f28843b27f288cfe438af0a12a4851de57998009a519ea84cee6fbbfb9" } ,
{ file = "playwright-1.54.0-py3-none-manylinux1_x86_64.whl" , hash = "sha256:09919f45cc74c64afb5432646d7fef0d19fff50990c862cb8d9b0577093f40cc" } ,
{ file = "playwright-1.54.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:13ae206c55737e8e3eae51fb385d61c0312eeef31535643bb6232741b41b6fdc" } ,
{ file = "playwright-1.54.0-py3-none-win32.whl" , hash = "sha256:0b108622ffb6906e28566f3f31721cd57dda637d7e41c430287804ac01911f56" } ,
{ file = "playwright-1.54.0-py3-none-win_amd64.whl" , hash = "sha256:9e5aee9ae5ab1fdd44cd64153313a2045b136fcbcfb2541cc0a3d909132671a2" } ,
{ file = "playwright-1.54.0-py3-none-win_arm64.whl" , hash = "sha256:a975815971f7b8dca505c441a4c56de1aeb56a211290f8cc214eeef5524e8d75" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2025-03-31 09:24:10 -07:00
greenlet = ">=3.1.1,<4.0.0"
2025-05-05 13:13:31 -04:00
pyee = ">=13,<14"
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "pluggy"
2025-05-30 10:09:40 -07:00
version = "1.6.0"
2023-09-01 07:56:02 -07:00
description = "plugin and hook calling mechanisms for python"
optional = false
2025-05-30 10:09:40 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-05-30 10:09:40 -07:00
{ file = "pluggy-1.6.0-py3-none-any.whl" , hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746" } ,
{ file = "pluggy-1.6.0.tar.gz" , hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2025-05-30 10:09:40 -07:00
testing = [ "coverage" , "pytest" , "pytest-benchmark" ]
2023-09-01 07:56:02 -07:00
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "poetry"
version = "2.1.3"
description = "Python dependency management and packaging made easy."
optional = false
python-versions = "<4.0,>=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "poetry-2.1.3-py3-none-any.whl" , hash = "sha256:7054d3f97ccce7f31961ead16250407c4577bfe57e2037a190ae2913fc40a20c" } ,
{ file = "poetry-2.1.3.tar.gz" , hash = "sha256:f2c9bd6790b19475976d88ea4553bcc3533c0dc73f740edc4fffe9e2add50594" } ,
]
[ package . dependencies ]
build = ">=1.2.1,<2.0.0"
cachecontrol = { version = ">=0.14.0,<0.15.0" , extras = [ "filecache" ] }
cleo = ">=2.1.0,<3.0.0"
dulwich = ">=0.22.6,<0.23.0"
fastjsonschema = ">=2.18.0,<3.0.0"
findpython = ">=0.6.2,<0.7.0"
installer = ">=0.7.0,<0.8.0"
keyring = ">=25.1.0,<26.0.0"
packaging = ">=24.0"
pbs-installer = { version = ">=2025.1.6,<2026.0.0" , extras = [ "download" , "install" ] }
pkginfo = ">=1.12,<2.0"
platformdirs = ">=3.0.0,<5"
poetry-core = "2.1.3"
pyproject-hooks = ">=1.0.0,<2.0.0"
requests = ">=2.26,<3.0"
requests-toolbelt = ">=1.0.0,<2.0.0"
shellingham = ">=1.5,<2.0"
tomlkit = ">=0.11.4,<1.0.0"
trove-classifiers = ">=2022.5.19"
virtualenv = ">=20.26.6,<21.0.0"
xattr = { version = ">=1.0.0,<2.0.0" , markers = "sys_platform == \"darwin\"" }
[ [ package ] ]
name = "poetry-core"
version = "2.1.3"
description = "Poetry PEP 517 Build Backend"
optional = false
python-versions = "<4.0,>=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "poetry_core-2.1.3-py3-none-any.whl" , hash = "sha256:2c704f05016698a54ca1d327f46ce2426d72eaca6ff614132c8477c292266771" } ,
{ file = "poetry_core-2.1.3.tar.gz" , hash = "sha256:0522a015477ed622c89aad56a477a57813cace0c8e7ff2a2906b7ef4a2e296a4" } ,
]
[ [ package ] ]
name = "poetry-dotenv-plugin"
version = "0.2.0"
description = "A Poetry plugin to automatically load environment variables from .env files"
optional = false
python-versions = ">=3.7,<4"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "poetry_dotenv_plugin-0.2.0-py3-none-any.whl" , hash = "sha256:dc2fd816a96e32586afb6507f01de6070a8a50877207ae20efa7c6a75648143a" } ,
{ file = "poetry_dotenv_plugin-0.2.0.tar.gz" , hash = "sha256:9bdd0a96d81ba5f2e75bda7c8944e2c5132b0c615c44452770dd1e7f1aca62f6" } ,
]
[ package . dependencies ]
poetry = ">=1.2.0a1"
python-dotenv = ">=0.10.0"
2023-11-10 11:08:52 -08:00
[ [ package ] ]
2023-11-22 10:47:31 -05:00
name = "pre-commit"
2025-03-31 13:28:04 +00:00
version = "4.2.0"
2023-11-22 10:47:31 -05:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
2023-11-10 11:08:52 -08:00
optional = false
2023-12-13 22:21:29 +00:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-11-10 11:08:52 -08:00
files = [
2025-03-31 13:28:04 +00:00
{ file = "pre_commit-4.2.0-py2.py3-none-any.whl" , hash = "sha256:a009ca7205f1eb497d10b845e52c838a98b6cdd2102a6c8e4540e94ee75c58bd" } ,
{ file = "pre_commit-4.2.0.tar.gz" , hash = "sha256:601283b9757afd87d40c4c4a9b2b5de9637a8ea02eaff7adc2d0fb4e04841146" } ,
2023-11-10 11:08:52 -08:00
]
[ package . dependencies ]
2023-11-22 10:47:31 -05:00
cfgv = ">=2.0.0"
identify = ">=1.0.0"
nodeenv = ">=0.11.1"
pyyaml = ">=5.1"
virtualenv = ">=20.10.0"
2023-11-10 11:08:52 -08:00
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "py-serializable"
2025-07-23 15:01:03 -07:00
version = "2.1.0"
2023-09-01 07:56:02 -07:00
description = "Library for serializing and deserializing Python Objects to and from JSON and XML."
optional = false
2024-04-08 12:21:26 -07:00
python-versions = "<4.0,>=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-07-23 15:01:03 -07:00
{ file = "py_serializable-2.1.0-py3-none-any.whl" , hash = "sha256:b56d5d686b5a03ba4f4db5e769dc32336e142fc3bd4d68a8c25579ebb0a67304" } ,
{ file = "py_serializable-2.1.0.tar.gz" , hash = "sha256:9d5db56154a867a9b897c0163b33a793c804c80cee984116d02d49e4578fc103" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
defusedxml = ">=0.7.1,<0.8.0"
2024-09-30 10:13:12 -04:00
[ [ package ] ]
name = "pyasn1"
version = "0.6.1"
description = "Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)"
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2024-09-30 10:13:12 -04:00
files = [
{ file = "pyasn1-0.6.1-py3-none-any.whl" , hash = "sha256:0d632f46f2ba09143da3a8afe9e33fb6f92fa2320ab7e886e2d0f7672af84629" } ,
{ file = "pyasn1-0.6.1.tar.gz" , hash = "sha256:6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034" } ,
]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "pycodestyle"
2025-06-20 23:09:09 +00:00
version = "2.14.0"
2023-09-01 07:56:02 -07:00
description = "Python style guide checker"
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-06-20 23:09:09 +00:00
{ file = "pycodestyle-2.14.0-py2.py3-none-any.whl" , hash = "sha256:dd6bf7cb4ee77f8e016f9c8e74a35ddd9f67e1d5fd4184d86c3b98e07099f42d" } ,
{ file = "pycodestyle-2.14.0.tar.gz" , hash = "sha256:c4b5b517d278089ff9d0abdec919cd97262a3367449ea1c8b49b91529167b783" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "pycparser"
2024-04-03 17:24:26 -04:00
version = "2.22"
2023-09-01 07:56:02 -07:00
description = "C parser in Python"
optional = false
2024-04-03 17:24:26 -04:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2024-04-03 17:24:26 -04:00
{ file = "pycparser-2.22-py3-none-any.whl" , hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc" } ,
{ file = "pycparser-2.22.tar.gz" , hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "pyee"
2025-05-05 13:13:31 -04:00
version = "13.0.0"
2023-11-10 09:10:56 -08:00
description = "A rough port of Node.js's EventEmitter to Python with a few tricks of its own"
2023-09-01 07:56:02 -07:00
optional = false
2023-11-10 09:10:56 -08:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-05-05 13:13:31 -04:00
{ file = "pyee-13.0.0-py3-none-any.whl" , hash = "sha256:48195a3cddb3b1515ce0695ed76036b5ccc2ef3a9f963ff9f77aec0139845498" } ,
{ file = "pyee-13.0.0.tar.gz" , hash = "sha256:b391e3c5a434d1f5118a25615001dbc8f669cf410ab67d04c4d4e07c55481c37" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
typing-extensions = "*"
2023-11-10 09:10:56 -08:00
[ package . extras ]
2025-05-08 23:05:58 +00:00
dev = [ "black" , "build" , "flake8" , "flake8-black" , "isort" , "jupyter-console" , "mkdocs" , "mkdocs-include-markdown-plugin" , "mkdocstrings[python]" , "mypy" , "pytest" , "pytest-asyncio ; python_version >= \"3.4\"" , "pytest-trio ; python_version >= \"3.7\"" , "sphinx" , "toml" , "tox" , "trio" , "trio ; python_version > \"3.6\"" , "trio-typing ; python_version > \"3.6\"" , "twine" , "twisted" , "validate-pyproject[all]" ]
2023-11-10 09:10:56 -08:00
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "pyexcel"
2025-04-23 21:21:33 +00:00
version = "0.7.3"
2023-09-01 07:56:02 -07:00
description = "A wrapper library that provides one API to read, manipulate and writedata in different excel formats"
optional = false
python-versions = ">=3.6"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-04-23 21:21:33 +00:00
{ file = "pyexcel-0.7.3-py2.py3-none-any.whl" , hash = "sha256:394df2445364fa1960fed4a9bb04c62efdff5435026f3d1346f614a94fe5ba7a" } ,
{ file = "pyexcel-0.7.3.tar.gz" , hash = "sha256:57b3c3fb55dd09a62cbbf2ae9f1e78aa11b627c2bfc6072ff2d9587c022b06d4" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2025-03-25 13:51:05 +00:00
lml = ">=0.2.0"
2023-09-01 07:56:02 -07:00
pyexcel-io = ">=0.6.2"
texttable = ">=0.8.2"
[ package . extras ]
ods = [ "pyexcel-ods3 (>=0.6.0)" ]
xls = [ "pyexcel-xls (>=0.6.0)" ]
xlsx = [ "pyexcel-xlsx (>=0.6.0)" ]
[ [ package ] ]
name = "pyexcel-ezodf"
version = "0.3.4"
description = "A Python package to create/manipulate OpenDocumentFormat files"
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "pyexcel-ezodf-0.3.4.tar.gz" , hash = "sha256:972eeea9b0e4bab60dfc5cdcb7378cc7ba5e070a0b7282746c0182c5de011ff1" } ,
{ file = "pyexcel_ezodf-0.3.4-py2.py3-none-any.whl" , hash = "sha256:a74ac7636a015fff31d35c5350dc5ad347ba98ecb453de4dbcbb9a9168434e8c" } ,
]
[ package . dependencies ]
lxml = "*"
[ [ package ] ]
name = "pyexcel-io"
2025-03-28 18:03:48 +00:00
version = "0.6.7"
2023-09-01 07:56:02 -07:00
description = "A python library to read and write structured data in csv, zipped csvformat and to/from databases"
optional = false
python-versions = ">=3.6"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-28 18:03:48 +00:00
{ file = "pyexcel_io-0.6.7-py2.py3-none-any.whl" , hash = "sha256:add9f3c1489070ab0a3226bab7d23d4b84a364f5b44f3a14e2ce785ede88fcb3" } ,
{ file = "pyexcel_io-0.6.7.tar.gz" , hash = "sha256:2c33d8df505e21a13bed585ac6ab7d30ec826a9f156b758394af5d22359bddb9" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
lml = ">=0.0.4"
[ package . extras ]
2025-03-28 18:03:48 +00:00
extra = [ "chardet" ]
2023-09-01 07:56:02 -07:00
ods = [ "pyexcel-ods3 (>=0.6.0)" ]
xls = [ "pyexcel-xls (>=0.6.0)" ]
xlsx = [ "pyexcel-xlsx (>=0.6.0)" ]
[ [ package ] ]
name = "pyexcel-ods3"
version = "0.6.1"
description = "A wrapper library to read, manipulate and write data in ods format"
optional = false
python-versions = ">=3.6"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "pyexcel-ods3-0.6.1.tar.gz" , hash = "sha256:53740fc9bc6e91e43cdc0ee4f557bb3b252d8493d34f2c11d26a93c53cfebc2e" } ,
{ file = "pyexcel_ods3-0.6.1-py3-none-any.whl" , hash = "sha256:ca61d139879349a5d4b0a241add6504474c59fa280d1804b76f56ee4ba30eb8b" } ,
]
[ package . dependencies ]
lxml = "*"
pyexcel-ezodf = ">=0.3.3"
pyexcel-io = ">=0.6.2"
[ [ package ] ]
name = "pyexcel-xls"
2025-03-25 18:52:49 +00:00
version = "0.7.1"
2023-09-01 07:56:02 -07:00
description = "A wrapper library to read, manipulate and write data in xls format. Itreads xlsx and xlsm format"
optional = false
python-versions = ">=3.6"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-25 18:52:49 +00:00
{ file = "pyexcel_xls-0.7.1-py2.py3-none-any.whl" , hash = "sha256:5fd1bc29a50ad7abf5e5d5b6b0dfa1f83e01a97dbb3e7a9dc8ef118d5b78b46a" } ,
{ file = "pyexcel_xls-0.7.1.tar.gz" , hash = "sha256:0e8c598dc840f9216507f1c16975c18b06e36df09acd79bda1a9de2f9cad0761" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
pyexcel-io = ">=0.6.2"
xlrd = "*"
xlwt = "*"
[ [ package ] ]
name = "pyexcel-xlsx"
2025-04-04 18:07:10 +00:00
version = "0.6.1"
2023-09-01 07:56:02 -07:00
description = "A wrapper library to read, manipulate and write data in xlsx and xlsmformat"
optional = false
python-versions = ">=3.6"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-04-04 18:07:10 +00:00
{ file = "pyexcel_xlsx-0.6.1-py2.py3-none-any.whl" , hash = "sha256:c17d8c90ae6c2ae5672e469e6afe4336597e4ff479e5a93ba846ae46b7b80769" } ,
{ file = "pyexcel_xlsx-0.6.1.tar.gz" , hash = "sha256:80b7985d394b73abf5c52212027bbbc0c7f6090192bcbc76403f8672d74c7960" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
openpyxl = ">=2.6.1"
pyexcel-io = ">=0.6.2"
[ [ package ] ]
name = "pyflakes"
2025-06-20 23:09:09 +00:00
version = "3.4.0"
2023-09-01 07:56:02 -07:00
description = "passive checker of Python programs"
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-06-20 23:09:09 +00:00
{ file = "pyflakes-3.4.0-py2.py3-none-any.whl" , hash = "sha256:f742a7dbd0d9cb9ea41e9a24a918996e8170c799fa528688d40dd582c8265f4f" } ,
{ file = "pyflakes-3.4.0.tar.gz" , hash = "sha256:b24f96fafb7d2ab0ec5075b7350b3d2d2218eab42003821c06344973d3ea2f58" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "pygments"
2025-07-23 15:01:03 -07:00
version = "2.19.2"
2023-09-01 07:56:02 -07:00
description = "Pygments is a syntax highlighting package written in Python."
optional = false
2024-05-31 08:56:11 -07:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-07-23 15:01:03 -07:00
{ file = "pygments-2.19.2-py3-none-any.whl" , hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b" } ,
{ file = "pygments-2.19.2.tar.gz" , hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
2023-11-22 08:21:34 -08:00
windows-terminal = [ "colorama (>=0.4.6)" ]
2023-09-01 07:56:02 -07:00
2025-06-10 12:07:36 -07:00
[ [ package ] ]
name = "pyjwt"
version = "2.10.1"
description = "JSON Web Token implementation in Python"
optional = false
python-versions = ">=3.9"
groups = [ "main" ]
files = [
{ file = "PyJWT-2.10.1-py3-none-any.whl" , hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb" } ,
{ file = "pyjwt-2.10.1.tar.gz" , hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953" } ,
]
[ package . extras ]
crypto = [ "cryptography (>=3.4.0)" ]
dev = [ "coverage[toml] (==5.0.4)" , "cryptography (>=3.4.0)" , "pre-commit" , "pytest (>=6.0.0,<7.0.0)" , "sphinx" , "sphinx-rtd-theme" , "zope.interface" ]
docs = [ "sphinx" , "sphinx-rtd-theme" , "zope.interface" ]
tests = [ "coverage[toml] (==5.0.4)" , "pytest (>=6.0.0,<7.0.0)" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "pyparsing"
2025-03-31 09:24:10 -07:00
version = "3.2.3"
2023-09-01 07:56:02 -07:00
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
optional = false
2024-10-30 09:36:22 -04:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-31 09:24:10 -07:00
{ file = "pyparsing-3.2.3-py3-none-any.whl" , hash = "sha256:a749938e02d6fd0b59b356ca504a24982314bb090c383e3cf201c95ef7e2bfcf" } ,
{ file = "pyparsing-3.2.3.tar.gz" , hash = "sha256:b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
diagrams = [ "jinja2" , "railroad-diagrams" ]
[ [ package ] ]
name = "pyproj"
2025-02-19 18:58:30 +00:00
version = "3.7.1"
2023-09-01 07:56:02 -07:00
description = "Python interface to PROJ (cartographic projections and coordinate transformations library)"
optional = false
2025-02-19 18:58:30 +00:00
python-versions = ">=3.10"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2025-02-19 18:58:30 +00:00
files = [
{ file = "pyproj-3.7.1-cp310-cp310-macosx_13_0_x86_64.whl" , hash = "sha256:bf09dbeb333c34e9c546364e7df1ff40474f9fddf9e70657ecb0e4f670ff0b0e" } ,
{ file = "pyproj-3.7.1-cp310-cp310-macosx_14_0_arm64.whl" , hash = "sha256:6575b2e53cc9e3e461ad6f0692a5564b96e7782c28631c7771c668770915e169" } ,
{ file = "pyproj-3.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8cb516ee35ed57789b46b96080edf4e503fdb62dbb2e3c6581e0d6c83fca014b" } ,
{ file = "pyproj-3.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1e47c4e93b88d99dd118875ee3ca0171932444cdc0b52d493371b5d98d0f30ee" } ,
{ file = "pyproj-3.7.1-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:3e8d276caeae34fcbe4813855d0d97b9b825bab8d7a8b86d859c24a6213a5a0d" } ,
{ file = "pyproj-3.7.1-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:f173f851ee75e54acdaa053382b6825b400cb2085663a9bb073728a59c60aebb" } ,
{ file = "pyproj-3.7.1-cp310-cp310-win32.whl" , hash = "sha256:f550281ed6e5ea88fcf04a7c6154e246d5714be495c50c9e8e6b12d3fb63e158" } ,
{ file = "pyproj-3.7.1-cp310-cp310-win_amd64.whl" , hash = "sha256:3537668992a709a2e7f068069192138618c00d0ba113572fdd5ee5ffde8222f3" } ,
{ file = "pyproj-3.7.1-cp311-cp311-macosx_13_0_x86_64.whl" , hash = "sha256:a94e26c1a4950cea40116775588a2ca7cf56f1f434ff54ee35a84718f3841a3d" } ,
{ file = "pyproj-3.7.1-cp311-cp311-macosx_14_0_arm64.whl" , hash = "sha256:263b54ba5004b6b957d55757d846fc5081bc02980caa0279c4fc95fa0fff6067" } ,
{ file = "pyproj-3.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f6d6a2ccd5607cd15ef990c51e6f2dd27ec0a741e72069c387088bba3aab60fa" } ,
{ file = "pyproj-3.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8c5dcf24ede53d8abab7d8a77f69ff1936c6a8843ef4fcc574646e4be66e5739" } ,
{ file = "pyproj-3.7.1-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:3c2e7449840a44ce860d8bea2c6c1c4bc63fa07cba801dcce581d14dcb031a02" } ,
{ file = "pyproj-3.7.1-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:0829865c1d3a3543f918b3919dc601eea572d6091c0dd175e1a054db9c109274" } ,
{ file = "pyproj-3.7.1-cp311-cp311-win32.whl" , hash = "sha256:6181960b4b812e82e588407fe5c9c68ada267c3b084db078f248db5d7f45d18a" } ,
{ file = "pyproj-3.7.1-cp311-cp311-win_amd64.whl" , hash = "sha256:5ad0ff443a785d84e2b380869fdd82e6bfc11eba6057d25b4409a9bbfa867970" } ,
{ file = "pyproj-3.7.1-cp312-cp312-macosx_13_0_x86_64.whl" , hash = "sha256:2781029d90df7f8d431e29562a3f2d8eafdf233c4010d6fc0381858dc7373217" } ,
{ file = "pyproj-3.7.1-cp312-cp312-macosx_14_0_arm64.whl" , hash = "sha256:d61bf8ab04c73c1da08eedaf21a103b72fa5b0a9b854762905f65ff8b375d394" } ,
{ file = "pyproj-3.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:04abc517a8555d1b05fcee768db3280143fe42ec39fdd926a2feef31631a1f2f" } ,
{ file = "pyproj-3.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:084c0a475688f934d386c2ab3b6ce03398a473cd48adfda70d9ab8f87f2394a0" } ,
{ file = "pyproj-3.7.1-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:a20727a23b1e49c7dc7fe3c3df8e56a8a7acdade80ac2f5cca29d7ca5564c145" } ,
{ file = "pyproj-3.7.1-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:bf84d766646f1ebd706d883755df4370aaf02b48187cedaa7e4239f16bc8213d" } ,
{ file = "pyproj-3.7.1-cp312-cp312-win32.whl" , hash = "sha256:5f0da2711364d7cb9f115b52289d4a9b61e8bca0da57f44a3a9d6fc9bdeb7274" } ,
{ file = "pyproj-3.7.1-cp312-cp312-win_amd64.whl" , hash = "sha256:aee664a9d806612af30a19dba49e55a7a78ebfec3e9d198f6a6176e1d140ec98" } ,
{ file = "pyproj-3.7.1-cp313-cp313-macosx_13_0_x86_64.whl" , hash = "sha256:5f8d02ef4431dee414d1753d13fa82a21a2f61494737b5f642ea668d76164d6d" } ,
{ file = "pyproj-3.7.1-cp313-cp313-macosx_14_0_arm64.whl" , hash = "sha256:0b853ae99bda66cbe24b4ccfe26d70601d84375940a47f553413d9df570065e0" } ,
{ file = "pyproj-3.7.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:83db380c52087f9e9bdd8a527943b2e7324f275881125e39475c4f9277bdeec4" } ,
{ file = "pyproj-3.7.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b35ed213892e211a3ce2bea002aa1183e1a2a9b79e51bb3c6b15549a831ae528" } ,
{ file = "pyproj-3.7.1-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:a8b15b0463d1303bab113d1a6af2860a0d79013c3a66fcc5475ce26ef717fd4f" } ,
{ file = "pyproj-3.7.1-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:87229e42b75e89f4dad6459200f92988c5998dfb093c7c631fb48524c86cd5dc" } ,
{ file = "pyproj-3.7.1-cp313-cp313-win32.whl" , hash = "sha256:d666c3a3faaf3b1d7fc4a544059c4eab9d06f84a604b070b7aa2f318e227798e" } ,
{ file = "pyproj-3.7.1-cp313-cp313-win_amd64.whl" , hash = "sha256:d3caac7473be22b6d6e102dde6c46de73b96bc98334e577dfaee9886f102ea2e" } ,
{ file = "pyproj-3.7.1.tar.gz" , hash = "sha256:60d72facd7b6b79853f19744779abcd3f804c4e0d4fa8815469db20c9f640a47" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
certifi = "*"
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "pyproject-hooks"
version = "1.2.0"
description = "Wrappers to call pyproject.toml-based build backend hooks."
optional = false
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "pyproject_hooks-1.2.0-py3-none-any.whl" , hash = "sha256:9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913" } ,
{ file = "pyproject_hooks-1.2.0.tar.gz" , hash = "sha256:1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8" } ,
]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "pytest"
2025-06-19 21:37:36 +00:00
version = "8.4.1"
2023-09-01 07:56:02 -07:00
description = "pytest: simple powerful testing with Python"
optional = false
2025-06-04 12:12:29 -04:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-06-19 21:37:36 +00:00
{ file = "pytest-8.4.1-py3-none-any.whl" , hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7" } ,
{ file = "pytest-8.4.1.tar.gz" , hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2025-06-04 12:12:29 -04:00
colorama = { version = ">=0.4" , markers = "sys_platform == \"win32\"" }
iniconfig = ">=1"
packaging = ">=20"
2024-07-22 16:05:04 -04:00
pluggy = ">=1.5,<2"
2025-06-04 12:12:29 -04:00
pygments = ">=2.7.2"
2023-09-01 07:56:02 -07:00
[ package . extras ]
2025-06-04 12:12:29 -04:00
dev = [ "argcomplete" , "attrs (>=19.2)" , "hypothesis (>=3.56)" , "mock" , "requests" , "setuptools" , "xmlschema" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "pytest-base-url"
2024-03-08 15:00:48 -08:00
version = "2.1.0"
2023-09-01 07:56:02 -07:00
description = "pytest plugin for URL based testing"
optional = false
2024-03-08 15:00:48 -08:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2024-03-08 15:00:48 -08:00
{ file = "pytest_base_url-2.1.0-py3-none-any.whl" , hash = "sha256:3ad15611778764d451927b2a53240c1a7a591b521ea44cebfe45849d2d2812e6" } ,
{ file = "pytest_base_url-2.1.0.tar.gz" , hash = "sha256:02748589a54f9e63fcbe62301d6b0496da0d10231b753e950c63e03aee745d45" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2024-03-08 15:00:48 -08:00
pytest = ">=7.0.0"
2023-09-01 07:56:02 -07:00
requests = ">=2.9"
2024-03-08 15:00:48 -08:00
[ package . extras ]
test = [ "black (>=22.1.0)" , "flake8 (>=4.0.1)" , "pre-commit (>=2.17.0)" , "pytest-localserver (>=0.7.1)" , "tox (>=3.24.5)" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "pytest-env"
2024-10-30 09:36:22 -04:00
version = "1.1.5"
2023-11-02 18:12:40 +00:00
description = "pytest plugin that allows you to add environment variables."
2023-09-01 07:56:02 -07:00
optional = false
2023-11-02 18:12:40 +00:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2024-10-30 09:36:22 -04:00
{ file = "pytest_env-1.1.5-py3-none-any.whl" , hash = "sha256:ce90cf8772878515c24b31cd97c7fa1f4481cd68d588419fd45f10ecaee6bc30" } ,
{ file = "pytest_env-1.1.5.tar.gz" , hash = "sha256:91209840aa0e43385073ac464a554ad2947cc2fd663a9debf88d03b01e0cc1cf" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2024-10-30 09:36:22 -04:00
pytest = ">=8.3.3"
2023-09-01 07:56:02 -07:00
[ package . extras ]
2024-10-30 09:36:22 -04:00
testing = [ "covdefaults (>=2.3)" , "coverage (>=7.6.1)" , "pytest-mock (>=3.14)" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "pytest-mock"
2025-05-27 23:41:12 +00:00
version = "3.14.1"
2023-09-01 07:56:02 -07:00
description = "Thin-wrapper around the mock package for easier use with pytest"
optional = false
2023-11-02 14:10:22 -07:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-05-27 23:41:12 +00:00
{ file = "pytest_mock-3.14.1-py3-none-any.whl" , hash = "sha256:178aefcd11307d874b4cd3100344e7e2d888d9791a6a1d9bfe90fbc1b74fd1d0" } ,
{ file = "pytest_mock-3.14.1.tar.gz" , hash = "sha256:159e9edac4c451ce77a5cdb9fc5d1100708d2dd4ba3c3df572f14097351af80e" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2024-04-03 17:09:35 -04:00
pytest = ">=6.2.5"
2023-09-01 07:56:02 -07:00
[ package . extras ]
dev = [ "pre-commit" , "pytest-asyncio" , "tox" ]
[ [ package ] ]
name = "pytest-playwright"
2025-03-10 14:32:40 +00:00
version = "0.7.0"
2023-09-01 07:56:02 -07:00
description = "A pytest wrapper with fixtures for Playwright to automate web browsers"
optional = false
2025-03-10 14:32:40 +00:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-10 14:32:40 +00:00
{ file = "pytest_playwright-0.7.0-py3-none-any.whl" , hash = "sha256:2516d0871fa606634bfe32afbcc0342d68da2dbff97fe3459849e9c428486da2" } ,
{ file = "pytest_playwright-0.7.0.tar.gz" , hash = "sha256:b3f2ea514bbead96d26376fac182f68dcd6571e7cb41680a89ff1673c05d60b6" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
playwright = ">=1.18"
2024-03-08 15:00:48 -08:00
pytest = ">=6.2.4,<9.0.0"
2023-09-01 07:56:02 -07:00
pytest-base-url = ">=1.0.0,<3.0.0"
python-slugify = ">=6.0.0,<9.0.0"
[ [ package ] ]
name = "pytest-xdist"
2025-07-02 00:00:50 +00:00
version = "3.8.0"
2023-09-01 07:56:02 -07:00
description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs"
optional = false
2025-05-27 14:50:12 +00:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-07-02 00:00:50 +00:00
{ file = "pytest_xdist-3.8.0-py3-none-any.whl" , hash = "sha256:202ca578cfeb7370784a8c33d6d05bc6e13b4f25b5053c30a152269fd10f0b88" } ,
{ file = "pytest_xdist-3.8.0.tar.gz" , hash = "sha256:7e578125ec9bc6050861aa93f2d59f1d8d085595d6551c2c90b6f4fad8d3a9f1" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2024-04-29 15:43:12 -04:00
execnet = ">=2.1"
pytest = ">=7.0.0"
2023-09-01 07:56:02 -07:00
[ package . extras ]
psutil = [ "psutil (>=3.0)" ]
setproctitle = [ "setproctitle" ]
testing = [ "filelock" ]
[ [ package ] ]
name = "python-dateutil"
2024-03-08 15:00:48 -08:00
version = "2.9.0.post0"
2023-09-01 07:56:02 -07:00
description = "Extensions to the standard Python datetime module"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2024-03-08 15:00:48 -08:00
{ 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" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
six = ">=1.5"
[ [ package ] ]
name = "python-dotenv"
2025-06-24 23:12:47 +00:00
version = "1.1.1"
2023-09-01 07:56:02 -07:00
description = "Read key-value pairs from a .env file and set them as environment variables"
optional = false
2025-03-28 00:00:36 +00:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-06-24 23:12:47 +00:00
{ file = "python_dotenv-1.1.1-py3-none-any.whl" , hash = "sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc" } ,
{ file = "python_dotenv-1.1.1.tar.gz" , hash = "sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
cli = [ "click (>=5.0)" ]
[ [ package ] ]
name = "python-json-logger"
2025-03-10 18:14:16 +00:00
version = "3.3.0"
description = "JSON Log Formatter for the Python Logging Package"
2023-09-01 07:56:02 -07:00
optional = false
2025-03-10 18:14:16 +00:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-10 18:14:16 +00:00
{ file = "python_json_logger-3.3.0-py3-none-any.whl" , hash = "sha256:dd980fae8cffb24c13caf6e158d3d61c0d6d22342f932cb6e9deedab3d35eec7" } ,
{ file = "python_json_logger-3.3.0.tar.gz" , hash = "sha256:12b7e74b17775e7d565129296105bbe3910842d9d0eb083fc83a6a617aa8df84" } ,
2023-09-01 07:56:02 -07:00
]
2025-03-10 18:14:16 +00:00
[ package . extras ]
2025-05-08 23:05:58 +00:00
dev = [ "backports.zoneinfo ; python_version < \"3.9\"" , "black" , "build" , "freezegun" , "mdx_truly_sane_lists" , "mike" , "mkdocs" , "mkdocs-awesome-pages-plugin" , "mkdocs-gen-files" , "mkdocs-literate-nav" , "mkdocs-material (>=8.5)" , "mkdocstrings[python]" , "msgspec ; implementation_name != \"pypy\"" , "mypy" , "orjson ; implementation_name != \"pypy\"" , "pylint" , "pytest" , "tzdata" , "validate-pyproject[all]" ]
2025-03-10 18:14:16 +00:00
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "python-slugify"
2024-03-08 15:00:48 -08:00
version = "8.0.4"
2023-09-01 07:56:02 -07:00
description = "A Python slugify application that also handles Unicode"
optional = false
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2024-03-08 15:00:48 -08:00
{ file = "python-slugify-8.0.4.tar.gz" , hash = "sha256:59202371d1d05b54a9e7720c5e038f928f45daaffe41dd10822f3907b937c856" } ,
{ file = "python_slugify-8.0.4-py2.py3-none-any.whl" , hash = "sha256:276540b79961052b66b7d116620b36518847f52d5fd9e3a70164fc8c50faa6b8" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
text-unidecode = ">=1.3"
[ package . extras ]
unidecode = [ "Unidecode (>=1.1.1)" ]
[ [ package ] ]
name = "pytz"
2025-04-01 15:48:31 +00:00
version = "2025.2"
2023-09-01 07:56:02 -07:00
description = "World timezone definitions, modern and historical"
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-04-01 15:48:31 +00:00
{ file = "pytz-2025.2-py2.py3-none-any.whl" , hash = "sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00" } ,
{ file = "pytz-2025.2.tar.gz" , hash = "sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3" } ,
2023-09-01 07:56:02 -07:00
]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "pywin32-ctypes"
version = "0.2.3"
description = "A (partial) reimplementation of pywin32 using ctypes/cffi"
optional = false
python-versions = ">=3.6"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
markers = "sys_platform == \"win32\""
2025-05-05 13:18:17 -04:00
files = [
{ file = "pywin32-ctypes-0.2.3.tar.gz" , hash = "sha256:d162dc04946d704503b2edc4d55f3dba5c1d539ead017afa00142c38b9885755" } ,
{ file = "pywin32_ctypes-0.2.3-py3-none-any.whl" , hash = "sha256:8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8" } ,
]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "pyyaml"
2024-10-30 09:36:22 -04:00
version = "6.0.2"
2023-09-01 07:56:02 -07:00
description = "YAML parser and emitter for Python"
optional = false
2024-10-30 09:36:22 -04:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2024-10-30 09:36:22 -04:00
{ 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" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "radon"
version = "6.0.1"
description = "Code Metrics in Python"
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "radon-6.0.1-py2.py3-none-any.whl" , hash = "sha256:632cc032364a6f8bb1010a2f6a12d0f14bc7e5ede76585ef29dc0cecf4cd8859" } ,
{ file = "radon-6.0.1.tar.gz" , hash = "sha256:d1ac0053943a893878940fedc8b19ace70386fc9c9bf0a09229a44125ebf45b5" } ,
]
[ package . dependencies ]
colorama = { version = ">=0.4.1" , markers = "python_version > \"3.4\"" }
mando = ">=0.6,<0.8"
[ package . extras ]
toml = [ "tomli (>=2.0.1)" ]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "rapidfuzz"
version = "3.13.0"
description = "rapid fuzzy string matching"
optional = false
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "rapidfuzz-3.13.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:aafc42a1dc5e1beeba52cd83baa41372228d6d8266f6d803c16dbabbcc156255" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:85c9a131a44a95f9cac2eb6e65531db014e09d89c4f18c7b1fa54979cb9ff1f3" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7d7cec4242d30dd521ef91c0df872e14449d1dffc2a6990ede33943b0dae56c3" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e297c09972698c95649e89121e3550cee761ca3640cd005e24aaa2619175464e" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ef0f5f03f61b0e5a57b1df7beafd83df993fd5811a09871bad6038d08e526d0d" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:d8cf5f7cd6e4d5eb272baf6a54e182b2c237548d048e2882258336533f3f02b7" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9256218ac8f1a957806ec2fb9a6ddfc6c32ea937c0429e88cf16362a20ed8602" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:e1bdd2e6d0c5f9706ef7595773a81ca2b40f3b33fd7f9840b726fb00c6c4eb2e" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:5280be8fd7e2bee5822e254fe0a5763aa0ad57054b85a32a3d9970e9b09bbcbf" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-musllinux_1_2_ppc64le.whl" , hash = "sha256:fd742c03885db1fce798a1cd87a20f47f144ccf26d75d52feb6f2bae3d57af05" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-musllinux_1_2_s390x.whl" , hash = "sha256:5435fcac94c9ecf0504bf88a8a60c55482c32e18e108d6079a0089c47f3f8cf6" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:93a755266856599be4ab6346273f192acde3102d7aa0735e2f48b456397a041f" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-win32.whl" , hash = "sha256:3abe6a4e8eb4cfc4cda04dd650a2dc6d2934cbdeda5def7e6fd1c20f6e7d2a0b" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-win_amd64.whl" , hash = "sha256:e8ddb58961401da7d6f55f185512c0d6bd24f529a637078d41dd8ffa5a49c107" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-win_arm64.whl" , hash = "sha256:c523620d14ebd03a8d473c89e05fa1ae152821920c3ff78b839218ff69e19ca3" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:d395a5cad0c09c7f096433e5fd4224d83b53298d53499945a9b0e5a971a84f3a" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:b7b3eda607a019169f7187328a8d1648fb9a90265087f6903d7ee3a8eee01805" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:98e0bfa602e1942d542de077baf15d658bd9d5dcfe9b762aff791724c1c38b70" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bef86df6d59667d9655905b02770a0c776d2853971c0773767d5ef8077acd624" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:fedd316c165beed6307bf754dee54d3faca2c47e1f3bcbd67595001dfa11e969" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5158da7f2ec02a930be13bac53bb5903527c073c90ee37804090614cab83c29e" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3b6f913ee4618ddb6d6f3e387b76e8ec2fc5efee313a128809fbd44e65c2bbb2" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:d25fdbce6459ccbbbf23b4b044f56fbd1158b97ac50994eaae2a1c0baae78301" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:25343ccc589a4579fbde832e6a1e27258bfdd7f2eb0f28cb836d6694ab8591fc" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-musllinux_1_2_ppc64le.whl" , hash = "sha256:a9ad1f37894e3ffb76bbab76256e8a8b789657183870be11aa64e306bb5228fd" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-musllinux_1_2_s390x.whl" , hash = "sha256:5dc71ef23845bb6b62d194c39a97bb30ff171389c9812d83030c1199f319098c" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:b7f4c65facdb94f44be759bbd9b6dda1fa54d0d6169cdf1a209a5ab97d311a75" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-win32.whl" , hash = "sha256:b5104b62711565e0ff6deab2a8f5dbf1fbe333c5155abe26d2cfd6f1849b6c87" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-win_amd64.whl" , hash = "sha256:9093cdeb926deb32a4887ebe6910f57fbcdbc9fbfa52252c10b56ef2efb0289f" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-win_arm64.whl" , hash = "sha256:f70f646751b6aa9d05be1fb40372f006cc89d6aad54e9d79ae97bd1f5fce5203" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:4a1a6a906ba62f2556372282b1ef37b26bca67e3d2ea957277cfcefc6275cca7" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:2fd0975e015b05c79a97f38883a11236f5a24cca83aa992bd2558ceaa5652b26" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5d4e13593d298c50c4f94ce453f757b4b398af3fa0fd2fde693c3e51195b7f69" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ed6f416bda1c9133000009d84d9409823eb2358df0950231cc936e4bf784eb97" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1dc82b6ed01acb536b94a43996a94471a218f4d89f3fdd9185ab496de4b2a981" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:e9d824de871daa6e443b39ff495a884931970d567eb0dfa213d234337343835f" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2d18228a2390375cf45726ce1af9d36ff3dc1f11dce9775eae1f1b13ac6ec50f" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:9f5fe634c9482ec5d4a6692afb8c45d370ae86755e5f57aa6c50bfe4ca2bdd87" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:694eb531889f71022b2be86f625a4209c4049e74be9ca836919b9e395d5e33b3" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-musllinux_1_2_ppc64le.whl" , hash = "sha256:11b47b40650e06147dee5e51a9c9ad73bb7b86968b6f7d30e503b9f8dd1292db" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-musllinux_1_2_s390x.whl" , hash = "sha256:98b8107ff14f5af0243f27d236bcc6e1ef8e7e3b3c25df114e91e3a99572da73" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:b836f486dba0aceb2551e838ff3f514a38ee72b015364f739e526d720fdb823a" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-win32.whl" , hash = "sha256:4671ee300d1818d7bdfd8fa0608580d7778ba701817216f0c17fb29e6b972514" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-win_amd64.whl" , hash = "sha256:6e2065f68fb1d0bf65adc289c1bdc45ba7e464e406b319d67bb54441a1b9da9e" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-win_arm64.whl" , hash = "sha256:65cc97c2fc2c2fe23586599686f3b1ceeedeca8e598cfcc1b7e56dc8ca7e2aa7" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:09e908064d3684c541d312bd4c7b05acb99a2c764f6231bd507d4b4b65226c23" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:57c390336cb50d5d3bfb0cfe1467478a15733703af61f6dffb14b1cd312a6fae" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0da54aa8547b3c2c188db3d1c7eb4d1bb6dd80baa8cdaeaec3d1da3346ec9caa" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:df8e8c21e67afb9d7fbe18f42c6111fe155e801ab103c81109a61312927cc611" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:461fd13250a2adf8e90ca9a0e1e166515cbcaa5e9c3b1f37545cbbeff9e77f6b" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c2b3dd5d206a12deca16870acc0d6e5036abeb70e3cad6549c294eff15591527" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1343d745fbf4688e412d8f398c6e6d6f269db99a54456873f232ba2e7aeb4939" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:b1b065f370d54551dcc785c6f9eeb5bd517ae14c983d2784c064b3aa525896df" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:11b125d8edd67e767b2295eac6eb9afe0b1cdc82ea3d4b9257da4b8e06077798" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-musllinux_1_2_ppc64le.whl" , hash = "sha256:c33f9c841630b2bb7e69a3fb5c84a854075bb812c47620978bddc591f764da3d" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-musllinux_1_2_s390x.whl" , hash = "sha256:ae4574cb66cf1e85d32bb7e9ec45af5409c5b3970b7ceb8dea90168024127566" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:e05752418b24bbd411841b256344c26f57da1148c5509e34ea39c7eb5099ab72" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-win32.whl" , hash = "sha256:0e1d08cb884805a543f2de1f6744069495ef527e279e05370dd7c83416af83f8" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-win_amd64.whl" , hash = "sha256:9a7c6232be5f809cd39da30ee5d24e6cadd919831e6020ec6c2391f4c3bc9264" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-win_arm64.whl" , hash = "sha256:3f32f15bacd1838c929b35c84b43618481e1b3d7a61b5ed2db0291b70ae88b53" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:cc64da907114d7a18b5e589057e3acaf2fec723d31c49e13fedf043592a3f6a7" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:4d9d7f84c8e992a8dbe5a3fdbea73d733da39bf464e62c912ac3ceba9c0cff93" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1a79a2f07786a2070669b4b8e45bd96a01c788e7a3c218f531f3947878e0f956" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9f338e71c45b69a482de8b11bf4a029993230760120c8c6e7c9b71760b6825a1" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:adb40ca8ddfcd4edd07b0713a860be32bdf632687f656963bcbce84cea04b8d8" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:48719f7dcf62dfb181063b60ee2d0a39d327fa8ad81b05e3e510680c44e1c078" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9327a4577f65fc3fb712e79f78233815b8a1c94433d0c2c9f6bc5953018b3565" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:200030dfc0a1d5d6ac18e993c5097c870c97c41574e67f227300a1fb74457b1d" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:cc269e74cad6043cb8a46d0ce580031ab642b5930562c2bb79aa7fbf9c858d26" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-musllinux_1_2_ppc64le.whl" , hash = "sha256:e62779c6371bd2b21dbd1fdce89eaec2d93fd98179d36f61130b489f62294a92" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-musllinux_1_2_s390x.whl" , hash = "sha256:f4797f821dc5d7c2b6fc818b89f8a3f37bcc900dd9e4369e6ebf1e525efce5db" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:d21f188f6fe4fbf422e647ae9d5a68671d00218e187f91859c963d0738ccd88c" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-win32.whl" , hash = "sha256:45dd4628dd9c21acc5c97627dad0bb791764feea81436fb6e0a06eef4c6dceaa" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-win_amd64.whl" , hash = "sha256:624a108122039af89ddda1a2b7ab2a11abe60c1521956f142f5d11bcd42ef138" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-win_arm64.whl" , hash = "sha256:435071fd07a085ecbf4d28702a66fd2e676a03369ee497cc38bcb69a46bc77e2" } ,
{ file = "rapidfuzz-3.13.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:fe5790a36d33a5d0a6a1f802aa42ecae282bf29ac6f7506d8e12510847b82a45" } ,
{ file = "rapidfuzz-3.13.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:cdb33ee9f8a8e4742c6b268fa6bd739024f34651a06b26913381b1413ebe7590" } ,
{ file = "rapidfuzz-3.13.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8c99b76b93f7b495eee7dcb0d6a38fb3ce91e72e99d9f78faa5664a881cb2b7d" } ,
{ file = "rapidfuzz-3.13.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6af42f2ede8b596a6aaf6d49fdee3066ca578f4856b85ab5c1e2145de367a12d" } ,
{ file = "rapidfuzz-3.13.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6c0efa73afbc5b265aca0d8a467ae2a3f40d6854cbe1481cb442a62b7bf23c99" } ,
{ file = "rapidfuzz-3.13.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:7ac21489de962a4e2fc1e8f0b0da4aa1adc6ab9512fd845563fecb4b4c52093a" } ,
{ file = "rapidfuzz-3.13.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:1ba007f4d35a45ee68656b2eb83b8715e11d0f90e5b9f02d615a8a321ff00c27" } ,
{ file = "rapidfuzz-3.13.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl" , hash = "sha256:d7a217310429b43be95b3b8ad7f8fc41aba341109dc91e978cd7c703f928c58f" } ,
{ file = "rapidfuzz-3.13.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:558bf526bcd777de32b7885790a95a9548ffdcce68f704a81207be4a286c1095" } ,
{ file = "rapidfuzz-3.13.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:202a87760f5145140d56153b193a797ae9338f7939eb16652dd7ff96f8faf64c" } ,
{ file = "rapidfuzz-3.13.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cfcccc08f671646ccb1e413c773bb92e7bba789e3a1796fd49d23c12539fe2e4" } ,
{ file = "rapidfuzz-3.13.0-pp311-pypy311_pp73-win_amd64.whl" , hash = "sha256:1f219f1e3c3194d7a7de222f54450ce12bc907862ff9a8962d83061c1f923c86" } ,
{ file = "rapidfuzz-3.13.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:ccbd0e7ea1a216315f63ffdc7cd09c55f57851afc8fe59a74184cb7316c0598b" } ,
{ file = "rapidfuzz-3.13.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:a50856f49a4016ef56edd10caabdaf3608993f9faf1e05c3c7f4beeac46bd12a" } ,
{ file = "rapidfuzz-3.13.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0fd05336db4d0b8348d7eaaf6fa3c517b11a56abaa5e89470ce1714e73e4aca7" } ,
{ file = "rapidfuzz-3.13.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:573ad267eb9b3f6e9b04febce5de55d8538a87c56c64bf8fd2599a48dc9d8b77" } ,
{ file = "rapidfuzz-3.13.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:30fd1451f87ccb6c2f9d18f6caa483116bbb57b5a55d04d3ddbd7b86f5b14998" } ,
{ file = "rapidfuzz-3.13.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:a6dd36d4916cf57ddb05286ed40b09d034ca5d4bca85c17be0cb6a21290597d9" } ,
{ file = "rapidfuzz-3.13.0.tar.gz" , hash = "sha256:d2eaf3839e52cbcc0accbe9817a67b4b0fcf70aaeb229cfddc1c28061f9ce5d8" } ,
]
[ package . extras ]
all = [ "numpy" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "redis"
2025-05-28 23:53:56 +00:00
version = "6.2.0"
2023-09-01 07:56:02 -07:00
description = "Python client for Redis database and key-value store"
optional = false
2025-05-28 23:53:56 +00:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-05-28 23:53:56 +00:00
{ file = "redis-6.2.0-py3-none-any.whl" , hash = "sha256:c8ddf316ee0aab65f04a11229e94a64b2618451dab7a67cb2f77eb799d872d5e" } ,
{ file = "redis-6.2.0.tar.gz" , hash = "sha256:e821f129b75dde6cb99dd35e5c76e8c49512a5a0d8dfdc560b2fbd44b85ca977" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
2025-05-28 23:53:56 +00:00
hiredis = [ "hiredis (>=3.2.0)" ]
2025-05-14 13:41:23 +00:00
jwt = [ "pyjwt (>=2.9.0)" ]
ocsp = [ "cryptography (>=36.0.1)" , "pyopenssl (>=20.0.1)" , "requests (>=2.31.0)" ]
2023-09-01 07:56:02 -07:00
2023-11-02 14:10:22 -07:00
[ [ package ] ]
name = "regex"
2025-03-27 16:48:27 +00:00
version = "2024.11.6"
2023-11-02 14:10:22 -07:00
description = "Alternative regular expression module, to replace re."
optional = false
2024-05-16 10:37:37 -04:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-11-02 14:10:22 -07:00
files = [
2025-03-27 16:48:27 +00:00
{ file = "regex-2024.11.6-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:ff590880083d60acc0433f9c3f713c51f7ac6ebb9adf889c79a261ecf541aa91" } ,
{ file = "regex-2024.11.6-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:658f90550f38270639e83ce492f27d2c8d2cd63805c65a13a14d36ca126753f0" } ,
{ file = "regex-2024.11.6-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:164d8b7b3b4bcb2068b97428060b2a53be050085ef94eca7f240e7947f1b080e" } ,
{ file = "regex-2024.11.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d3660c82f209655a06b587d55e723f0b813d3a7db2e32e5e7dc64ac2a9e86fde" } ,
{ file = "regex-2024.11.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d22326fcdef5e08c154280b71163ced384b428343ae16a5ab2b3354aed12436e" } ,
{ file = "regex-2024.11.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f1ac758ef6aebfc8943560194e9fd0fa18bcb34d89fd8bd2af18183afd8da3a2" } ,
{ file = "regex-2024.11.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:997d6a487ff00807ba810e0f8332c18b4eb8d29463cfb7c820dc4b6e7562d0cf" } ,
{ file = "regex-2024.11.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:02a02d2bb04fec86ad61f3ea7f49c015a0681bf76abb9857f945d26159d2968c" } ,
{ file = "regex-2024.11.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f02f93b92358ee3f78660e43b4b0091229260c5d5c408d17d60bf26b6c900e86" } ,
{ file = "regex-2024.11.6-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:06eb1be98df10e81ebaded73fcd51989dcf534e3c753466e4b60c4697a003b67" } ,
{ file = "regex-2024.11.6-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:040df6fe1a5504eb0f04f048e6d09cd7c7110fef851d7c567a6b6e09942feb7d" } ,
{ file = "regex-2024.11.6-cp310-cp310-musllinux_1_2_ppc64le.whl" , hash = "sha256:fdabbfc59f2c6edba2a6622c647b716e34e8e3867e0ab975412c5c2f79b82da2" } ,
{ file = "regex-2024.11.6-cp310-cp310-musllinux_1_2_s390x.whl" , hash = "sha256:8447d2d39b5abe381419319f942de20b7ecd60ce86f16a23b0698f22e1b70008" } ,
{ file = "regex-2024.11.6-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:da8f5fc57d1933de22a9e23eec290a0d8a5927a5370d24bda9a6abe50683fe62" } ,
{ file = "regex-2024.11.6-cp310-cp310-win32.whl" , hash = "sha256:b489578720afb782f6ccf2840920f3a32e31ba28a4b162e13900c3e6bd3f930e" } ,
{ file = "regex-2024.11.6-cp310-cp310-win_amd64.whl" , hash = "sha256:5071b2093e793357c9d8b2929dfc13ac5f0a6c650559503bb81189d0a3814519" } ,
{ file = "regex-2024.11.6-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:5478c6962ad548b54a591778e93cd7c456a7a29f8eca9c49e4f9a806dcc5d638" } ,
{ file = "regex-2024.11.6-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:2c89a8cc122b25ce6945f0423dc1352cb9593c68abd19223eebbd4e56612c5b7" } ,
{ file = "regex-2024.11.6-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:94d87b689cdd831934fa3ce16cc15cd65748e6d689f5d2b8f4f4df2065c9fa20" } ,
{ file = "regex-2024.11.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1062b39a0a2b75a9c694f7a08e7183a80c63c0d62b301418ffd9c35f55aaa114" } ,
{ file = "regex-2024.11.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:167ed4852351d8a750da48712c3930b031f6efdaa0f22fa1933716bfcd6bf4a3" } ,
{ file = "regex-2024.11.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2d548dafee61f06ebdb584080621f3e0c23fff312f0de1afc776e2a2ba99a74f" } ,
{ file = "regex-2024.11.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f2a19f302cd1ce5dd01a9099aaa19cae6173306d1302a43b627f62e21cf18ac0" } ,
{ file = "regex-2024.11.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bec9931dfb61ddd8ef2ebc05646293812cb6b16b60cf7c9511a832b6f1854b55" } ,
{ file = "regex-2024.11.6-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:9714398225f299aa85267fd222f7142fcb5c769e73d7733344efc46f2ef5cf89" } ,
{ file = "regex-2024.11.6-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:202eb32e89f60fc147a41e55cb086db2a3f8cb82f9a9a88440dcfc5d37faae8d" } ,
{ file = "regex-2024.11.6-cp311-cp311-musllinux_1_2_ppc64le.whl" , hash = "sha256:4181b814e56078e9b00427ca358ec44333765f5ca1b45597ec7446d3a1ef6e34" } ,
{ file = "regex-2024.11.6-cp311-cp311-musllinux_1_2_s390x.whl" , hash = "sha256:068376da5a7e4da51968ce4c122a7cd31afaaec4fccc7856c92f63876e57b51d" } ,
{ file = "regex-2024.11.6-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:ac10f2c4184420d881a3475fb2c6f4d95d53a8d50209a2500723d831036f7c45" } ,
{ file = "regex-2024.11.6-cp311-cp311-win32.whl" , hash = "sha256:c36f9b6f5f8649bb251a5f3f66564438977b7ef8386a52460ae77e6070d309d9" } ,
{ file = "regex-2024.11.6-cp311-cp311-win_amd64.whl" , hash = "sha256:02e28184be537f0e75c1f9b2f8847dc51e08e6e171c6bde130b2687e0c33cf60" } ,
{ file = "regex-2024.11.6-cp312-cp312-macosx_10_13_universal2.whl" , hash = "sha256:52fb28f528778f184f870b7cf8f225f5eef0a8f6e3778529bdd40c7b3920796a" } ,
{ file = "regex-2024.11.6-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:fdd6028445d2460f33136c55eeb1f601ab06d74cb3347132e1c24250187500d9" } ,
{ file = "regex-2024.11.6-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:805e6b60c54bf766b251e94526ebad60b7de0c70f70a4e6210ee2891acb70bf2" } ,
{ file = "regex-2024.11.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b85c2530be953a890eaffde05485238f07029600e8f098cdf1848d414a8b45e4" } ,
{ file = "regex-2024.11.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:bb26437975da7dc36b7efad18aa9dd4ea569d2357ae6b783bf1118dabd9ea577" } ,
{ file = "regex-2024.11.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:abfa5080c374a76a251ba60683242bc17eeb2c9818d0d30117b4486be10c59d3" } ,
{ file = "regex-2024.11.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:70b7fa6606c2881c1db9479b0eaa11ed5dfa11c8d60a474ff0e095099f39d98e" } ,
{ file = "regex-2024.11.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0c32f75920cf99fe6b6c539c399a4a128452eaf1af27f39bce8909c9a3fd8cbe" } ,
{ file = "regex-2024.11.6-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:982e6d21414e78e1f51cf595d7f321dcd14de1f2881c5dc6a6e23bbbbd68435e" } ,
{ file = "regex-2024.11.6-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:a7c2155f790e2fb448faed6dd241386719802296ec588a8b9051c1f5c481bc29" } ,
{ file = "regex-2024.11.6-cp312-cp312-musllinux_1_2_ppc64le.whl" , hash = "sha256:149f5008d286636e48cd0b1dd65018548944e495b0265b45e1bffecce1ef7f39" } ,
{ file = "regex-2024.11.6-cp312-cp312-musllinux_1_2_s390x.whl" , hash = "sha256:e5364a4502efca094731680e80009632ad6624084aff9a23ce8c8c6820de3e51" } ,
{ file = "regex-2024.11.6-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:0a86e7eeca091c09e021db8eb72d54751e527fa47b8d5787caf96d9831bd02ad" } ,
{ file = "regex-2024.11.6-cp312-cp312-win32.whl" , hash = "sha256:32f9a4c643baad4efa81d549c2aadefaeba12249b2adc5af541759237eee1c54" } ,
{ file = "regex-2024.11.6-cp312-cp312-win_amd64.whl" , hash = "sha256:a93c194e2df18f7d264092dc8539b8ffb86b45b899ab976aa15d48214138e81b" } ,
{ file = "regex-2024.11.6-cp313-cp313-macosx_10_13_universal2.whl" , hash = "sha256:a6ba92c0bcdf96cbf43a12c717eae4bc98325ca3730f6b130ffa2e3c3c723d84" } ,
{ file = "regex-2024.11.6-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:525eab0b789891ac3be914d36893bdf972d483fe66551f79d3e27146191a37d4" } ,
{ file = "regex-2024.11.6-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:086a27a0b4ca227941700e0b31425e7a28ef1ae8e5e05a33826e17e47fbfdba0" } ,
{ file = "regex-2024.11.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bde01f35767c4a7899b7eb6e823b125a64de314a8ee9791367c9a34d56af18d0" } ,
{ file = "regex-2024.11.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b583904576650166b3d920d2bcce13971f6f9e9a396c673187f49811b2769dc7" } ,
{ file = "regex-2024.11.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1c4de13f06a0d54fa0d5ab1b7138bfa0d883220965a29616e3ea61b35d5f5fc7" } ,
{ file = "regex-2024.11.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3cde6e9f2580eb1665965ce9bf17ff4952f34f5b126beb509fee8f4e994f143c" } ,
{ file = "regex-2024.11.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0d7f453dca13f40a02b79636a339c5b62b670141e63efd511d3f8f73fba162b3" } ,
{ file = "regex-2024.11.6-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:59dfe1ed21aea057a65c6b586afd2a945de04fc7db3de0a6e3ed5397ad491b07" } ,
{ file = "regex-2024.11.6-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:b97c1e0bd37c5cd7902e65f410779d39eeda155800b65fc4d04cc432efa9bc6e" } ,
{ file = "regex-2024.11.6-cp313-cp313-musllinux_1_2_ppc64le.whl" , hash = "sha256:f9d1e379028e0fc2ae3654bac3cbbef81bf3fd571272a42d56c24007979bafb6" } ,
{ file = "regex-2024.11.6-cp313-cp313-musllinux_1_2_s390x.whl" , hash = "sha256:13291b39131e2d002a7940fb176e120bec5145f3aeb7621be6534e46251912c4" } ,
{ file = "regex-2024.11.6-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:4f51f88c126370dcec4908576c5a627220da6c09d0bff31cfa89f2523843316d" } ,
{ file = "regex-2024.11.6-cp313-cp313-win32.whl" , hash = "sha256:63b13cfd72e9601125027202cad74995ab26921d8cd935c25f09c630436348ff" } ,
{ file = "regex-2024.11.6-cp313-cp313-win_amd64.whl" , hash = "sha256:2b3361af3198667e99927da8b84c1b010752fa4b1115ee30beaa332cabc3ef1a" } ,
{ file = "regex-2024.11.6-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:3a51ccc315653ba012774efca4f23d1d2a8a8f278a6072e29c7147eee7da446b" } ,
{ file = "regex-2024.11.6-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ad182d02e40de7459b73155deb8996bbd8e96852267879396fb274e8700190e3" } ,
{ file = "regex-2024.11.6-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:ba9b72e5643641b7d41fa1f6d5abda2c9a263ae835b917348fc3c928182ad467" } ,
{ file = "regex-2024.11.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:40291b1b89ca6ad8d3f2b82782cc33807f1406cf68c8d440861da6304d8ffbbd" } ,
{ file = "regex-2024.11.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:cdf58d0e516ee426a48f7b2c03a332a4114420716d55769ff7108c37a09951bf" } ,
{ file = "regex-2024.11.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a36fdf2af13c2b14738f6e973aba563623cb77d753bbbd8d414d18bfaa3105dd" } ,
{ file = "regex-2024.11.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d1cee317bfc014c2419a76bcc87f071405e3966da434e03e13beb45f8aced1a6" } ,
{ file = "regex-2024.11.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:50153825ee016b91549962f970d6a4442fa106832e14c918acd1c8e479916c4f" } ,
{ file = "regex-2024.11.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:ea1bfda2f7162605f6e8178223576856b3d791109f15ea99a9f95c16a7636fb5" } ,
{ file = "regex-2024.11.6-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:df951c5f4a1b1910f1a99ff42c473ff60f8225baa1cdd3539fe2819d9543e9df" } ,
{ file = "regex-2024.11.6-cp38-cp38-musllinux_1_2_i686.whl" , hash = "sha256:072623554418a9911446278f16ecb398fb3b540147a7828c06e2011fa531e773" } ,
{ file = "regex-2024.11.6-cp38-cp38-musllinux_1_2_ppc64le.whl" , hash = "sha256:f654882311409afb1d780b940234208a252322c24a93b442ca714d119e68086c" } ,
{ file = "regex-2024.11.6-cp38-cp38-musllinux_1_2_s390x.whl" , hash = "sha256:89d75e7293d2b3e674db7d4d9b1bee7f8f3d1609428e293771d1a962617150cc" } ,
{ file = "regex-2024.11.6-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:f65557897fc977a44ab205ea871b690adaef6b9da6afda4790a2484b04293a5f" } ,
{ file = "regex-2024.11.6-cp38-cp38-win32.whl" , hash = "sha256:6f44ec28b1f858c98d3036ad5d7d0bfc568bdd7a74f9c24e25f41ef1ebfd81a4" } ,
{ file = "regex-2024.11.6-cp38-cp38-win_amd64.whl" , hash = "sha256:bb8f74f2f10dbf13a0be8de623ba4f9491faf58c24064f32b65679b021ed0001" } ,
{ file = "regex-2024.11.6-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:5704e174f8ccab2026bd2f1ab6c510345ae8eac818b613d7d73e785f1310f839" } ,
{ file = "regex-2024.11.6-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:220902c3c5cc6af55d4fe19ead504de80eb91f786dc102fbd74894b1551f095e" } ,
{ file = "regex-2024.11.6-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:5e7e351589da0850c125f1600a4c4ba3c722efefe16b297de54300f08d734fbf" } ,
{ file = "regex-2024.11.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5056b185ca113c88e18223183aa1a50e66507769c9640a6ff75859619d73957b" } ,
{ file = "regex-2024.11.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2e34b51b650b23ed3354b5a07aab37034d9f923db2a40519139af34f485f77d0" } ,
{ file = "regex-2024.11.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5670bce7b200273eee1840ef307bfa07cda90b38ae56e9a6ebcc9f50da9c469b" } ,
{ file = "regex-2024.11.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:08986dce1339bc932923e7d1232ce9881499a0e02925f7402fb7c982515419ef" } ,
{ file = "regex-2024.11.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:93c0b12d3d3bc25af4ebbf38f9ee780a487e8bf6954c115b9f015822d3bb8e48" } ,
{ file = "regex-2024.11.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:764e71f22ab3b305e7f4c21f1a97e1526a25ebdd22513e251cf376760213da13" } ,
{ file = "regex-2024.11.6-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:f056bf21105c2515c32372bbc057f43eb02aae2fda61052e2f7622c801f0b4e2" } ,
{ file = "regex-2024.11.6-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:69ab78f848845569401469da20df3e081e6b5a11cb086de3eed1d48f5ed57c95" } ,
{ file = "regex-2024.11.6-cp39-cp39-musllinux_1_2_ppc64le.whl" , hash = "sha256:86fddba590aad9208e2fa8b43b4c098bb0ec74f15718bb6a704e3c63e2cef3e9" } ,
{ file = "regex-2024.11.6-cp39-cp39-musllinux_1_2_s390x.whl" , hash = "sha256:684d7a212682996d21ca12ef3c17353c021fe9de6049e19ac8481ec35574a70f" } ,
{ file = "regex-2024.11.6-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:a03e02f48cd1abbd9f3b7e3586d97c8f7a9721c436f51a5245b3b9483044480b" } ,
{ file = "regex-2024.11.6-cp39-cp39-win32.whl" , hash = "sha256:41758407fc32d5c3c5de163888068cfee69cb4c2be844e7ac517a52770f9af57" } ,
{ file = "regex-2024.11.6-cp39-cp39-win_amd64.whl" , hash = "sha256:b2837718570f95dd41675328e111345f9b7095d821bac435aac173ac80b19983" } ,
{ file = "regex-2024.11.6.tar.gz" , hash = "sha256:7ab159b063c52a0333c884e4679f8d7a85112ee3078fe3d9004b2dd875585519" } ,
2023-11-02 14:10:22 -07:00
]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "requests"
2025-06-09 12:37:20 -07:00
version = "2.32.4"
2023-09-01 07:56:02 -07:00
description = "Python HTTP for Humans."
optional = false
2024-05-31 08:56:11 -07:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-06-09 12:37:20 -07:00
{ file = "requests-2.32.4-py3-none-any.whl" , hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c" } ,
{ file = "requests-2.32.4.tar.gz" , hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
certifi = ">=2017.4.17"
2025-06-09 12:37:20 -07:00
charset_normalizer = ">=2,<4"
2023-09-01 07:56:02 -07:00
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 = "requests-mock"
2024-04-03 17:24:26 -04:00
version = "1.12.1"
2023-09-01 07:56:02 -07:00
description = "Mock out responses from the requests package"
optional = false
2024-04-03 17:24:26 -04:00
python-versions = ">=3.5"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2024-04-03 17:24:26 -04:00
{ file = "requests-mock-1.12.1.tar.gz" , hash = "sha256:e9e12e333b525156e82a3c852f22016b9158220d2f47454de9cae8a77d371401" } ,
{ file = "requests_mock-1.12.1-py2.py3-none-any.whl" , hash = "sha256:b1e37054004cdd5e56c84454cc7df12b25f90f382159087f4b6915aaeef39563" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2024-04-03 17:24:26 -04:00
requests = ">=2.22,<3"
2023-09-01 07:56:02 -07:00
[ package . extras ]
fixture = [ "fixtures" ]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "requests-toolbelt"
version = "1.0.0"
description = "A utility belt for advanced users of python-requests"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "requests-toolbelt-1.0.0.tar.gz" , hash = "sha256:7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6" } ,
{ file = "requests_toolbelt-1.0.0-py2.py3-none-any.whl" , hash = "sha256:cccfdd665f0a24fcf4726e690f65639d272bb0637b9b92dfd91a5568ccf6bd06" } ,
]
[ package . dependencies ]
requests = ">=2.0.1,<3.0.0"
2024-05-28 11:27:57 -07:00
[ [ package ] ]
name = "responses"
2025-03-31 09:24:10 -07:00
version = "0.25.7"
2024-05-28 11:27:57 -07:00
description = "A utility library for mocking out the `requests` Python library."
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2024-05-28 11:27:57 -07:00
files = [
2025-03-31 09:24:10 -07:00
{ file = "responses-0.25.7-py3-none-any.whl" , hash = "sha256:92ca17416c90fe6b35921f52179bff29332076bb32694c0df02dcac2c6bc043c" } ,
{ file = "responses-0.25.7.tar.gz" , hash = "sha256:8ebae11405d7a5df79ab6fd54277f6f2bc29b2d002d0dd2d5c632594d1ddcedb" } ,
2024-05-28 11:27:57 -07:00
]
[ package . dependencies ]
pyyaml = "*"
requests = ">=2.30.0,<3.0"
urllib3 = ">=1.25.10,<3.0"
[ package . extras ]
2025-05-08 23:05:58 +00:00
tests = [ "coverage (>=6.0.0)" , "flake8" , "mypy" , "pytest (>=7.0.0)" , "pytest-asyncio" , "pytest-cov" , "pytest-httpserver" , "tomli ; python_version < \"3.11\"" , "tomli-w" , "types-PyYAML" , "types-requests" ]
2024-05-28 11:27:57 -07:00
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "rich"
2025-03-31 09:24:10 -07:00
version = "14.0.0"
2023-09-01 07:56:02 -07:00
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
optional = false
2024-10-30 09:36:22 -04:00
python-versions = ">=3.8.0"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-31 09:24:10 -07:00
{ file = "rich-14.0.0-py3-none-any.whl" , hash = "sha256:1c9491e1951aac09caffd42f448ee3d04e58923ffe14993f6e83068dc395d7e0" } ,
{ file = "rich-14.0.0.tar.gz" , hash = "sha256:82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
markdown-it-py = ">=2.2.0"
pygments = ">=2.13.0,<3.0.0"
[ package . extras ]
jupyter = [ "ipywidgets (>=7.5.1,<9)" ]
2024-09-30 10:13:12 -04:00
[ [ package ] ]
name = "rsa"
version = "4.7.2"
description = "Pure-Python RSA implementation"
optional = false
python-versions = ">=3.5, <4"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2024-09-30 10:13:12 -04:00
files = [
{ file = "rsa-4.7.2-py3-none-any.whl" , hash = "sha256:78f9a9bf4e7be0c5ded4583326e7461e3a3c5aae24073648b4bdfa797d78c9d2" } ,
{ file = "rsa-4.7.2.tar.gz" , hash = "sha256:9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9" } ,
]
[ package . dependencies ]
pyasn1 = ">=0.1.3"
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "rtreelib"
version = "0.2.0"
description = "Pluggable R-tree implementation in pure Python."
optional = false
python-versions = ">=3.6.0"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "rtreelib-0.2.0-py3-none-any.whl" , hash = "sha256:cedd4c9e4014f39b290f90f9a0a2bff10a852feb4cd9652ac1933f4f8a77cad3" } ,
{ file = "rtreelib-0.2.0.tar.gz" , hash = "sha256:f162d63ae5465d1f25d76ca55e2dc8524a4215c190f9442e18ce48d3d2b61a52" } ,
]
[ package . extras ]
diagram = [ "matplotlib (>=3.0.0)" , "pydot (>=1.3.0)" , "tqdm (>=v4.31.0)" ]
[ [ package ] ]
name = "s3transfer"
2025-03-31 09:24:10 -07:00
version = "0.10.4"
2023-09-01 07:56:02 -07:00
description = "An Amazon S3 Transfer Manager"
optional = false
2024-06-28 10:57:50 -04:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-31 09:24:10 -07:00
{ file = "s3transfer-0.10.4-py3-none-any.whl" , hash = "sha256:244a76a24355363a68164241438de1b72f8781664920260c48465896b712a41e" } ,
{ file = "s3transfer-0.10.4.tar.gz" , hash = "sha256:29edc09801743c21eb5ecbc617a152df41d3c287f67b615f73e5f750583666a7" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2024-04-04 18:09:22 -07:00
botocore = ">=1.33.2,<2.0a.0"
2023-09-01 07:56:02 -07:00
[ package . extras ]
2024-04-04 18:09:22 -07:00
crt = [ "botocore[crt] (>=1.33.2,<2.0a.0)" ]
2023-09-01 07:56:02 -07:00
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "secretstorage"
version = "3.3.3"
description = "Python bindings to FreeDesktop.org Secret Service API"
optional = false
python-versions = ">=3.6"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
markers = "sys_platform == \"linux\""
2025-05-05 13:18:17 -04:00
files = [
{ file = "SecretStorage-3.3.3-py3-none-any.whl" , hash = "sha256:f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99" } ,
{ file = "SecretStorage-3.3.3.tar.gz" , hash = "sha256:2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77" } ,
]
[ package . dependencies ]
cryptography = ">=2.0"
jeepney = ">=0.6"
2025-03-31 09:24:10 -07:00
[ [ package ] ]
name = "setuptools"
2025-05-30 10:09:40 -07:00
version = "80.9.0"
2025-03-31 09:24:10 -07:00
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.9"
2025-07-28 09:21:46 -07:00
groups = [ "main" , "dev" ]
2025-03-31 09:24:10 -07:00
files = [
2025-05-30 10:09:40 -07:00
{ file = "setuptools-80.9.0-py3-none-any.whl" , hash = "sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922" } ,
{ file = "setuptools-80.9.0.tar.gz" , hash = "sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" } ,
2025-03-31 09:24:10 -07:00
]
[ package . extras ]
2025-05-08 23:05:58 +00:00
check = [ "pytest-checkdocs (>=2.4)" , "pytest-ruff (>=0.2.1) ; sys_platform != \"cygwin\"" , "ruff (>=0.8.0) ; sys_platform != \"cygwin\"" ]
core = [ "importlib_metadata (>=6) ; python_version < \"3.10\"" , "jaraco.functools (>=4)" , "jaraco.text (>=3.7)" , "more_itertools" , "more_itertools (>=8.8)" , "packaging (>=24.2)" , "platformdirs (>=4.2.2)" , "tomli (>=2.0.1) ; python_version < \"3.11\"" , "wheel (>=0.43.0)" ]
2025-03-31 09:24:10 -07: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)" ]
2025-05-08 23:05:58 +00:00
test = [ "build[virtualenv] (>=1.0.3)" , "filelock (>=3.4.0)" , "ini2toml[lite] (>=0.14)" , "jaraco.develop (>=7.21) ; python_version >= \"3.9\" and sys_platform != \"cygwin\"" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.7.2)" , "jaraco.test (>=5.5)" , "packaging (>=24.2)" , "pip (>=19.1)" , "pyproject-hooks (!=1.1)" , "pytest (>=6,!=8.1.*)" , "pytest-home (>=0.5)" , "pytest-perf ; sys_platform != \"cygwin\"" , "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) ; python_version < \"3.10\"" , "jaraco.develop (>=7.21) ; sys_platform != \"cygwin\"" , "mypy (==1.14.*)" , "pytest-mypy" ]
2025-03-31 09:24:10 -07:00
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "shapely"
2025-05-21 18:45:09 +00:00
version = "2.1.1"
2023-09-01 07:56:02 -07:00
description = "Manipulation and analysis of geometric objects"
optional = false
2025-04-16 17:45:32 -04:00
python-versions = ">=3.10"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2025-04-16 17:45:32 -04:00
files = [
2025-05-21 18:45:09 +00:00
{ file = "shapely-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d8ccc872a632acb7bdcb69e5e78df27213f7efd195882668ffba5405497337c6" } ,
{ file = "shapely-2.1.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:f24f2ecda1e6c091da64bcbef8dd121380948074875bd1b247b3d17e99407099" } ,
{ file = "shapely-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:45112a5be0b745b49e50f8829ce490eb67fefb0cea8d4f8ac5764bfedaa83d2d" } ,
{ file = "shapely-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8c10ce6f11904d65e9bbb3e41e774903c944e20b3f0b282559885302f52f224a" } ,
{ file = "shapely-2.1.1-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:61168010dfe4e45f956ffbbaf080c88afce199ea81eb1f0ac43230065df320bd" } ,
{ file = "shapely-2.1.1-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:cacf067cdff741cd5c56a21c52f54ece4e4dad9d311130493a791997da4a886b" } ,
{ file = "shapely-2.1.1-cp310-cp310-win32.whl" , hash = "sha256:23b8772c3b815e7790fb2eab75a0b3951f435bc0fce7bb146cb064f17d35ab4f" } ,
{ file = "shapely-2.1.1-cp310-cp310-win_amd64.whl" , hash = "sha256:2c7b2b6143abf4fa77851cef8ef690e03feade9a0d48acd6dc41d9e0e78d7ca6" } ,
{ file = "shapely-2.1.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:587a1aa72bc858fab9b8c20427b5f6027b7cbc92743b8e2c73b9de55aa71c7a7" } ,
{ file = "shapely-2.1.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:9fa5c53b0791a4b998f9ad84aad456c988600757a96b0a05e14bba10cebaaaea" } ,
{ file = "shapely-2.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:aabecd038841ab5310d23495253f01c2a82a3aedae5ab9ca489be214aa458aa7" } ,
{ file = "shapely-2.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:586f6aee1edec04e16227517a866df3e9a2e43c1f635efc32978bb3dc9c63753" } ,
{ file = "shapely-2.1.1-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:b9878b9e37ad26c72aada8de0c9cfe418d9e2ff36992a1693b7f65a075b28647" } ,
{ file = "shapely-2.1.1-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:d9a531c48f289ba355e37b134e98e28c557ff13965d4653a5228d0f42a09aed0" } ,
{ file = "shapely-2.1.1-cp311-cp311-win32.whl" , hash = "sha256:4866de2673a971820c75c0167b1f1cd8fb76f2d641101c23d3ca021ad0449bab" } ,
{ file = "shapely-2.1.1-cp311-cp311-win_amd64.whl" , hash = "sha256:20a9d79958b3d6c70d8a886b250047ea32ff40489d7abb47d01498c704557a93" } ,
{ file = "shapely-2.1.1-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:2827365b58bf98efb60affc94a8e01c56dd1995a80aabe4b701465d86dcbba43" } ,
{ file = "shapely-2.1.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:a9c551f7fa7f1e917af2347fe983f21f212863f1d04f08eece01e9c275903fad" } ,
{ file = "shapely-2.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:78dec4d4fbe7b1db8dc36de3031767e7ece5911fb7782bc9e95c5cdec58fb1e9" } ,
{ file = "shapely-2.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:872d3c0a7b8b37da0e23d80496ec5973c4692920b90de9f502b5beb994bbaaef" } ,
{ file = "shapely-2.1.1-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:2e2b9125ebfbc28ecf5353511de62f75a8515ae9470521c9a693e4bb9fbe0cf1" } ,
{ file = "shapely-2.1.1-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:4b96cea171b3d7f6786976a0520f178c42792897653ecca0c5422fb1e6946e6d" } ,
{ file = "shapely-2.1.1-cp312-cp312-win32.whl" , hash = "sha256:39dca52201e02996df02e447f729da97cfb6ff41a03cb50f5547f19d02905af8" } ,
{ file = "shapely-2.1.1-cp312-cp312-win_amd64.whl" , hash = "sha256:13d643256f81d55a50013eff6321142781cf777eb6a9e207c2c9e6315ba6044a" } ,
{ file = "shapely-2.1.1-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:3004a644d9e89e26c20286d5fdc10f41b1744c48ce910bd1867fdff963fe6c48" } ,
{ file = "shapely-2.1.1-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:1415146fa12d80a47d13cfad5310b3c8b9c2aa8c14a0c845c9d3d75e77cb54f6" } ,
{ file = "shapely-2.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:21fcab88b7520820ec16d09d6bea68652ca13993c84dffc6129dc3607c95594c" } ,
{ file = "shapely-2.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e5ce6a5cc52c974b291237a96c08c5592e50f066871704fb5b12be2639d9026a" } ,
{ file = "shapely-2.1.1-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:04e4c12a45a1d70aeb266618d8cf81a2de9c4df511b63e105b90bfdfb52146de" } ,
{ file = "shapely-2.1.1-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:6ca74d851ca5264aae16c2b47e96735579686cb69fa93c4078070a0ec845b8d8" } ,
{ file = "shapely-2.1.1-cp313-cp313-win32.whl" , hash = "sha256:fd9130501bf42ffb7e0695b9ea17a27ae8ce68d50b56b6941c7f9b3d3453bc52" } ,
{ file = "shapely-2.1.1-cp313-cp313-win_amd64.whl" , hash = "sha256:ab8d878687b438a2f4c138ed1a80941c6ab0029e0f4c785ecfe114413b498a97" } ,
{ file = "shapely-2.1.1-cp313-cp313t-macosx_10_13_x86_64.whl" , hash = "sha256:0c062384316a47f776305ed2fa22182717508ffdeb4a56d0ff4087a77b2a0f6d" } ,
{ file = "shapely-2.1.1-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:4ecf6c196b896e8f1360cc219ed4eee1c1e5f5883e505d449f263bd053fb8c05" } ,
{ file = "shapely-2.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fb00070b4c4860f6743c600285109c273cca5241e970ad56bb87bef0be1ea3a0" } ,
{ file = "shapely-2.1.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d14a9afa5fa980fbe7bf63706fdfb8ff588f638f145a1d9dbc18374b5b7de913" } ,
{ file = "shapely-2.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl" , hash = "sha256:b640e390dabde790e3fb947198b466e63223e0a9ccd787da5f07bcb14756c28d" } ,
{ file = "shapely-2.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:69e08bf9697c1b73ec6aa70437db922bafcea7baca131c90c26d59491a9760f9" } ,
{ file = "shapely-2.1.1-cp313-cp313t-win32.whl" , hash = "sha256:ef2d09d5a964cc90c2c18b03566cf918a61c248596998a0301d5b632beadb9db" } ,
{ file = "shapely-2.1.1-cp313-cp313t-win_amd64.whl" , hash = "sha256:8cb8f17c377260452e9d7720eeaf59082c5f8ea48cf104524d953e5d36d4bdb7" } ,
{ file = "shapely-2.1.1.tar.gz" , hash = "sha256:500621967f2ffe9642454808009044c21e5b35db89ce69f8a2042c2ffd0e2772" } ,
2025-04-16 17:45:32 -04:00
]
[ package . dependencies ]
numpy = ">=1.21"
2023-09-01 07:56:02 -07:00
[ package . extras ]
docs = [ "matplotlib" , "numpydoc (==1.1.*)" , "sphinx" , "sphinx-book-theme" , "sphinx-remove-toctrees" ]
2025-04-16 17:45:32 -04:00
test = [ "pytest" , "pytest-cov" , "scipy-doctest" ]
2023-09-01 07:56:02 -07:00
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "shellingham"
version = "1.5.4"
description = "Tool to Detect Surrounding Shell"
optional = false
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "shellingham-1.5.4-py2.py3-none-any.whl" , hash = "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686" } ,
{ file = "shellingham-1.5.4.tar.gz" , hash = "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de" } ,
]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "six"
2025-03-31 09:24:10 -07:00
version = "1.17.0"
2023-09-01 07:56:02 -07:00
description = "Python 2 and 3 compatibility utilities"
optional = false
2025-03-31 09:24:10 -07:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-31 09:24:10 -07:00
{ file = "six-1.17.0-py2.py3-none-any.whl" , hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274" } ,
{ file = "six-1.17.0.tar.gz" , hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "smartypants"
2025-06-17 09:08:37 -07:00
version = "2.0.2"
2023-09-01 07:56:02 -07:00
description = "Python with the SmartyPants"
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-06-17 09:08:37 -07:00
{ file = "smartypants-2.0.2-py2.py3-none-any.whl" , hash = "sha256:9471578606e8ee0740065bf8771f55fec8c83313cb98c5d1c1864ddd389d0f3a" } ,
{ file = "smartypants-2.0.2.tar.gz" , hash = "sha256:39d64ce1d7cc6964b698297bdf391bc12c3251b7f608e6e55d857cd7c5f800c6" } ,
2023-09-01 07:56:02 -07:00
]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "sniffio"
version = "1.3.1"
description = "Sniff out which async library your code is running under"
optional = false
python-versions = ">=3.7"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "sniffio-1.3.1-py3-none-any.whl" , hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2" } ,
{ file = "sniffio-1.3.1.tar.gz" , hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" } ,
]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "sortedcontainers"
version = "2.4.0"
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "sortedcontainers-2.4.0-py2.py3-none-any.whl" , hash = "sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0" } ,
{ file = "sortedcontainers-2.4.0.tar.gz" , hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88" } ,
]
[ [ package ] ]
name = "soupsieve"
2025-05-05 13:13:31 -04:00
version = "2.7"
2023-09-01 07:56:02 -07:00
description = "A modern CSS selector implementation for Beautiful Soup."
optional = false
2023-09-05 11:31:22 -04:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-05-05 13:13:31 -04:00
{ file = "soupsieve-2.7-py3-none-any.whl" , hash = "sha256:6e60cc5c1ffaf1cebcc12e8188320b72071e922c2e897f737cadce79ad5d30c4" } ,
{ file = "soupsieve-2.7.tar.gz" , hash = "sha256:ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "stevedore"
2025-03-31 09:24:10 -07:00
version = "5.4.1"
2023-09-01 07:56:02 -07:00
description = "Manage dynamic plugins for Python applications"
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-31 09:24:10 -07:00
{ file = "stevedore-5.4.1-py3-none-any.whl" , hash = "sha256:d10a31c7b86cba16c1f6e8d15416955fc797052351a56af15e608ad20811fcfe" } ,
{ file = "stevedore-5.4.1.tar.gz" , hash = "sha256:3135b5ae50fe12816ef291baff420acb727fcd356106e3e9cbfa9e5985cd6f4b" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2024-10-30 09:36:22 -04:00
pbr = ">=2.0.0"
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "text-unidecode"
version = "1.3"
description = "The most basic Text::Unidecode port"
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "text-unidecode-1.3.tar.gz" , hash = "sha256:bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93" } ,
{ file = "text_unidecode-1.3-py2.py3-none-any.whl" , hash = "sha256:1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8" } ,
]
[ [ package ] ]
name = "texttable"
2023-11-10 09:10:56 -08:00
version = "1.7.0"
2023-09-01 07:56:02 -07:00
description = "module to create simple ASCII tables"
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2023-11-10 09:10:56 -08:00
{ file = "texttable-1.7.0-py2.py3-none-any.whl" , hash = "sha256:72227d592c82b3d7f672731ae73e4d1f88cd8e2ef5b075a7a7f01a23a3743917" } ,
{ file = "texttable-1.7.0.tar.gz" , hash = "sha256:2d2068fb55115807d3ac77a4ca68fa48803e84ebb0ee2340f858107a36522638" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "tomlkit"
2025-06-16 07:14:31 -07:00
version = "0.13.3"
2025-05-05 13:18:17 -04:00
description = "Style preserving TOML library"
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
2025-06-16 07:14:31 -07:00
{ file = "tomlkit-0.13.3-py3-none-any.whl" , hash = "sha256:c89c649d79ee40629a9fda55f8ace8c6a1b42deb912b2a8fd8d942ddadb606b0" } ,
{ file = "tomlkit-0.13.3.tar.gz" , hash = "sha256:430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1" } ,
2025-05-05 13:18:17 -04:00
]
[ [ package ] ]
name = "trove-classifiers"
2025-05-30 10:09:40 -07:00
version = "2025.5.9.12"
2025-05-05 13:18:17 -04:00
description = "Canonical source for classifiers on PyPI (pypi.org)."
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
2025-05-30 10:09:40 -07:00
{ file = "trove_classifiers-2025.5.9.12-py3-none-any.whl" , hash = "sha256:e381c05537adac78881c8fa345fd0e9970159f4e4a04fcc42cfd3129cca640ce" } ,
{ file = "trove_classifiers-2025.5.9.12.tar.gz" , hash = "sha256:7ca7c8a7a76e2cd314468c677c69d12cc2357711fcab4a60f87994c1589e5cb5" } ,
2025-05-05 13:18:17 -04:00
]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "typing-extensions"
2025-07-23 15:01:03 -07:00
version = "4.14.1"
2025-06-04 12:12:29 -04:00
description = "Backported and Experimental Type Hints for Python 3.9+"
2023-09-01 07:56:02 -07:00
optional = false
2025-06-04 12:12:29 -04:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-07-23 15:01:03 -07:00
{ file = "typing_extensions-4.14.1-py3-none-any.whl" , hash = "sha256:d1e1e3b58374dc93031d6eda2420a48ea44a36c2b4766a4fdeb3710755731d76" } ,
{ file = "typing_extensions-4.14.1.tar.gz" , hash = "sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "urllib3"
2025-06-19 07:07:02 -07:00
version = "2.5.0"
2023-09-01 07:56:02 -07:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-06-19 07:07:02 -07:00
{ file = "urllib3-2.5.0-py3-none-any.whl" , hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc" } ,
{ file = "urllib3-2.5.0.tar.gz" , hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
2025-05-08 23:05:58 +00:00
brotli = [ "brotli (>=1.0.9) ; platform_python_implementation == \"CPython\"" , "brotlicffi (>=0.8.0) ; platform_python_implementation != \"CPython\"" ]
2024-04-04 18:09:22 -07:00
h2 = [ "h2 (>=4,<5)" ]
socks = [ "pysocks (>=1.5.6,!=1.5.7,<2.0)" ]
zstd = [ "zstandard (>=0.18.0)" ]
2023-09-01 07:56:02 -07:00
2023-11-10 11:08:52 -08:00
[ [ package ] ]
name = "virtualenv"
2025-07-21 17:09:57 +00:00
version = "20.32.0"
2023-11-10 11:08:52 -08:00
description = "Virtual Python Environment builder"
optional = false
2024-10-30 09:36:22 -04:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-11-10 11:08:52 -08:00
files = [
2025-07-21 17:09:57 +00:00
{ file = "virtualenv-20.32.0-py3-none-any.whl" , hash = "sha256:2c310aecb62e5aa1b06103ed7c2977b81e042695de2697d01017ff0f1034af56" } ,
{ file = "virtualenv-20.32.0.tar.gz" , hash = "sha256:886bf75cadfdc964674e6e33eb74d787dff31ca314ceace03ca5810620f4ecf0" } ,
2023-11-10 11:08:52 -08:00
]
[ package . dependencies ]
distlib = ">=0.3.7,<1"
filelock = ">=3.12.2,<4"
2023-11-22 08:21:34 -08:00
platformdirs = ">=3.9.1,<5"
2023-11-10 11:08:52 -08:00
[ package . extras ]
2024-04-24 12:11:33 -07:00
docs = [ "furo (>=2023.7.26)" , "proselint (>=0.13)" , "sphinx (>=7.1.2,!=7.3)" , "sphinx-argparse (>=0.4)" , "sphinxcontrib-towncrier (>=0.2.1a0)" , "towncrier (>=23.6)" ]
2025-07-21 17:09:57 +00:00
test = [ "covdefaults (>=2.3)" , "coverage (>=7.2.7)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3.7)" , "packaging (>=23.1)" , "pytest (>=7.4)" , "pytest-env (>=0.8.2)" , "pytest-freezer (>=0.4.8) ; platform_python_implementation == \"PyPy\" or platform_python_implementation == \"GraalVM\" or platform_python_implementation == \"CPython\" and sys_platform == \"win32\" and python_version >= \"3.13\"" , "pytest-mock (>=3.11.1)" , "pytest-randomly (>=3.12)" , "pytest-timeout (>=2.1)" , "setuptools (>=68)" , "time-machine (>=2.10) ; platform_python_implementation == \"CPython\"" ]
2023-11-10 11:08:52 -08:00
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "vulture"
2025-02-10 19:06:21 +00:00
version = "2.14"
2023-09-01 07:56:02 -07:00
description = "Find dead code"
optional = false
2023-10-11 14:12:14 +00:00
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-02-10 19:06:21 +00:00
{ file = "vulture-2.14-py2.py3-none-any.whl" , hash = "sha256:d9a90dba89607489548a49d557f8bac8112bd25d3cbc8aeef23e860811bd5ed9" } ,
{ file = "vulture-2.14.tar.gz" , hash = "sha256:cb8277902a1138deeab796ec5bef7076a6e0248ca3607a3f3dee0b6d9e9b8415" } ,
2023-09-01 07:56:02 -07:00
]
[ [ package ] ]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
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 = "werkzeug"
2025-03-31 09:24:10 -07:00
version = "3.1.3"
2023-09-01 07:56:02 -07:00
description = "The comprehensive WSGI web application library."
optional = false
2025-03-31 09:24:10 -07:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" , "dev" ]
2023-09-01 07:56:02 -07:00
files = [
2025-03-31 09:24:10 -07:00
{ file = "werkzeug-3.1.3-py3-none-any.whl" , hash = "sha256:54b78bf3716d19a65be4fceccc0d1d7b89e608834989dfae50ea87564639213e" } ,
{ file = "werkzeug-3.1.3.tar.gz" , hash = "sha256:60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
MarkupSafe = ">=2.1.1"
[ package . extras ]
watchdog = [ "watchdog (>=2.3)" ]
[ [ package ] ]
name = "wtforms"
2024-10-30 09:36:22 -04:00
version = "3.2.1"
2023-09-01 07:56:02 -07:00
description = "Form validation and rendering for Python web development."
optional = false
2024-10-30 09:36:22 -04:00
python-versions = ">=3.9"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2024-10-30 09:36:22 -04:00
{ file = "wtforms-3.2.1-py3-none-any.whl" , hash = "sha256:583bad77ba1dd7286463f21e11aa3043ca4869d03575921d1a1698d0715e0fd4" } ,
{ file = "wtforms-3.2.1.tar.gz" , hash = "sha256:df3e6b70f3192e92623128123ec8dca3067df9cfadd43d59681e210cfb8d4682" } ,
2023-09-01 07:56:02 -07:00
]
[ package . dependencies ]
2023-11-02 16:31:49 +00:00
markupsafe = "*"
2023-09-01 07:56:02 -07:00
[ package . extras ]
email = [ "email-validator" ]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "xattr"
2025-07-23 15:01:03 -07:00
version = "1.2.0"
2025-05-05 13:18:17 -04:00
description = "Python wrapper for extended filesystem attributes"
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
markers = "sys_platform == \"darwin\""
2025-05-05 13:18:17 -04:00
files = [
2025-07-23 15:01:03 -07:00
{ file = "xattr-1.2.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:3df4d8d91e2996c3c72a390ec82e8544acdcb6c7df67b954f1736ff37ea4293e" } ,
{ file = "xattr-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:f5eec248976bbfa6c23df25d4995413df57dccf4161f6cbae36f643e99dbc397" } ,
{ file = "xattr-1.2.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:fafecfdedf7e8d455443bec2c3edab8a93d64672619cd1a4ee043a806152e19c" } ,
{ file = "xattr-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c229e245c6c9a85d2fd7d07531498f837dd34670e556b552f73350f11edf000c" } ,
{ file = "xattr-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:376631e2383918fbc3dc9bcaeb9a533e319322d2cff1c119635849edf74e1126" } ,
{ file = "xattr-1.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2fbae24ab22afe078d549645501ecacaa17229e0b7769c8418fad69b51ad37c9" } ,
{ file = "xattr-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:a161160211081d765ac41fa056f4f9b1051f027f08188730fbc9782d0dce623e" } ,
{ file = "xattr-1.2.0-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:a542acf6c4e8221664b51b35e0160c44bd0ed1f2fd80019476f7698f4911e560" } ,
{ file = "xattr-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:034f075fc5a9391a1597a6c9a21cb57b688680f0f18ecf73b2efc22b8d330cff" } ,
{ file = "xattr-1.2.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:00c26c14c90058338993bb2d3e1cebf562e94ec516cafba64a8f34f74b9d18b4" } ,
{ file = "xattr-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:b4f43dc644db87d5eb9484a9518c34a864cb2e588db34cffc42139bf55302a1c" } ,
{ file = "xattr-1.2.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:c7602583fc643ca76576498e2319c7cef0b72aef1936701678589da6371b731b" } ,
{ file = "xattr-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:90c3ad4a9205cceb64ec54616aa90aa42d140c8ae3b9710a0aaa2843a6f1aca7" } ,
{ file = "xattr-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:83d87cfe19cd606fc0709d45a4d6efc276900797deced99e239566926a5afedf" } ,
{ file = "xattr-1.2.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c67dabd9ddc04ead63fbc85aed459c9afcc24abfc5bb3217fff7ec9a466faacb" } ,
{ file = "xattr-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:9a18ee82d8ba2c17f1e8414bfeb421fa763e0fb4acbc1e124988ca1584ad32d5" } ,
{ file = "xattr-1.2.0-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:38de598c47b85185e745986a061094d2e706e9c2d9022210d2c738066990fe91" } ,
{ file = "xattr-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:15e754e854bdaac366ad3f1c8fbf77f6668e8858266b4246e8c5f487eeaf1179" } ,
{ file = "xattr-1.2.0-cp312-cp312-macosx_10_13_universal2.whl" , hash = "sha256:daff0c1f5c5e4eaf758c56259c4f72631fa9619875e7a25554b6077dc73da964" } ,
{ file = "xattr-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:109b11fb3f73a0d4e199962f11230ab5f462e85a8021874f96c1732aa61148d5" } ,
{ file = "xattr-1.2.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:7c7c12968ce0bf798d8ba90194cef65de768bee9f51a684e022c74cab4218305" } ,
{ file = "xattr-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d37989dabf25ff18773e4aaeebcb65604b9528f8645f43e02bebaa363e3ae958" } ,
{ file = "xattr-1.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:165de92b0f2adafb336f936931d044619b9840e35ba01079f4dd288747b73714" } ,
{ file = "xattr-1.2.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:82191c006ae4c609b22b9aea5f38f68fff022dc6884c4c0e1dba329effd4b288" } ,
{ file = "xattr-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:2b2e9c87dc643b09d86befad218e921f6e65b59a4668d6262b85308de5dbd1dd" } ,
{ file = "xattr-1.2.0-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:14edd5d47d0bb92b23222c0bb6379abbddab01fb776b2170758e666035ecf3aa" } ,
{ file = "xattr-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:12183d5eb104d4da787638c7dadf63b718472d92fec6dbe12994ea5d094d7863" } ,
{ file = "xattr-1.2.0-cp313-cp313-macosx_10_13_universal2.whl" , hash = "sha256:c385ea93a18aeb6443a719eb6a6b1d7f7b143a4d1f2b08bc4fadfc429209e629" } ,
{ file = "xattr-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:2d39d7b36842c67ab3040bead7eb6d601e35fa0d6214ed20a43df4ec30b6f9f9" } ,
{ file = "xattr-1.2.0-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:320ef856bb817f4c40213b6de956dc440d0f23cdc62da3ea02239eb5147093f8" } ,
{ file = "xattr-1.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:26d306bfb3b5641726f2ee0da6f63a2656aa7fdcfd15de61c476e3ca6bc3277e" } ,
{ file = "xattr-1.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c67e70d5d8136d328ad13f85b887ffa97690422f1a11fb29ab2f702cf66e825a" } ,
{ file = "xattr-1.2.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8904d3539afe1a84fc0b7f02fa91da60d2505adf2d5951dc855bf9e75fe322b2" } ,
{ file = "xattr-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:2520516c1d058895eae00b2b2f10833514caea6dc6802eef1e431c474b5317ad" } ,
{ file = "xattr-1.2.0-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:29d06abbef4024b7469fcd0d4ade6d2290582350a4df95fcc48fa48b2e83246b" } ,
{ file = "xattr-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:093c75f7d9190be355b8e86da3f460b9bfe3d6a176f92852d44dcc3289aa10dc" } ,
{ file = "xattr-1.2.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:2ee3901db48de913dcef004c5d7b477a1f4aadff997445ef62907b10fdad57de" } ,
{ file = "xattr-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b837898a5225c7f7df731783cd78bae2ed81b84bacf020821f1cd2ab2d74de58" } ,
{ file = "xattr-1.2.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:cedc281811e424ecf6a14208532f7ac646866f91f88e8eadd00d8fe535e505fd" } ,
{ file = "xattr-1.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cf60577caa248f539e4e646090b10d6ad1f54189de9a7f1854c23fdef28f574e" } ,
{ file = "xattr-1.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:363724f33510d2e7c7e080b389271a1241cb4929a1d9294f89721152b4410972" } ,
{ file = "xattr-1.2.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:97db00596865845efb72f3d565a1f82b01006c5bf5a87d8854a6afac43502593" } ,
{ file = "xattr-1.2.0-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:0b199ba31078f3e4181578595cd60400ee055b4399672169ceee846d33ff26de" } ,
{ file = "xattr-1.2.0-cp38-cp38-musllinux_1_2_i686.whl" , hash = "sha256:b19472dc38150ac09a478c71092738d86882bc9ff687a4a8f7d1a25abce20b5e" } ,
{ file = "xattr-1.2.0-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:79f7823b30ed557e0e7ffd9a6b1a821a22f485f5347e54b8d24c4a34b7545ba4" } ,
{ file = "xattr-1.2.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:8eee258f5774933cb972cff5c3388166374e678980d2a1f417d7d6f61d9ae172" } ,
{ file = "xattr-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:2a9de621eadf0466c391363bd6ed903b1a1bcd272422b5183fd06ef79d05347b" } ,
{ file = "xattr-1.2.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:bc714f236f17c57c510ae9ada9962d8e4efc9f9ea91504e2c6a09008f3918ddf" } ,
{ file = "xattr-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:545e0ad3f706724029efd23dec58fb358422ae68ab4b560b712aedeaf40446a0" } ,
{ file = "xattr-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:200bb3cdba057cb721b727607bc340a74c28274f4a628a26011f574860f5846b" } ,
{ file = "xattr-1.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9b0b27c889cc9ff0dba62ac8a2eef98f4911c1621e4e8c409d5beb224c4c227c" } ,
{ file = "xattr-1.2.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:ea7cf8afd717853ad78eba8ca83ff66a53484ba2bb2a4283462bc5c767518174" } ,
{ file = "xattr-1.2.0-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:02fa813db054bbb7a61c570ae025bd01c36fc20727b40f49031feb930234bc72" } ,
{ file = "xattr-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:2827e23d7a1a20f31162c47ab4bd341a31e83421121978c4ab2aad5cd79ea82b" } ,
{ file = "xattr-1.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:29ae44247d46e63671311bf7e700826a97921278e2c0c04c2d11741888db41b8" } ,
{ file = "xattr-1.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:629c42c1dd813442d90f281f69b88ef0c9625f604989bef8411428671f70f43e" } ,
{ file = "xattr-1.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:549f8fbda5da48cafc81ba6ab7bb8e8e14c4b0748c37963dc504bcae505474b7" } ,
{ file = "xattr-1.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:aa83e677b5f92a3c5c86eaf875e9d3abbc43887ff1767178def865fa9f12a3a0" } ,
{ file = "xattr-1.2.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bb669f01627962ce2bc556f19d421162247bc2cad0d4625d6ea5eb32af4cf29b" } ,
{ file = "xattr-1.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:212156aa5fb987a53211606bc09e6fea3eda3855af9f2940e40df5a2a592425a" } ,
{ file = "xattr-1.2.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl" , hash = "sha256:7dc4fa9448a513077c5ccd1ce428ff0682cdddfc71301dbbe4ee385c74517f73" } ,
{ file = "xattr-1.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1e4b93f2e74793b61c0a7b7bdef4a3813930df9c01eda72fad706b8db7658bc2" } ,
{ file = "xattr-1.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:dddd5f6d0bb95b099d6a3888c248bf246525647ccb8cf9e8f0fc3952e012d6fb" } ,
{ file = "xattr-1.2.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:68fbdffebe8c398a82c84ecf5e6f6a3adde9364f891cba066e58352af404a45c" } ,
{ file = "xattr-1.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:c9ee84de7cd4a6d61b0b79e2f58a6bdb13b03dbad948489ebb0b73a95caee7ae" } ,
{ file = "xattr-1.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:5594fcbc38fdbb3af16a8ad18c37c81c8814955f0d636be857a67850cd556490" } ,
{ file = "xattr-1.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:017aac8005e1e84d5efa4b86c0896c6eb96f2331732d388600a5b999166fec1c" } ,
{ file = "xattr-1.2.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2d27a64f695440450c119ae4bc8f54b0b726a812ebea1666fff3873236936f36" } ,
{ file = "xattr-1.2.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1f7e7067e1a400ad4485536a9e84c3330373086b2324fafa26d07527eeb4b175" } ,
{ file = "xattr-1.2.0.tar.gz" , hash = "sha256:a64c8e21eff1be143accf80fd3b8fde3e28a478c37da298742af647ac3e5e0a7" } ,
2025-05-05 13:18:17 -04:00
]
[ package . dependencies ]
cffi = ">=1.16.0"
[ package . extras ]
test = [ "pytest" ]
2023-09-01 07:56:02 -07:00
[ [ package ] ]
name = "xlrd"
2025-06-16 07:14:31 -07:00
version = "2.0.2"
2023-09-01 07:56:02 -07:00
description = "Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files"
optional = false
2025-06-16 07:14:31 -07:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
2025-06-16 07:14:31 -07:00
{ file = "xlrd-2.0.2-py2.py3-none-any.whl" , hash = "sha256:ea762c3d29f4cca48d82df517b6d89fbce4db3107f9d78713e48cd321d5c9aa9" } ,
{ file = "xlrd-2.0.2.tar.gz" , hash = "sha256:08b5e25de58f21ce71dc7db3b3b8106c1fa776f3024c54e45b45b374e89234c9" } ,
2023-09-01 07:56:02 -07:00
]
[ package . extras ]
build = [ "twine" , "wheel" ]
docs = [ "sphinx" ]
test = [ "pytest" , "pytest-cov" ]
[ [ package ] ]
name = "xlwt"
version = "1.3.0"
description = "Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform, with Python 2.6, 2.7, 3.3+"
optional = false
python-versions = "*"
2025-05-08 23:05:58 +00:00
groups = [ "main" ]
2023-09-01 07:56:02 -07:00
files = [
{ file = "xlwt-1.3.0-py2.py3-none-any.whl" , hash = "sha256:a082260524678ba48a297d922cc385f58278b8aa68741596a87de01a9c628b2e" } ,
{ file = "xlwt-1.3.0.tar.gz" , hash = "sha256:c59912717a9b28f1a3c2a98fd60741014b06b043936dcecbc113eaaada156c88" } ,
]
2024-05-28 11:27:57 -07:00
[ [ package ] ]
name = "xmltodict"
2024-10-30 09:36:22 -04:00
version = "0.14.2"
2024-05-28 11:27:57 -07:00
description = "Makes working with XML feel like you are working with JSON"
optional = false
2024-10-30 09:36:22 -04:00
python-versions = ">=3.6"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2024-05-28 11:27:57 -07:00
files = [
2024-10-30 09:36:22 -04:00
{ file = "xmltodict-0.14.2-py2.py3-none-any.whl" , hash = "sha256:20cc7d723ed729276e808f26fb6b3599f786cbc37e06c65e192ba77c40f20aac" } ,
{ file = "xmltodict-0.14.2.tar.gz" , hash = "sha256:201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553" } ,
2024-05-28 11:27:57 -07:00
]
2025-07-28 09:21:46 -07:00
[ [ package ] ]
name = "zope-event"
version = "5.1.1"
description = "Very basic event publishing system"
optional = false
python-versions = ">=3.9"
groups = [ "main" ]
files = [
{ file = "zope_event-5.1.1-py3-none-any.whl" , hash = "sha256:8d5ea7b992c42ce73a6fa9c2ba99a004c52cd9f05d87f3220768ef0329b92df7" } ,
{ file = "zope_event-5.1.1.tar.gz" , hash = "sha256:c1ac931abf57efba71a2a313c5f4d57768a19b15c37e3f02f50eb1536be12d4e" } ,
]
[ package . dependencies ]
setuptools = ">=75.8.2"
[ package . extras ]
docs = [ "Sphinx" ]
test = [ "zope.testrunner" ]
[ [ package ] ]
name = "zope-interface"
version = "7.2"
description = "Interfaces for Python"
optional = false
python-versions = ">=3.8"
groups = [ "main" ]
files = [
{ file = "zope.interface-7.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:ce290e62229964715f1011c3dbeab7a4a1e4971fd6f31324c4519464473ef9f2" } ,
{ file = "zope.interface-7.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:05b910a5afe03256b58ab2ba6288960a2892dfeef01336dc4be6f1b9ed02ab0a" } ,
{ file = "zope.interface-7.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:550f1c6588ecc368c9ce13c44a49b8d6b6f3ca7588873c679bd8fd88a1b557b6" } ,
{ file = "zope.interface-7.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0ef9e2f865721553c6f22a9ff97da0f0216c074bd02b25cf0d3af60ea4d6931d" } ,
{ file = "zope.interface-7.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:27f926f0dcb058211a3bb3e0e501c69759613b17a553788b2caeb991bed3b61d" } ,
{ file = "zope.interface-7.2-cp310-cp310-win_amd64.whl" , hash = "sha256:144964649eba4c5e4410bb0ee290d338e78f179cdbfd15813de1a664e7649b3b" } ,
{ file = "zope.interface-7.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:1909f52a00c8c3dcab6c4fad5d13de2285a4b3c7be063b239b8dc15ddfb73bd2" } ,
{ file = "zope.interface-7.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:80ecf2451596f19fd607bb09953f426588fc1e79e93f5968ecf3367550396b22" } ,
{ file = "zope.interface-7.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:033b3923b63474800b04cba480b70f6e6243a62208071fc148354f3f89cc01b7" } ,
{ file = "zope.interface-7.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a102424e28c6b47c67923a1f337ede4a4c2bba3965b01cf707978a801fc7442c" } ,
{ file = "zope.interface-7.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:25e6a61dcb184453bb00eafa733169ab6d903e46f5c2ace4ad275386f9ab327a" } ,
{ file = "zope.interface-7.2-cp311-cp311-win_amd64.whl" , hash = "sha256:3f6771d1647b1fc543d37640b45c06b34832a943c80d1db214a37c31161a93f1" } ,
{ file = "zope.interface-7.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:086ee2f51eaef1e4a52bd7d3111a0404081dadae87f84c0ad4ce2649d4f708b7" } ,
{ file = "zope.interface-7.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:21328fcc9d5b80768bf051faa35ab98fb979080c18e6f84ab3f27ce703bce465" } ,
{ file = "zope.interface-7.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f6dd02ec01f4468da0f234da9d9c8545c5412fef80bc590cc51d8dd084138a89" } ,
{ file = "zope.interface-7.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8e7da17f53e25d1a3bde5da4601e026adc9e8071f9f6f936d0fe3fe84ace6d54" } ,
{ file = "zope.interface-7.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cab15ff4832580aa440dc9790b8a6128abd0b88b7ee4dd56abacbc52f212209d" } ,
{ file = "zope.interface-7.2-cp312-cp312-win_amd64.whl" , hash = "sha256:29caad142a2355ce7cfea48725aa8bcf0067e2b5cc63fcf5cd9f97ad12d6afb5" } ,
{ file = "zope.interface-7.2-cp313-cp313-macosx_10_9_x86_64.whl" , hash = "sha256:3e0350b51e88658d5ad126c6a57502b19d5f559f6cb0a628e3dc90442b53dd98" } ,
{ file = "zope.interface-7.2-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:15398c000c094b8855d7d74f4fdc9e73aa02d4d0d5c775acdef98cdb1119768d" } ,
{ file = "zope.interface-7.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:802176a9f99bd8cc276dcd3b8512808716492f6f557c11196d42e26c01a69a4c" } ,
{ file = "zope.interface-7.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:eb23f58a446a7f09db85eda09521a498e109f137b85fb278edb2e34841055398" } ,
{ file = "zope.interface-7.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a71a5b541078d0ebe373a81a3b7e71432c61d12e660f1d67896ca62d9628045b" } ,
{ file = "zope.interface-7.2-cp313-cp313-win_amd64.whl" , hash = "sha256:4893395d5dd2ba655c38ceb13014fd65667740f09fa5bb01caa1e6284e48c0cd" } ,
{ file = "zope.interface-7.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d3a8ffec2a50d8ec470143ea3d15c0c52d73df882eef92de7537e8ce13475e8a" } ,
{ file = "zope.interface-7.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:31d06db13a30303c08d61d5fb32154be51dfcbdb8438d2374ae27b4e069aac40" } ,
{ file = "zope.interface-7.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e204937f67b28d2dca73ca936d3039a144a081fc47a07598d44854ea2a106239" } ,
{ file = "zope.interface-7.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:224b7b0314f919e751f2bca17d15aad00ddbb1eadf1cb0190fa8175edb7ede62" } ,
{ file = "zope.interface-7.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:baf95683cde5bc7d0e12d8e7588a3eb754d7c4fa714548adcd96bdf90169f021" } ,
{ file = "zope.interface-7.2-cp38-cp38-win_amd64.whl" , hash = "sha256:7dc5016e0133c1a1ec212fc87a4f7e7e562054549a99c73c8896fa3a9e80cbc7" } ,
{ file = "zope.interface-7.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:7bd449c306ba006c65799ea7912adbbfed071089461a19091a228998b82b1fdb" } ,
{ file = "zope.interface-7.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:a19a6cc9c6ce4b1e7e3d319a473cf0ee989cbbe2b39201d7c19e214d2dfb80c7" } ,
{ file = "zope.interface-7.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:72cd1790b48c16db85d51fbbd12d20949d7339ad84fd971427cf00d990c1f137" } ,
{ file = "zope.interface-7.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:52e446f9955195440e787596dccd1411f543743c359eeb26e9b2c02b077b0519" } ,
{ file = "zope.interface-7.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2ad9913fd858274db8dd867012ebe544ef18d218f6f7d1e3c3e6d98000f14b75" } ,
{ file = "zope.interface-7.2-cp39-cp39-win_amd64.whl" , hash = "sha256:1090c60116b3da3bfdd0c03406e2f14a1ff53e5771aebe33fec1edc0a350175d" } ,
{ file = "zope.interface-7.2.tar.gz" , hash = "sha256:8b49f1a3d1ee4cdaf5b32d2e738362c7f5e40ac8b46dd7d1a65e82a4872728fe" } ,
]
[ package . dependencies ]
setuptools = "*"
[ package . extras ]
docs = [ "Sphinx" , "furo" , "repoze.sphinx.autointerface" ]
test = [ "coverage[toml]" , "zope.event" , "zope.testing" ]
testing = [ "coverage[toml]" , "zope.event" , "zope.testing" ]
2025-05-05 13:18:17 -04:00
[ [ package ] ]
name = "zstandard"
version = "0.23.0"
description = "Zstandard bindings for Python"
optional = false
python-versions = ">=3.8"
2025-05-08 23:05:58 +00:00
groups = [ "dev" ]
2025-05-05 13:18:17 -04:00
files = [
{ file = "zstandard-0.23.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:bf0a05b6059c0528477fba9054d09179beb63744355cab9f38059548fedd46a9" } ,
{ file = "zstandard-0.23.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:fc9ca1c9718cb3b06634c7c8dec57d24e9438b2aa9a0f02b8bb36bf478538880" } ,
{ file = "zstandard-0.23.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77da4c6bfa20dd5ea25cbf12c76f181a8e8cd7ea231c673828d0386b1740b8dc" } ,
{ file = "zstandard-0.23.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b2170c7e0367dde86a2647ed5b6f57394ea7f53545746104c6b09fc1f4223573" } ,
{ file = "zstandard-0.23.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c16842b846a8d2a145223f520b7e18b57c8f476924bda92aeee3a88d11cfc391" } ,
{ file = "zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:157e89ceb4054029a289fb504c98c6a9fe8010f1680de0201b3eb5dc20aa6d9e" } ,
{ file = "zstandard-0.23.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:203d236f4c94cd8379d1ea61db2fce20730b4c38d7f1c34506a31b34edc87bdd" } ,
{ file = "zstandard-0.23.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:dc5d1a49d3f8262be192589a4b72f0d03b72dcf46c51ad5852a4fdc67be7b9e4" } ,
{ file = "zstandard-0.23.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:752bf8a74412b9892f4e5b58f2f890a039f57037f52c89a740757ebd807f33ea" } ,
{ file = "zstandard-0.23.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:80080816b4f52a9d886e67f1f96912891074903238fe54f2de8b786f86baded2" } ,
{ file = "zstandard-0.23.0-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:84433dddea68571a6d6bd4fbf8ff398236031149116a7fff6f777ff95cad3df9" } ,
{ file = "zstandard-0.23.0-cp310-cp310-musllinux_1_2_ppc64le.whl" , hash = "sha256:ab19a2d91963ed9e42b4e8d77cd847ae8381576585bad79dbd0a8837a9f6620a" } ,
{ file = "zstandard-0.23.0-cp310-cp310-musllinux_1_2_s390x.whl" , hash = "sha256:59556bf80a7094d0cfb9f5e50bb2db27fefb75d5138bb16fb052b61b0e0eeeb0" } ,
{ file = "zstandard-0.23.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:27d3ef2252d2e62476389ca8f9b0cf2bbafb082a3b6bfe9d90cbcbb5529ecf7c" } ,
{ file = "zstandard-0.23.0-cp310-cp310-win32.whl" , hash = "sha256:5d41d5e025f1e0bccae4928981e71b2334c60f580bdc8345f824e7c0a4c2a813" } ,
{ file = "zstandard-0.23.0-cp310-cp310-win_amd64.whl" , hash = "sha256:519fbf169dfac1222a76ba8861ef4ac7f0530c35dd79ba5727014613f91613d4" } ,
{ file = "zstandard-0.23.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:34895a41273ad33347b2fc70e1bff4240556de3c46c6ea430a7ed91f9042aa4e" } ,
{ file = "zstandard-0.23.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:77ea385f7dd5b5676d7fd943292ffa18fbf5c72ba98f7d09fc1fb9e819b34c23" } ,
{ file = "zstandard-0.23.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:983b6efd649723474f29ed42e1467f90a35a74793437d0bc64a5bf482bedfa0a" } ,
{ file = "zstandard-0.23.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:80a539906390591dd39ebb8d773771dc4db82ace6372c4d41e2d293f8e32b8db" } ,
{ file = "zstandard-0.23.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:445e4cb5048b04e90ce96a79b4b63140e3f4ab5f662321975679b5f6360b90e2" } ,
{ file = "zstandard-0.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fd30d9c67d13d891f2360b2a120186729c111238ac63b43dbd37a5a40670b8ca" } ,
{ file = "zstandard-0.23.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d20fd853fbb5807c8e84c136c278827b6167ded66c72ec6f9a14b863d809211c" } ,
{ file = "zstandard-0.23.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:ed1708dbf4d2e3a1c5c69110ba2b4eb6678262028afd6c6fbcc5a8dac9cda68e" } ,
{ file = "zstandard-0.23.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:be9b5b8659dff1f913039c2feee1aca499cfbc19e98fa12bc85e037c17ec6ca5" } ,
{ file = "zstandard-0.23.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:65308f4b4890aa12d9b6ad9f2844b7ee42c7f7a4fd3390425b242ffc57498f48" } ,
{ file = "zstandard-0.23.0-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:98da17ce9cbf3bfe4617e836d561e433f871129e3a7ac16d6ef4c680f13a839c" } ,
{ file = "zstandard-0.23.0-cp311-cp311-musllinux_1_2_ppc64le.whl" , hash = "sha256:8ed7d27cb56b3e058d3cf684d7200703bcae623e1dcc06ed1e18ecda39fee003" } ,
{ file = "zstandard-0.23.0-cp311-cp311-musllinux_1_2_s390x.whl" , hash = "sha256:b69bb4f51daf461b15e7b3db033160937d3ff88303a7bc808c67bbc1eaf98c78" } ,
{ file = "zstandard-0.23.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:034b88913ecc1b097f528e42b539453fa82c3557e414b3de9d5632c80439a473" } ,
{ file = "zstandard-0.23.0-cp311-cp311-win32.whl" , hash = "sha256:f2d4380bf5f62daabd7b751ea2339c1a21d1c9463f1feb7fc2bdcea2c29c3160" } ,
{ file = "zstandard-0.23.0-cp311-cp311-win_amd64.whl" , hash = "sha256:62136da96a973bd2557f06ddd4e8e807f9e13cbb0bfb9cc06cfe6d98ea90dfe0" } ,
{ file = "zstandard-0.23.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:b4567955a6bc1b20e9c31612e615af6b53733491aeaa19a6b3b37f3b65477094" } ,
{ file = "zstandard-0.23.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:1e172f57cd78c20f13a3415cc8dfe24bf388614324d25539146594c16d78fcc8" } ,
{ file = "zstandard-0.23.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b0e166f698c5a3e914947388c162be2583e0c638a4703fc6a543e23a88dea3c1" } ,
{ file = "zstandard-0.23.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:12a289832e520c6bd4dcaad68e944b86da3bad0d339ef7989fb7e88f92e96072" } ,
{ file = "zstandard-0.23.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:d50d31bfedd53a928fed6707b15a8dbeef011bb6366297cc435accc888b27c20" } ,
{ file = "zstandard-0.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:72c68dda124a1a138340fb62fa21b9bf4848437d9ca60bd35db36f2d3345f373" } ,
{ file = "zstandard-0.23.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:53dd9d5e3d29f95acd5de6802e909ada8d8d8cfa37a3ac64836f3bc4bc5512db" } ,
{ file = "zstandard-0.23.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:6a41c120c3dbc0d81a8e8adc73312d668cd34acd7725f036992b1b72d22c1772" } ,
{ file = "zstandard-0.23.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:40b33d93c6eddf02d2c19f5773196068d875c41ca25730e8288e9b672897c105" } ,
{ file = "zstandard-0.23.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:9206649ec587e6b02bd124fb7799b86cddec350f6f6c14bc82a2b70183e708ba" } ,
{ file = "zstandard-0.23.0-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:76e79bc28a65f467e0409098fa2c4376931fd3207fbeb6b956c7c476d53746dd" } ,
{ file = "zstandard-0.23.0-cp312-cp312-musllinux_1_2_ppc64le.whl" , hash = "sha256:66b689c107857eceabf2cf3d3fc699c3c0fe8ccd18df2219d978c0283e4c508a" } ,
{ file = "zstandard-0.23.0-cp312-cp312-musllinux_1_2_s390x.whl" , hash = "sha256:9c236e635582742fee16603042553d276cca506e824fa2e6489db04039521e90" } ,
{ file = "zstandard-0.23.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:a8fffdbd9d1408006baaf02f1068d7dd1f016c6bcb7538682622c556e7b68e35" } ,
{ file = "zstandard-0.23.0-cp312-cp312-win32.whl" , hash = "sha256:dc1d33abb8a0d754ea4763bad944fd965d3d95b5baef6b121c0c9013eaf1907d" } ,
{ file = "zstandard-0.23.0-cp312-cp312-win_amd64.whl" , hash = "sha256:64585e1dba664dc67c7cdabd56c1e5685233fbb1fc1966cfba2a340ec0dfff7b" } ,
{ file = "zstandard-0.23.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:576856e8594e6649aee06ddbfc738fec6a834f7c85bf7cadd1c53d4a58186ef9" } ,
{ file = "zstandard-0.23.0-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:38302b78a850ff82656beaddeb0bb989a0322a8bbb1bf1ab10c17506681d772a" } ,
{ file = "zstandard-0.23.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d2240ddc86b74966c34554c49d00eaafa8200a18d3a5b6ffbf7da63b11d74ee2" } ,
{ file = "zstandard-0.23.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2ef230a8fd217a2015bc91b74f6b3b7d6522ba48be29ad4ea0ca3a3775bf7dd5" } ,
{ file = "zstandard-0.23.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:774d45b1fac1461f48698a9d4b5fa19a69d47ece02fa469825b442263f04021f" } ,
{ file = "zstandard-0.23.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6f77fa49079891a4aab203d0b1744acc85577ed16d767b52fc089d83faf8d8ed" } ,
{ file = "zstandard-0.23.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ac184f87ff521f4840e6ea0b10c0ec90c6b1dcd0bad2f1e4a9a1b4fa177982ea" } ,
{ file = "zstandard-0.23.0-cp313-cp313-musllinux_1_1_aarch64.whl" , hash = "sha256:c363b53e257246a954ebc7c488304b5592b9c53fbe74d03bc1c64dda153fb847" } ,
{ file = "zstandard-0.23.0-cp313-cp313-musllinux_1_1_x86_64.whl" , hash = "sha256:e7792606d606c8df5277c32ccb58f29b9b8603bf83b48639b7aedf6df4fe8171" } ,
{ file = "zstandard-0.23.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:a0817825b900fcd43ac5d05b8b3079937073d2b1ff9cf89427590718b70dd840" } ,
{ file = "zstandard-0.23.0-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:9da6bc32faac9a293ddfdcb9108d4b20416219461e4ec64dfea8383cac186690" } ,
{ file = "zstandard-0.23.0-cp313-cp313-musllinux_1_2_ppc64le.whl" , hash = "sha256:fd7699e8fd9969f455ef2926221e0233f81a2542921471382e77a9e2f2b57f4b" } ,
{ file = "zstandard-0.23.0-cp313-cp313-musllinux_1_2_s390x.whl" , hash = "sha256:d477ed829077cd945b01fc3115edd132c47e6540ddcd96ca169facff28173057" } ,
{ file = "zstandard-0.23.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:fa6ce8b52c5987b3e34d5674b0ab529a4602b632ebab0a93b07bfb4dfc8f8a33" } ,
{ file = "zstandard-0.23.0-cp313-cp313-win32.whl" , hash = "sha256:a9b07268d0c3ca5c170a385a0ab9fb7fdd9f5fd866be004c4ea39e44edce47dd" } ,
{ file = "zstandard-0.23.0-cp313-cp313-win_amd64.whl" , hash = "sha256:f3513916e8c645d0610815c257cbfd3242adfd5c4cfa78be514e5a3ebb42a41b" } ,
{ file = "zstandard-0.23.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:2ef3775758346d9ac6214123887d25c7061c92afe1f2b354f9388e9e4d48acfc" } ,
{ file = "zstandard-0.23.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:4051e406288b8cdbb993798b9a45c59a4896b6ecee2f875424ec10276a895740" } ,
{ file = "zstandard-0.23.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e2d1a054f8f0a191004675755448d12be47fa9bebbcffa3cdf01db19f2d30a54" } ,
{ file = "zstandard-0.23.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f83fa6cae3fff8e98691248c9320356971b59678a17f20656a9e59cd32cee6d8" } ,
{ file = "zstandard-0.23.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:32ba3b5ccde2d581b1e6aa952c836a6291e8435d788f656fe5976445865ae045" } ,
{ file = "zstandard-0.23.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2f146f50723defec2975fb7e388ae3a024eb7151542d1599527ec2aa9cacb152" } ,
{ file = "zstandard-0.23.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1bfe8de1da6d104f15a60d4a8a768288f66aa953bbe00d027398b93fb9680b26" } ,
{ file = "zstandard-0.23.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:29a2bc7c1b09b0af938b7a8343174b987ae021705acabcbae560166567f5a8db" } ,
{ file = "zstandard-0.23.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:61f89436cbfede4bc4e91b4397eaa3e2108ebe96d05e93d6ccc95ab5714be512" } ,
{ file = "zstandard-0.23.0-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:53ea7cdc96c6eb56e76bb06894bcfb5dfa93b7adcf59d61c6b92674e24e2dd5e" } ,
{ file = "zstandard-0.23.0-cp38-cp38-musllinux_1_2_i686.whl" , hash = "sha256:a4ae99c57668ca1e78597d8b06d5af837f377f340f4cce993b551b2d7731778d" } ,
{ file = "zstandard-0.23.0-cp38-cp38-musllinux_1_2_ppc64le.whl" , hash = "sha256:379b378ae694ba78cef921581ebd420c938936a153ded602c4fea612b7eaa90d" } ,
{ file = "zstandard-0.23.0-cp38-cp38-musllinux_1_2_s390x.whl" , hash = "sha256:50a80baba0285386f97ea36239855f6020ce452456605f262b2d33ac35c7770b" } ,
{ file = "zstandard-0.23.0-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:61062387ad820c654b6a6b5f0b94484fa19515e0c5116faf29f41a6bc91ded6e" } ,
{ file = "zstandard-0.23.0-cp38-cp38-win32.whl" , hash = "sha256:b8c0bd73aeac689beacd4e7667d48c299f61b959475cdbb91e7d3d88d27c56b9" } ,
{ file = "zstandard-0.23.0-cp38-cp38-win_amd64.whl" , hash = "sha256:a05e6d6218461eb1b4771d973728f0133b2a4613a6779995df557f70794fd60f" } ,
{ file = "zstandard-0.23.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3aa014d55c3af933c1315eb4bb06dd0459661cc0b15cd61077afa6489bec63bb" } ,
{ file = "zstandard-0.23.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:0a7f0804bb3799414af278e9ad51be25edf67f78f916e08afdb983e74161b916" } ,
{ file = "zstandard-0.23.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fb2b1ecfef1e67897d336de3a0e3f52478182d6a47eda86cbd42504c5cbd009a" } ,
{ file = "zstandard-0.23.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:837bb6764be6919963ef41235fd56a6486b132ea64afe5fafb4cb279ac44f259" } ,
{ file = "zstandard-0.23.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1516c8c37d3a053b01c1c15b182f3b5f5eef19ced9b930b684a73bad121addf4" } ,
{ file = "zstandard-0.23.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:48ef6a43b1846f6025dde6ed9fee0c24e1149c1c25f7fb0a0585572b2f3adc58" } ,
{ file = "zstandard-0.23.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:11e3bf3c924853a2d5835b24f03eeba7fc9b07d8ca499e247e06ff5676461a15" } ,
{ file = "zstandard-0.23.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:2fb4535137de7e244c230e24f9d1ec194f61721c86ebea04e1581d9d06ea1269" } ,
{ file = "zstandard-0.23.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8c24f21fa2af4bb9f2c492a86fe0c34e6d2c63812a839590edaf177b7398f700" } ,
{ file = "zstandard-0.23.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:a8c86881813a78a6f4508ef9daf9d4995b8ac2d147dcb1a450448941398091c9" } ,
{ file = "zstandard-0.23.0-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:fe3b385d996ee0822fd46528d9f0443b880d4d05528fd26a9119a54ec3f91c69" } ,
{ file = "zstandard-0.23.0-cp39-cp39-musllinux_1_2_ppc64le.whl" , hash = "sha256:82d17e94d735c99621bf8ebf9995f870a6b3e6d14543b99e201ae046dfe7de70" } ,
{ file = "zstandard-0.23.0-cp39-cp39-musllinux_1_2_s390x.whl" , hash = "sha256:c7c517d74bea1a6afd39aa612fa025e6b8011982a0897768a2f7c8ab4ebb78a2" } ,
{ file = "zstandard-0.23.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:1fd7e0f1cfb70eb2f95a19b472ee7ad6d9a0a992ec0ae53286870c104ca939e5" } ,
{ file = "zstandard-0.23.0-cp39-cp39-win32.whl" , hash = "sha256:43da0f0092281bf501f9c5f6f3b4c975a8a0ea82de49ba3f7100e64d422a1274" } ,
{ file = "zstandard-0.23.0-cp39-cp39-win_amd64.whl" , hash = "sha256:f8346bfa098532bc1fb6c7ef06783e969d87a99dd1d2a5a18a892c1d7a643c58" } ,
{ file = "zstandard-0.23.0.tar.gz" , hash = "sha256:b2d8c62d08e7255f68f7a740bae85b3c9b8e5466baa9cbf7f57f1cde0ac6bc09" } ,
]
[ package . dependencies ]
cffi = { version = ">=1.11" , markers = "platform_python_implementation == \"PyPy\"" }
[ package . extras ]
cffi = [ "cffi (>=1.11)" ]
2023-09-01 07:56:02 -07:00
[ metadata ]
2025-05-08 23:05:58 +00:00
lock-version = "2.1"
2025-07-30 12:24:16 -04:00
python-versions = "^3.12.9"
content-hash = "073234a8e1c1abf220f2591459e31fe3c45e87eda57f1dc4fc64804d79051ef7"