2024-03-27 02:45:49 +00:00
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
2023-01-16 17:27:44 +00:00
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "alabaster"
2023-02-10 17:01:34 +00:00
version = "0.7.13"
2021-06-17 23:36:29 +00:00
description = "A configurable sidebar-enabled Sphinx theme"
2023-10-15 23:17:51 +00:00
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.6"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "alabaster-0.7.13-py3-none-any.whl" , hash = "sha256:1ee19aca801bbabb5ba3f5f258e4422dfa86f82f3e9cefb0859b283cdd7f62a3" } ,
{ file = "alabaster-0.7.13.tar.gz" , hash = "sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
2024-06-23 16:35:03 +00:00
[ [ package ] ]
name = "annotated-types"
version = "0.7.0"
description = "Reusable constraint types to use with typing.Annotated"
optional = false
python-versions = ">=3.8"
files = [
{ file = "annotated_types-0.7.0-py3-none-any.whl" , hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53" } ,
{ file = "annotated_types-0.7.0.tar.gz" , hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89" } ,
]
[ package . dependencies ]
typing-extensions = { version = ">=4.0.0" , markers = "python_version < \"3.9\"" }
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "asgiref"
2024-06-23 16:35:03 +00:00
version = "3.8.1"
2021-06-17 23:36:29 +00:00
description = "ASGI specs, helper code, and adapters"
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "asgiref-3.8.1-py3-none-any.whl" , hash = "sha256:3e1e3ecc849832fe52ccf2cb6686b7a55f82bb1d6aee72a58826471390335e47" } ,
{ file = "asgiref-3.8.1.tar.gz" , hash = "sha256:c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
2024-06-23 16:35:03 +00:00
[ package . dependencies ]
typing-extensions = { version = ">=4" , markers = "python_version < \"3.11\"" }
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-09-01 14:08:04 +00:00
tests = [ "mypy (>=0.800)" , "pytest" , "pytest-asyncio" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "astor"
version = "0.8.1"
description = "Read/rewrite/write Python ASTs"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
2023-01-16 17:27:44 +00:00
files = [
{ file = "astor-0.8.1-py2.py3-none-any.whl" , hash = "sha256:070a54e890cefb5b3739d19f30f5a5ec840ffc9c50ffa7d23cc9fc1a38ebbfc5" } ,
{ file = "astor-0.8.1.tar.gz" , hash = "sha256:6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e" } ,
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "attrs"
2024-06-23 16:35:03 +00:00
version = "23.2.0"
2021-06-17 23:36:29 +00:00
description = "Classes Without Boilerplate"
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "attrs-23.2.0-py3-none-any.whl" , hash = "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1" } ,
{ file = "attrs-23.2.0.tar.gz" , hash = "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . extras ]
2024-06-23 16:35:03 +00:00
cov = [ "attrs[tests]" , "coverage[toml] (>=5.3)" ]
dev = [ "attrs[tests]" , "pre-commit" ]
docs = [ "furo" , "myst-parser" , "sphinx" , "sphinx-notfound-page" , "sphinxcontrib-towncrier" , "towncrier" , "zope-interface" ]
tests = [ "attrs[tests-no-zope]" , "zope-interface" ]
tests-mypy = [ "mypy (>=1.6)" , "pytest-mypy-plugins" ]
tests-no-zope = [ "attrs[tests-mypy]" , "cloudpickle" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "pytest-xdist[psutil]" ]
2021-06-17 23:36:29 +00:00
2024-01-22 02:08:38 +00:00
[ [ package ] ]
name = "authlib"
2024-06-10 16:06:20 +00:00
version = "1.3.1"
2024-01-22 02:08:38 +00:00
description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients."
optional = false
python-versions = ">=3.8"
files = [
2024-06-10 16:06:20 +00:00
{ file = "Authlib-1.3.1-py2.py3-none-any.whl" , hash = "sha256:d35800b973099bbadc49b42b256ecb80041ad56b7fe1216a362c7943c088f377" } ,
{ file = "authlib-1.3.1.tar.gz" , hash = "sha256:7ae843f03c06c5c0debd63c9db91f9fda64fa62a42a77419fa15fbb7e7a58917" } ,
2024-01-22 02:08:38 +00:00
]
[ package . dependencies ]
cryptography = "*"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "autorepr"
version = "0.3.0"
description = "Makes civilized __repr__, __str__, and __unicode__ methods"
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
{ file = "autorepr-0.3.0-py2-none-any.whl" , hash = "sha256:c34567e4073630feb52d9c788fc198085e9e9de4817e3b93b7c4c534fc689f11" } ,
{ file = "autorepr-0.3.0-py2.py3-none-any.whl" , hash = "sha256:1d9010d14fb325d3961e3aa73692685563f97d6ba4a2f0f735329fb37422599c" } ,
{ file = "autorepr-0.3.0.tar.gz" , hash = "sha256:ef770b84793d5433e6bb893054973b8c7ce6b487274f9c3f734f678cae11e85e" } ,
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "babel"
2024-06-23 16:35:03 +00:00
version = "2.15.0"
2021-06-17 23:36:29 +00:00
description = "Internationalization utilities"
2023-10-15 23:17:51 +00:00
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "Babel-2.15.0-py3-none-any.whl" , hash = "sha256:08706bdad8d0a3413266ab61bd6c34d0c28d6e1e7badf40a2cebe67644e2e1fb" } ,
{ file = "babel-2.15.0.tar.gz" , hash = "sha256:8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2024-06-23 16:35:03 +00:00
pytz = { version = ">=2015.7" , markers = "python_version < \"3.9\"" }
[ package . extras ]
dev = [ "freezegun (>=1.0,<2.0)" , "pytest (>=6.0)" , "pytest-cov" ]
2021-06-17 23:36:29 +00:00
2023-02-10 17:01:34 +00:00
[ [ package ] ]
name = "backports-zoneinfo"
version = "0.2.1"
description = "Backport of the standard library zoneinfo module"
optional = false
python-versions = ">=3.6"
files = [
{ file = "backports.zoneinfo-0.2.1-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:da6013fd84a690242c310d77ddb8441a559e9cb3d3d59ebac9aca1a57b2e18bc" } ,
{ file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:89a48c0d158a3cc3f654da4c2de1ceba85263fafb861b98b59040a5086259722" } ,
{ file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:1c5742112073a563c81f786e77514969acb58649bcdf6cdf0b4ed31a348d4546" } ,
{ file = "backports.zoneinfo-0.2.1-cp36-cp36m-win32.whl" , hash = "sha256:e8236383a20872c0cdf5a62b554b27538db7fa1bbec52429d8d106effbaeca08" } ,
{ file = "backports.zoneinfo-0.2.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:8439c030a11780786a2002261569bdf362264f605dfa4d65090b64b05c9f79a7" } ,
{ file = "backports.zoneinfo-0.2.1-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:f04e857b59d9d1ccc39ce2da1021d196e47234873820cbeaad210724b1ee28ac" } ,
{ file = "backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:17746bd546106fa389c51dbea67c8b7c8f0d14b5526a579ca6ccf5ed72c526cf" } ,
{ file = "backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:5c144945a7752ca544b4b78c8c41544cdfaf9786f25fe5ffb10e838e19a27570" } ,
{ file = "backports.zoneinfo-0.2.1-cp37-cp37m-win32.whl" , hash = "sha256:e55b384612d93be96506932a786bbcde5a2db7a9e6a4bb4bffe8b733f5b9036b" } ,
{ file = "backports.zoneinfo-0.2.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:a76b38c52400b762e48131494ba26be363491ac4f9a04c1b7e92483d169f6582" } ,
{ file = "backports.zoneinfo-0.2.1-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:8961c0f32cd0336fb8e8ead11a1f8cd99ec07145ec2931122faaac1c8f7fd987" } ,
{ file = "backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:e81b76cace8eda1fca50e345242ba977f9be6ae3945af8d46326d776b4cf78d1" } ,
{ file = "backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7b0a64cda4145548fed9efc10322770f929b944ce5cee6c0dfe0c87bf4c0c8c9" } ,
{ file = "backports.zoneinfo-0.2.1-cp38-cp38-win32.whl" , hash = "sha256:1b13e654a55cd45672cb54ed12148cd33628f672548f373963b0bff67b217328" } ,
{ file = "backports.zoneinfo-0.2.1-cp38-cp38-win_amd64.whl" , hash = "sha256:4a0f800587060bf8880f954dbef70de6c11bbe59c673c3d818921f042f9954a6" } ,
{ file = "backports.zoneinfo-0.2.1.tar.gz" , hash = "sha256:fadbfe37f74051d024037f223b8e001611eac868b5c5b06144ef4d8b799862f2" } ,
]
[ package . extras ]
tzdata = [ "tzdata" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "bandit"
2024-06-23 16:35:03 +00:00
version = "1.7.9"
2021-06-17 23:36:29 +00:00
description = "Security oriented static analyser for python code."
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "bandit-1.7.9-py3-none-any.whl" , hash = "sha256:52077cb339000f337fb25f7e045995c4ad01511e716e5daac37014b9752de8ec" } ,
{ file = "bandit-1.7.9.tar.gz" , hash = "sha256:7c395a436743018f7be0a4cbb0a4ea9b902b6d87264ddecf8cfdc73b4f78ff61" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
colorama = { version = ">=0.3.9" , markers = "platform_system == \"Windows\"" }
PyYAML = ">=5.3.1"
2024-06-23 16:35:03 +00:00
rich = "*"
2021-06-17 23:36:29 +00:00
stevedore = ">=1.20.0"
2023-02-10 17:01:34 +00:00
[ package . extras ]
2024-06-23 16:35:03 +00:00
baseline = [ "GitPython (>=3.1.30)" ]
sarif = [ "jschema-to-python (>=1.2.3)" , "sarif-om (>=1.0.4)" ]
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)" ]
toml = [ "tomli (>=1.1.0)" ]
2023-02-10 17:01:34 +00:00
yaml = [ "PyYAML" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "black"
2024-04-26 02:33:19 +00:00
version = "24.4.2"
2021-06-17 23:36:29 +00:00
description = "The uncompromising code formatter."
optional = false
2024-02-12 19:26:24 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-04-26 02:33:19 +00:00
{ file = "black-24.4.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:dd1b5a14e417189db4c7b64a6540f31730713d173f0b63e55fabd52d61d8fdce" } ,
{ file = "black-24.4.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:8e537d281831ad0e71007dcdcbe50a71470b978c453fa41ce77186bbe0ed6021" } ,
{ file = "black-24.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:eaea3008c281f1038edb473c1aa8ed8143a5535ff18f978a318f10302b254063" } ,
{ file = "black-24.4.2-cp310-cp310-win_amd64.whl" , hash = "sha256:7768a0dbf16a39aa5e9a3ded568bb545c8c2727396d063bbaf847df05b08cd96" } ,
{ file = "black-24.4.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:257d724c2c9b1660f353b36c802ccece186a30accc7742c176d29c146df6e474" } ,
{ file = "black-24.4.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:bdde6f877a18f24844e381d45e9947a49e97933573ac9d4345399be37621e26c" } ,
{ file = "black-24.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e151054aa00bad1f4e1f04919542885f89f5f7d086b8a59e5000e6c616896ffb" } ,
{ file = "black-24.4.2-cp311-cp311-win_amd64.whl" , hash = "sha256:7e122b1c4fb252fd85df3ca93578732b4749d9be076593076ef4d07a0233c3e1" } ,
{ file = "black-24.4.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:accf49e151c8ed2c0cdc528691838afd217c50412534e876a19270fea1e28e2d" } ,
{ file = "black-24.4.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:88c57dc656038f1ab9f92b3eb5335ee9b021412feaa46330d5eba4e51fe49b04" } ,
{ file = "black-24.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:be8bef99eb46d5021bf053114442914baeb3649a89dc5f3a555c88737e5e98fc" } ,
{ file = "black-24.4.2-cp312-cp312-win_amd64.whl" , hash = "sha256:415e686e87dbbe6f4cd5ef0fbf764af7b89f9057b97c908742b6008cc554b9c0" } ,
{ file = "black-24.4.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:bf10f7310db693bb62692609b397e8d67257c55f949abde4c67f9cc574492cc7" } ,
{ file = "black-24.4.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:98e123f1d5cfd42f886624d84464f7756f60ff6eab89ae845210631714f6db94" } ,
{ file = "black-24.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:48a85f2cb5e6799a9ef05347b476cce6c182d6c71ee36925a6c194d074336ef8" } ,
{ file = "black-24.4.2-cp38-cp38-win_amd64.whl" , hash = "sha256:b1530ae42e9d6d5b670a34db49a94115a64596bc77710b1d05e9801e62ca0a7c" } ,
{ file = "black-24.4.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:37aae07b029fa0174d39daf02748b379399b909652a806e5708199bd93899da1" } ,
{ file = "black-24.4.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:da33a1a5e49c4122ccdfd56cd021ff1ebc4a1ec4e2d01594fef9b6f267a9e741" } ,
{ file = "black-24.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ef703f83fc32e131e9bcc0a5094cfe85599e7109f896fe8bc96cc402f3eb4b6e" } ,
{ file = "black-24.4.2-cp39-cp39-win_amd64.whl" , hash = "sha256:b9176b9832e84308818a99a561e90aa479e73c523b3f77afd07913380ae2eab7" } ,
{ file = "black-24.4.2-py3-none-any.whl" , hash = "sha256:d36ed1124bb81b32f8614555b34cc4259c3fbc7eec17870e8ff8ded335b58d8c" } ,
{ file = "black-24.4.2.tar.gz" , hash = "sha256:c872b53057f000085da66a19c55d68f6f8ddcac2642392ad3a355878406fbd4d" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2022-02-01 21:33:52 +00:00
click = ">=8.0.0"
2021-06-17 23:36:29 +00:00
mypy-extensions = ">=0.4.3"
2024-02-12 19:26:24 +00:00
packaging = ">=22.0"
2022-02-01 21:33:52 +00:00
pathspec = ">=0.9.0"
2021-10-31 02:12:17 +00:00
platformdirs = ">=2"
2024-02-12 19:26:24 +00:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
typing-extensions = { version = ">=4.0.1" , markers = "python_version < \"3.11\"" }
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-08-22 02:22:03 +00:00
colorama = [ "colorama (>=0.4.3)" ]
2024-02-12 19:26:24 +00:00
d = [ "aiohttp (>=3.7.4)" , "aiohttp (>=3.7.4,!=3.9.0)" ]
2022-09-01 14:08:04 +00:00
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
2022-04-01 03:01:38 +00:00
name = "cattrs"
2024-06-23 16:35:03 +00:00
version = "23.2.3"
2022-04-01 03:01:38 +00:00
description = "Composable complex class support for attrs and dataclasses."
2021-06-17 23:36:29 +00:00
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "cattrs-23.2.3-py3-none-any.whl" , hash = "sha256:0341994d94971052e9ee70662542699a3162ea1e0c62f7ce1b4a57f563685108" } ,
{ file = "cattrs-23.2.3.tar.gz" , hash = "sha256:a934090d95abaa9e911dac357e3a8699e0b4b14f8529bcc7d2b1ad9d51672b9f" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
2022-04-01 03:01:38 +00:00
[ package . dependencies ]
2024-06-23 16:35:03 +00:00
attrs = ">=23.1.0"
exceptiongroup = { version = ">=1.1.1" , markers = "python_version < \"3.11\"" }
typing-extensions = { version = ">=4.1.0,<4.6.3 || >4.6.3" , markers = "python_version < \"3.11\"" }
[ package . extras ]
bson = [ "pymongo (>=4.4.0)" ]
cbor2 = [ "cbor2 (>=5.4.6)" ]
msgpack = [ "msgpack (>=1.0.5)" ]
orjson = [ "orjson (>=3.9.2)" ]
pyyaml = [ "pyyaml (>=6.0)" ]
tomlkit = [ "tomlkit (>=0.11.8)" ]
ujson = [ "ujson (>=5.7.0)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "certifi"
2024-06-23 16:35:03 +00:00
version = "2024.6.2"
2021-06-17 23:36:29 +00:00
description = "Python package for providing Mozilla's CA Bundle."
optional = false
2022-12-15 19:51:29 +00:00
python-versions = ">=3.6"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "certifi-2024.6.2-py3-none-any.whl" , hash = "sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56" } ,
{ file = "certifi-2024.6.2.tar.gz" , hash = "sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
2024-01-22 02:08:38 +00:00
[ [ package ] ]
name = "cffi"
version = "1.16.0"
description = "Foreign Function Interface for Python calling C code."
optional = false
python-versions = ">=3.8"
files = [
{ file = "cffi-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:6b3d6606d369fc1da4fd8c357d026317fbb9c9b75d36dc16e90e84c26854b088" } ,
{ file = "cffi-1.16.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ac0f5edd2360eea2f1daa9e26a41db02dd4b0451b48f7c318e217ee092a213e9" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7e61e3e4fa664a8588aa25c883eab612a188c725755afff6289454d6362b9673" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a72e8961a86d19bdb45851d8f1f08b041ea37d2bd8d4fd19903bc3083d80c896" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5b50bf3f55561dac5438f8e70bfcdfd74543fd60df5fa5f62d94e5867deca684" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7651c50c8c5ef7bdb41108b7b8c5a83013bfaa8a935590c5d74627c047a583c7" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e4108df7fe9b707191e55f33efbcb2d81928e10cea45527879a4749cbe472614" } ,
{ file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:32c68ef735dbe5857c810328cb2481e24722a59a2003018885514d4c09af9743" } ,
{ file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:673739cb539f8cdaa07d92d02efa93c9ccf87e345b9a0b556e3ecc666718468d" } ,
{ file = "cffi-1.16.0-cp310-cp310-win32.whl" , hash = "sha256:9f90389693731ff1f659e55c7d1640e2ec43ff725cc61b04b2f9c6d8d017df6a" } ,
{ file = "cffi-1.16.0-cp310-cp310-win_amd64.whl" , hash = "sha256:e6024675e67af929088fda399b2094574609396b1decb609c55fa58b028a32a1" } ,
{ file = "cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404" } ,
{ file = "cffi-1.16.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ee07e47c12890ef248766a6e55bd38ebfb2bb8edd4142d56db91b21ea68b7627" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e70f54f1796669ef691ca07d046cd81a29cb4deb1e5f942003f401c0c4a2695d" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5bf44d66cdf9e893637896c7faa22298baebcd18d1ddb6d2626a6e39793a1d56" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e" } ,
{ file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:c6a164aa47843fb1b01e941d385aab7215563bb8816d80ff3a363a9f8448a8dc" } ,
{ file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:e09f3ff613345df5e8c3667da1d918f9149bd623cd9070c983c013792a9a62eb" } ,
{ file = "cffi-1.16.0-cp311-cp311-win32.whl" , hash = "sha256:2c56b361916f390cd758a57f2e16233eb4f64bcbeee88a4881ea90fca14dc6ab" } ,
{ file = "cffi-1.16.0-cp311-cp311-win_amd64.whl" , hash = "sha256:db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba" } ,
{ file = "cffi-1.16.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956" } ,
{ file = "cffi-1.16.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:68e7c44931cc171c54ccb702482e9fc723192e88d25a0e133edd7aff8fcd1f6e" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:abd808f9c129ba2beda4cfc53bde801e5bcf9d6e0f22f095e45327c038bfe68e" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:88e2b3c14bdb32e440be531ade29d3c50a1a59cd4e51b1dd8b0865c54ea5d2e2" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b7be2d771cdba2942e13215c4e340bfd76398e9227ad10402a8767ab1865d2e6" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e715596e683d2ce000574bae5d07bd522c781a822866c20495e52520564f0969" } ,
{ file = "cffi-1.16.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:2d92b25dbf6cae33f65005baf472d2c245c050b1ce709cc4588cdcdd5495b520" } ,
{ file = "cffi-1.16.0-cp312-cp312-win32.whl" , hash = "sha256:b2ca4e77f9f47c55c194982e10f058db063937845bb2b7a86c84a6cfe0aefa8b" } ,
{ file = "cffi-1.16.0-cp312-cp312-win_amd64.whl" , hash = "sha256:68678abf380b42ce21a5f2abde8efee05c114c2fdb2e9eef2efdb0257fba1235" } ,
{ file = "cffi-1.16.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a09582f178759ee8128d9270cd1344154fd473bb77d94ce0aeb2a93ebf0feaf0" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e760191dd42581e023a68b758769e2da259b5d52e3103c6060ddc02c9edb8d7b" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:80876338e19c951fdfed6198e70bc88f1c9758b94578d5a7c4c91a87af3cf31c" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a6a14b17d7e17fa0d207ac08642c8820f84f25ce17a442fd15e27ea18d67c59b" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6602bc8dc6f3a9e02b6c22c4fc1e47aa50f8f8e6d3f78a5e16ac33ef5fefa324" } ,
{ file = "cffi-1.16.0-cp38-cp38-win32.whl" , hash = "sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a" } ,
{ file = "cffi-1.16.0-cp38-cp38-win_amd64.whl" , hash = "sha256:31d13b0f99e0836b7ff893d37af07366ebc90b678b6664c955b54561fc36ef36" } ,
{ file = "cffi-1.16.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:582215a0e9adbe0e379761260553ba11c58943e4bbe9c36430c4ca6ac74b15ed" } ,
{ file = "cffi-1.16.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:b29ebffcf550f9da55bec9e02ad430c992a87e5f512cd63388abb76f1036d8d2" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:dc9b18bf40cc75f66f40a7379f6a9513244fe33c0e8aa72e2d56b0196a7ef872" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9cb4a35b3642fc5c005a6755a5d17c6c8b6bcb6981baf81cea8bfbc8903e8ba8" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b86851a328eedc692acf81fb05444bdf1891747c25af7529e39ddafaf68a4f3f" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c0f31130ebc2d37cdd8e44605fb5fa7ad59049298b3f745c74fa74c62fbfcfc4" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8f8e709127c6c77446a8c0a8c8bf3c8ee706a06cd44b1e827c3e6a2ee6b8c098" } ,
{ file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:748dcd1e3d3d7cd5443ef03ce8685043294ad6bd7c02a38d1bd367cfd968e000" } ,
{ file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8895613bcc094d4a1b2dbe179d88d7fb4a15cee43c052e8885783fac397d91fe" } ,
{ file = "cffi-1.16.0-cp39-cp39-win32.whl" , hash = "sha256:ed86a35631f7bfbb28e108dd96773b9d5a6ce4811cf6ea468bb6a359b256b1e4" } ,
{ file = "cffi-1.16.0-cp39-cp39-win_amd64.whl" , hash = "sha256:3686dffb02459559c74dd3d81748269ffb0eb027c39a6fc99502de37d501faa8" } ,
{ file = "cffi-1.16.0.tar.gz" , hash = "sha256:bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0" } ,
]
[ package . dependencies ]
pycparser = "*"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
2021-12-19 04:25:44 +00:00
name = "charset-normalizer"
2024-06-23 16:35:03 +00:00
version = "3.3.2"
2021-12-19 04:25:44 +00:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2021-06-17 23:36:29 +00:00
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.7.0"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "charset-normalizer-3.3.2.tar.gz" , hash = "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-win32.whl" , hash = "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_s390x.whl" , hash = "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-win32.whl" , hash = "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl" , hash = "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_ppc64le.whl" , hash = "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_s390x.whl" , hash = "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-win32.whl" , hash = "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl" , hash = "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-win32.whl" , hash = "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-win32.whl" , hash = "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-win32.whl" , hash = "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d" } ,
{ file = "charset_normalizer-3.3.2-py3-none-any.whl" , hash = "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc" } ,
2023-01-16 17:27:44 +00:00
]
2021-12-19 04:25:44 +00:00
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "click"
2024-06-23 16:35:03 +00:00
version = "8.1.7"
2021-06-17 23:36:29 +00:00
description = "Composable command line interface toolkit"
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "click-8.1.7-py3-none-any.whl" , hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28" } ,
{ file = "click-8.1.7.tar.gz" , hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ [ package ] ]
name = "colorama"
2023-02-10 17:01:34 +00:00
version = "0.4.6"
2021-06-17 23:36:29 +00:00
description = "Cross-platform colored terminal text."
optional = false
2023-02-10 17:01:34 +00:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "colorama-0.4.6-py2.py3-none-any.whl" , hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" } ,
{ file = "colorama-0.4.6.tar.gz" , hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "configupdater"
2024-06-23 16:35:03 +00:00
version = "3.2"
2021-06-17 23:36:29 +00:00
description = "Parser like ConfigParser but for updating configuration files"
optional = false
python-versions = ">=3.6"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "ConfigUpdater-3.2-py2.py3-none-any.whl" , hash = "sha256:0f65a041627d7693840b4dd743581db4c441c97195298a29d075f91b79539df2" } ,
{ file = "ConfigUpdater-3.2.tar.gz" , hash = "sha256:9fdac53831c1b062929bf398b649b87ca30e7f1a735f3fbf482072804106306b" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . extras ]
2024-06-23 16:35:03 +00:00
testing = [ "flake8" , "pytest" , "pytest-cov" , "pytest-randomly" , "pytest-xdist" , "sphinx" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "coverage"
2024-06-23 16:35:03 +00:00
version = "7.5.4"
2021-06-17 23:36:29 +00:00
description = "Code coverage measurement for Python"
optional = false
2023-10-30 15:57:29 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "coverage-7.5.4-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:6cfb5a4f556bb51aba274588200a46e4dd6b505fb1a5f8c5ae408222eb416f99" } ,
{ file = "coverage-7.5.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:2174e7c23e0a454ffe12267a10732c273243b4f2d50d07544a91198f05c48f47" } ,
{ file = "coverage-7.5.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2214ee920787d85db1b6a0bd9da5f8503ccc8fcd5814d90796c2f2493a2f4d2e" } ,
{ file = "coverage-7.5.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1137f46adb28e3813dec8c01fefadcb8c614f33576f672962e323b5128d9a68d" } ,
{ file = "coverage-7.5.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b385d49609f8e9efc885790a5a0e89f2e3ae042cdf12958b6034cc442de428d3" } ,
{ file = "coverage-7.5.4-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:b4a474f799456e0eb46d78ab07303286a84a3140e9700b9e154cfebc8f527016" } ,
{ file = "coverage-7.5.4-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:5cd64adedf3be66f8ccee418473c2916492d53cbafbfcff851cbec5a8454b136" } ,
{ file = "coverage-7.5.4-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:e564c2cf45d2f44a9da56f4e3a26b2236504a496eb4cb0ca7221cd4cc7a9aca9" } ,
{ file = "coverage-7.5.4-cp310-cp310-win32.whl" , hash = "sha256:7076b4b3a5f6d2b5d7f1185fde25b1e54eb66e647a1dfef0e2c2bfaf9b4c88c8" } ,
{ file = "coverage-7.5.4-cp310-cp310-win_amd64.whl" , hash = "sha256:018a12985185038a5b2bcafab04ab833a9a0f2c59995b3cec07e10074c78635f" } ,
{ file = "coverage-7.5.4-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:db14f552ac38f10758ad14dd7b983dbab424e731588d300c7db25b6f89e335b5" } ,
{ file = "coverage-7.5.4-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:3257fdd8e574805f27bb5342b77bc65578e98cbc004a92232106344053f319ba" } ,
{ file = "coverage-7.5.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3a6612c99081d8d6134005b1354191e103ec9705d7ba2754e848211ac8cacc6b" } ,
{ file = "coverage-7.5.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d45d3cbd94159c468b9b8c5a556e3f6b81a8d1af2a92b77320e887c3e7a5d080" } ,
{ file = "coverage-7.5.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ed550e7442f278af76d9d65af48069f1fb84c9f745ae249c1a183c1e9d1b025c" } ,
{ file = "coverage-7.5.4-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:7a892be37ca35eb5019ec85402c3371b0f7cda5ab5056023a7f13da0961e60da" } ,
{ file = "coverage-7.5.4-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:8192794d120167e2a64721d88dbd688584675e86e15d0569599257566dec9bf0" } ,
{ file = "coverage-7.5.4-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:820bc841faa502e727a48311948e0461132a9c8baa42f6b2b84a29ced24cc078" } ,
{ file = "coverage-7.5.4-cp311-cp311-win32.whl" , hash = "sha256:6aae5cce399a0f065da65c7bb1e8abd5c7a3043da9dceb429ebe1b289bc07806" } ,
{ file = "coverage-7.5.4-cp311-cp311-win_amd64.whl" , hash = "sha256:d2e344d6adc8ef81c5a233d3a57b3c7d5181f40e79e05e1c143da143ccb6377d" } ,
{ file = "coverage-7.5.4-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:54317c2b806354cbb2dc7ac27e2b93f97096912cc16b18289c5d4e44fc663233" } ,
{ file = "coverage-7.5.4-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:042183de01f8b6d531e10c197f7f0315a61e8d805ab29c5f7b51a01d62782747" } ,
{ file = "coverage-7.5.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a6bb74ed465d5fb204b2ec41d79bcd28afccf817de721e8a807d5141c3426638" } ,
{ file = "coverage-7.5.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b3d45ff86efb129c599a3b287ae2e44c1e281ae0f9a9bad0edc202179bcc3a2e" } ,
{ file = "coverage-7.5.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5013ed890dc917cef2c9f765c4c6a8ae9df983cd60dbb635df8ed9f4ebc9f555" } ,
{ file = "coverage-7.5.4-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:1014fbf665fef86cdfd6cb5b7371496ce35e4d2a00cda501cf9f5b9e6fced69f" } ,
{ file = "coverage-7.5.4-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:3684bc2ff328f935981847082ba4fdc950d58906a40eafa93510d1b54c08a66c" } ,
{ file = "coverage-7.5.4-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:581ea96f92bf71a5ec0974001f900db495488434a6928a2ca7f01eee20c23805" } ,
{ file = "coverage-7.5.4-cp312-cp312-win32.whl" , hash = "sha256:73ca8fbc5bc622e54627314c1a6f1dfdd8db69788f3443e752c215f29fa87a0b" } ,
{ file = "coverage-7.5.4-cp312-cp312-win_amd64.whl" , hash = "sha256:cef4649ec906ea7ea5e9e796e68b987f83fa9a718514fe147f538cfeda76d7a7" } ,
{ file = "coverage-7.5.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:cdd31315fc20868c194130de9ee6bfd99755cc9565edff98ecc12585b90be882" } ,
{ file = "coverage-7.5.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:02ff6e898197cc1e9fa375581382b72498eb2e6d5fc0b53f03e496cfee3fac6d" } ,
{ file = "coverage-7.5.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d05c16cf4b4c2fc880cb12ba4c9b526e9e5d5bb1d81313d4d732a5b9fe2b9d53" } ,
{ file = "coverage-7.5.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c5986ee7ea0795a4095ac4d113cbb3448601efca7f158ec7f7087a6c705304e4" } ,
{ file = "coverage-7.5.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5df54843b88901fdc2f598ac06737f03d71168fd1175728054c8f5a2739ac3e4" } ,
{ file = "coverage-7.5.4-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:ab73b35e8d109bffbda9a3e91c64e29fe26e03e49addf5b43d85fc426dde11f9" } ,
{ file = "coverage-7.5.4-cp38-cp38-musllinux_1_2_i686.whl" , hash = "sha256:aea072a941b033813f5e4814541fc265a5c12ed9720daef11ca516aeacd3bd7f" } ,
{ file = "coverage-7.5.4-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:16852febd96acd953b0d55fc842ce2dac1710f26729b31c80b940b9afcd9896f" } ,
{ file = "coverage-7.5.4-cp38-cp38-win32.whl" , hash = "sha256:8f894208794b164e6bd4bba61fc98bf6b06be4d390cf2daacfa6eca0a6d2bb4f" } ,
{ file = "coverage-7.5.4-cp38-cp38-win_amd64.whl" , hash = "sha256:e2afe743289273209c992075a5a4913e8d007d569a406ffed0bd080ea02b0633" } ,
{ file = "coverage-7.5.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b95c3a8cb0463ba9f77383d0fa8c9194cf91f64445a63fc26fb2327e1e1eb088" } ,
{ file = "coverage-7.5.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:3d7564cc09dd91b5a6001754a5b3c6ecc4aba6323baf33a12bd751036c998be4" } ,
{ file = "coverage-7.5.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:44da56a2589b684813f86d07597fdf8a9c6ce77f58976727329272f5a01f99f7" } ,
{ file = "coverage-7.5.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e16f3d6b491c48c5ae726308e6ab1e18ee830b4cdd6913f2d7f77354b33f91c8" } ,
{ file = "coverage-7.5.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dbc5958cb471e5a5af41b0ddaea96a37e74ed289535e8deca404811f6cb0bc3d" } ,
{ file = "coverage-7.5.4-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:a04e990a2a41740b02d6182b498ee9796cf60eefe40cf859b016650147908029" } ,
{ file = "coverage-7.5.4-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:ddbd2f9713a79e8e7242d7c51f1929611e991d855f414ca9996c20e44a895f7c" } ,
{ file = "coverage-7.5.4-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:b1ccf5e728ccf83acd313c89f07c22d70d6c375a9c6f339233dcf792094bcbf7" } ,
{ file = "coverage-7.5.4-cp39-cp39-win32.whl" , hash = "sha256:56b4eafa21c6c175b3ede004ca12c653a88b6f922494b023aeb1e836df953ace" } ,
{ file = "coverage-7.5.4-cp39-cp39-win_amd64.whl" , hash = "sha256:65e528e2e921ba8fd67d9055e6b9f9e34b21ebd6768ae1c1723f4ea6ace1234d" } ,
{ file = "coverage-7.5.4-pp38.pp39.pp310-none-any.whl" , hash = "sha256:79b356f3dd5b26f3ad23b35c75dbdaf1f9e2450b6bcefc6d0825ea0aa3f86ca5" } ,
{ file = "coverage-7.5.4.tar.gz" , hash = "sha256:a44963520b069e12789d0faea4e9fdb1e410cdc4aab89d94f7f55cbb7fef0353" } ,
2023-01-16 17:27:44 +00:00
]
2021-10-29 03:00:55 +00:00
[ package . dependencies ]
2022-06-04 19:07:37 +00:00
tomli = { version = "*" , optional = true , markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\"" }
2021-06-17 23:36:29 +00:00
[ package . extras ]
2021-10-29 03:00:55 +00:00
toml = [ "tomli" ]
2021-06-17 23:36:29 +00:00
2024-01-22 02:08:38 +00:00
[ [ package ] ]
name = "cryptography"
2024-06-23 16:35:03 +00:00
version = "42.0.8"
2024-01-22 02:08:38 +00:00
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
optional = false
python-versions = ">=3.7"
files = [
2024-06-23 16:35:03 +00:00
{ file = "cryptography-42.0.8-cp37-abi3-macosx_10_12_universal2.whl" , hash = "sha256:81d8a521705787afe7a18d5bfb47ea9d9cc068206270aad0b96a725022e18d2e" } ,
{ file = "cryptography-42.0.8-cp37-abi3-macosx_10_12_x86_64.whl" , hash = "sha256:961e61cefdcb06e0c6d7e3a1b22ebe8b996eb2bf50614e89384be54c48c6b63d" } ,
{ file = "cryptography-42.0.8-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e3ec3672626e1b9e55afd0df6d774ff0e953452886e06e0f1eb7eb0c832e8902" } ,
{ file = "cryptography-42.0.8-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e599b53fd95357d92304510fb7bda8523ed1f79ca98dce2f43c115950aa78801" } ,
{ file = "cryptography-42.0.8-cp37-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:5226d5d21ab681f432a9c1cf8b658c0cb02533eece706b155e5fbd8a0cdd3949" } ,
{ file = "cryptography-42.0.8-cp37-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:6b7c4f03ce01afd3b76cf69a5455caa9cfa3de8c8f493e0d3ab7d20611c8dae9" } ,
{ file = "cryptography-42.0.8-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:2346b911eb349ab547076f47f2e035fc8ff2c02380a7cbbf8d87114fa0f1c583" } ,
{ file = "cryptography-42.0.8-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:ad803773e9df0b92e0a817d22fd8a3675493f690b96130a5e24f1b8fabbea9c7" } ,
{ file = "cryptography-42.0.8-cp37-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:2f66d9cd9147ee495a8374a45ca445819f8929a3efcd2e3df6428e46c3cbb10b" } ,
{ file = "cryptography-42.0.8-cp37-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:d45b940883a03e19e944456a558b67a41160e367a719833c53de6911cabba2b7" } ,
{ file = "cryptography-42.0.8-cp37-abi3-win32.whl" , hash = "sha256:a0c5b2b0585b6af82d7e385f55a8bc568abff8923af147ee3c07bd8b42cda8b2" } ,
{ file = "cryptography-42.0.8-cp37-abi3-win_amd64.whl" , hash = "sha256:57080dee41209e556a9a4ce60d229244f7a66ef52750f813bfbe18959770cfba" } ,
{ file = "cryptography-42.0.8-cp39-abi3-macosx_10_12_universal2.whl" , hash = "sha256:dea567d1b0e8bc5764b9443858b673b734100c2871dc93163f58c46a97a83d28" } ,
{ file = "cryptography-42.0.8-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c4783183f7cb757b73b2ae9aed6599b96338eb957233c58ca8f49a49cc32fd5e" } ,
{ file = "cryptography-42.0.8-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a0608251135d0e03111152e41f0cc2392d1e74e35703960d4190b2e0f4ca9c70" } ,
{ file = "cryptography-42.0.8-cp39-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:dc0fdf6787f37b1c6b08e6dfc892d9d068b5bdb671198c72072828b80bd5fe4c" } ,
{ file = "cryptography-42.0.8-cp39-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:9c0c1716c8447ee7dbf08d6db2e5c41c688544c61074b54fc4564196f55c25a7" } ,
{ file = "cryptography-42.0.8-cp39-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:fff12c88a672ab9c9c1cf7b0c80e3ad9e2ebd9d828d955c126be4fd3e5578c9e" } ,
{ file = "cryptography-42.0.8-cp39-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:cafb92b2bc622cd1aa6a1dce4b93307792633f4c5fe1f46c6b97cf67073ec961" } ,
{ file = "cryptography-42.0.8-cp39-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:31f721658a29331f895a5a54e7e82075554ccfb8b163a18719d342f5ffe5ecb1" } ,
{ file = "cryptography-42.0.8-cp39-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:b297f90c5723d04bcc8265fc2a0f86d4ea2e0f7ab4b6994459548d3a6b992a14" } ,
{ file = "cryptography-42.0.8-cp39-abi3-win32.whl" , hash = "sha256:2f88d197e66c65be5e42cd72e5c18afbfae3f741742070e3019ac8f4ac57262c" } ,
{ file = "cryptography-42.0.8-cp39-abi3-win_amd64.whl" , hash = "sha256:fa76fbb7596cc5839320000cdd5d0955313696d9511debab7ee7278fc8b5c84a" } ,
{ file = "cryptography-42.0.8-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:ba4f0a211697362e89ad822e667d8d340b4d8d55fae72cdd619389fb5912eefe" } ,
{ file = "cryptography-42.0.8-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:81884c4d096c272f00aeb1f11cf62ccd39763581645b0812e99a91505fa48e0c" } ,
{ file = "cryptography-42.0.8-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:c9bb2ae11bfbab395bdd072985abde58ea9860ed84e59dbc0463a5d0159f5b71" } ,
{ file = "cryptography-42.0.8-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:7016f837e15b0a1c119d27ecd89b3515f01f90a8615ed5e9427e30d9cdbfed3d" } ,
{ file = "cryptography-42.0.8-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:5a94eccb2a81a309806027e1670a358b99b8fe8bfe9f8d329f27d72c094dde8c" } ,
{ file = "cryptography-42.0.8-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:dec9b018df185f08483f294cae6ccac29e7a6e0678996587363dc352dc65c842" } ,
{ file = "cryptography-42.0.8-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:343728aac38decfdeecf55ecab3264b015be68fc2816ca800db649607aeee648" } ,
{ file = "cryptography-42.0.8-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:013629ae70b40af70c9a7a5db40abe5d9054e6f4380e50ce769947b73bf3caad" } ,
{ file = "cryptography-42.0.8.tar.gz" , hash = "sha256:8d09d05439ce7baa8e9e95b07ec5b6c886f548deb7e0f69ef25f64b3bce842f2" } ,
2024-01-22 02:08:38 +00:00
]
[ package . dependencies ]
2024-02-12 19:26:35 +00:00
cffi = { version = ">=1.12" , markers = "platform_python_implementation != \"PyPy\"" }
2024-01-22 02:08:38 +00:00
[ package . extras ]
docs = [ "sphinx (>=5.3.0)" , "sphinx-rtd-theme (>=1.1.1)" ]
2024-02-12 19:26:35 +00:00
docstest = [ "pyenchant (>=1.6.11)" , "readme-renderer" , "sphinxcontrib-spelling (>=4.0.1)" ]
2024-01-22 02:08:38 +00:00
nox = [ "nox" ]
2024-02-12 19:26:35 +00:00
pep8test = [ "check-sdist" , "click" , "mypy" , "ruff" ]
2024-01-22 02:08:38 +00:00
sdist = [ "build" ]
ssh = [ "bcrypt (>=3.1.5)" ]
2024-02-12 19:26:35 +00:00
test = [ "certifi" , "pretend" , "pytest (>=6.2.0)" , "pytest-benchmark" , "pytest-cov" , "pytest-xdist" ]
2024-01-22 02:08:38 +00:00
test-randomorder = [ "pytest-randomly" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "darglint"
2021-12-19 04:25:44 +00:00
version = "1.8.1"
2021-06-17 23:36:29 +00:00
description = "A utility for ensuring Google-style docstrings stay up to date with the source code."
optional = false
python-versions = ">=3.6,<4.0"
2023-01-16 17:27:44 +00:00
files = [
{ file = "darglint-1.8.1-py3-none-any.whl" , hash = "sha256:5ae11c259c17b0701618a20c3da343a3eb98b3bc4b5a83d31cdd94f5ebdced8d" } ,
{ file = "darglint-1.8.1.tar.gz" , hash = "sha256:080d5106df149b199822e7ee7deb9c012b49891538f14a11be681044f0bb20da" } ,
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "dictdiffer"
2021-12-19 04:25:44 +00:00
version = "0.9.0"
2021-06-17 23:36:29 +00:00
description = "Dictdiffer is a library that helps you to diff and patch dictionaries."
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
{ file = "dictdiffer-0.9.0-py2.py3-none-any.whl" , hash = "sha256:442bfc693cfcadaf46674575d2eba1c53b42f5e404218ca2c2ff549f2df56595" } ,
{ file = "dictdiffer-0.9.0.tar.gz" , hash = "sha256:17bacf5fbfe613ccf1b6d512bd766e6b21fb798822a133aa86098b8ac9997578" } ,
]
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-09-01 14:08:04 +00:00
all = [ "Sphinx (>=3)" , "check-manifest (>=0.42)" , "mock (>=1.3.0)" , "numpy (>=1.13.0)" , "numpy (>=1.15.0)" , "numpy (>=1.18.0)" , "numpy (>=1.20.0)" , "pytest (==5.4.3)" , "pytest (>=6)" , "pytest-cov (>=2.10.1)" , "pytest-isort (>=1.2.0)" , "pytest-pycodestyle (>=2)" , "pytest-pycodestyle (>=2.2.0)" , "pytest-pydocstyle (>=2)" , "pytest-pydocstyle (>=2.2.0)" , "sphinx (>=3)" , "sphinx-rtd-theme (>=0.2)" , "tox (>=3.7.0)" ]
docs = [ "Sphinx (>=3)" , "sphinx-rtd-theme (>=0.2)" ]
numpy = [ "numpy (>=1.13.0)" , "numpy (>=1.15.0)" , "numpy (>=1.18.0)" , "numpy (>=1.20.0)" ]
tests = [ "check-manifest (>=0.42)" , "mock (>=1.3.0)" , "pytest (==5.4.3)" , "pytest (>=6)" , "pytest-cov (>=2.10.1)" , "pytest-isort (>=1.2.0)" , "pytest-pycodestyle (>=2)" , "pytest-pycodestyle (>=2.2.0)" , "pytest-pydocstyle (>=2)" , "pytest-pydocstyle (>=2.2.0)" , "sphinx (>=3)" , "tox (>=3.7.0)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
2023-02-06 16:07:59 +00:00
name = "django"
2024-05-08 02:18:08 +00:00
version = "4.2.13"
2023-02-10 17:01:34 +00:00
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
2021-06-17 23:36:29 +00:00
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-05-08 02:18:08 +00:00
{ file = "Django-4.2.13-py3-none-any.whl" , hash = "sha256:a17fcba2aad3fc7d46fdb23215095dbbd64e6174bf4589171e732b18b07e426a" } ,
{ file = "Django-4.2.13.tar.gz" , hash = "sha256:837e3cf1f6c31347a1396a3f6b65688f2b4bb4a11c580dcb628b5afe527b68a5" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2023-04-05 14:21:56 +00:00
asgiref = ">=3.6.0,<4"
2023-02-10 17:01:34 +00:00
"backports.zoneinfo" = { version = "*" , markers = "python_version < \"3.9\"" }
2023-04-05 14:21:56 +00:00
sqlparse = ">=0.3.1"
2023-02-10 17:01:34 +00:00
tzdata = { version = "*" , markers = "sys_platform == \"win32\"" }
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-08-22 02:22:03 +00:00
argon2 = [ "argon2-cffi (>=19.1.0)" ]
2022-09-01 14:08:04 +00:00
bcrypt = [ "bcrypt" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "doc8"
2023-12-14 02:22:19 +00:00
version = "1.1.1"
2021-06-17 23:36:29 +00:00
description = "Style checker for Sphinx (or other) RST documentation"
optional = false
2023-12-14 02:22:19 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2023-12-14 02:22:19 +00:00
{ file = "doc8-1.1.1-py3-none-any.whl" , hash = "sha256:e493aa3f36820197c49f407583521bb76a0fde4fffbcd0e092be946ff95931ac" } ,
{ file = "doc8-1.1.1.tar.gz" , hash = "sha256:d97a93e8f5a2efc4713a0804657dedad83745cca4cd1d88de9186f77f9776004" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2023-12-14 02:22:19 +00:00
docutils = ">=0.19,<0.21"
2021-06-17 23:36:29 +00:00
Pygments = "*"
restructuredtext-lint = ">=0.7"
stevedore = "*"
2023-12-14 02:22:19 +00:00
tomli = { version = "*" , markers = "python_version < \"3.11\"" }
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "docutils"
2023-12-14 02:22:19 +00:00
version = "0.20.1"
2021-06-17 23:36:29 +00:00
description = "Docutils -- Python Documentation Utilities"
optional = false
2024-06-23 16:35:03 +00:00
python-versions = "*"
files = [ ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "dparse"
2024-01-22 02:08:38 +00:00
version = "0.6.4b0"
2021-06-17 23:36:29 +00:00
description = "A parser for Python dependency files"
optional = false
2024-01-22 02:08:38 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2024-01-22 02:08:38 +00:00
{ file = "dparse-0.6.4b0-py3-none-any.whl" , hash = "sha256:592ff183348b8a5ea0a18442a7965e29445d3a26063654ec2c7e8ef42cd5753c" } ,
{ file = "dparse-0.6.4b0.tar.gz" , hash = "sha256:f8d49b41a527f3d16a269f854e6665245b325e50e41d2c213810cb984553e5c8" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
packaging = "*"
2024-01-22 02:08:38 +00:00
tomli = { version = "*" , markers = "python_version < \"3.11\"" }
2021-06-17 23:36:29 +00:00
[ package . extras ]
2024-01-22 02:08:38 +00:00
all = [ "dparse[conda]" , "dparse[pipenv]" , "dparse[poetry]" ]
2022-09-20 15:57:21 +00:00
conda = [ "pyyaml" ]
2021-06-17 23:36:29 +00:00
pipenv = [ "pipenv" ]
2024-01-22 02:08:38 +00:00
poetry = [ "poetry" ]
2021-06-17 23:36:29 +00:00
2022-01-17 23:40:40 +00:00
[ [ package ] ]
name = "dpath"
2024-06-23 16:35:03 +00:00
version = "2.2.0"
2022-01-17 23:40:40 +00:00
description = "Filesystem-like pathing and searching for dictionaries"
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "dpath-2.2.0-py3-none-any.whl" , hash = "sha256:b330a375ded0a0d2ed404440f6c6a715deae5313af40bbb01c8a41d891900576" } ,
{ file = "dpath-2.2.0.tar.gz" , hash = "sha256:34f7e630dc55ea3f219e555726f5da4b4b25f2200319c8e6902c394258dd6a3e" } ,
2023-01-16 17:27:44 +00:00
]
2022-01-17 23:40:40 +00:00
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "eradicate"
2024-06-23 16:35:03 +00:00
version = "2.3.0"
2021-06-17 23:36:29 +00:00
description = "Removes commented-out code."
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "eradicate-2.3.0-py3-none-any.whl" , hash = "sha256:2b29b3dd27171f209e4ddd8204b70c02f0682ae95eecb353f10e8d72b149c63e" } ,
{ file = "eradicate-2.3.0.tar.gz" , hash = "sha256:06df115be3b87d0fc1c483db22a2ebb12bcf40585722810d809cc770f5031c37" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
2022-08-12 20:27:46 +00:00
[ [ package ] ]
name = "exceptiongroup"
2024-06-23 16:35:03 +00:00
version = "1.2.1"
2022-08-12 20:27:46 +00:00
description = "Backport of PEP 654 (exception groups)"
optional = false
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "exceptiongroup-1.2.1-py3-none-any.whl" , hash = "sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad" } ,
{ file = "exceptiongroup-1.2.1.tar.gz" , hash = "sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16" } ,
2023-01-16 17:27:44 +00:00
]
2022-08-12 20:27:46 +00:00
[ package . extras ]
test = [ "pytest (>=6)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8"
2023-02-10 17:01:34 +00:00
version = "4.0.1"
2021-06-17 23:36:29 +00:00
description = "the modular source code checker: pep8 pyflakes and co"
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.6"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "flake8-4.0.1-py2.py3-none-any.whl" , hash = "sha256:479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d" } ,
{ file = "flake8-4.0.1.tar.gz" , hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
mccabe = ">=0.6.0,<0.7.0"
2023-02-10 17:01:34 +00:00
pycodestyle = ">=2.8.0,<2.9.0"
pyflakes = ">=2.4.0,<2.5.0"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-bandit"
2023-02-10 17:01:34 +00:00
version = "3.0.0"
2021-06-17 23:36:29 +00:00
description = "Automated security testing with bandit and flake8."
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.6"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "flake8_bandit-3.0.0-py2.py3-none-any.whl" , hash = "sha256:61b617f4f7cdaa0e2b1e6bf7b68afb2b619a227bb3e3ae00dd36c213bd17900a" } ,
{ file = "flake8_bandit-3.0.0.tar.gz" , hash = "sha256:54d19427e6a8d50322a7b02e1841c0a7c22d856975f3459803320e0e18e2d6a1" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2023-02-10 17:01:34 +00:00
bandit = ">=1.7.3"
2021-06-17 23:36:29 +00:00
flake8 = "*"
flake8-polyfill = "*"
pycodestyle = "*"
[ [ package ] ]
name = "flake8-broken-line"
2022-09-29 18:43:55 +00:00
version = "0.5.0"
2021-06-17 23:36:29 +00:00
description = "Flake8 plugin to forbid backslashes for line breaks"
optional = false
python-versions = ">=3.6,<4.0"
2023-01-16 17:27:44 +00:00
files = [
{ file = "flake8-broken-line-0.5.0.tar.gz" , hash = "sha256:7c98de9dd1385b71e888709c7f2aee3f0514107ecb5875bc95d0c03392191c97" } ,
{ file = "flake8_broken_line-0.5.0-py3-none-any.whl" , hash = "sha256:daafb19b67eead0410ce7ba155d51a15b9d020ebe7630d87de9c2b93cedb6703" } ,
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2022-09-29 18:43:55 +00:00
flake8 = ">=3.5,<6"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-bugbear"
2023-02-10 17:01:34 +00:00
version = "22.12.6"
2021-06-17 23:36:29 +00: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
2023-02-10 17:01:34 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "flake8-bugbear-22.12.6.tar.gz" , hash = "sha256:4cdb2c06e229971104443ae293e75e64c6107798229202fbe4f4091427a30ac0" } ,
{ file = "flake8_bugbear-22.12.6-py3-none-any.whl" , hash = "sha256:b69a510634f8a9c298dfda2b18a8036455e6b19ecac4fe582e4d7a0abfa50a30" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
attrs = ">=19.2.0"
flake8 = ">=3.0.0"
[ package . extras ]
2023-02-10 17:01:34 +00:00
dev = [ "coverage" , "hypothesis" , "hypothesmith (>=0.2)" , "pre-commit" , "tox" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-commas"
2021-12-19 04:25:44 +00:00
version = "2.1.0"
2021-06-17 23:36:29 +00:00
description = "Flake8 lint for trailing commas."
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
{ file = "flake8-commas-2.1.0.tar.gz" , hash = "sha256:940441ab8ee544df564ae3b3f49f20462d75d5c7cac2463e0b27436e2050f263" } ,
{ file = "flake8_commas-2.1.0-py2.py3-none-any.whl" , hash = "sha256:ebb96c31e01d0ef1d0685a21f3f0e2f8153a0381430e748bf0bbbb5d5b453d54" } ,
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2021-12-19 04:25:44 +00:00
flake8 = ">=2"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-comprehensions"
2024-06-23 16:35:03 +00:00
version = "3.14.0"
2021-06-17 23:36:29 +00:00
description = "A flake8 plugin to help you write better list/set/dict comprehensions."
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "flake8_comprehensions-3.14.0-py3-none-any.whl" , hash = "sha256:7b9d07d94aa88e62099a6d1931ddf16c344d4157deedf90fe0d8ee2846f30e97" } ,
{ file = "flake8_comprehensions-3.14.0.tar.gz" , hash = "sha256:81768c61bfc064e1a06222df08a2580d97de10cb388694becaf987c331c6c0cf" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2023-02-10 17:01:34 +00:00
flake8 = ">=3.0,<3.2.0 || >3.2.0"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-debugger"
2023-02-10 17:01:34 +00:00
version = "4.1.2"
2021-06-17 23:36:29 +00:00
description = "ipdb/pdb statement checker plugin for flake8"
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "flake8-debugger-4.1.2.tar.gz" , hash = "sha256:52b002560941e36d9bf806fca2523dc7fb8560a295d5f1a6e15ac2ded7a73840" } ,
{ file = "flake8_debugger-4.1.2-py3-none-any.whl" , hash = "sha256:0a5e55aeddcc81da631ad9c8c366e7318998f83ff00985a49e6b3ecf61e571bf" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
flake8 = ">=3.0"
pycodestyle = "*"
[ [ package ] ]
name = "flake8-docstrings"
2023-02-10 17:01:34 +00:00
version = "1.7.0"
2021-06-17 23:36:29 +00:00
description = "Extension for flake8 which uses pydocstyle to check docstrings"
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "flake8_docstrings-1.7.0-py2.py3-none-any.whl" , hash = "sha256:51f2344026da083fc084166a9353f5082b01f72901df422f74b4d953ae88ac75" } ,
{ file = "flake8_docstrings-1.7.0.tar.gz" , hash = "sha256:4c8cc748dc16e6869728699e5d0d685da9a10b0ea718e090b1ba088e67a941af" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
flake8 = ">=3"
pydocstyle = ">=2.1"
[ [ package ] ]
name = "flake8-eradicate"
2023-02-10 17:01:34 +00:00
version = "1.4.0"
2021-06-17 23:36:29 +00:00
description = "Flake8 plugin to find commented out code"
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.7,<4.0"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "flake8-eradicate-1.4.0.tar.gz" , hash = "sha256:3088cfd6717d1c9c6c3ac45ef2e5f5b6c7267f7504d5a74b781500e95cb9c7e1" } ,
{ file = "flake8_eradicate-1.4.0-py3-none-any.whl" , hash = "sha256:e3bbd0871be358e908053c1ab728903c114f062ba596b4d40c852fd18f473d56" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
attrs = "*"
eradicate = ">=2.0,<3.0"
2023-02-10 17:01:34 +00:00
flake8 = ">=3.5,<6"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-isort"
2023-02-10 17:01:34 +00:00
version = "4.2.0"
2021-06-17 23:36:29 +00:00
description = "flake8 plugin that integrates isort ."
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "flake8-isort-4.2.0.tar.gz" , hash = "sha256:26571500cd54976bbc0cf1006ffbcd1a68dd102f816b7a1051b219616ba9fee0" } ,
{ file = "flake8_isort-4.2.0-py3-none-any.whl" , hash = "sha256:5b87630fb3719bf4c1833fd11e0d9534f43efdeba524863e15d8f14a7ef6adbf" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2023-02-10 17:01:34 +00:00
flake8 = ">=3.2.1,<6"
2021-06-17 23:36:29 +00:00
isort = ">=4.3.5,<6"
[ package . extras ]
2021-12-19 04:25:44 +00:00
test = [ "pytest-cov" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-plugin-utils"
2024-06-23 16:35:03 +00:00
version = "1.3.3"
2021-06-17 23:36:29 +00:00
description = "The package provides base classes and utils for flake8 plugin writing"
optional = false
python-versions = ">=3.6,<4.0"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ 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-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-polyfill"
version = "1.0.2"
description = "Polyfill package for Flake8 plugins"
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
{ file = "flake8-polyfill-1.0.2.tar.gz" , hash = "sha256:e44b087597f6da52ec6393a709e7108b2905317d0c0b744cdca6208e670d8eda" } ,
{ file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl" , hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9" } ,
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
flake8 = "*"
[ [ package ] ]
name = "flake8-pytest-style"
2023-02-22 05:44:00 +00:00
version = "1.7.2"
2021-06-17 23:36:29 +00:00
description = "A flake8 plugin checking common style issues or inconsistencies with pytest-based tests."
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.7.2,<4.0.0"
2023-01-16 17:27:44 +00:00
files = [
2023-02-22 05:44:00 +00:00
{ file = "flake8_pytest_style-1.7.2-py3-none-any.whl" , hash = "sha256:f5d2aa3219163a052dd92226589d45fab8ea027a3269922f0c4029f548ea5cd1" } ,
{ file = "flake8_pytest_style-1.7.2.tar.gz" , hash = "sha256:b924197c99b951315949920b0e5547f34900b1844348432e67a44ab191582109" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
flake8-plugin-utils = ">=1.3.2,<2.0.0"
[ [ package ] ]
name = "flake8-quotes"
2024-06-23 16:35:03 +00:00
version = "3.4.0"
2021-06-17 23:36:29 +00:00
description = "Flake8 lint for quotes."
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "flake8-quotes-3.4.0.tar.gz" , hash = "sha256:aad8492fb710a2d3eabe68c5f86a1428de650c8484127e14c43d0504ba30276c" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
flake8 = "*"
2024-06-23 16:35:03 +00:00
setuptools = "*"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-rst-docstrings"
2023-02-10 17:01:34 +00:00
version = "0.2.7"
2021-06-17 23:36:29 +00:00
description = "Python docstring reStructuredText (RST) validator"
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "flake8-rst-docstrings-0.2.7.tar.gz" , hash = "sha256:2740067ab9237559dd45a3434d8c987792c7b259ca563621a3b95efe201f5382" } ,
{ file = "flake8_rst_docstrings-0.2.7-py3-none-any.whl" , hash = "sha256:5d56075dce360bcc9c6775bfe7cb431aa395de600ca7e8d40580a28d50b2a803" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
flake8 = ">=3.0.0"
2021-10-29 02:41:52 +00:00
pygments = "*"
restructuredtext-lint = "*"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "flake8-string-format"
version = "0.3.0"
description = "string format checker, plugin for flake8"
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
{ file = "flake8-string-format-0.3.0.tar.gz" , hash = "sha256:65f3da786a1461ef77fca3780b314edb2853c377f2e35069723348c8917deaa2" } ,
{ file = "flake8_string_format-0.3.0-py2.py3-none-any.whl" , hash = "sha256:812ff431f10576a74c89be4e85b8e075a705be39bc40c4b4278b5b13e2afa9af" } ,
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
flake8 = "*"
2022-01-17 23:40:40 +00:00
[ [ package ] ]
name = "flatten-dict"
version = "0.4.2"
description = "A flexible utility for flattening and unflattening dict-like objects in Python."
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2023-01-16 17:27:44 +00:00
files = [
{ file = "flatten-dict-0.4.2.tar.gz" , hash = "sha256:506a96b6e6f805b81ae46a0f9f31290beb5fa79ded9d80dbe1b7fa236ab43076" } ,
{ file = "flatten_dict-0.4.2-py2.py3-none-any.whl" , hash = "sha256:7e245b20c4c718981212210eec4284a330c9f713e632e98765560e05421e48ad" } ,
]
2022-01-17 23:40:40 +00:00
[ package . dependencies ]
six = ">=1.12,<2.0"
2022-04-01 03:01:38 +00:00
[ [ package ] ]
name = "furl"
version = "2.1.3"
description = "URL manipulation made simple."
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
{ file = "furl-2.1.3-py2.py3-none-any.whl" , hash = "sha256:9ab425062c4217f9802508e45feb4a83e54324273ac4b202f1850363309666c0" } ,
{ file = "furl-2.1.3.tar.gz" , hash = "sha256:5a6188fe2666c484a12159c18be97a1977a71d632ef5bb867ef15f54af39cc4e" } ,
]
2022-04-01 03:01:38 +00:00
[ package . dependencies ]
orderedmultidict = ">=1.0.1"
six = ">=1.8.0"
2024-01-10 18:25:53 +00:00
[ [ package ] ]
name = "gitignore-parser"
2024-06-23 16:35:03 +00:00
version = "0.1.11"
2024-01-10 18:25:53 +00:00
description = "A spec-compliant gitignore parser for Python 3.5+"
optional = false
python-versions = "*"
files = [
2024-06-23 16:35:03 +00:00
{ file = "gitignore_parser-0.1.11.tar.gz" , hash = "sha256:fa10fde48b44888eeefac096f53bcdad9b87a4ffd7db788558dbdf71ff3bc9db" } ,
2024-01-10 18:25:53 +00:00
]
2022-08-12 20:27:46 +00:00
[ [ package ] ]
name = "hypothesis"
2024-06-17 02:49:53 +00:00
version = "6.103.2"
2022-08-12 20:27:46 +00:00
description = "A library for property-based testing"
optional = false
2023-06-28 03:00:01 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-17 02:49:53 +00:00
{ file = "hypothesis-6.103.2-py3-none-any.whl" , hash = "sha256:629b7cdeca8c225933739f99879caba21949000d2c919c8b4585e01048b3bc73" } ,
{ file = "hypothesis-6.103.2.tar.gz" , hash = "sha256:83504e31e90a0d7d6e8eb93e51525dc1a48d79c932a50ad6035e29f8295328cd" } ,
2023-01-16 17:27:44 +00:00
]
2022-08-12 20:27:46 +00:00
[ package . dependencies ]
2023-12-11 02:29:10 +00:00
attrs = ">=22.2.0"
2022-10-31 16:13:31 +00:00
exceptiongroup = { version = ">=1.0.0" , markers = "python_version < \"3.11\"" }
2022-08-12 20:27:46 +00:00
sortedcontainers = ">=2.1.0,<3.0.0"
[ package . extras ]
2024-05-24 02:44:25 +00:00
all = [ "backports.zoneinfo (>=0.2.1)" , "black (>=19.10b0)" , "click (>=7.0)" , "crosshair-tool (>=0.0.54)" , "django (>=3.2)" , "dpcontracts (>=0.4)" , "hypothesis-crosshair (>=0.0.4)" , "lark (>=0.10.1)" , "libcst (>=0.3.16)" , "numpy (>=1.17.3)" , "pandas (>=1.1)" , "pytest (>=4.6)" , "python-dateutil (>=1.4)" , "pytz (>=2014.1)" , "redis (>=3.0.0)" , "rich (>=9.0.0)" , "tzdata (>=2024.1)" ]
2022-09-01 14:08:04 +00:00
cli = [ "black (>=19.10b0)" , "click (>=7.0)" , "rich (>=9.0.0)" ]
2022-08-15 02:26:30 +00:00
codemods = [ "libcst (>=0.3.16)" ]
2024-05-24 02:44:25 +00:00
crosshair = [ "crosshair-tool (>=0.0.54)" , "hypothesis-crosshair (>=0.0.4)" ]
2022-08-22 02:22:03 +00:00
dateutil = [ "python-dateutil (>=1.4)" ]
django = [ "django (>=3.2)" ]
dpcontracts = [ "dpcontracts (>=0.4)" ]
ghostwriter = [ "black (>=19.10b0)" ]
2022-12-15 19:59:03 +00:00
lark = [ "lark (>=0.10.1)" ]
2023-06-28 03:00:01 +00:00
numpy = [ "numpy (>=1.17.3)" ]
2023-04-28 02:59:05 +00:00
pandas = [ "pandas (>=1.1)" ]
2022-08-22 02:22:03 +00:00
pytest = [ "pytest (>=4.6)" ]
pytz = [ "pytz (>=2014.1)" ]
redis = [ "redis (>=3.0.0)" ]
2024-03-05 02:43:03 +00:00
zoneinfo = [ "backports.zoneinfo (>=0.2.1)" , "tzdata (>=2024.1)" ]
2022-08-12 20:27:46 +00:00
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "identify"
2024-06-23 16:35:03 +00:00
version = "2.5.36"
2021-06-17 23:36:29 +00:00
description = "File identification library for Python"
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "identify-2.5.36-py2.py3-none-any.whl" , hash = "sha256:37d93f380f4de590500d9dba7db359d0d3da95ffe7f9de1753faa159e71e7dfa" } ,
{ file = "identify-2.5.36.tar.gz" , hash = "sha256:e5e00f54165f9047fbebeb4a560f9acfb8af4c88232be60a488e9b68d122745d" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . extras ]
2021-12-19 04:25:44 +00:00
license = [ "ukkonen" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "idna"
2024-04-12 02:02:51 +00:00
version = "3.7"
2021-06-17 23:36:29 +00:00
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.5"
2023-01-16 17:27:44 +00:00
files = [
2024-04-12 02:02:51 +00:00
{ file = "idna-3.7-py3-none-any.whl" , hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" } ,
{ file = "idna-3.7.tar.gz" , hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "imagesize"
2023-02-10 17:01:34 +00:00
version = "1.4.1"
2021-06-17 23:36:29 +00:00
description = "Getting image size from png/jpeg/jpeg2000/gif file"
2023-10-15 23:17:51 +00:00
optional = false
2021-06-17 23:36:29 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "imagesize-1.4.1-py2.py3-none-any.whl" , hash = "sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b" } ,
{ file = "imagesize-1.4.1.tar.gz" , hash = "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "importlib-metadata"
2024-06-23 16:35:03 +00:00
version = "7.2.1"
2021-06-17 23:36:29 +00:00
description = "Read metadata from Python packages"
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "importlib_metadata-7.2.1-py3-none-any.whl" , hash = "sha256:ffef94b0b66046dd8ea2d619b701fe978d9264d38f3998bc4c27ec3b146a87c8" } ,
{ file = "importlib_metadata-7.2.1.tar.gz" , hash = "sha256:509ecb2ab77071db5137c655e24ceb3eee66e7bbc6574165d0d114d9fc4bbe68" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
2024-06-23 16:35:03 +00:00
doc = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
2022-01-18 00:28:18 +00:00
perf = [ "ipython" ]
2024-06-23 16:35:03 +00:00
test = [ "flufl.flake8" , "importlib-resources (>=1.3)" , "jaraco.test (>=5.4)" , "packaging" , "pyfakefs" , "pytest (>=6,!=8.1.*)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-mypy" , "pytest-perf (>=0.9.2)" , "pytest-ruff (>=0.2.1)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "importlib-resources"
2024-06-23 16:35:03 +00:00
version = "6.4.0"
2021-06-17 23:36:29 +00:00
description = "Read resources from Python packages"
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "importlib_resources-6.4.0-py3-none-any.whl" , hash = "sha256:50d10f043df931902d4194ea07ec57960f66a80449ff867bfe782b4c486ba78c" } ,
{ file = "importlib_resources-6.4.0.tar.gz" , hash = "sha256:cdb2b453b8046ca4e3798eb1d84f3cce1446a0e8e7b5ef4efb600f19fc398145" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
zipp = { version = ">=3.1.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
2024-06-23 16:35:03 +00:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (<7.2.5)" , "sphinx (>=3.5)" , "sphinx-lint" ]
testing = [ "jaraco.test (>=5.4)" , "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-mypy" , "pytest-ruff (>=0.2.1)" , "zipp (>=3.17)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "iniconfig"
2023-02-10 17:01:34 +00:00
version = "2.0.0"
description = "brain-dead simple config-ini parsing"
2021-06-17 23:36:29 +00:00
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "iniconfig-2.0.0-py3-none-any.whl" , hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374" } ,
{ file = "iniconfig-2.0.0.tar.gz" , hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "isort"
2024-06-23 16:35:03 +00:00
version = "5.13.2"
2021-06-17 23:36:29 +00:00
description = "A Python utility / library to sort Python imports."
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.8.0"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "isort-5.13.2-py3-none-any.whl" , hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6" } ,
{ file = "isort-5.13.2.tar.gz" , hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . extras ]
2024-06-23 16:35:03 +00:00
colors = [ "colorama (>=0.4.6)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "jinja2"
2024-05-26 15:54:39 +00:00
version = "3.1.4"
2021-06-17 23:36:29 +00:00
description = "A very fast and expressive template engine."
2023-10-15 23:17:51 +00:00
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2024-05-26 15:54:39 +00:00
{ file = "jinja2-3.1.4-py3-none-any.whl" , hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" } ,
{ file = "jinja2-3.1.4.tar.gz" , hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
[ [ package ] ]
name = "jmespath"
2023-02-10 17:01:34 +00:00
version = "1.0.1"
2021-06-17 23:36:29 +00:00
description = "JSON Matching Expressions"
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "jmespath-1.0.1-py3-none-any.whl" , hash = "sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980" } ,
{ file = "jmespath-1.0.1.tar.gz" , hash = "sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "loguru"
2024-06-23 16:35:03 +00:00
version = "0.7.2"
2021-06-17 23:36:29 +00:00
description = "Python logging made (stupidly) simple"
optional = false
python-versions = ">=3.5"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "loguru-0.7.2-py3-none-any.whl" , hash = "sha256:003d71e3d3ed35f0f8984898359d65b79e5b21943f78af86aa5491210429b8eb" } ,
{ file = "loguru-0.7.2.tar.gz" , hash = "sha256:e671a53522515f34fd406340ee968cb9ecafbc4b36c679da03c18fd8d0bd51ac" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
colorama = { version = ">=0.3.4" , markers = "sys_platform == \"win32\"" }
win32-setctime = { version = ">=1.0.0" , markers = "sys_platform == \"win32\"" }
[ package . extras ]
2024-06-23 16:35:03 +00:00
dev = [ "Sphinx (==7.2.5)" , "colorama (==0.4.5)" , "colorama (==0.4.6)" , "exceptiongroup (==1.1.3)" , "freezegun (==1.1.0)" , "freezegun (==1.2.2)" , "mypy (==v0.910)" , "mypy (==v0.971)" , "mypy (==v1.4.1)" , "mypy (==v1.5.1)" , "pre-commit (==3.4.0)" , "pytest (==6.1.2)" , "pytest (==7.4.0)" , "pytest-cov (==2.12.1)" , "pytest-cov (==4.1.0)" , "pytest-mypy-plugins (==1.9.3)" , "pytest-mypy-plugins (==3.0.0)" , "sphinx-autobuild (==2021.3.14)" , "sphinx-rtd-theme (==1.3.0)" , "tox (==3.27.1)" , "tox (==4.11.0)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "m2r2"
2023-12-14 02:23:05 +00:00
version = "0.3.3.post2"
2021-06-17 23:36:29 +00:00
description = "Markdown and reStructuredText in a single file."
2023-10-15 23:17:51 +00:00
optional = false
2023-12-14 02:23:05 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2023-12-14 02:23:05 +00:00
{ file = "m2r2-0.3.3.post2-py3-none-any.whl" , hash = "sha256:86157721eb6eabcd54d4eea7195890cc58fa6188b8d0abea633383cfbb5e11e3" } ,
{ file = "m2r2-0.3.3.post2.tar.gz" , hash = "sha256:e62bcb0e74b3ce19cda0737a0556b04cf4a43b785072fcef474558f2c1482ca8" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2023-12-14 02:23:05 +00:00
docutils = ">=0.19"
2021-12-15 00:29:52 +00:00
mistune = "0.8.4"
2021-06-17 23:36:29 +00:00
2024-01-22 02:08:38 +00: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"
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" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "markupsafe"
2024-06-23 16:35:03 +00:00
version = "2.1.5"
2021-06-17 23:36:29 +00:00
description = "Safely add untrusted strings to HTML/XML markup."
2023-10-15 23:17:51 +00:00
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-win32.whl" , hash = "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-win_amd64.whl" , hash = "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-win32.whl" , hash = "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl" , hash = "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-win32.whl" , hash = "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl" , hash = "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-win32.whl" , hash = "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-win32.whl" , hash = "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-win_amd64.whl" , hash = "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-win32.whl" , hash = "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl" , hash = "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5" } ,
{ file = "MarkupSafe-2.1.5.tar.gz" , hash = "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b" } ,
2023-01-16 17:27:44 +00:00
]
[ [ package ] ]
name = "marshmallow"
2024-06-23 16:35:03 +00:00
version = "3.21.3"
2023-01-16 17:27:44 +00:00
description = "A lightweight library for converting complex datatypes to and from native Python datatypes."
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "marshmallow-3.21.3-py3-none-any.whl" , hash = "sha256:86ce7fb914aa865001a4b2092c4c2872d13bc347f3d42673272cabfdbad386f1" } ,
{ file = "marshmallow-3.21.3.tar.gz" , hash = "sha256:4f57c5e050a54d66361e826f94fba213eb10b67b2fdb02c3e0343ce207ba1662" } ,
2023-01-16 17:27:44 +00:00
]
2023-02-10 17:01:34 +00:00
[ package . dependencies ]
packaging = ">=17.0"
2023-01-16 17:27:44 +00:00
[ package . extras ]
2024-06-23 16:35:03 +00:00
dev = [ "marshmallow[tests]" , "pre-commit (>=3.5,<4.0)" , "tox" ]
docs = [ "alabaster (==0.7.16)" , "autodocsumm (==0.2.12)" , "sphinx (==7.3.7)" , "sphinx-issues (==4.1.0)" , "sphinx-version-warning (==1.1.2)" ]
2023-01-16 17:27:44 +00:00
tests = [ "pytest" , "pytz" , "simplejson" ]
[ [ package ] ]
name = "marshmallow-polyfield"
2023-02-10 17:01:34 +00:00
version = "5.11"
2023-01-16 17:27:44 +00:00
description = "An unofficial extension to Marshmallow to allow for polymorphic fields"
optional = false
python-versions = ">=3.5"
files = [
2023-02-10 17:01:34 +00:00
{ file = "marshmallow-polyfield-5.11.tar.gz" , hash = "sha256:8075a9cc490da4af58b902b4a40a99882dd031adb7aaa96abd147a4fcd53415f" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
marshmallow = ">=3.0.0b10"
[ [ package ] ]
name = "mccabe"
version = "0.6.1"
description = "McCabe checker, plugin for flake8"
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
{ file = "mccabe-0.6.1-py2.py3-none-any.whl" , hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42" } ,
{ file = "mccabe-0.6.1.tar.gz" , hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" } ,
]
2021-06-17 23:36:29 +00:00
2024-01-22 02:08:38 +00:00
[ [ package ] ]
name = "mdurl"
version = "0.1.2"
description = "Markdown URL utilities"
optional = false
python-versions = ">=3.7"
files = [
{ file = "mdurl-0.1.2-py3-none-any.whl" , hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8" } ,
{ file = "mdurl-0.1.2.tar.gz" , hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" } ,
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "mistune"
version = "0.8.4"
description = "The fastest markdown parser in pure Python"
2023-10-15 23:17:51 +00:00
optional = false
2021-06-17 23:36:29 +00:00
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
{ file = "mistune-0.8.4-py2.py3-none-any.whl" , hash = "sha256:88a1051873018da288eee8538d476dffe1262495144b33ecb586c4ab266bb8d4" } ,
{ file = "mistune-0.8.4.tar.gz" , hash = "sha256:59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e" } ,
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "more-itertools"
2024-06-23 16:35:03 +00:00
version = "10.3.0"
2021-06-17 23:36:29 +00:00
description = "More routines for operating on iterables, beyond itertools"
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "more-itertools-10.3.0.tar.gz" , hash = "sha256:e5d93ef411224fbcef366a6e8ddc4c5781bc6359d43412a65dd5964e46111463" } ,
{ file = "more_itertools-10.3.0-py3-none-any.whl" , hash = "sha256:ea6a02e24a9161e51faad17a8782b92a0df82c12c1c8886fec7f0c3fa1a1b320" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "mypy"
2024-04-25 02:30:37 +00:00
version = "1.10.0"
2021-06-17 23:36:29 +00:00
description = "Optional static typing for Python"
optional = false
2023-08-25 04:08:33 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-04-25 02:30:37 +00:00
{ file = "mypy-1.10.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:da1cbf08fb3b851ab3b9523a884c232774008267b1f83371ace57f412fe308c2" } ,
{ file = "mypy-1.10.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:12b6bfc1b1a66095ab413160a6e520e1dc076a28f3e22f7fb25ba3b000b4ef99" } ,
{ file = "mypy-1.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9e36fb078cce9904c7989b9693e41cb9711e0600139ce3970c6ef814b6ebc2b2" } ,
{ file = "mypy-1.10.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:2b0695d605ddcd3eb2f736cd8b4e388288c21e7de85001e9f85df9187f2b50f9" } ,
{ file = "mypy-1.10.0-cp310-cp310-win_amd64.whl" , hash = "sha256:cd777b780312ddb135bceb9bc8722a73ec95e042f911cc279e2ec3c667076051" } ,
{ file = "mypy-1.10.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:3be66771aa5c97602f382230165b856c231d1277c511c9a8dd058be4784472e1" } ,
{ file = "mypy-1.10.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:8b2cbaca148d0754a54d44121b5825ae71868c7592a53b7292eeb0f3fdae95ee" } ,
{ file = "mypy-1.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1ec404a7cbe9fc0e92cb0e67f55ce0c025014e26d33e54d9e506a0f2d07fe5de" } ,
{ file = "mypy-1.10.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:e22e1527dc3d4aa94311d246b59e47f6455b8729f4968765ac1eacf9a4760bc7" } ,
{ file = "mypy-1.10.0-cp311-cp311-win_amd64.whl" , hash = "sha256:a87dbfa85971e8d59c9cc1fcf534efe664d8949e4c0b6b44e8ca548e746a8d53" } ,
{ file = "mypy-1.10.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:a781f6ad4bab20eef8b65174a57e5203f4be627b46291f4589879bf4e257b97b" } ,
{ file = "mypy-1.10.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:b808e12113505b97d9023b0b5e0c0705a90571c6feefc6f215c1df9381256e30" } ,
{ file = "mypy-1.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8f55583b12156c399dce2df7d16f8a5095291354f1e839c252ec6c0611e86e2e" } ,
{ file = "mypy-1.10.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:4cf18f9d0efa1b16478c4c129eabec36148032575391095f73cae2e722fcf9d5" } ,
{ file = "mypy-1.10.0-cp312-cp312-win_amd64.whl" , hash = "sha256:bc6ac273b23c6b82da3bb25f4136c4fd42665f17f2cd850771cb600bdd2ebeda" } ,
{ file = "mypy-1.10.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:9fd50226364cd2737351c79807775136b0abe084433b55b2e29181a4c3c878c0" } ,
{ file = "mypy-1.10.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:f90cff89eea89273727d8783fef5d4a934be2fdca11b47def50cf5d311aff727" } ,
{ file = "mypy-1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fcfc70599efde5c67862a07a1aaf50e55bce629ace26bb19dc17cece5dd31ca4" } ,
{ file = "mypy-1.10.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:075cbf81f3e134eadaf247de187bd604748171d6b79736fa9b6c9685b4083061" } ,
{ file = "mypy-1.10.0-cp38-cp38-win_amd64.whl" , hash = "sha256:3f298531bca95ff615b6e9f2fc0333aae27fa48052903a0ac90215021cdcfa4f" } ,
{ file = "mypy-1.10.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:fa7ef5244615a2523b56c034becde4e9e3f9b034854c93639adb667ec9ec2976" } ,
{ file = "mypy-1.10.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:3236a4c8f535a0631f85f5fcdffba71c7feeef76a6002fcba7c1a8e57c8be1ec" } ,
{ file = "mypy-1.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4a2b5cdbb5dd35aa08ea9114436e0d79aceb2f38e32c21684dcf8e24e1e92821" } ,
{ file = "mypy-1.10.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:92f93b21c0fe73dc00abf91022234c79d793318b8a96faac147cd579c1671746" } ,
{ file = "mypy-1.10.0-cp39-cp39-win_amd64.whl" , hash = "sha256:28d0e038361b45f099cc086d9dd99c15ff14d0188f44ac883010e172ce86c38a" } ,
{ file = "mypy-1.10.0-py3-none-any.whl" , hash = "sha256:f8c083976eb530019175aabadb60921e73b4f45736760826aa1689dda8208aee" } ,
{ file = "mypy-1.10.0.tar.gz" , hash = "sha256:3d087fcbec056c4ee34974da493a826ce316947485cef3901f511848e687c131" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2023-03-07 03:01:07 +00:00
mypy-extensions = ">=1.0.0"
2022-04-28 02:26:36 +00:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
2023-06-26 02:59:11 +00:00
typing-extensions = ">=4.1.0"
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-08-22 02:22:03 +00:00
dmypy = [ "psutil (>=4.0)" ]
2022-11-09 18:23:36 +00:00
install-types = [ "pip" ]
2023-11-24 02:33:02 +00:00
mypyc = [ "setuptools (>=50)" ]
2022-09-01 14:08:04 +00:00
reports = [ "lxml" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "mypy-extensions"
2023-02-10 17:01:34 +00:00
version = "1.0.0"
description = "Type system extensions for programs checked with the mypy type checker."
2021-06-17 23:36:29 +00:00
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.5"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "mypy_extensions-1.0.0-py3-none-any.whl" , hash = "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d" } ,
{ file = "mypy_extensions-1.0.0.tar.gz" , hash = "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "nitpick"
2024-01-10 18:25:53 +00:00
version = "0.35.0"
2021-10-29 04:49:31 +00:00
description = "Enforce the same settings across multiple language-independent projects"
2021-06-17 23:36:29 +00:00
optional = false
2023-08-25 03:53:06 +00:00
python-versions = ">=3.8,<4.0"
2023-01-16 17:27:44 +00:00
files = [
2024-01-10 18:25:53 +00:00
{ file = "nitpick-0.35.0-py3-none-any.whl" , hash = "sha256:9911d32c2d488b41914aa1a6d230531fa92bbe3d6610e4a468a5cb5e30fab907" } ,
{ file = "nitpick-0.35.0.tar.gz" , hash = "sha256:098167a4c65655aca52c0ea3876b1e71cf634a27d0e17b971bce9bfcc1f3febe" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2022-01-17 23:40:40 +00:00
attrs = ">=20.1.0"
2021-06-17 23:36:29 +00:00
autorepr = "*"
click = "*"
ConfigUpdater = "*"
dictdiffer = "*"
2022-01-17 23:40:40 +00:00
dpath = "*"
2021-06-17 23:36:29 +00:00
flake8 = ">=3.0.0"
2022-01-17 23:40:40 +00:00
flatten-dict = "*"
2022-04-01 03:01:38 +00:00
furl = "*"
2024-01-10 18:25:53 +00:00
gitignore_parser = "*"
2021-06-17 23:36:29 +00:00
identify = "*"
2023-08-25 03:53:06 +00:00
importlib-resources = { version = "*" , markers = "python_version >= \"3.8\" and python_version < \"3.9\"" }
2021-06-17 23:36:29 +00:00
jmespath = "*"
loguru = "*"
marshmallow = ">=3.0.0b10"
marshmallow-polyfield = ">=5.10,<6.0"
more-itertools = "*"
2024-01-10 18:25:53 +00:00
packaging = "*"
2021-06-17 23:36:29 +00:00
pluggy = "*"
python-slugify = "*"
requests = "*"
2023-03-30 03:00:16 +00:00
requests-cache = ">=1.0.0"
2021-06-17 23:36:29 +00:00
"ruamel.yaml" = "*"
sortedcontainers = "*"
2022-04-01 03:01:38 +00:00
StrEnum = "*"
2021-06-17 23:36:29 +00:00
toml = "*"
2022-01-14 04:24:20 +00:00
tomlkit = ">=0.8.0"
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-09-05 13:02:12 +00:00
doc = [ "sphinx" , "sphinx-gitref" , "sphinx_rtd_theme" , "sphobjinv" ]
2021-06-17 23:36:29 +00:00
lint = [ "pylint" ]
2022-09-01 14:08:04 +00:00
test = [ "freezegun" , "pytest" , "pytest-cov" , "pytest-datadir" , "pytest-socket" , "pytest-testmon" , "pytest-watch" , "responses" , "testfixtures" ]
2022-04-01 03:01:38 +00:00
[ [ package ] ]
name = "orderedmultidict"
version = "1.0.1"
description = "Ordered Multivalue Dictionary"
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
{ file = "orderedmultidict-1.0.1-py2.py3-none-any.whl" , hash = "sha256:43c839a17ee3cdd62234c47deca1a8508a3f2ca1d0678a3bf791c87cf84adbf3" } ,
{ file = "orderedmultidict-1.0.1.tar.gz" , hash = "sha256:04070bbb5e87291cc9bfa51df413677faf2141c73c61d2a5f7b26bea3cd882ad" } ,
]
2022-04-01 03:01:38 +00:00
[ package . dependencies ]
six = ">=1.8.0"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "packaging"
2024-06-23 16:35:03 +00:00
version = "24.1"
2021-06-17 23:36:29 +00:00
description = "Core utilities for Python packages"
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "packaging-24.1-py3-none-any.whl" , hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124" } ,
{ file = "packaging-24.1.tar.gz" , hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pathspec"
2024-06-23 16:35:03 +00:00
version = "0.12.1"
2021-06-17 23:36:29 +00:00
description = "Utility library for gitignore style pattern matching of file paths."
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "pathspec-0.12.1-py3-none-any.whl" , hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08" } ,
{ file = "pathspec-0.12.1.tar.gz" , hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pbr"
2024-06-23 16:35:03 +00:00
version = "6.0.0"
2021-06-17 23:36:29 +00:00
description = "Python Build Reasonableness"
optional = false
python-versions = ">=2.6"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "pbr-6.0.0-py2.py3-none-any.whl" , hash = "sha256:4a7317d5e3b17a3dccb6a8cfe67dab65b20551404c52c8ed41279fa4f0cb4cda" } ,
{ file = "pbr-6.0.0.tar.gz" , hash = "sha256:d1377122a5a00e2f940ee482999518efe16d745d423a670c27773dfbc3c9a7d9" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pep8-naming"
2022-09-29 18:43:55 +00:00
version = "0.13.2"
2021-06-17 23:36:29 +00:00
description = "Check PEP-8 naming conventions, plugin for flake8"
optional = false
2022-09-29 18:43:55 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
{ file = "pep8-naming-0.13.2.tar.gz" , hash = "sha256:93eef62f525fd12a6f8c98f4dcc17fa70baae2f37fa1f73bec00e3e44392fa48" } ,
{ file = "pep8_naming-0.13.2-py3-none-any.whl" , hash = "sha256:59e29e55c478db69cffbe14ab24b5bd2cd615c0413edf790d47d3fb7ba9a4e23" } ,
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2021-12-19 04:25:44 +00:00
flake8 = ">=3.9.1"
2021-06-17 23:36:29 +00:00
2021-10-31 02:12:17 +00:00
[ [ package ] ]
name = "platformdirs"
2024-06-23 16:35:03 +00:00
version = "4.2.2"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`."
2021-10-31 02:12:17 +00:00
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "platformdirs-4.2.2-py3-none-any.whl" , hash = "sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee" } ,
{ file = "platformdirs-4.2.2.tar.gz" , hash = "sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3" } ,
2023-01-16 17:27:44 +00:00
]
2021-10-31 02:12:17 +00:00
[ package . extras ]
2024-06-23 16:35:03 +00:00
docs = [ "furo (>=2023.9.10)" , "proselint (>=0.13)" , "sphinx (>=7.2.6)" , "sphinx-autodoc-typehints (>=1.25.2)" ]
test = [ "appdirs (==1.4.4)" , "covdefaults (>=2.3)" , "pytest (>=7.4.3)" , "pytest-cov (>=4.1)" , "pytest-mock (>=3.12)" ]
type = [ "mypy (>=1.8)" ]
2021-10-31 02:12:17 +00:00
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pluggy"
2024-04-29 02:17:20 +00:00
version = "1.5.0"
2021-06-17 23:36:29 +00:00
description = "plugin and hook calling mechanisms for python"
optional = false
2024-02-12 19:57:59 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-04-29 02:17:20 +00:00
{ file = "pluggy-1.5.0-py3-none-any.whl" , hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669" } ,
{ file = "pluggy-1.5.0.tar.gz" , hash = "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-09-01 14:08:04 +00:00
dev = [ "pre-commit" , "tox" ]
testing = [ "pytest" , "pytest-benchmark" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pycodestyle"
2023-02-10 17:01:34 +00:00
version = "2.8.0"
2021-06-17 23:36:29 +00:00
description = "Python style guide checker"
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "pycodestyle-2.8.0-py2.py3-none-any.whl" , hash = "sha256:720f8b39dde8b293825e7ff02c475f3077124006db4f440dcbc9a20b76548a20" } ,
{ file = "pycodestyle-2.8.0.tar.gz" , hash = "sha256:eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
2024-01-22 02:08:38 +00:00
[ [ package ] ]
name = "pycparser"
2024-06-23 16:35:03 +00:00
version = "2.22"
2024-01-22 02:08:38 +00:00
description = "C parser in Python"
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2024-01-22 02:08:38 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "pycparser-2.22-py3-none-any.whl" , hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc" } ,
{ file = "pycparser-2.22.tar.gz" , hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6" } ,
2024-01-22 02:08:38 +00:00
]
[ [ package ] ]
name = "pydantic"
2024-06-23 16:35:03 +00:00
version = "2.7.4"
description = "Data validation using Python type hints"
2024-01-22 02:08:38 +00:00
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2024-01-22 02:08:38 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "pydantic-2.7.4-py3-none-any.whl" , hash = "sha256:ee8538d41ccb9c0a9ad3e0e5f07bf15ed8015b481ced539a1759d8cc89ae90d0" } ,
{ file = "pydantic-2.7.4.tar.gz" , hash = "sha256:0c84efd9548d545f63ac0060c1e4d39bb9b14db8b3c0652338aecc07b5adec52" } ,
]
[ package . dependencies ]
annotated-types = ">=0.4.0"
pydantic-core = "2.18.4"
typing-extensions = ">=4.6.1"
2024-01-22 02:08:38 +00:00
[ package . extras ]
2024-06-23 16:35:03 +00:00
email = [ "email-validator (>=2.0.0)" ]
[ [ package ] ]
name = "pydantic-core"
version = "2.18.4"
description = "Core functionality for Pydantic validation and serialization"
optional = false
python-versions = ">=3.8"
files = [
{ file = "pydantic_core-2.18.4-cp310-cp310-macosx_10_12_x86_64.whl" , hash = "sha256:f76d0ad001edd426b92233d45c746fd08f467d56100fd8f30e9ace4b005266e4" } ,
{ file = "pydantic_core-2.18.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:59ff3e89f4eaf14050c8022011862df275b552caef8082e37b542b066ce1ff26" } ,
{ file = "pydantic_core-2.18.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a55b5b16c839df1070bc113c1f7f94a0af4433fcfa1b41799ce7606e5c79ce0a" } ,
{ file = "pydantic_core-2.18.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:4d0dcc59664fcb8974b356fe0a18a672d6d7cf9f54746c05f43275fc48636851" } ,
{ file = "pydantic_core-2.18.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8951eee36c57cd128f779e641e21eb40bc5073eb28b2d23f33eb0ef14ffb3f5d" } ,
{ file = "pydantic_core-2.18.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:4701b19f7e3a06ea655513f7938de6f108123bf7c86bbebb1196eb9bd35cf724" } ,
{ file = "pydantic_core-2.18.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e00a3f196329e08e43d99b79b286d60ce46bed10f2280d25a1718399457e06be" } ,
{ file = "pydantic_core-2.18.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:97736815b9cc893b2b7f663628e63f436018b75f44854c8027040e05230eeddb" } ,
{ file = "pydantic_core-2.18.4-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:6891a2ae0e8692679c07728819b6e2b822fb30ca7445f67bbf6509b25a96332c" } ,
{ file = "pydantic_core-2.18.4-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:bc4ff9805858bd54d1a20efff925ccd89c9d2e7cf4986144b30802bf78091c3e" } ,
{ file = "pydantic_core-2.18.4-cp310-none-win32.whl" , hash = "sha256:1b4de2e51bbcb61fdebd0ab86ef28062704f62c82bbf4addc4e37fa4b00b7cbc" } ,
{ file = "pydantic_core-2.18.4-cp310-none-win_amd64.whl" , hash = "sha256:6a750aec7bf431517a9fd78cb93c97b9b0c496090fee84a47a0d23668976b4b0" } ,
{ file = "pydantic_core-2.18.4-cp311-cp311-macosx_10_12_x86_64.whl" , hash = "sha256:942ba11e7dfb66dc70f9ae66b33452f51ac7bb90676da39a7345e99ffb55402d" } ,
{ file = "pydantic_core-2.18.4-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:b2ebef0e0b4454320274f5e83a41844c63438fdc874ea40a8b5b4ecb7693f1c4" } ,
{ file = "pydantic_core-2.18.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a642295cd0c8df1b86fc3dced1d067874c353a188dc8e0f744626d49e9aa51c4" } ,
{ file = "pydantic_core-2.18.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:5f09baa656c904807e832cf9cce799c6460c450c4ad80803517032da0cd062e2" } ,
{ file = "pydantic_core-2.18.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:98906207f29bc2c459ff64fa007afd10a8c8ac080f7e4d5beff4c97086a3dabd" } ,
{ file = "pydantic_core-2.18.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:19894b95aacfa98e7cb093cd7881a0c76f55731efad31073db4521e2b6ff5b7d" } ,
{ file = "pydantic_core-2.18.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0fbbdc827fe5e42e4d196c746b890b3d72876bdbf160b0eafe9f0334525119c8" } ,
{ file = "pydantic_core-2.18.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:f85d05aa0918283cf29a30b547b4df2fbb56b45b135f9e35b6807cb28bc47951" } ,
{ file = "pydantic_core-2.18.4-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:e85637bc8fe81ddb73fda9e56bab24560bdddfa98aa64f87aaa4e4b6730c23d2" } ,
{ file = "pydantic_core-2.18.4-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:2f5966897e5461f818e136b8451d0551a2e77259eb0f73a837027b47dc95dab9" } ,
{ file = "pydantic_core-2.18.4-cp311-none-win32.whl" , hash = "sha256:44c7486a4228413c317952e9d89598bcdfb06399735e49e0f8df643e1ccd0558" } ,
{ file = "pydantic_core-2.18.4-cp311-none-win_amd64.whl" , hash = "sha256:8a7164fe2005d03c64fd3b85649891cd4953a8de53107940bf272500ba8a788b" } ,
{ file = "pydantic_core-2.18.4-cp311-none-win_arm64.whl" , hash = "sha256:4e99bc050fe65c450344421017f98298a97cefc18c53bb2f7b3531eb39bc7805" } ,
{ file = "pydantic_core-2.18.4-cp312-cp312-macosx_10_12_x86_64.whl" , hash = "sha256:6f5c4d41b2771c730ea1c34e458e781b18cc668d194958e0112455fff4e402b2" } ,
{ file = "pydantic_core-2.18.4-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:2fdf2156aa3d017fddf8aea5adfba9f777db1d6022d392b682d2a8329e087cef" } ,
{ file = "pydantic_core-2.18.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4748321b5078216070b151d5271ef3e7cc905ab170bbfd27d5c83ee3ec436695" } ,
{ file = "pydantic_core-2.18.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:847a35c4d58721c5dc3dba599878ebbdfd96784f3fb8bb2c356e123bdcd73f34" } ,
{ file = "pydantic_core-2.18.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3c40d4eaad41f78e3bbda31b89edc46a3f3dc6e171bf0ecf097ff7a0ffff7cb1" } ,
{ file = "pydantic_core-2.18.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:21a5e440dbe315ab9825fcd459b8814bb92b27c974cbc23c3e8baa2b76890077" } ,
{ file = "pydantic_core-2.18.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:01dd777215e2aa86dfd664daed5957704b769e726626393438f9c87690ce78c3" } ,
{ file = "pydantic_core-2.18.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:4b06beb3b3f1479d32befd1f3079cc47b34fa2da62457cdf6c963393340b56e9" } ,
{ file = "pydantic_core-2.18.4-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:564d7922e4b13a16b98772441879fcdcbe82ff50daa622d681dd682175ea918c" } ,
{ file = "pydantic_core-2.18.4-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:0eb2a4f660fcd8e2b1c90ad566db2b98d7f3f4717c64fe0a83e0adb39766d5b8" } ,
{ file = "pydantic_core-2.18.4-cp312-none-win32.whl" , hash = "sha256:8b8bab4c97248095ae0c4455b5a1cd1cdd96e4e4769306ab19dda135ea4cdb07" } ,
{ file = "pydantic_core-2.18.4-cp312-none-win_amd64.whl" , hash = "sha256:14601cdb733d741b8958224030e2bfe21a4a881fb3dd6fbb21f071cabd48fa0a" } ,
{ file = "pydantic_core-2.18.4-cp312-none-win_arm64.whl" , hash = "sha256:c1322d7dd74713dcc157a2b7898a564ab091ca6c58302d5c7b4c07296e3fd00f" } ,
{ file = "pydantic_core-2.18.4-cp38-cp38-macosx_10_12_x86_64.whl" , hash = "sha256:823be1deb01793da05ecb0484d6c9e20baebb39bd42b5d72636ae9cf8350dbd2" } ,
{ file = "pydantic_core-2.18.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:ebef0dd9bf9b812bf75bda96743f2a6c5734a02092ae7f721c048d156d5fabae" } ,
{ file = "pydantic_core-2.18.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ae1d6df168efb88d7d522664693607b80b4080be6750c913eefb77e34c12c71a" } ,
{ file = "pydantic_core-2.18.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:f9899c94762343f2cc2fc64c13e7cae4c3cc65cdfc87dd810a31654c9b7358cc" } ,
{ file = "pydantic_core-2.18.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:99457f184ad90235cfe8461c4d70ab7dd2680e28821c29eca00252ba90308c78" } ,
{ file = "pydantic_core-2.18.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:18f469a3d2a2fdafe99296a87e8a4c37748b5080a26b806a707f25a902c040a8" } ,
{ file = "pydantic_core-2.18.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b7cdf28938ac6b8b49ae5e92f2735056a7ba99c9b110a474473fd71185c1af5d" } ,
{ file = "pydantic_core-2.18.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:938cb21650855054dc54dfd9120a851c974f95450f00683399006aa6e8abb057" } ,
{ file = "pydantic_core-2.18.4-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:44cd83ab6a51da80fb5adbd9560e26018e2ac7826f9626bc06ca3dc074cd198b" } ,
{ file = "pydantic_core-2.18.4-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:972658f4a72d02b8abfa2581d92d59f59897d2e9f7e708fdabe922f9087773af" } ,
{ file = "pydantic_core-2.18.4-cp38-none-win32.whl" , hash = "sha256:1d886dc848e60cb7666f771e406acae54ab279b9f1e4143babc9c2258213daa2" } ,
{ file = "pydantic_core-2.18.4-cp38-none-win_amd64.whl" , hash = "sha256:bb4462bd43c2460774914b8525f79b00f8f407c945d50881568f294c1d9b4443" } ,
{ file = "pydantic_core-2.18.4-cp39-cp39-macosx_10_12_x86_64.whl" , hash = "sha256:44a688331d4a4e2129140a8118479443bd6f1905231138971372fcde37e43528" } ,
{ file = "pydantic_core-2.18.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:a2fdd81edd64342c85ac7cf2753ccae0b79bf2dfa063785503cb85a7d3593223" } ,
{ file = "pydantic_core-2.18.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:86110d7e1907ab36691f80b33eb2da87d780f4739ae773e5fc83fb272f88825f" } ,
{ file = "pydantic_core-2.18.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:46387e38bd641b3ee5ce247563b60c5ca098da9c56c75c157a05eaa0933ed154" } ,
{ file = "pydantic_core-2.18.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:123c3cec203e3f5ac7b000bd82235f1a3eced8665b63d18be751f115588fea30" } ,
{ file = "pydantic_core-2.18.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:dc1803ac5c32ec324c5261c7209e8f8ce88e83254c4e1aebdc8b0a39f9ddb443" } ,
{ file = "pydantic_core-2.18.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:53db086f9f6ab2b4061958d9c276d1dbe3690e8dd727d6abf2321d6cce37fa94" } ,
{ file = "pydantic_core-2.18.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:abc267fa9837245cc28ea6929f19fa335f3dc330a35d2e45509b6566dc18be23" } ,
{ file = "pydantic_core-2.18.4-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:a0d829524aaefdebccb869eed855e2d04c21d2d7479b6cada7ace5448416597b" } ,
{ file = "pydantic_core-2.18.4-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:509daade3b8649f80d4e5ff21aa5673e4ebe58590b25fe42fac5f0f52c6f034a" } ,
{ file = "pydantic_core-2.18.4-cp39-none-win32.whl" , hash = "sha256:ca26a1e73c48cfc54c4a76ff78df3727b9d9f4ccc8dbee4ae3f73306a591676d" } ,
{ file = "pydantic_core-2.18.4-cp39-none-win_amd64.whl" , hash = "sha256:c67598100338d5d985db1b3d21f3619ef392e185e71b8d52bceacc4a7771ea7e" } ,
{ file = "pydantic_core-2.18.4-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:574d92eac874f7f4db0ca653514d823a0d22e2354359d0759e3f6a406db5d55d" } ,
{ file = "pydantic_core-2.18.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:1f4d26ceb5eb9eed4af91bebeae4b06c3fb28966ca3a8fb765208cf6b51102ab" } ,
{ file = "pydantic_core-2.18.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77450e6d20016ec41f43ca4a6c63e9fdde03f0ae3fe90e7c27bdbeaece8b1ed4" } ,
{ file = "pydantic_core-2.18.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d323a01da91851a4f17bf592faf46149c9169d68430b3146dcba2bb5e5719abc" } ,
{ file = "pydantic_core-2.18.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:43d447dd2ae072a0065389092a231283f62d960030ecd27565672bd40746c507" } ,
{ file = "pydantic_core-2.18.4-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl" , hash = "sha256:578e24f761f3b425834f297b9935e1ce2e30f51400964ce4801002435a1b41ef" } ,
{ file = "pydantic_core-2.18.4-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl" , hash = "sha256:81b5efb2f126454586d0f40c4d834010979cb80785173d1586df845a632e4e6d" } ,
{ file = "pydantic_core-2.18.4-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:ab86ce7c8f9bea87b9d12c7f0af71102acbf5ecbc66c17796cff45dae54ef9a5" } ,
{ file = "pydantic_core-2.18.4-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:90afc12421df2b1b4dcc975f814e21bc1754640d502a2fbcc6d41e77af5ec312" } ,
{ file = "pydantic_core-2.18.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:51991a89639a912c17bef4b45c87bd83593aee0437d8102556af4885811d59f5" } ,
{ file = "pydantic_core-2.18.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:293afe532740370aba8c060882f7d26cfd00c94cae32fd2e212a3a6e3b7bc15e" } ,
{ file = "pydantic_core-2.18.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b48ece5bde2e768197a2d0f6e925f9d7e3e826f0ad2271120f8144a9db18d5c8" } ,
{ file = "pydantic_core-2.18.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:eae237477a873ab46e8dd748e515c72c0c804fb380fbe6c85533c7de51f23a8f" } ,
{ file = "pydantic_core-2.18.4-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl" , hash = "sha256:834b5230b5dfc0c1ec37b2fda433b271cbbc0e507560b5d1588e2cc1148cf1ce" } ,
{ file = "pydantic_core-2.18.4-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl" , hash = "sha256:e858ac0a25074ba4bce653f9b5d0a85b7456eaddadc0ce82d3878c22489fa4ee" } ,
{ file = "pydantic_core-2.18.4-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:2fd41f6eff4c20778d717af1cc50eca52f5afe7805ee530a4fbd0bae284f16e9" } ,
{ file = "pydantic_core-2.18.4.tar.gz" , hash = "sha256:ec3beeada09ff865c344ff3bc2f427f5e6c26401cc6113d77e372c3fdac73864" } ,
]
[ package . dependencies ]
typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0"
2024-01-22 02:08:38 +00:00
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pydocstyle"
2023-02-10 17:01:34 +00:00
version = "6.3.0"
2021-06-17 23:36:29 +00:00
description = "Python docstring style checker"
optional = false
python-versions = ">=3.6"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "pydocstyle-6.3.0-py3-none-any.whl" , hash = "sha256:118762d452a49d6b05e194ef344a55822987a462831ade91ec5c06fd2169d019" } ,
{ file = "pydocstyle-6.3.0.tar.gz" , hash = "sha256:7ce43f0c0ac87b07494eb9c0b462c0b73e6ff276807f204d6b53edc72b7e44e1" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2023-02-10 17:01:34 +00:00
snowballstemmer = ">=2.2.0"
2021-06-17 23:36:29 +00:00
[ package . extras ]
2023-02-10 17:01:34 +00:00
toml = [ "tomli (>=1.2.3)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pyflakes"
2023-02-10 17:01:34 +00:00
version = "2.4.0"
2021-06-17 23:36:29 +00:00
description = "passive checker of Python programs"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "pyflakes-2.4.0-py2.py3-none-any.whl" , hash = "sha256:3bb3a3f256f4b7968c9c788781e4ff07dce46bdf12339dcda61053375426ee2e" } ,
{ file = "pyflakes-2.4.0.tar.gz" , hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
2023-02-10 17:01:34 +00:00
name = "pygments"
2024-06-23 16:35:03 +00:00
version = "2.18.0"
2021-06-17 23:36:29 +00:00
description = "Pygments is a syntax highlighting package written in Python."
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "pygments-2.18.0-py3-none-any.whl" , hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a" } ,
{ file = "pygments-2.18.0.tar.gz" , hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199" } ,
2023-01-16 17:27:44 +00:00
]
2022-09-29 19:00:06 +00:00
[ package . extras ]
2024-06-23 16:35:03 +00:00
windows-terminal = [ "colorama (>=0.4.6)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pytest"
2024-06-05 02:29:47 +00:00
version = "8.2.2"
2021-06-17 23:36:29 +00:00
description = "pytest: simple powerful testing with Python"
optional = false
2024-02-12 19:57:59 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-05 02:29:47 +00:00
{ file = "pytest-8.2.2-py3-none-any.whl" , hash = "sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343" } ,
{ file = "pytest-8.2.2.tar.gz" , hash = "sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2023-10-30 17:30:46 +00:00
exceptiongroup = { version = ">=1.0.0rc8" , markers = "python_version < \"3.11\"" }
2021-06-17 23:36:29 +00:00
iniconfig = "*"
packaging = "*"
2024-04-29 02:17:20 +00:00
pluggy = ">=1.5,<2.0"
2024-03-11 02:49:00 +00:00
tomli = { version = ">=1" , markers = "python_version < \"3.11\"" }
2021-06-17 23:36:29 +00:00
[ package . extras ]
2024-04-29 02:17:20 +00:00
dev = [ "argcomplete" , "attrs (>=19.2)" , "hypothesis (>=3.56)" , "mock" , "pygments (>=2.7.2)" , "requests" , "setuptools" , "xmlschema" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pytest-cov"
2024-03-25 02:34:10 +00:00
version = "5.0.0"
2021-06-17 23:36:29 +00:00
description = "Pytest plugin for measuring coverage."
optional = false
2024-03-25 02:34:10 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-03-25 02:34:10 +00:00
{ file = "pytest-cov-5.0.0.tar.gz" , hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857" } ,
{ file = "pytest_cov-5.0.0-py3-none-any.whl" , hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2021-10-29 03:00:55 +00:00
coverage = { version = ">=5.2.1" , extras = [ "toml" ] }
2021-06-17 23:36:29 +00:00
pytest = ">=4.6"
[ package . extras ]
2024-03-25 02:34:10 +00:00
testing = [ "fields" , "hunter" , "process-tests" , "pytest-xdist" , "virtualenv" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pytest-django"
2024-01-31 02:39:39 +00:00
version = "4.8.0"
2021-06-17 23:36:29 +00:00
description = "A Django plugin for pytest."
optional = false
2023-10-31 02:12:57 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-01-31 02:39:39 +00:00
{ file = "pytest-django-4.8.0.tar.gz" , hash = "sha256:5d054fe011c56f3b10f978f41a8efb2e5adfc7e680ef36fb571ada1f24779d90" } ,
{ file = "pytest_django-4.8.0-py3-none-any.whl" , hash = "sha256:ca1ddd1e0e4c227cf9e3e40a6afc6d106b3e70868fd2ac5798a22501271cd0c7" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2023-10-31 02:12:57 +00:00
pytest = ">=7.0.0"
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-09-01 14:08:04 +00:00
docs = [ "sphinx" , "sphinx-rtd-theme" ]
2022-09-05 13:02:12 +00:00
testing = [ "Django" , "django-configurations (>=2.0)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pytest-randomly"
2023-08-25 03:44:06 +00:00
version = "3.15.0"
2021-06-17 23:36:29 +00:00
description = "Pytest plugin to randomly order tests and control random.seed."
optional = false
2023-07-14 02:44:54 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2023-08-25 03:44:06 +00:00
{ file = "pytest_randomly-3.15.0-py3-none-any.whl" , hash = "sha256:0516f4344b29f4e9cdae8bce31c4aeebf59d0b9ef05927c33354ff3859eeeca6" } ,
{ file = "pytest_randomly-3.15.0.tar.gz" , hash = "sha256:b908529648667ba5e54723088edd6f82252f540cc340d748d1fa985539687047" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2021-10-31 02:18:33 +00:00
importlib-metadata = { version = ">=3.6.0" , markers = "python_version < \"3.10\"" }
2021-06-17 23:36:29 +00:00
pytest = "*"
[ [ package ] ]
name = "python-slugify"
2024-06-23 16:35:03 +00:00
version = "8.0.4"
2022-08-12 20:27:46 +00:00
description = "A Python slugify application that also handles Unicode"
2021-06-17 23:36:29 +00:00
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00: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-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
text-unidecode = ">=1.3"
[ package . extras ]
unidecode = [ "Unidecode (>=1.1.1)" ]
[ [ package ] ]
name = "pytz"
2024-06-23 16:35:03 +00:00
version = "2024.1"
2021-06-17 23:36:29 +00:00
description = "World timezone definitions, modern and historical"
2023-10-15 23:17:51 +00:00
optional = false
2021-06-17 23:36:29 +00:00
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "pytz-2024.1-py2.py3-none-any.whl" , hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319" } ,
{ file = "pytz-2024.1.tar.gz" , hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "pyyaml"
2024-01-10 18:24:14 +00:00
version = "6.0.1"
2021-06-17 23:36:29 +00:00
description = "YAML parser and emitter for Python"
optional = false
2021-12-19 04:25:44 +00:00
python-versions = ">=3.6"
2023-01-16 17:27:44 +00:00
files = [
2024-01-10 18:24:14 +00:00
{ file = "PyYAML-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-win32.whl" , hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl" , hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-win32.whl" , hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl" , hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-win32.whl" , hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl" , hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-win32.whl" , hash = "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-win32.whl" , hash = "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-win32.whl" , hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl" , hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-win32.whl" , hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl" , hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486" } ,
{ file = "PyYAML-6.0.1.tar.gz" , hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "requests"
2024-06-23 16:35:03 +00:00
version = "2.32.3"
2021-06-17 23:36:29 +00:00
description = "Python HTTP for Humans."
optional = false
2024-05-21 05:47:22 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "requests-2.32.3-py3-none-any.whl" , hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6" } ,
{ file = "requests-2.32.3.tar.gz" , hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2023-02-10 17:01:34 +00:00
charset-normalizer = ">=2,<4"
idna = ">=2.5,<4"
2023-05-23 06:14:04 +00:00
urllib3 = ">=1.21.1,<3"
2021-06-17 23:36:29 +00:00
[ package . extras ]
2023-02-10 17:01:34 +00:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" ]
use-chardet-on-py3 = [ "chardet (>=3.0.2,<6)" ]
2021-06-17 23:36:29 +00:00
2022-04-01 03:01:38 +00:00
[ [ package ] ]
name = "requests-cache"
2024-06-23 16:35:03 +00:00
version = "1.2.1"
2023-03-30 03:00:16 +00:00
description = "A persistent cache for python requests"
2022-04-01 03:01:38 +00:00
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "requests_cache-1.2.1-py3-none-any.whl" , hash = "sha256:1285151cddf5331067baa82598afe2d47c7495a1334bfe7a7d329b43e9fd3603" } ,
{ file = "requests_cache-1.2.1.tar.gz" , hash = "sha256:68abc986fdc5b8d0911318fbb5f7c80eebcd4d01bfacc6685ecf8876052511d1" } ,
2023-01-16 17:27:44 +00:00
]
2022-04-01 03:01:38 +00:00
[ package . dependencies ]
2023-02-10 17:01:34 +00:00
attrs = ">=21.2"
cattrs = ">=22.2"
2023-03-30 03:00:16 +00:00
platformdirs = ">=2.5"
2023-02-10 17:01:34 +00:00
requests = ">=2.22"
url-normalize = ">=1.4"
urllib3 = ">=1.25.5"
2022-04-01 03:01:38 +00:00
[ package . extras ]
2024-06-23 16:35:03 +00:00
all = [ "boto3 (>=1.15)" , "botocore (>=1.18)" , "itsdangerous (>=2.0)" , "pymongo (>=3)" , "pyyaml (>=6.0.1)" , "redis (>=3)" , "ujson (>=5.4)" ]
2022-08-22 02:22:03 +00:00
bson = [ "bson (>=0.5)" ]
2024-06-23 16:35:03 +00:00
docs = [ "furo (>=2023.3,<2024.0)" , "linkify-it-py (>=2.0,<3.0)" , "myst-parser (>=1.0,<2.0)" , "sphinx (>=5.0.2,<6.0.0)" , "sphinx-autodoc-typehints (>=1.19)" , "sphinx-automodapi (>=0.14)" , "sphinx-copybutton (>=0.5)" , "sphinx-design (>=0.2)" , "sphinx-notfound-page (>=0.8)" , "sphinxcontrib-apidoc (>=0.3)" , "sphinxext-opengraph (>=0.9)" ]
2023-02-10 17:01:34 +00:00
dynamodb = [ "boto3 (>=1.15)" , "botocore (>=1.18)" ]
2023-03-30 03:00:16 +00:00
json = [ "ujson (>=5.4)" ]
2023-02-10 17:01:34 +00:00
mongodb = [ "pymongo (>=3)" ]
redis = [ "redis (>=3)" ]
security = [ "itsdangerous (>=2.0)" ]
2024-06-23 16:35:03 +00:00
yaml = [ "pyyaml (>=6.0.1)" ]
2022-04-01 03:01:38 +00:00
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "restructuredtext-lint"
2023-02-10 17:01:34 +00:00
version = "1.4.0"
2021-06-17 23:36:29 +00:00
description = "reStructuredText linter"
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "restructuredtext_lint-1.4.0.tar.gz" , hash = "sha256:1b235c0c922341ab6c530390892eb9e92f90b9b75046063e047cacfb0f050c45" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
docutils = ">=0.11,<1.0"
2024-01-22 02:08:38 +00:00
[ [ package ] ]
name = "rich"
2024-06-23 16:35:03 +00:00
version = "13.7.1"
2024-01-22 02:08:38 +00:00
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
optional = false
python-versions = ">=3.7.0"
files = [
2024-06-23 16:35:03 +00:00
{ file = "rich-13.7.1-py3-none-any.whl" , hash = "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222" } ,
{ file = "rich-13.7.1.tar.gz" , hash = "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432" } ,
2024-01-22 02:08:38 +00:00
]
[ package . dependencies ]
markdown-it-py = ">=2.2.0"
pygments = ">=2.13.0,<3.0.0"
typing-extensions = { version = ">=4.0.0,<5.0" , markers = "python_version < \"3.9\"" }
[ package . extras ]
jupyter = [ "ipywidgets (>=7.5.1,<9)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
2023-02-10 17:01:34 +00:00
name = "ruamel-yaml"
2024-06-23 16:35:03 +00:00
version = "0.18.6"
2021-06-17 23:36:29 +00:00
description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "ruamel.yaml-0.18.6-py3-none-any.whl" , hash = "sha256:57b53ba33def16c4f3d807c0ccbc00f8a6081827e81ba2491691b76882d0c636" } ,
{ file = "ruamel.yaml-0.18.6.tar.gz" , hash = "sha256:8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2024-06-23 16:35:03 +00:00
"ruamel.yaml.clib" = { version = ">=0.2.7" , markers = "platform_python_implementation == \"CPython\" and python_version < \"3.13\"" }
2021-06-17 23:36:29 +00:00
[ package . extras ]
2024-06-23 16:35:03 +00:00
docs = [ "mercurial (>5.7)" , "ryd" ]
2021-06-17 23:36:29 +00:00
jinja2 = [ "ruamel.yaml.jinja2 (>=0.2)" ]
[ [ package ] ]
2023-02-10 17:01:34 +00:00
name = "ruamel-yaml-clib"
2024-06-23 16:35:03 +00:00
version = "0.2.8"
2021-06-17 23:36:29 +00:00
description = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml"
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.6"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "ruamel.yaml.clib-0.2.8-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:b42169467c42b692c19cf539c38d4602069d8c1505e97b86387fcf7afb766e1d" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp310-cp310-macosx_13_0_arm64.whl" , hash = "sha256:07238db9cbdf8fc1e9de2489a4f68474e70dffcb32232db7c08fa61ca0c7c462" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux2014_aarch64.whl" , hash = "sha256:d92f81886165cb14d7b067ef37e142256f1c6a90a65cd156b063a43da1708cfd" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:fff3573c2db359f091e1589c3d7c5fc2f86f5bdb6f24252c2d8e539d4e45f412" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:840f0c7f194986a63d2c2465ca63af8ccbbc90ab1c6001b1978f05119b5e7334" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:024cfe1fc7c7f4e1aff4a81e718109e13409767e4f871443cbff3dba3578203d" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp310-cp310-win32.whl" , hash = "sha256:c69212f63169ec1cfc9bb44723bf2917cbbd8f6191a00ef3410f5a7fe300722d" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp310-cp310-win_amd64.whl" , hash = "sha256:cabddb8d8ead485e255fe80429f833172b4cadf99274db39abc080e068cbcc31" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:bef08cd86169d9eafb3ccb0a39edb11d8e25f3dae2b28f5c52fd997521133069" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp311-cp311-macosx_13_0_arm64.whl" , hash = "sha256:b16420e621d26fdfa949a8b4b47ade8810c56002f5389970db4ddda51dbff248" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux2014_aarch64.whl" , hash = "sha256:b5edda50e5e9e15e54a6a8a0070302b00c518a9d32accc2346ad6c984aacd279" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:25c515e350e5b739842fc3228d662413ef28f295791af5e5110b543cf0b57d9b" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:46d378daaac94f454b3a0e3d8d78cafd78a026b1d71443f4966c696b48a6d899" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:09b055c05697b38ecacb7ac50bdab2240bfca1a0c4872b0fd309bb07dc9aa3a9" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp311-cp311-win32.whl" , hash = "sha256:53a300ed9cea38cf5a2a9b069058137c2ca1ce658a874b79baceb8f892f915a7" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp311-cp311-win_amd64.whl" , hash = "sha256:c2a72e9109ea74e511e29032f3b670835f8a59bbdc9ce692c5b4ed91ccf1eedb" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:ebc06178e8821efc9692ea7544aa5644217358490145629914d8020042c24aa1" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp312-cp312-macosx_13_0_arm64.whl" , hash = "sha256:edaef1c1200c4b4cb914583150dcaa3bc30e592e907c01117c08b13a07255ec2" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp312-cp312-manylinux2014_aarch64.whl" , hash = "sha256:7048c338b6c86627afb27faecf418768acb6331fc24cfa56c93e8c9780f815fa" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:d176b57452ab5b7028ac47e7b3cf644bcfdc8cacfecf7e71759f7f51a59e5c92" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:3213ece08ea033eb159ac52ae052a4899b56ecc124bb80020d9bbceeb50258e9" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:aab7fd643f71d7946f2ee58cc88c9b7bfc97debd71dcc93e03e2d174628e7e2d" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp312-cp312-win32.whl" , hash = "sha256:5c365d91c88390c8d0a8545df0b5857172824b1c604e867161e6b3d59a827eaa" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp312-cp312-win_amd64.whl" , hash = "sha256:1758ce7d8e1a29d23de54a16ae867abd370f01b5a69e1a3ba75223eaa3ca1a1b" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:a5aa27bad2bb83670b71683aae140a1f52b0857a2deff56ad3f6c13a017a26ed" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:c58ecd827313af6864893e7af0a3bb85fd529f862b6adbefe14643947cfe2942" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-macosx_12_0_arm64.whl" , hash = "sha256:f481f16baec5290e45aebdc2a5168ebc6d35189ae6fea7a58787613a25f6e875" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:3fcc54cb0c8b811ff66082de1680b4b14cf8a81dce0d4fbf665c2265a81e07a1" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:7f67a1ee819dc4562d444bbafb135832b0b909f81cc90f7aa00260968c9ca1b3" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:4ecbf9c3e19f9562c7fdd462e8d18dd902a47ca046a2e64dba80699f0b6c09b7" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:87ea5ff66d8064301a154b3933ae406b0863402a799b16e4a1d24d9fbbcbe0d3" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-win32.whl" , hash = "sha256:75e1ed13e1f9de23c5607fe6bd1aeaae21e523b32d83bb33918245361e9cc51b" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-win_amd64.whl" , hash = "sha256:3f215c5daf6a9d7bbed4a0a4f760f3113b10e82ff4c5c44bec20a68c8014f675" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:1b617618914cb00bf5c34d4357c37aa15183fa229b24767259657746c9077615" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp38-cp38-macosx_12_0_arm64.whl" , hash = "sha256:a6a9ffd280b71ad062eae53ac1659ad86a17f59a0fdc7699fd9be40525153337" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:665f58bfd29b167039f714c6998178d27ccd83984084c286110ef26b230f259f" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:700e4ebb569e59e16a976857c8798aee258dceac7c7d6b50cab63e080058df91" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:e2b4c44b60eadec492926a7270abb100ef9f72798e18743939bdbf037aab8c28" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:e79e5db08739731b0ce4850bed599235d601701d5694c36570a99a0c5ca41a9d" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp38-cp38-win32.whl" , hash = "sha256:955eae71ac26c1ab35924203fda6220f84dce57d6d7884f189743e2abe3a9fbe" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp38-cp38-win_amd64.whl" , hash = "sha256:56f4252222c067b4ce51ae12cbac231bce32aee1d33fbfc9d17e5b8d6966c312" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:03d1162b6d1df1caa3a4bd27aa51ce17c9afc2046c31b0ad60a0a96ec22f8001" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp39-cp39-macosx_12_0_arm64.whl" , hash = "sha256:bba64af9fa9cebe325a62fa398760f5c7206b215201b0ec825005f1b18b9bccf" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:9eb5dee2772b0f704ca2e45b1713e4e5198c18f515b52743576d196348f374d3" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:da09ad1c359a728e112d60116f626cc9f29730ff3e0e7db72b9a2dbc2e4beed5" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:184565012b60405d93838167f425713180b949e9d8dd0bbc7b49f074407c5a8b" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:a75879bacf2c987c003368cf14bed0ffe99e8e85acfa6c0bfffc21a090f16880" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp39-cp39-win32.whl" , hash = "sha256:84b554931e932c46f94ab306913ad7e11bba988104c5cff26d90d03f68258cd5" } ,
{ file = "ruamel.yaml.clib-0.2.8-cp39-cp39-win_amd64.whl" , hash = "sha256:25ac8c08322002b06fa1d49d1646181f0b2c72f5cbc15a85e80b4c30a544bb15" } ,
{ file = "ruamel.yaml.clib-0.2.8.tar.gz" , hash = "sha256:beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "safety"
2024-06-11 02:37:08 +00:00
version = "3.2.3"
2022-07-04 16:49:27 +00:00
description = "Checks installed dependencies for known vulnerabilities and licenses."
2021-06-17 23:36:29 +00:00
optional = false
2024-01-22 02:08:38 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2024-06-11 02:37:08 +00:00
{ file = "safety-3.2.3-py3-none-any.whl" , hash = "sha256:cda1e91749f610337a18b7f21f78267c127e44ebbbbcbbd419c83284279a5024" } ,
{ file = "safety-3.2.3.tar.gz" , hash = "sha256:414154934f1727daf8a6473493944fecb380540c3f00875dc1ae377382f7d83f" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2024-01-22 02:08:38 +00:00
Authlib = ">=1.2.0"
2022-07-04 16:49:27 +00:00
Click = ">=8.0.2"
2024-01-22 02:08:38 +00:00
dparse = ">=0.6.4b0"
jinja2 = ">=3.1.0"
marshmallow = ">=3.15.0"
packaging = ">=21.0"
2024-03-27 02:45:49 +00:00
pydantic = ">=1.10.12"
2021-06-17 23:36:29 +00:00
requests = "*"
2024-01-22 02:08:38 +00:00
rich = "*"
2022-07-04 16:49:27 +00:00
"ruamel.yaml" = ">=0.17.21"
2024-03-27 02:45:49 +00:00
safety-schemas = ">=0.0.2"
2024-01-22 02:08:38 +00:00
setuptools = ">=65.5.1"
typer = "*"
typing-extensions = ">=4.7.1"
urllib3 = ">=1.26.5"
2022-09-05 13:02:12 +00:00
2022-10-08 20:58:14 +00:00
[ package . extras ]
2024-01-22 02:08:38 +00:00
github = [ "pygithub (>=1.43.3)" ]
2022-10-08 20:58:14 +00:00
gitlab = [ "python-gitlab (>=1.3.0)" ]
2024-01-22 02:08:38 +00:00
spdx = [ "spdx-tools (>=0.8.2)" ]
[ [ package ] ]
name = "safety-schemas"
2024-03-27 02:45:49 +00:00
version = "0.0.2"
description = "Schemas for Safety tools"
2024-01-22 02:08:38 +00:00
optional = false
2024-03-27 02:45:49 +00:00
python-versions = ">=3.7"
2024-01-22 02:08:38 +00:00
files = [
2024-03-27 02:45:49 +00:00
{ file = "safety_schemas-0.0.2-py3-none-any.whl" , hash = "sha256:277c077ce6e53221874a87c29515ffdd2f3773a6db4d035a9f67cc98db3b8c7f" } ,
{ file = "safety_schemas-0.0.2.tar.gz" , hash = "sha256:7d1b040ec06480f05cff6b45ea7a93e09c8942df864fb0d01ddeb67c323cfa8c" } ,
2024-01-22 02:08:38 +00:00
]
[ package . dependencies ]
2024-03-27 02:45:49 +00:00
dparse = ">=0.6.4b0"
packaging = ">=21.0"
pydantic = "*"
2024-01-22 02:08:38 +00:00
ruamel-yaml = ">=0.17.21"
2024-03-27 02:45:49 +00:00
typing-extensions = ">=4.7.1"
2022-10-08 20:58:14 +00:00
2022-09-05 13:02:12 +00:00
[ [ package ] ]
name = "setuptools"
2024-06-23 16:35:03 +00:00
version = "70.1.0"
2022-09-05 13:02:12 +00:00
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
2024-01-10 18:24:14 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "setuptools-70.1.0-py3-none-any.whl" , hash = "sha256:d9b8b771455a97c8a9f3ab3448ebe0b29b5e105f1228bba41028be116985a267" } ,
{ file = "setuptools-70.1.0.tar.gz" , hash = "sha256:01a1e793faa5bd89abc851fa15d0a0db26f160890c7102cd8dce643e886b47f5" } ,
2023-01-16 17:27:44 +00:00
]
2022-09-05 13:02:12 +00:00
[ package . extras ]
2024-06-23 16:35:03 +00:00
docs = [ "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" ]
testing = [ "build[virtualenv] (>=1.0.3)" , "filelock (>=3.4.0)" , "importlib-metadata" , "ini2toml[lite] (>=0.14)" , "jaraco.develop (>=7.21)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "jaraco.test" , "mypy (==1.10.0)" , "packaging (>=23.2)" , "pip (>=19.1)" , "pyproject-hooks (!=1.1)" , "pytest (>=6,!=8.1.1)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-home (>=0.5)" , "pytest-mypy" , "pytest-perf" , "pytest-ruff (>=0.3.2)" , "pytest-subprocess" , "pytest-timeout" , "pytest-xdist (>=3)" , "tomli" , "tomli-w (>=1.0.0)" , "virtualenv (>=13.0.0)" , "wheel" ]
[ [ package ] ]
name = "shellingham"
version = "1.5.4"
description = "Tool to Detect Surrounding Shell"
optional = false
python-versions = ">=3.7"
files = [
{ file = "shellingham-1.5.4-py2.py3-none-any.whl" , hash = "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686" } ,
{ file = "shellingham-1.5.4.tar.gz" , hash = "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de" } ,
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2023-01-16 17:27:44 +00:00
files = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "snowballstemmer"
2021-12-19 04:25:44 +00:00
version = "2.2.0"
2021-06-17 23:36:29 +00:00
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
{ file = "snowballstemmer-2.2.0-py2.py3-none-any.whl" , hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a" } ,
{ file = "snowballstemmer-2.2.0.tar.gz" , hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1" } ,
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "sortedcontainers"
version = "2.4.0"
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00: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" } ,
]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
2022-10-18 02:22:20 +00:00
name = "sphinx"
2023-09-07 05:41:29 +00:00
version = "7.1.2"
2021-06-17 23:36:29 +00:00
description = "Python documentation generator"
2023-10-15 23:17:51 +00:00
optional = false
2023-02-16 16:22:40 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2023-09-07 05:41:29 +00:00
{ file = "sphinx-7.1.2-py3-none-any.whl" , hash = "sha256:d170a81825b2fcacb6dfd5a0d7f578a053e45d3f2b153fecc948c37344eb4cbe" } ,
{ file = "sphinx-7.1.2.tar.gz" , hash = "sha256:780f4d32f1d7d1126576e0e5ecc19dc32ab76cd24e950228dcf7b1f6d3d9e22f" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
alabaster = ">=0.7,<0.8"
2022-09-29 19:00:06 +00:00
babel = ">=2.9"
colorama = { version = ">=0.4.5" , markers = "sys_platform == \"win32\"" }
2023-09-07 05:41:29 +00:00
docutils = ">=0.18.1,<0.21"
2022-09-29 19:00:06 +00:00
imagesize = ">=1.3"
importlib-metadata = { version = ">=4.8" , markers = "python_version < \"3.10\"" }
Jinja2 = ">=3.0"
packaging = ">=21.0"
2023-02-16 16:22:40 +00:00
Pygments = ">=2.13"
requests = ">=2.25.0"
2022-09-29 19:00:06 +00:00
snowballstemmer = ">=2.0"
2021-06-17 23:36:29 +00:00
sphinxcontrib-applehelp = "*"
sphinxcontrib-devhelp = "*"
2021-10-29 03:34:36 +00:00
sphinxcontrib-htmlhelp = ">=2.0.0"
2021-06-17 23:36:29 +00:00
sphinxcontrib-jsmath = "*"
sphinxcontrib-qthelp = "*"
2021-10-29 03:34:36 +00:00
sphinxcontrib-serializinghtml = ">=1.1.5"
2021-06-17 23:36:29 +00:00
[ package . extras ]
docs = [ "sphinxcontrib-websupport" ]
2023-02-16 16:22:40 +00:00
lint = [ "docutils-stubs" , "flake8 (>=3.5.0)" , "flake8-simplify" , "isort" , "mypy (>=0.990)" , "ruff" , "sphinx-lint" , "types-requests" ]
2023-04-24 03:04:09 +00:00
test = [ "cython" , "filelock" , "html5lib" , "pytest (>=4.6)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "sphinx-autodoc-typehints"
2024-04-11 03:00:36 +00:00
version = "2.0.1"
2021-06-17 23:36:29 +00:00
description = "Type hints (PEP 484) support for the Sphinx autodoc extension"
2023-10-15 23:17:51 +00:00
optional = false
2023-09-08 02:52:40 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-04-11 03:00:36 +00:00
{ file = "sphinx_autodoc_typehints-2.0.1-py3-none-any.whl" , hash = "sha256:f73ae89b43a799e587e39266672c1075b2ef783aeb382d3ebed77c38a3fc0149" } ,
{ file = "sphinx_autodoc_typehints-2.0.1.tar.gz" , hash = "sha256:60ed1e3b2c970acc0aa6e877be42d48029a9faec7378a17838716cacd8c10b12" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
2023-11-01 02:51:21 +00:00
sphinx = ">=7.1.2"
2021-06-17 23:36:29 +00:00
[ package . extras ]
2024-04-11 03:00:36 +00:00
docs = [ "furo (>=2024.1.29)" ]
2023-09-08 02:52:40 +00:00
numpy = [ "nptyping (>=2.5)" ]
2024-04-11 03:00:36 +00:00
testing = [ "covdefaults (>=2.3)" , "coverage (>=7.4.2)" , "diff-cover (>=8.0.3)" , "pytest (>=8.0.1)" , "pytest-cov (>=4.1)" , "sphobjinv (>=2.3.1)" , "typing-extensions (>=4.9)" ]
2021-06-17 23:36:29 +00:00
2022-08-13 17:08:16 +00:00
[ [ package ] ]
name = "sphinx-rtd-theme"
2023-11-29 02:36:48 +00:00
version = "2.0.0"
2022-08-13 17:08:16 +00:00
description = "Read the Docs theme for Sphinx"
2023-10-15 23:17:51 +00:00
optional = false
2023-11-29 02:36:48 +00:00
python-versions = ">=3.6"
2023-01-16 17:27:44 +00:00
files = [
2023-11-29 02:36:48 +00:00
{ file = "sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl" , hash = "sha256:ec93d0856dc280cf3aee9a4c9807c60e027c7f7b461b77aeffed682e68f0e586" } ,
{ file = "sphinx_rtd_theme-2.0.0.tar.gz" , hash = "sha256:bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b" } ,
2023-01-16 17:27:44 +00:00
]
2022-08-13 17:08:16 +00:00
[ package . dependencies ]
2023-11-29 02:36:48 +00:00
docutils = "<0.21"
sphinx = ">=5,<8"
2023-06-08 03:00:35 +00:00
sphinxcontrib-jquery = ">=4,<5"
2022-08-13 17:08:16 +00:00
[ package . extras ]
2022-11-09 18:23:45 +00:00
dev = [ "bump2version" , "sphinxcontrib-httpdomain" , "transifex-client" , "wheel" ]
2022-08-13 17:08:16 +00:00
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "sphinxcontrib-applehelp"
2023-02-10 17:01:34 +00:00
version = "1.0.4"
description = "sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books"
2023-10-15 23:17:51 +00:00
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "sphinxcontrib-applehelp-1.0.4.tar.gz" , hash = "sha256:828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e" } ,
{ file = "sphinxcontrib_applehelp-1.0.4-py3-none-any.whl" , hash = "sha256:29d341f67fb0f6f586b23ad80e072c8e6ad0b48417db2bde114a4c9746feb228" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-09-01 14:08:04 +00:00
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
2021-06-17 23:36:29 +00:00
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-devhelp"
version = "1.0.2"
description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
2023-10-15 23:17:51 +00:00
optional = false
2021-06-17 23:36:29 +00:00
python-versions = ">=3.5"
2023-01-16 17:27:44 +00:00
files = [
{ file = "sphinxcontrib-devhelp-1.0.2.tar.gz" , hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4" } ,
{ file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl" , hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e" } ,
]
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-09-01 14:08:04 +00:00
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
2021-06-17 23:36:29 +00:00
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-htmlhelp"
2023-02-10 17:01:34 +00:00
version = "2.0.1"
2021-06-17 23:36:29 +00:00
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
2023-10-15 23:17:51 +00:00
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "sphinxcontrib-htmlhelp-2.0.1.tar.gz" , hash = "sha256:0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff" } ,
{ file = "sphinxcontrib_htmlhelp-2.0.1-py3-none-any.whl" , hash = "sha256:c38cb46dccf316c79de6e5515e1770414b797162b23cd3d06e67020e1d2a6903" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-09-01 14:08:04 +00:00
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
2022-08-22 02:22:03 +00:00
test = [ "html5lib" , "pytest" ]
2021-06-17 23:36:29 +00:00
2023-02-08 03:45:56 +00:00
[ [ package ] ]
name = "sphinxcontrib-jquery"
2023-06-08 03:00:35 +00:00
version = "4.1"
2023-02-08 03:45:56 +00:00
description = "Extension to include jQuery on newer Sphinx releases"
2023-10-15 23:17:51 +00:00
optional = false
2023-02-08 03:45:56 +00:00
python-versions = ">=2.7"
files = [
2023-06-08 03:00:35 +00:00
{ file = "sphinxcontrib-jquery-4.1.tar.gz" , hash = "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a" } ,
{ file = "sphinxcontrib_jquery-4.1-py2.py3-none-any.whl" , hash = "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae" } ,
2023-02-08 03:45:56 +00:00
]
[ package . dependencies ]
2023-06-08 03:00:35 +00:00
Sphinx = ">=1.8"
2023-02-08 03:45:56 +00:00
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "sphinxcontrib-jsmath"
version = "1.0.1"
description = "A sphinx extension which renders display math in HTML via JavaScript"
2023-10-15 23:17:51 +00:00
optional = false
2021-06-17 23:36:29 +00:00
python-versions = ">=3.5"
2023-01-16 17:27:44 +00:00
files = [
{ file = "sphinxcontrib-jsmath-1.0.1.tar.gz" , hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8" } ,
{ file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl" , hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178" } ,
]
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-09-01 14:08:04 +00:00
test = [ "flake8" , "mypy" , "pytest" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "sphinxcontrib-qthelp"
version = "1.0.3"
description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
2023-10-15 23:17:51 +00:00
optional = false
2021-06-17 23:36:29 +00:00
python-versions = ">=3.5"
2023-01-16 17:27:44 +00:00
files = [
{ file = "sphinxcontrib-qthelp-1.0.3.tar.gz" , hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72" } ,
{ file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl" , hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6" } ,
]
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-09-01 14:08:04 +00:00
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
2021-06-17 23:36:29 +00:00
test = [ "pytest" ]
[ [ package ] ]
name = "sphinxcontrib-serializinghtml"
version = "1.1.5"
description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
2023-10-15 23:17:51 +00:00
optional = false
2021-06-17 23:36:29 +00:00
python-versions = ">=3.5"
2023-01-16 17:27:44 +00:00
files = [
{ file = "sphinxcontrib-serializinghtml-1.1.5.tar.gz" , hash = "sha256:aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952" } ,
{ file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl" , hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd" } ,
]
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-09-01 14:08:04 +00:00
lint = [ "docutils-stubs" , "flake8" , "mypy" ]
2021-06-17 23:36:29 +00:00
test = [ "pytest" ]
[ [ package ] ]
name = "sqlparse"
2024-04-15 22:56:32 +00:00
version = "0.5.0"
2021-06-17 23:36:29 +00:00
description = "A non-validating SQL parser."
optional = false
2024-04-15 22:56:32 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-04-15 22:56:32 +00:00
{ file = "sqlparse-0.5.0-py3-none-any.whl" , hash = "sha256:c204494cd97479d0e39f28c93d46c0b2d5959c7b9ab904762ea6c7af211c8663" } ,
{ file = "sqlparse-0.5.0.tar.gz" , hash = "sha256:714d0a4932c059d16189f58ef5411ec2287a4360f17cdd0edd2d09d4c5087c93" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
2023-04-21 22:45:54 +00:00
[ package . extras ]
2024-04-15 22:56:32 +00:00
dev = [ "build" , "hatch" ]
2023-04-21 22:45:54 +00:00
doc = [ "sphinx" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "stevedore"
2024-06-23 16:35:03 +00:00
version = "5.2.0"
2021-06-17 23:36:29 +00:00
description = "Manage dynamic plugins for Python applications"
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "stevedore-5.2.0-py3-none-any.whl" , hash = "sha256:1c15d95766ca0569cad14cb6272d4d31dae66b011a929d7c18219c176ea1b5c9" } ,
{ file = "stevedore-5.2.0.tar.gz" , hash = "sha256:46b93ca40e1114cea93d738a6c1e365396981bb6bb78c27045b7587c9473544d" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
pbr = ">=2.0.0,<2.1.0 || >2.1.0"
2022-04-01 03:01:38 +00:00
[ [ package ] ]
name = "strenum"
2024-06-23 16:35:03 +00:00
version = "0.4.15"
2022-04-01 03:01:38 +00:00
description = "An Enum that inherits from str."
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "StrEnum-0.4.15-py3-none-any.whl" , hash = "sha256:a30cda4af7cc6b5bf52c8055bc4bf4b2b6b14a93b574626da33df53cf7740659" } ,
{ file = "StrEnum-0.4.15.tar.gz" , hash = "sha256:878fb5ab705442070e4dd1929bb5e2249511c0bcf2b0eeacf3bcd80875c82eff" } ,
2023-01-16 17:27:44 +00:00
]
2022-04-01 03:01:38 +00:00
[ package . extras ]
2023-02-10 17:01:34 +00:00
docs = [ "myst-parser[linkify]" , "sphinx" , "sphinx-rtd-theme" ]
2022-04-01 03:01:38 +00:00
release = [ "twine" ]
2022-09-01 14:08:04 +00:00
test = [ "pylint" , "pytest" , "pytest-black" , "pytest-cov" , "pytest-pylint" ]
2022-04-01 03:01:38 +00:00
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "text-unidecode"
version = "1.3"
description = "The most basic Text::Unidecode port"
optional = false
python-versions = "*"
2023-01-16 17:27:44 +00: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" } ,
]
2021-06-17 23:36:29 +00: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.*"
2023-01-16 17:27:44 +00: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" } ,
]
2021-06-17 23:36:29 +00:00
2021-10-29 03:00:55 +00:00
[ [ package ] ]
name = "tomli"
2023-02-10 17:01:34 +00:00
version = "2.0.1"
2021-10-29 03:00:55 +00:00
description = "A lil' TOML parser"
optional = false
2023-02-10 17:01:34 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "tomli-2.0.1-py3-none-any.whl" , hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc" } ,
{ file = "tomli-2.0.1.tar.gz" , hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" } ,
2023-01-16 17:27:44 +00:00
]
2021-10-29 03:00:55 +00:00
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "tomlkit"
2024-05-09 02:27:08 +00:00
version = "0.12.5"
2021-06-17 23:36:29 +00:00
description = "Style preserving TOML library"
optional = false
2023-03-28 03:01:40 +00:00
python-versions = ">=3.7"
2023-01-16 17:27:44 +00:00
files = [
2024-05-09 02:27:08 +00:00
{ file = "tomlkit-0.12.5-py3-none-any.whl" , hash = "sha256:af914f5a9c59ed9d0762c7b64d3b5d5df007448eb9cd2edc8a46b1eafead172f" } ,
{ file = "tomlkit-0.12.5.tar.gz" , hash = "sha256:eef34fba39834d4d6b73c9ba7f3e4d1c417a4e56f89a7e96e090dd0d24b8fb3c" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
2024-01-22 02:08:38 +00:00
[ [ package ] ]
name = "typer"
2024-06-23 16:35:03 +00:00
version = "0.12.3"
2024-01-22 02:08:38 +00:00
description = "Typer, build great CLIs. Easy to code. Based on Python type hints."
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.7"
2024-01-22 02:08:38 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "typer-0.12.3-py3-none-any.whl" , hash = "sha256:070d7ca53f785acbccba8e7d28b08dcd88f79f1fbda035ade0aecec71ca5c914" } ,
{ file = "typer-0.12.3.tar.gz" , hash = "sha256:49e73131481d804288ef62598d97a1ceef3058905aa536a1134f90891ba35482" } ,
2024-01-22 02:08:38 +00:00
]
[ package . dependencies ]
2024-06-23 16:35:03 +00:00
click = ">=8.0.0"
rich = ">=10.11.0"
shellingham = ">=1.3.0"
2024-01-22 02:08:38 +00:00
typing-extensions = ">=3.7.4.3"
2021-10-31 02:12:17 +00:00
[ [ package ] ]
name = "typing-extensions"
2024-06-23 16:35:03 +00:00
version = "4.12.2"
2024-01-22 02:08:38 +00:00
description = "Backported and Experimental Type Hints for Python 3.8+"
2021-10-31 02:12:17 +00:00
optional = false
2024-01-22 02:08:38 +00:00
python-versions = ">=3.8"
2023-02-10 17:01:34 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "typing_extensions-4.12.2-py3-none-any.whl" , hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d" } ,
{ file = "typing_extensions-4.12.2.tar.gz" , hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" } ,
2023-02-10 17:01:34 +00:00
]
[ [ package ] ]
name = "tzdata"
2024-06-23 16:35:03 +00:00
version = "2024.1"
2023-02-10 17:01:34 +00:00
description = "Provider of IANA time zone data"
optional = false
python-versions = ">=2"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "tzdata-2024.1-py2.py3-none-any.whl" , hash = "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252" } ,
{ file = "tzdata-2024.1.tar.gz" , hash = "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd" } ,
2023-01-16 17:27:44 +00:00
]
2021-10-31 02:12:17 +00:00
2022-04-01 03:01:38 +00:00
[ [ package ] ]
name = "url-normalize"
version = "1.4.3"
description = "URL normalization for Python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2023-01-16 17:27:44 +00:00
files = [
{ file = "url-normalize-1.4.3.tar.gz" , hash = "sha256:d23d3a070ac52a67b83a1c59a0e68f8608d1cd538783b401bc9de2c0fac999b2" } ,
{ file = "url_normalize-1.4.3-py2.py3-none-any.whl" , hash = "sha256:ec3c301f04e5bb676d333a7fa162fa977ad2ca04b7e652bfc9fac4e405728eed" } ,
]
2022-04-01 03:01:38 +00:00
[ package . dependencies ]
six = "*"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "urllib3"
2024-06-23 16:35:03 +00:00
version = "2.2.2"
2021-06-17 23:36:29 +00:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "urllib3-2.2.2-py3-none-any.whl" , hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472" } ,
{ file = "urllib3-2.2.2.tar.gz" , hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . extras ]
2024-06-23 16:35:03 +00:00
brotli = [ "brotli (>=1.0.9)" , "brotlicffi (>=0.8.0)" ]
h2 = [ "h2 (>=4,<5)" ]
socks = [ "pysocks (>=1.5.6,!=1.5.7,<2.0)" ]
zstd = [ "zstandard (>=0.18.0)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "wemake-python-styleguide"
2022-09-29 18:43:55 +00:00
version = "0.17.0"
2021-06-17 23:36:29 +00:00
description = "The strictest and most opinionated python linter ever"
optional = false
2022-09-29 18:43:55 +00:00
python-versions = ">=3.7,<4.0"
2023-01-16 17:27:44 +00:00
files = [
{ file = "wemake-python-styleguide-0.17.0.tar.gz" , hash = "sha256:c8869fac392019c2bb3eae4287399245d10d2726b23f1b3c68d1564909c3a71a" } ,
{ file = "wemake_python_styleguide-0.17.0-py3-none-any.whl" , hash = "sha256:d10b953bbe4fba83a34f4c224a0e1849ede89e486eacfc760690e6c87a28eaae" } ,
]
2021-06-17 23:36:29 +00:00
[ package . dependencies ]
astor = ">=0.8,<0.9"
attrs = "*"
darglint = ">=1.2,<2.0"
2021-12-15 00:32:33 +00:00
flake8 = ">=3.7,<5"
2022-03-25 13:17:48 +00:00
flake8-bandit = ">=2.1,<4"
2022-09-29 18:43:55 +00:00
flake8-broken-line = ">=0.5,<0.6"
flake8-bugbear = ">=22.9,<23.0"
2021-06-17 23:36:29 +00:00
flake8-commas = ">=2.0,<3.0"
flake8-comprehensions = ">=3.1,<4.0"
flake8-debugger = ">=4.0,<5.0"
flake8-docstrings = ">=1.3,<2.0"
flake8-eradicate = ">=1.0,<2.0"
flake8-isort = ">=4.0,<5.0"
flake8-quotes = ">=3.0,<4.0"
2022-03-25 13:17:48 +00:00
flake8-rst-docstrings = ">=0.2,<0.3"
2021-06-17 23:36:29 +00:00
flake8-string-format = ">=0.3,<0.4"
2022-09-29 18:43:55 +00:00
pep8-naming = ">=0.13,<0.14"
2021-06-17 23:36:29 +00:00
pygments = ">=2.4,<3.0"
2022-09-29 18:43:55 +00:00
typing_extensions = ">=4.0,<5.0"
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "win32-setctime"
2023-02-10 17:01:34 +00:00
version = "1.1.0"
2021-06-17 23:36:29 +00:00
description = "A small Python utility to set file creation time on Windows"
optional = false
python-versions = ">=3.5"
2023-01-16 17:27:44 +00:00
files = [
2023-02-10 17:01:34 +00:00
{ file = "win32_setctime-1.1.0-py3-none-any.whl" , hash = "sha256:231db239e959c2fe7eb1d7dc129f11172354f98361c4fa2d6d2d7e278baa8aad" } ,
{ file = "win32_setctime-1.1.0.tar.gz" , hash = "sha256:15cf5750465118d6929ae4de4eb46e8edae9a5634350c01ba582df868e932cb2" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . extras ]
2022-08-22 02:22:03 +00:00
dev = [ "black (>=19.3b0)" , "pytest (>=4.6.2)" ]
2021-06-17 23:36:29 +00:00
[ [ package ] ]
name = "zipp"
2024-06-23 16:35:03 +00:00
version = "3.19.2"
2021-06-17 23:36:29 +00:00
description = "Backport of pathlib-compatible object wrapper for zip files"
optional = false
2024-06-23 16:35:03 +00:00
python-versions = ">=3.8"
2023-01-16 17:27:44 +00:00
files = [
2024-06-23 16:35:03 +00:00
{ file = "zipp-3.19.2-py3-none-any.whl" , hash = "sha256:f091755f667055f2d02b32c53771a7a6c8b47e1fdbc4b72a8b9072b3eef8015c" } ,
{ file = "zipp-3.19.2.tar.gz" , hash = "sha256:bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19" } ,
2023-01-16 17:27:44 +00:00
]
2021-06-17 23:36:29 +00:00
[ package . extras ]
2024-06-23 16:35:03 +00:00
doc = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
test = [ "big-O" , "importlib-resources" , "jaraco.functools" , "jaraco.itertools" , "jaraco.test" , "more-itertools" , "pytest (>=6,!=8.1.*)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-ignore-flaky" , "pytest-mypy" , "pytest-ruff (>=0.2.1)" ]
2022-08-13 00:59:17 +00:00
2021-06-17 23:36:29 +00:00
[ metadata ]
2023-01-16 17:27:44 +00:00
lock-version = "2.0"
2023-02-10 16:59:54 +00:00
python-versions = "^3.8"
2024-03-25 02:34:10 +00:00
content-hash = "41dd68e21f62559fb4a41f701e6d9011882b4b0d9e4d03a6c53778eb61f0eeba"