2025-03-18 09:52:30 -05:00
# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand.
2022-12-29 15:21:48 -08:00
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "aiofiles"
2024-06-25 21:45:44 +10:00
version = "24.1.0"
2021-05-01 20:46:02 -08:00
description = "File support for asyncio."
optional = false
2024-06-25 21:45:44 +10:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2024-06-25 21:45:44 +10:00
{ file = "aiofiles-24.1.0-py3-none-any.whl" , hash = "sha256:b4ec55f4195e3eb5d7abd1bf7e061763e864dd4954231fb8539a0ef8bb8260e5" } ,
{ file = "aiofiles-24.1.0.tar.gz" , hash = "sha256:22a075c9e5a3810f0c2e48f3008c94d68c65d763b9b03857924c99e57355166c" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
2022-02-21 21:44:23 +01:00
[ [ package ] ]
name = "alembic"
2025-03-30 22:00:49 +00:00
version = "1.15.2"
2022-02-21 21:44:23 +01:00
description = "A database migration tool for SQLAlchemy."
optional = false
2025-03-19 07:46:15 -05:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2025-03-30 22:00:49 +00:00
{ file = "alembic-1.15.2-py3-none-any.whl" , hash = "sha256:2e76bd916d547f6900ec4bb5a90aeac1485d2c92536923d0b138c02b126edc53" } ,
{ file = "alembic-1.15.2.tar.gz" , hash = "sha256:1c72391bbdeffccfe317eefba686cb9a3c078005478885413b95c3b26c57a8a7" } ,
2022-12-29 15:21:48 -08:00
]
2022-02-21 21:44:23 +01:00
[ package . dependencies ]
Mako = "*"
2025-03-19 07:46:15 -05:00
SQLAlchemy = ">=1.4.0"
typing-extensions = ">=4.12"
2022-02-21 21:44:23 +01:00
[ package . extras ]
2025-03-19 07:46:15 -05:00
tz = [ "tzdata" ]
2022-02-21 21:44:23 +01:00
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "aniso8601"
2025-01-15 15:10:44 -06:00
version = "10.0.0"
2021-05-01 20:46:02 -08:00
description = "A library for parsing ISO 8601 strings."
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2025-01-15 15:10:44 -06:00
{ file = "aniso8601-10.0.0-py2.py3-none-any.whl" , hash = "sha256:3c943422efaa0229ebd2b0d7d223effb5e7c89e24d2267ebe76c61a2d8e290cb" } ,
{ file = "aniso8601-10.0.0.tar.gz" , hash = "sha256:ff1d0fc2346688c62c0151547136ac30e322896ed8af316ef7602c47da9426cf" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
2023-01-01 15:44:19 -09:00
[ package . extras ]
dev = [ "black" , "coverage" , "isort" , "pre-commit" , "pyenchant" , "pylint" ]
2024-02-11 10:47:37 -06:00
[ [ package ] ]
name = "annotated-types"
version = "0.6.0"
description = "Reusable constraint types to use with typing.Annotated"
optional = false
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2024-02-11 10:47:37 -06:00
files = [
{ file = "annotated_types-0.6.0-py3-none-any.whl" , hash = "sha256:0641064de18ba7a25dee8f96403ebc39113d0cb953a01429249d5c7564666a43" } ,
{ file = "annotated_types-0.6.0.tar.gz" , hash = "sha256:563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d" } ,
]
2022-01-08 22:24:34 -09:00
[ [ package ] ]
name = "anyio"
2023-10-07 16:02:15 -05:00
version = "3.7.1"
2022-01-08 22:24:34 -09:00
description = "High level compatibility layer for multiple asynchronous event loop implementations"
optional = false
2023-10-07 16:02:15 -05:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2023-10-07 16:02:15 -05:00
{ file = "anyio-3.7.1-py3-none-any.whl" , hash = "sha256:91dee416e570e92c64041bd18b900d1d6fa78dff7048769ce5ac5ddad004fbb5" } ,
{ file = "anyio-3.7.1.tar.gz" , hash = "sha256:44a3c9aba0f5defa43261a8b3efb97891f2bd7d804e0e1f56419befa1adfc780" } ,
2022-12-29 15:21:48 -08:00
]
2022-01-08 22:24:34 -09:00
[ package . dependencies ]
idna = ">=2.8"
sniffio = ">=1.1"
[ package . extras ]
2023-10-07 16:02:15 -05:00
doc = [ "Sphinx" , "packaging" , "sphinx-autodoc-typehints (>=1.2.0)" , "sphinx-rtd-theme (>=1.2.2)" , "sphinxcontrib-jquery" ]
2025-03-18 09:52:30 -05:00
test = [ "anyio[trio]" , "coverage[toml] (>=4.5)" , "hypothesis (>=4.0)" , "mock (>=4) ; python_version < \"3.8\"" , "psutil (>=5.9)" , "pytest (>=7.0)" , "pytest-mock (>=3.6.1)" , "trustme" , "uvloop (>=0.17) ; python_version < \"3.12\" and platform_python_implementation == \"CPython\" and platform_system != \"Windows\"" ]
2023-10-07 16:02:15 -05:00
trio = [ "trio (<0.22)" ]
2022-01-08 22:24:34 -09:00
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "appdirs"
version = "1.4.4"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
{ file = "appdirs-1.4.4-py2.py3-none-any.whl" , hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128" } ,
{ file = "appdirs-1.4.4.tar.gz" , hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" } ,
]
2021-05-01 20:46:02 -08:00
2021-05-08 18:29:31 -08:00
[ [ package ] ]
name = "apprise"
2025-03-31 01:10:46 +00:00
version = "1.9.3"
2021-05-08 18:29:31 -08:00
description = "Push Notifications that work with just about every platform!"
optional = false
2022-11-30 20:20:28 -09:00
python-versions = ">=3.6"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2025-03-31 01:10:46 +00:00
{ file = "apprise-1.9.3-py3-none-any.whl" , hash = "sha256:e9b5abb73244c21a30ee493860f8d4ae80665d225b1b436179d48db4f6fc5b9e" } ,
{ file = "apprise-1.9.3.tar.gz" , hash = "sha256:f583667ea35b8899cd46318c6cb26f0faf6a4605b119174c2523a012590c65a6" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-08 18:29:31 -08:00
[ package . dependencies ]
2022-11-30 20:20:28 -09:00
certifi = "*"
2021-05-08 18:29:31 -08:00
click = ">=5.0"
markdown = "*"
PyYAML = "*"
requests = "*"
requests-oauthlib = "*"
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "astroid"
2024-12-23 23:02:53 -06:00
version = "3.3.8"
2021-05-01 20:46:02 -08:00
description = "An abstract syntax tree for Python with inference support."
optional = false
2024-09-20 09:23:22 -05:00
python-versions = ">=3.9.0"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-12-23 23:02:53 -06:00
{ file = "astroid-3.3.8-py3-none-any.whl" , hash = "sha256:187ccc0c248bfbba564826c26f070494f7bc964fd286b6d9fff4420e55de828c" } ,
{ file = "astroid-3.3.8.tar.gz" , hash = "sha256:a88c7994f914a4ea8572fac479459f4955eeccc877be3f2d959a33273b0cf40b" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
2024-03-10 13:51:36 -05:00
[ [ package ] ]
name = "authlib"
2025-04-03 13:50:49 -05:00
version = "1.5.2"
2024-03-10 13:51:36 -05:00
description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients."
optional = false
2024-12-20 10:01:02 -06:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-03-10 13:51:36 -05:00
files = [
2025-04-03 13:50:49 -05:00
{ file = "authlib-1.5.2-py2.py3-none-any.whl" , hash = "sha256:8804dd4402ac5e4a0435ac49e0b6e19e395357cfa632a3f624dcb4f6df13b4b1" } ,
{ file = "authlib-1.5.2.tar.gz" , hash = "sha256:fe85ec7e50c5f86f1e2603518bb3b4f632985eb4a355e52256530790e326c512" } ,
2024-03-10 13:51:36 -05:00
]
[ package . dependencies ]
cryptography = "*"
2024-01-10 01:17:45 +00:00
[ [ package ] ]
name = "babel"
version = "2.14.0"
description = "Internationalization utilities"
optional = false
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2024-01-10 01:17:45 +00:00
files = [
{ file = "Babel-2.14.0-py3-none-any.whl" , hash = "sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287" } ,
{ file = "Babel-2.14.0.tar.gz" , hash = "sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363" } ,
]
[ package . extras ]
dev = [ "freezegun (>=1.0,<2.0)" , "pytest (>=6.0)" , "pytest-cov" ]
2025-03-01 15:53:00 +00:00
[ [ package ] ]
name = "backrefs"
version = "5.8"
description = "A wrapper around re and regex that adds additional back references."
optional = false
python-versions = ">=3.9"
groups = [ "dev" ]
files = [
{ file = "backrefs-5.8-py310-none-any.whl" , hash = "sha256:c67f6638a34a5b8730812f5101376f9d41dc38c43f1fdc35cb54700f6ed4465d" } ,
{ file = "backrefs-5.8-py311-none-any.whl" , hash = "sha256:2e1c15e4af0e12e45c8701bd5da0902d326b2e200cafcd25e49d9f06d44bb61b" } ,
{ file = "backrefs-5.8-py312-none-any.whl" , hash = "sha256:bbef7169a33811080d67cdf1538c8289f76f0942ff971222a16034da88a73486" } ,
{ file = "backrefs-5.8-py313-none-any.whl" , hash = "sha256:e3a63b073867dbefd0536425f43db618578528e3896fb77be7141328642a1585" } ,
{ file = "backrefs-5.8-py39-none-any.whl" , hash = "sha256:a66851e4533fb5b371aa0628e1fee1af05135616b86140c9d787a2ffdf4b8fdc" } ,
{ file = "backrefs-5.8.tar.gz" , hash = "sha256:2cab642a205ce966af3dd4b38ee36009b31fa9502a35fd61d59ccc116e40a6bd" } ,
]
[ package . extras ]
extras = [ "regex" ]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "bcrypt"
2025-02-28 13:12:26 +01:00
version = "4.3.0"
2021-05-01 20:46:02 -08:00
description = "Modern password hashing for your software and your servers"
optional = false
2025-02-28 13:12:26 +01:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2025-02-28 13:12:26 +01:00
{ file = "bcrypt-4.3.0-cp313-cp313t-macosx_10_12_universal2.whl" , hash = "sha256:f01e060f14b6b57bbb72fc5b4a83ac21c443c9a2ee708e04a10e9192f90a6281" } ,
{ file = "bcrypt-4.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c5eeac541cefd0bb887a371ef73c62c3cd78535e4887b310626036a7c0a817bb" } ,
{ file = "bcrypt-4.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:59e1aa0e2cd871b08ca146ed08445038f42ff75968c7ae50d2fdd7860ade2180" } ,
{ file = "bcrypt-4.3.0-cp313-cp313t-manylinux_2_28_aarch64.whl" , hash = "sha256:0042b2e342e9ae3d2ed22727c1262f76cc4f345683b5c1715f0250cf4277294f" } ,
{ file = "bcrypt-4.3.0-cp313-cp313t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl" , hash = "sha256:74a8d21a09f5e025a9a23e7c0fd2c7fe8e7503e4d356c0a2c1486ba010619f09" } ,
{ file = "bcrypt-4.3.0-cp313-cp313t-manylinux_2_28_x86_64.whl" , hash = "sha256:0142b2cb84a009f8452c8c5a33ace5e3dfec4159e7735f5afe9a4d50a8ea722d" } ,
{ file = "bcrypt-4.3.0-cp313-cp313t-manylinux_2_34_aarch64.whl" , hash = "sha256:12fa6ce40cde3f0b899729dbd7d5e8811cb892d31b6f7d0334a1f37748b789fd" } ,
{ file = "bcrypt-4.3.0-cp313-cp313t-manylinux_2_34_x86_64.whl" , hash = "sha256:5bd3cca1f2aa5dbcf39e2aa13dd094ea181f48959e1071265de49cc2b82525af" } ,
{ file = "bcrypt-4.3.0-cp313-cp313t-musllinux_1_1_aarch64.whl" , hash = "sha256:335a420cfd63fc5bc27308e929bee231c15c85cc4c496610ffb17923abf7f231" } ,
{ file = "bcrypt-4.3.0-cp313-cp313t-musllinux_1_1_x86_64.whl" , hash = "sha256:0e30e5e67aed0187a1764911af023043b4542e70a7461ad20e837e94d23e1d6c" } ,
{ file = "bcrypt-4.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl" , hash = "sha256:3b8d62290ebefd49ee0b3ce7500f5dbdcf13b81402c05f6dafab9a1e1b27212f" } ,
{ file = "bcrypt-4.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:2ef6630e0ec01376f59a006dc72918b1bf436c3b571b80fa1968d775fa02fe7d" } ,
{ file = "bcrypt-4.3.0-cp313-cp313t-win32.whl" , hash = "sha256:7a4be4cbf241afee43f1c3969b9103a41b40bcb3a3f467ab19f891d9bc4642e4" } ,
{ file = "bcrypt-4.3.0-cp313-cp313t-win_amd64.whl" , hash = "sha256:5c1949bf259a388863ced887c7861da1df681cb2388645766c89fdfd9004c669" } ,
{ file = "bcrypt-4.3.0-cp38-abi3-macosx_10_12_universal2.whl" , hash = "sha256:f81b0ed2639568bf14749112298f9e4e2b28853dab50a8b357e31798686a036d" } ,
{ file = "bcrypt-4.3.0-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:864f8f19adbe13b7de11ba15d85d4a428c7e2f344bac110f667676a0ff84924b" } ,
{ file = "bcrypt-4.3.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3e36506d001e93bffe59754397572f21bb5dc7c83f54454c990c74a468cd589e" } ,
{ file = "bcrypt-4.3.0-cp38-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:842d08d75d9fe9fb94b18b071090220697f9f184d4547179b60734846461ed59" } ,
{ file = "bcrypt-4.3.0-cp38-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl" , hash = "sha256:7c03296b85cb87db865d91da79bf63d5609284fc0cab9472fdd8367bbd830753" } ,
{ file = "bcrypt-4.3.0-cp38-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:62f26585e8b219cdc909b6a0069efc5e4267e25d4a3770a364ac58024f62a761" } ,
{ file = "bcrypt-4.3.0-cp38-abi3-manylinux_2_34_aarch64.whl" , hash = "sha256:beeefe437218a65322fbd0069eb437e7c98137e08f22c4660ac2dc795c31f8bb" } ,
{ file = "bcrypt-4.3.0-cp38-abi3-manylinux_2_34_x86_64.whl" , hash = "sha256:97eea7408db3a5bcce4a55d13245ab3fa566e23b4c67cd227062bb49e26c585d" } ,
{ file = "bcrypt-4.3.0-cp38-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:191354ebfe305e84f344c5964c7cd5f924a3bfc5d405c75ad07f232b6dffb49f" } ,
{ file = "bcrypt-4.3.0-cp38-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:41261d64150858eeb5ff43c753c4b216991e0ae16614a308a15d909503617732" } ,
{ file = "bcrypt-4.3.0-cp38-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:33752b1ba962ee793fa2b6321404bf20011fe45b9afd2a842139de3011898fef" } ,
{ file = "bcrypt-4.3.0-cp38-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:50e6e80a4bfd23a25f5c05b90167c19030cf9f87930f7cb2eacb99f45d1c3304" } ,
{ file = "bcrypt-4.3.0-cp38-abi3-win32.whl" , hash = "sha256:67a561c4d9fb9465ec866177e7aebcad08fe23aaf6fbd692a6fab69088abfc51" } ,
{ file = "bcrypt-4.3.0-cp38-abi3-win_amd64.whl" , hash = "sha256:584027857bc2843772114717a7490a37f68da563b3620f78a849bcb54dc11e62" } ,
{ file = "bcrypt-4.3.0-cp39-abi3-macosx_10_12_universal2.whl" , hash = "sha256:0d3efb1157edebfd9128e4e46e2ac1a64e0c1fe46fb023158a407c7892b0f8c3" } ,
{ file = "bcrypt-4.3.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:08bacc884fd302b611226c01014eca277d48f0a05187666bca23aac0dad6fe24" } ,
{ file = "bcrypt-4.3.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f6746e6fec103fcd509b96bacdfdaa2fbde9a553245dbada284435173a6f1aef" } ,
{ file = "bcrypt-4.3.0-cp39-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:afe327968aaf13fc143a56a3360cb27d4ad0345e34da12c7290f1b00b8fe9a8b" } ,
{ file = "bcrypt-4.3.0-cp39-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl" , hash = "sha256:d9af79d322e735b1fc33404b5765108ae0ff232d4b54666d46730f8ac1a43676" } ,
{ file = "bcrypt-4.3.0-cp39-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:f1e3ffa1365e8702dc48c8b360fef8d7afeca482809c5e45e653af82ccd088c1" } ,
{ file = "bcrypt-4.3.0-cp39-abi3-manylinux_2_34_aarch64.whl" , hash = "sha256:3004df1b323d10021fda07a813fd33e0fd57bef0e9a480bb143877f6cba996fe" } ,
{ file = "bcrypt-4.3.0-cp39-abi3-manylinux_2_34_x86_64.whl" , hash = "sha256:531457e5c839d8caea9b589a1bcfe3756b0547d7814e9ce3d437f17da75c32b0" } ,
{ file = "bcrypt-4.3.0-cp39-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:17a854d9a7a476a89dcef6c8bd119ad23e0f82557afbd2c442777a16408e614f" } ,
{ file = "bcrypt-4.3.0-cp39-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:6fb1fd3ab08c0cbc6826a2e0447610c6f09e983a281b919ed721ad32236b8b23" } ,
{ file = "bcrypt-4.3.0-cp39-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:e965a9c1e9a393b8005031ff52583cedc15b7884fce7deb8b0346388837d6cfe" } ,
{ file = "bcrypt-4.3.0-cp39-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:79e70b8342a33b52b55d93b3a59223a844962bef479f6a0ea318ebbcadf71505" } ,
{ file = "bcrypt-4.3.0-cp39-abi3-win32.whl" , hash = "sha256:b4d4e57f0a63fd0b358eb765063ff661328f69a04494427265950c71b992a39a" } ,
{ file = "bcrypt-4.3.0-cp39-abi3-win_amd64.whl" , hash = "sha256:e53e074b120f2877a35cc6c736b8eb161377caae8925c17688bd46ba56daaa5b" } ,
{ file = "bcrypt-4.3.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:c950d682f0952bafcceaf709761da0a32a942272fad381081b51096ffa46cea1" } ,
{ file = "bcrypt-4.3.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:107d53b5c67e0bbc3f03ebf5b030e0403d24dda980f8e244795335ba7b4a027d" } ,
{ file = "bcrypt-4.3.0-pp310-pypy310_pp73-manylinux_2_34_aarch64.whl" , hash = "sha256:b693dbb82b3c27a1604a3dff5bfc5418a7e6a781bb795288141e5f80cf3a3492" } ,
{ file = "bcrypt-4.3.0-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl" , hash = "sha256:b6354d3760fcd31994a14c89659dee887f1351a06e5dac3c1142307172a79f90" } ,
{ file = "bcrypt-4.3.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:a839320bf27d474e52ef8cb16449bb2ce0ba03ca9f44daba6d93fa1d8828e48a" } ,
{ file = "bcrypt-4.3.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:bdc6a24e754a555d7316fa4774e64c6c3997d27ed2d1964d55920c7c227bc4ce" } ,
{ file = "bcrypt-4.3.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl" , hash = "sha256:55a935b8e9a1d2def0626c4269db3fcd26728cbff1e84f0341465c31c4ee56d8" } ,
{ file = "bcrypt-4.3.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl" , hash = "sha256:57967b7a28d855313a963aaea51bf6df89f833db4320da458e5b3c5ab6d4c938" } ,
{ file = "bcrypt-4.3.0.tar.gz" , hash = "sha256:3a3fd2204178b6d2adcf09cb4f6426ffef54762577a7c9b54c159008cb288c18" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ package . extras ]
tests = [ "pytest (>=3.2.1,!=3.3.0)" ]
typecheck = [ "mypy" ]
[ [ package ] ]
name = "beautifulsoup4"
2025-02-25 12:59:22 +01:00
version = "4.13.3"
2021-05-01 20:46:02 -08:00
description = "Screen-scraping library"
optional = false
2025-02-25 12:59:22 +01:00
python-versions = ">=3.7.0"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2025-02-25 12:59:22 +01:00
{ file = "beautifulsoup4-4.13.3-py3-none-any.whl" , hash = "sha256:99045d7d3f08f91f0d656bc9b7efbae189426cd913d830294a15eefa0ea4df16" } ,
{ file = "beautifulsoup4-4.13.3.tar.gz" , hash = "sha256:1bd32405dacc920b42b83ba01644747ed77456a65760e285fbc47633ceddaf8b" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ package . dependencies ]
2021-09-19 15:31:34 -08:00
soupsieve = ">1.2"
2025-02-25 12:59:22 +01:00
typing-extensions = ">=4.0.0"
2021-05-01 20:46:02 -08:00
[ package . extras ]
2024-01-17 18:15:28 +00:00
cchardet = [ "cchardet" ]
chardet = [ "chardet" ]
charset-normalizer = [ "charset-normalizer" ]
2021-05-01 20:46:02 -08:00
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
[ [ package ] ]
name = "certifi"
2023-02-06 18:43:12 -09:00
version = "2022.12.7"
2021-05-01 20:46:02 -08:00
description = "Python package for providing Mozilla's CA Bundle."
optional = false
2022-05-22 11:52:57 -08:00
python-versions = ">=3.6"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "certifi-2022.12.7-py3-none-any.whl" , hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18" } ,
{ file = "certifi-2022.12.7.tar.gz" , hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
2024-03-10 13:51:36 -05:00
[ [ package ] ]
name = "cffi"
version = "1.16.0"
description = "Foreign Function Interface for Python calling C code."
optional = false
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-03-10 13:51:36 -05:00
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 = "*"
2022-03-15 15:01:56 -08:00
[ [ package ] ]
name = "cfgv"
version = "3.3.1"
description = "Validate configuration and produce human readable error messages."
optional = false
python-versions = ">=3.6.1"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
{ file = "cfgv-3.3.1-py2.py3-none-any.whl" , hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426" } ,
{ file = "cfgv-3.3.1.tar.gz" , hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736" } ,
]
2022-03-15 15:01:56 -08:00
2021-05-01 20:46:02 -08:00
[ [ package ] ]
2021-07-25 12:55:30 -08:00
name = "charset-normalizer"
2023-02-06 18:43:12 -09:00
version = "3.0.1"
2021-07-25 12:55:30 -08:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2021-05-01 20:46:02 -08:00
optional = false
2023-02-06 18:43:12 -09:00
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "charset-normalizer-3.0.1.tar.gz" , hash = "sha256:ebea339af930f8ca5d7a699b921106c6e29c617fe9606fa7baa043c1cdae326f" } ,
{ file = "charset_normalizer-3.0.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:88600c72ef7587fe1708fd242b385b6ed4b8904976d5da0893e31df8b3480cb6" } ,
{ file = "charset_normalizer-3.0.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:c75ffc45f25324e68ab238cb4b5c0a38cd1c3d7f1fb1f72b5541de469e2247db" } ,
{ file = "charset_normalizer-3.0.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:db72b07027db150f468fbada4d85b3b2729a3db39178abf5c543b784c1254539" } ,
{ file = "charset_normalizer-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:62595ab75873d50d57323a91dd03e6966eb79c41fa834b7a1661ed043b2d404d" } ,
{ file = "charset_normalizer-3.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ff6f3db31555657f3163b15a6b7c6938d08df7adbfc9dd13d9d19edad678f1e8" } ,
{ file = "charset_normalizer-3.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:772b87914ff1152b92a197ef4ea40efe27a378606c39446ded52c8f80f79702e" } ,
{ file = "charset_normalizer-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:70990b9c51340e4044cfc394a81f614f3f90d41397104d226f21e66de668730d" } ,
{ file = "charset_normalizer-3.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:292d5e8ba896bbfd6334b096e34bffb56161c81408d6d036a7dfa6929cff8783" } ,
{ file = "charset_normalizer-3.0.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:2edb64ee7bf1ed524a1da60cdcd2e1f6e2b4f66ef7c077680739f1641f62f555" } ,
{ file = "charset_normalizer-3.0.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:31a9ddf4718d10ae04d9b18801bd776693487cbb57d74cc3458a7673f6f34639" } ,
{ file = "charset_normalizer-3.0.1-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:44ba614de5361b3e5278e1241fda3dc1838deed864b50a10d7ce92983797fa76" } ,
{ file = "charset_normalizer-3.0.1-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:12db3b2c533c23ab812c2b25934f60383361f8a376ae272665f8e48b88e8e1c6" } ,
{ file = "charset_normalizer-3.0.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:c512accbd6ff0270939b9ac214b84fb5ada5f0409c44298361b2f5e13f9aed9e" } ,
{ file = "charset_normalizer-3.0.1-cp310-cp310-win32.whl" , hash = "sha256:502218f52498a36d6bf5ea77081844017bf7982cdbe521ad85e64cabee1b608b" } ,
{ file = "charset_normalizer-3.0.1-cp310-cp310-win_amd64.whl" , hash = "sha256:601f36512f9e28f029d9481bdaf8e89e5148ac5d89cffd3b05cd533eeb423b59" } ,
{ file = "charset_normalizer-3.0.1-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:0298eafff88c99982a4cf66ba2efa1128e4ddaca0b05eec4c456bbc7db691d8d" } ,
{ file = "charset_normalizer-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:a8d0fc946c784ff7f7c3742310cc8a57c5c6dc31631269876a88b809dbeff3d3" } ,
{ file = "charset_normalizer-3.0.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:87701167f2a5c930b403e9756fab1d31d4d4da52856143b609e30a1ce7160f3c" } ,
{ file = "charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:14e76c0f23218b8f46c4d87018ca2e441535aed3632ca134b10239dfb6dadd6b" } ,
{ file = "charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:0c0a590235ccd933d9892c627dec5bc7511ce6ad6c1011fdf5b11363022746c1" } ,
{ file = "charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:8c7fe7afa480e3e82eed58e0ca89f751cd14d767638e2550c77a92a9e749c317" } ,
{ file = "charset_normalizer-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:79909e27e8e4fcc9db4addea88aa63f6423ebb171db091fb4373e3312cb6d603" } ,
{ file = "charset_normalizer-3.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8ac7b6a045b814cf0c47f3623d21ebd88b3e8cf216a14790b455ea7ff0135d18" } ,
{ file = "charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:72966d1b297c741541ca8cf1223ff262a6febe52481af742036a0b296e35fa5a" } ,
{ file = "charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:f9d0c5c045a3ca9bedfc35dca8526798eb91a07aa7a2c0fee134c6c6f321cbd7" } ,
{ file = "charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:5995f0164fa7df59db4746112fec3f49c461dd6b31b841873443bdb077c13cfc" } ,
{ file = "charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_s390x.whl" , hash = "sha256:4a8fcf28c05c1f6d7e177a9a46a1c52798bfe2ad80681d275b10dcf317deaf0b" } ,
{ file = "charset_normalizer-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:761e8904c07ad053d285670f36dd94e1b6ab7f16ce62b9805c475b7aa1cffde6" } ,
{ file = "charset_normalizer-3.0.1-cp311-cp311-win32.whl" , hash = "sha256:71140351489970dfe5e60fc621ada3e0f41104a5eddaca47a7acb3c1b851d6d3" } ,
{ file = "charset_normalizer-3.0.1-cp311-cp311-win_amd64.whl" , hash = "sha256:9ab77acb98eba3fd2a85cd160851816bfce6871d944d885febf012713f06659c" } ,
{ file = "charset_normalizer-3.0.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:84c3990934bae40ea69a82034912ffe5a62c60bbf6ec5bc9691419641d7d5c9a" } ,
{ file = "charset_normalizer-3.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:74292fc76c905c0ef095fe11e188a32ebd03bc38f3f3e9bcb85e4e6db177b7ea" } ,
{ file = "charset_normalizer-3.0.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c95a03c79bbe30eec3ec2b7f076074f4281526724c8685a42872974ef4d36b72" } ,
{ file = "charset_normalizer-3.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f4c39b0e3eac288fedc2b43055cfc2ca7a60362d0e5e87a637beac5d801ef478" } ,
{ file = "charset_normalizer-3.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:df2c707231459e8a4028eabcd3cfc827befd635b3ef72eada84ab13b52e1574d" } ,
{ file = "charset_normalizer-3.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:93ad6d87ac18e2a90b0fe89df7c65263b9a99a0eb98f0a3d2e079f12a0735837" } ,
{ file = "charset_normalizer-3.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:59e5686dd847347e55dffcc191a96622f016bc0ad89105e24c14e0d6305acbc6" } ,
{ file = "charset_normalizer-3.0.1-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:cd6056167405314a4dc3c173943f11249fa0f1b204f8b51ed4bde1a9cd1834dc" } ,
{ file = "charset_normalizer-3.0.1-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:083c8d17153ecb403e5e1eb76a7ef4babfc2c48d58899c98fcaa04833e7a2f9a" } ,
{ file = "charset_normalizer-3.0.1-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:f5057856d21e7586765171eac8b9fc3f7d44ef39425f85dbcccb13b3ebea806c" } ,
{ file = "charset_normalizer-3.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:7eb33a30d75562222b64f569c642ff3dc6689e09adda43a082208397f016c39a" } ,
{ file = "charset_normalizer-3.0.1-cp36-cp36m-win32.whl" , hash = "sha256:95dea361dd73757c6f1c0a1480ac499952c16ac83f7f5f4f84f0658a01b8ef41" } ,
{ file = "charset_normalizer-3.0.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:eaa379fcd227ca235d04152ca6704c7cb55564116f8bc52545ff357628e10602" } ,
{ file = "charset_normalizer-3.0.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:3e45867f1f2ab0711d60c6c71746ac53537f1684baa699f4f668d4c6f6ce8e14" } ,
{ file = "charset_normalizer-3.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cadaeaba78750d58d3cc6ac4d1fd867da6fc73c88156b7a3212a3cd4819d679d" } ,
{ file = "charset_normalizer-3.0.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:911d8a40b2bef5b8bbae2e36a0b103f142ac53557ab421dc16ac4aafee6f53dc" } ,
{ file = "charset_normalizer-3.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:503e65837c71b875ecdd733877d852adbc465bd82c768a067badd953bf1bc5a3" } ,
{ file = "charset_normalizer-3.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a60332922359f920193b1d4826953c507a877b523b2395ad7bc716ddd386d866" } ,
{ file = "charset_normalizer-3.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:16a8663d6e281208d78806dbe14ee9903715361cf81f6d4309944e4d1e59ac5b" } ,
{ file = "charset_normalizer-3.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:a16418ecf1329f71df119e8a65f3aa68004a3f9383821edcb20f0702934d8087" } ,
{ file = "charset_normalizer-3.0.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:9d9153257a3f70d5f69edf2325357251ed20f772b12e593f3b3377b5f78e7ef8" } ,
{ file = "charset_normalizer-3.0.1-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:02a51034802cbf38db3f89c66fb5d2ec57e6fe7ef2f4a44d070a593c3688667b" } ,
{ file = "charset_normalizer-3.0.1-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:2e396d70bc4ef5325b72b593a72c8979999aa52fb8bcf03f701c1b03e1166918" } ,
{ file = "charset_normalizer-3.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:11b53acf2411c3b09e6af37e4b9005cba376c872503c8f28218c7243582df45d" } ,
{ file = "charset_normalizer-3.0.1-cp37-cp37m-win32.whl" , hash = "sha256:0bf2dae5291758b6f84cf923bfaa285632816007db0330002fa1de38bfcb7154" } ,
{ file = "charset_normalizer-3.0.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:2c03cc56021a4bd59be889c2b9257dae13bf55041a3372d3295416f86b295fb5" } ,
{ file = "charset_normalizer-3.0.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:024e606be3ed92216e2b6952ed859d86b4cfa52cd5bc5f050e7dc28f9b43ec42" } ,
{ file = "charset_normalizer-3.0.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:4b0d02d7102dd0f997580b51edc4cebcf2ab6397a7edf89f1c73b586c614272c" } ,
{ file = "charset_normalizer-3.0.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:358a7c4cb8ba9b46c453b1dd8d9e431452d5249072e4f56cfda3149f6ab1405e" } ,
{ file = "charset_normalizer-3.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:81d6741ab457d14fdedc215516665050f3822d3e56508921cc7239f8c8e66a58" } ,
{ file = "charset_normalizer-3.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8b8af03d2e37866d023ad0ddea594edefc31e827fee64f8de5611a1dbc373174" } ,
{ file = "charset_normalizer-3.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9cf4e8ad252f7c38dd1f676b46514f92dc0ebeb0db5552f5f403509705e24753" } ,
{ file = "charset_normalizer-3.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e696f0dd336161fca9adbb846875d40752e6eba585843c768935ba5c9960722b" } ,
{ file = "charset_normalizer-3.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c22d3fe05ce11d3671297dc8973267daa0f938b93ec716e12e0f6dee81591dc1" } ,
{ file = "charset_normalizer-3.0.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:109487860ef6a328f3eec66f2bf78b0b72400280d8f8ea05f69c51644ba6521a" } ,
{ file = "charset_normalizer-3.0.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:37f8febc8ec50c14f3ec9637505f28e58d4f66752207ea177c1d67df25da5aed" } ,
{ file = "charset_normalizer-3.0.1-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:f97e83fa6c25693c7a35de154681fcc257c1c41b38beb0304b9c4d2d9e164479" } ,
{ file = "charset_normalizer-3.0.1-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:a152f5f33d64a6be73f1d30c9cc82dfc73cec6477ec268e7c6e4c7d23c2d2291" } ,
{ file = "charset_normalizer-3.0.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:39049da0ffb96c8cbb65cbf5c5f3ca3168990adf3551bd1dee10c48fce8ae820" } ,
{ file = "charset_normalizer-3.0.1-cp38-cp38-win32.whl" , hash = "sha256:4457ea6774b5611f4bed5eaa5df55f70abde42364d498c5134b7ef4c6958e20e" } ,
{ file = "charset_normalizer-3.0.1-cp38-cp38-win_amd64.whl" , hash = "sha256:e62164b50f84e20601c1ff8eb55620d2ad25fb81b59e3cd776a1902527a788af" } ,
{ file = "charset_normalizer-3.0.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:8eade758719add78ec36dc13201483f8e9b5d940329285edcd5f70c0a9edbd7f" } ,
{ file = "charset_normalizer-3.0.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:8499ca8f4502af841f68135133d8258f7b32a53a1d594aa98cc52013fff55678" } ,
{ file = "charset_normalizer-3.0.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:3fc1c4a2ffd64890aebdb3f97e1278b0cc72579a08ca4de8cd2c04799a3a22be" } ,
{ file = "charset_normalizer-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:00d3ffdaafe92a5dc603cb9bd5111aaa36dfa187c8285c543be562e61b755f6b" } ,
{ file = "charset_normalizer-3.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c2ac1b08635a8cd4e0cbeaf6f5e922085908d48eb05d44c5ae9eabab148512ca" } ,
{ file = "charset_normalizer-3.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f6f45710b4459401609ebebdbcfb34515da4fc2aa886f95107f556ac69a9147e" } ,
{ file = "charset_normalizer-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3ae1de54a77dc0d6d5fcf623290af4266412a7c4be0b1ff7444394f03f5c54e3" } ,
{ file = "charset_normalizer-3.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3b590df687e3c5ee0deef9fc8c547d81986d9a1b56073d82de008744452d6541" } ,
{ file = "charset_normalizer-3.0.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:ab5de034a886f616a5668aa5d098af2b5385ed70142090e2a31bcbd0af0fdb3d" } ,
{ file = "charset_normalizer-3.0.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:9cb3032517f1627cc012dbc80a8ec976ae76d93ea2b5feaa9d2a5b8882597579" } ,
{ file = "charset_normalizer-3.0.1-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:608862a7bf6957f2333fc54ab4399e405baad0163dc9f8d99cb236816db169d4" } ,
{ file = "charset_normalizer-3.0.1-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:0f438ae3532723fb6ead77e7c604be7c8374094ef4ee2c5e03a3a17f1fca256c" } ,
{ file = "charset_normalizer-3.0.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:356541bf4381fa35856dafa6a965916e54bed415ad8a24ee6de6e37deccf2786" } ,
{ file = "charset_normalizer-3.0.1-cp39-cp39-win32.whl" , hash = "sha256:39cf9ed17fe3b1bc81f33c9ceb6ce67683ee7526e65fde1447c772afc54a1bb8" } ,
{ file = "charset_normalizer-3.0.1-cp39-cp39-win_amd64.whl" , hash = "sha256:0a11e971ed097d24c534c037d298ad32c6ce81a45736d31e0ff0ad37ab437d59" } ,
{ file = "charset_normalizer-3.0.1-py3-none-any.whl" , hash = "sha256:7e189e2e1d3ed2f4aebabd2d5b0f931e883676e51c7624826e0a4e5fe8a0bf24" } ,
2022-12-29 15:21:48 -08:00
]
2021-07-25 12:55:30 -08:00
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "click"
2023-02-06 18:43:12 -09:00
version = "8.1.3"
2021-05-01 20:46:02 -08:00
description = "Composable command line interface toolkit"
optional = false
2023-02-06 18:43:12 -09:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "click-8.1.3-py3-none-any.whl" , hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48" } ,
{ file = "click-8.1.3.tar.gz" , hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
2023-02-06 18:43:12 -09:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "colorama"
2023-02-06 18:43:12 -09:00
version = "0.4.6"
2021-05-01 20:46:02 -08:00
description = "Cross-platform colored terminal text."
optional = false
2023-02-06 18:43:12 -09:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "colorama-0.4.6-py2.py3-none-any.whl" , hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" } ,
{ file = "colorama-0.4.6.tar.gz" , hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" } ,
2022-12-29 15:21:48 -08:00
]
2025-02-07 16:42:43 -06:00
markers = { main = "platform_system == \"Windows\" or sys_platform == \"win32\"" }
2021-08-07 15:14:01 -08:00
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "coverage"
2025-03-31 01:21:49 +00:00
version = "7.8.0"
2021-05-01 20:46:02 -08:00
description = "Code coverage measurement for Python"
optional = false
2024-10-12 01:14:55 +00:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2023-01-01 11:53:51 -09:00
files = [
2025-03-31 01:21:49 +00:00
{ file = "coverage-7.8.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:2931f66991175369859b5fd58529cd4b73582461877ecfd859b6549869287ffe" } ,
{ file = "coverage-7.8.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:52a523153c568d2c0ef8826f6cc23031dc86cffb8c6aeab92c4ff776e7951b28" } ,
{ file = "coverage-7.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5c8a5c139aae4c35cbd7cadca1df02ea8cf28a911534fc1b0456acb0b14234f3" } ,
{ file = "coverage-7.8.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5a26c0c795c3e0b63ec7da6efded5f0bc856d7c0b24b2ac84b4d1d7bc578d676" } ,
{ file = "coverage-7.8.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:821f7bcbaa84318287115d54becb1915eece6918136c6f91045bb84e2f88739d" } ,
{ file = "coverage-7.8.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:a321c61477ff8ee705b8a5fed370b5710c56b3a52d17b983d9215861e37b642a" } ,
{ file = "coverage-7.8.0-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:ed2144b8a78f9d94d9515963ed273d620e07846acd5d4b0a642d4849e8d91a0c" } ,
{ file = "coverage-7.8.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:042e7841a26498fff7a37d6fda770d17519982f5b7d8bf5278d140b67b61095f" } ,
{ file = "coverage-7.8.0-cp310-cp310-win32.whl" , hash = "sha256:f9983d01d7705b2d1f7a95e10bbe4091fabc03a46881a256c2787637b087003f" } ,
{ file = "coverage-7.8.0-cp310-cp310-win_amd64.whl" , hash = "sha256:5a570cd9bd20b85d1a0d7b009aaf6c110b52b5755c17be6962f8ccd65d1dbd23" } ,
{ file = "coverage-7.8.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:e7ac22a0bb2c7c49f441f7a6d46c9c80d96e56f5a8bc6972529ed43c8b694e27" } ,
{ file = "coverage-7.8.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:bf13d564d310c156d1c8e53877baf2993fb3073b2fc9f69790ca6a732eb4bfea" } ,
{ file = "coverage-7.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a5761c70c017c1b0d21b0815a920ffb94a670c8d5d409d9b38857874c21f70d7" } ,
{ file = "coverage-7.8.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e5ff52d790c7e1628241ffbcaeb33e07d14b007b6eb00a19320c7b8a7024c040" } ,
{ file = "coverage-7.8.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d39fc4817fd67b3915256af5dda75fd4ee10621a3d484524487e33416c6f3543" } ,
{ file = "coverage-7.8.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:b44674870709017e4b4036e3d0d6c17f06a0e6d4436422e0ad29b882c40697d2" } ,
{ file = "coverage-7.8.0-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:8f99eb72bf27cbb167b636eb1726f590c00e1ad375002230607a844d9e9a2318" } ,
{ file = "coverage-7.8.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:b571bf5341ba8c6bc02e0baeaf3b061ab993bf372d982ae509807e7f112554e9" } ,
{ file = "coverage-7.8.0-cp311-cp311-win32.whl" , hash = "sha256:e75a2ad7b647fd8046d58c3132d7eaf31b12d8a53c0e4b21fa9c4d23d6ee6d3c" } ,
{ file = "coverage-7.8.0-cp311-cp311-win_amd64.whl" , hash = "sha256:3043ba1c88b2139126fc72cb48574b90e2e0546d4c78b5299317f61b7f718b78" } ,
{ file = "coverage-7.8.0-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:bbb5cc845a0292e0c520656d19d7ce40e18d0e19b22cb3e0409135a575bf79fc" } ,
{ file = "coverage-7.8.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:4dfd9a93db9e78666d178d4f08a5408aa3f2474ad4d0e0378ed5f2ef71640cb6" } ,
{ file = "coverage-7.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f017a61399f13aa6d1039f75cd467be388d157cd81f1a119b9d9a68ba6f2830d" } ,
{ file = "coverage-7.8.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0915742f4c82208ebf47a2b154a5334155ed9ef9fe6190674b8a46c2fb89cb05" } ,
{ file = "coverage-7.8.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8a40fcf208e021eb14b0fac6bdb045c0e0cab53105f93ba0d03fd934c956143a" } ,
{ file = "coverage-7.8.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:a1f406a8e0995d654b2ad87c62caf6befa767885301f3b8f6f73e6f3c31ec3a6" } ,
{ file = "coverage-7.8.0-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:77af0f6447a582fdc7de5e06fa3757a3ef87769fbb0fdbdeba78c23049140a47" } ,
{ file = "coverage-7.8.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:f2d32f95922927186c6dbc8bc60df0d186b6edb828d299ab10898ef3f40052fe" } ,
{ file = "coverage-7.8.0-cp312-cp312-win32.whl" , hash = "sha256:769773614e676f9d8e8a0980dd7740f09a6ea386d0f383db6821df07d0f08545" } ,
{ file = "coverage-7.8.0-cp312-cp312-win_amd64.whl" , hash = "sha256:e5d2b9be5b0693cf21eb4ce0ec8d211efb43966f6657807f6859aab3814f946b" } ,
{ file = "coverage-7.8.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:5ac46d0c2dd5820ce93943a501ac5f6548ea81594777ca585bf002aa8854cacd" } ,
{ file = "coverage-7.8.0-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:771eb7587a0563ca5bb6f622b9ed7f9d07bd08900f7589b4febff05f469bea00" } ,
{ file = "coverage-7.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:42421e04069fb2cbcbca5a696c4050b84a43b05392679d4068acbe65449b5c64" } ,
{ file = "coverage-7.8.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:554fec1199d93ab30adaa751db68acec2b41c5602ac944bb19187cb9a41a8067" } ,
{ file = "coverage-7.8.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5aaeb00761f985007b38cf463b1d160a14a22c34eb3f6a39d9ad6fc27cb73008" } ,
{ file = "coverage-7.8.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:581a40c7b94921fffd6457ffe532259813fc68eb2bdda60fa8cc343414ce3733" } ,
{ file = "coverage-7.8.0-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:f319bae0321bc838e205bf9e5bc28f0a3165f30c203b610f17ab5552cff90323" } ,
{ file = "coverage-7.8.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:04bfec25a8ef1c5f41f5e7e5c842f6b615599ca8ba8391ec33a9290d9d2db3a3" } ,
{ file = "coverage-7.8.0-cp313-cp313-win32.whl" , hash = "sha256:dd19608788b50eed889e13a5d71d832edc34fc9dfce606f66e8f9f917eef910d" } ,
{ file = "coverage-7.8.0-cp313-cp313-win_amd64.whl" , hash = "sha256:a9abbccd778d98e9c7e85038e35e91e67f5b520776781d9a1e2ee9d400869487" } ,
{ file = "coverage-7.8.0-cp313-cp313t-macosx_10_13_x86_64.whl" , hash = "sha256:18c5ae6d061ad5b3e7eef4363fb27a0576012a7447af48be6c75b88494c6cf25" } ,
{ file = "coverage-7.8.0-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:95aa6ae391a22bbbce1b77ddac846c98c5473de0372ba5c463480043a07bff42" } ,
{ file = "coverage-7.8.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e013b07ba1c748dacc2a80e69a46286ff145935f260eb8c72df7185bf048f502" } ,
{ file = "coverage-7.8.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d766a4f0e5aa1ba056ec3496243150698dc0481902e2b8559314368717be82b1" } ,
{ file = "coverage-7.8.0-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ad80e6b4a0c3cb6f10f29ae4c60e991f424e6b14219d46f1e7d442b938ee68a4" } ,
{ file = "coverage-7.8.0-cp313-cp313t-musllinux_1_2_aarch64.whl" , hash = "sha256:b87eb6fc9e1bb8f98892a2458781348fa37e6925f35bb6ceb9d4afd54ba36c73" } ,
{ file = "coverage-7.8.0-cp313-cp313t-musllinux_1_2_i686.whl" , hash = "sha256:d1ba00ae33be84066cfbe7361d4e04dec78445b2b88bdb734d0d1cbab916025a" } ,
{ file = "coverage-7.8.0-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:f3c38e4e5ccbdc9198aecc766cedbb134b2d89bf64533973678dfcf07effd883" } ,
{ file = "coverage-7.8.0-cp313-cp313t-win32.whl" , hash = "sha256:379fe315e206b14e21db5240f89dc0774bdd3e25c3c58c2c733c99eca96f1ada" } ,
{ file = "coverage-7.8.0-cp313-cp313t-win_amd64.whl" , hash = "sha256:2e4b6b87bb0c846a9315e3ab4be2d52fac905100565f4b92f02c445c8799e257" } ,
{ file = "coverage-7.8.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:fa260de59dfb143af06dcf30c2be0b200bed2a73737a8a59248fcb9fa601ef0f" } ,
{ file = "coverage-7.8.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:96121edfa4c2dfdda409877ea8608dd01de816a4dc4a0523356067b305e4e17a" } ,
{ file = "coverage-7.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6b8af63b9afa1031c0ef05b217faa598f3069148eeee6bb24b79da9012423b82" } ,
{ file = "coverage-7.8.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:89b1f4af0d4afe495cd4787a68e00f30f1d15939f550e869de90a86efa7e0814" } ,
{ file = "coverage-7.8.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:94ec0be97723ae72d63d3aa41961a0b9a6f5a53ff599813c324548d18e3b9e8c" } ,
{ file = "coverage-7.8.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:8a1d96e780bdb2d0cbb297325711701f7c0b6f89199a57f2049e90064c29f6bd" } ,
{ file = "coverage-7.8.0-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:f1d8a2a57b47142b10374902777e798784abf400a004b14f1b0b9eaf1e528ba4" } ,
{ file = "coverage-7.8.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:cf60dd2696b457b710dd40bf17ad269d5f5457b96442f7f85722bdb16fa6c899" } ,
{ file = "coverage-7.8.0-cp39-cp39-win32.whl" , hash = "sha256:be945402e03de47ba1872cd5236395e0f4ad635526185a930735f66710e1bd3f" } ,
{ file = "coverage-7.8.0-cp39-cp39-win_amd64.whl" , hash = "sha256:90e7fbc6216ecaffa5a880cdc9c77b7418c1dcb166166b78dbc630d07f278cc3" } ,
{ file = "coverage-7.8.0-pp39.pp310.pp311-none-any.whl" , hash = "sha256:b8194fb8e50d556d5849753de991d390c5a1edeeba50f68e3a9253fbd8bf8ccd" } ,
{ file = "coverage-7.8.0-py3-none-any.whl" , hash = "sha256:dbf364b4c5e7bae9250528167dfe40219b62e2d573c854d74be213e1e52069f7" } ,
{ file = "coverage-7.8.0.tar.gz" , hash = "sha256:7a3d62b3b03b4b6fd41a085f3574874cf946cb4604d2b4d3e8dca8cd570ca501" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ package . extras ]
2025-03-18 09:52:30 -05:00
toml = [ "tomli ; python_full_version <= \"3.11.0a6\"" ]
2021-05-01 20:46:02 -08:00
2022-01-13 13:06:52 -09:00
[ [ package ] ]
name = "coveragepy-lcov"
2022-05-22 11:52:57 -08:00
version = "0.1.2"
2022-01-13 13:06:52 -09:00
description = "A simple .coverage to LCOV converter"
optional = false
2022-05-22 11:52:57 -08:00
python-versions = ">=3.6.3,<4.0.0"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
{ file = "coveragepy-lcov-0.1.2.tar.gz" , hash = "sha256:db6ad0d255d3a8041d30e797a9ec69c77c5963694a6b02a00907b56db7b882a3" } ,
{ file = "coveragepy_lcov-0.1.2-py3-none-any.whl" , hash = "sha256:7c1e454ada324a1f47fd7cd2de2c6349b9822cc79691b313ed10370e7ce1b08b" } ,
]
2022-01-13 13:06:52 -09:00
[ package . dependencies ]
2022-05-22 11:52:57 -08:00
click = ">=7.1.2"
coverage = ">=5.5"
2022-01-13 13:06:52 -09:00
2024-03-10 13:51:36 -05:00
[ [ package ] ]
name = "cryptography"
version = "41.0.7"
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
optional = false
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-03-10 13:51:36 -05:00
files = [
{ file = "cryptography-41.0.7-cp37-abi3-macosx_10_12_universal2.whl" , hash = "sha256:3c78451b78313fa81607fa1b3f1ae0a5ddd8014c38a02d9db0616133987b9cdf" } ,
{ file = "cryptography-41.0.7-cp37-abi3-macosx_10_12_x86_64.whl" , hash = "sha256:928258ba5d6f8ae644e764d0f996d61a8777559f72dfeb2eea7e2fe0ad6e782d" } ,
{ file = "cryptography-41.0.7-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5a1b41bc97f1ad230a41657d9155113c7521953869ae57ac39ac7f1bb471469a" } ,
{ file = "cryptography-41.0.7-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:841df4caa01008bad253bce2a6f7b47f86dc9f08df4b433c404def869f590a15" } ,
{ file = "cryptography-41.0.7-cp37-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:5429ec739a29df2e29e15d082f1d9ad683701f0ec7709ca479b3ff2708dae65a" } ,
{ file = "cryptography-41.0.7-cp37-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:43f2552a2378b44869fe8827aa19e69512e3245a219104438692385b0ee119d1" } ,
{ file = "cryptography-41.0.7-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:af03b32695b24d85a75d40e1ba39ffe7db7ffcb099fe507b39fd41a565f1b157" } ,
{ file = "cryptography-41.0.7-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:49f0805fc0b2ac8d4882dd52f4a3b935b210935d500b6b805f321addc8177406" } ,
{ file = "cryptography-41.0.7-cp37-abi3-win32.whl" , hash = "sha256:f983596065a18a2183e7f79ab3fd4c475205b839e02cbc0efbbf9666c4b3083d" } ,
{ file = "cryptography-41.0.7-cp37-abi3-win_amd64.whl" , hash = "sha256:90452ba79b8788fa380dfb587cca692976ef4e757b194b093d845e8d99f612f2" } ,
{ file = "cryptography-41.0.7-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:079b85658ea2f59c4f43b70f8119a52414cdb7be34da5d019a77bf96d473b960" } ,
{ file = "cryptography-41.0.7-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:b640981bf64a3e978a56167594a0e97db71c89a479da8e175d8bb5be5178c003" } ,
{ file = "cryptography-41.0.7-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:e3114da6d7f95d2dee7d3f4eec16dacff819740bbab931aff8648cb13c5ff5e7" } ,
{ file = "cryptography-41.0.7-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:d5ec85080cce7b0513cfd233914eb8b7bbd0633f1d1703aa28d1dd5a72f678ec" } ,
{ file = "cryptography-41.0.7-pp38-pypy38_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:7a698cb1dac82c35fcf8fe3417a3aaba97de16a01ac914b89a0889d364d2f6be" } ,
{ file = "cryptography-41.0.7-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:37a138589b12069efb424220bf78eac59ca68b95696fc622b6ccc1c0a197204a" } ,
{ file = "cryptography-41.0.7-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:68a2dec79deebc5d26d617bfdf6e8aab065a4f34934b22d3b5010df3ba36612c" } ,
{ file = "cryptography-41.0.7-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:09616eeaef406f99046553b8a40fbf8b1e70795a91885ba4c96a70793de5504a" } ,
{ file = "cryptography-41.0.7-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:48a0476626da912a44cc078f9893f292f0b3e4c739caf289268168d8f4702a39" } ,
{ file = "cryptography-41.0.7-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:c7f3201ec47d5207841402594f1d7950879ef890c0c495052fa62f58283fde1a" } ,
{ file = "cryptography-41.0.7-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:c5ca78485a255e03c32b513f8c2bc39fedb7f5c5f8535545bdc223a03b24f248" } ,
{ file = "cryptography-41.0.7-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:d6c391c021ab1f7a82da5d8d0b3cee2f4b2c455ec86c8aebbc84837a631ff309" } ,
{ file = "cryptography-41.0.7.tar.gz" , hash = "sha256:13f93ce9bea8016c253b34afc6bd6a75993e5c40672ed5405a9c832f0d4a00bc" } ,
]
[ package . dependencies ]
cffi = ">=1.12"
[ package . extras ]
docs = [ "sphinx (>=5.3.0)" , "sphinx-rtd-theme (>=1.1.1)" ]
docstest = [ "pyenchant (>=1.6.11)" , "sphinxcontrib-spelling (>=4.0.1)" , "twine (>=1.12.0)" ]
nox = [ "nox" ]
pep8test = [ "black" , "check-sdist" , "mypy" , "ruff" ]
sdist = [ "build" ]
ssh = [ "bcrypt (>=3.1.5)" ]
test = [ "pretend" , "pytest (>=6.2.0)" , "pytest-benchmark" , "pytest-cov" , "pytest-xdist" ]
test-randomorder = [ "pytest-randomly" ]
2024-01-10 18:58:50 +00:00
[ [ package ] ]
name = "dill"
version = "0.3.7"
description = "serialize all of Python"
optional = false
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2024-01-10 18:58:50 +00:00
files = [
{ file = "dill-0.3.7-py3-none-any.whl" , hash = "sha256:76b122c08ef4ce2eedcd4d1abd8e641114bfc6c2867f49f3c41facf65bf19f5e" } ,
{ file = "dill-0.3.7.tar.gz" , hash = "sha256:cc1c8b182eb3013e24bd475ff2e9295af86c1a38eb1aff128dac8962a9ce3c03" } ,
]
[ package . extras ]
graph = [ "objgraph (>=1.7.2)" ]
2022-03-15 15:01:56 -08:00
[ [ package ] ]
name = "distlib"
2024-12-04 22:31:26 -06:00
version = "0.3.9"
2022-03-15 15:01:56 -08:00
description = "Distribution utilities"
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-12-04 22:31:26 -06:00
{ file = "distlib-0.3.9-py2.py3-none-any.whl" , hash = "sha256:47f8c22fd27c27e25a65601af709b38e4f0a45ea4fc2e710f65755fa8caaaf87" } ,
{ file = "distlib-0.3.9.tar.gz" , hash = "sha256:a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403" } ,
2022-12-29 15:21:48 -08:00
]
2022-03-15 15:01:56 -08:00
2024-05-22 04:45:07 -05:00
[ [ package ] ]
name = "distro"
version = "1.9.0"
description = "Distro - an OS platform information API"
optional = false
python-versions = ">=3.6"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-05-22 04:45:07 -05:00
files = [
{ file = "distro-1.9.0-py3-none-any.whl" , hash = "sha256:7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2" } ,
{ file = "distro-1.9.0.tar.gz" , hash = "sha256:2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed" } ,
]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "extruct"
2024-11-10 18:05:38 +00:00
version = "0.18.0"
2021-05-01 20:46:02 -08:00
description = "Extract embedded metadata from HTML markup"
optional = false
2024-05-29 09:21:06 -05:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2024-11-10 18:05:38 +00:00
{ file = "extruct-0.18.0-py2.py3-none-any.whl" , hash = "sha256:1e739985da705c3348c7614dc169e7780caf20908338fa5f4c6e48576df6f000" } ,
{ file = "extruct-0.18.0.tar.gz" , hash = "sha256:b5b48d459003b27c05ee91527b14a5a31735231aaf85d2b1f331d4db879318dd" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ package . dependencies ]
html-text = ">=0.5.1"
jstyleson = "*"
lxml = "*"
2024-05-29 09:21:06 -05:00
lxml-html-clean = "*"
2021-05-01 20:46:02 -08:00
mf2py = "*"
pyrdfa3 = "*"
2024-05-29 09:21:06 -05:00
rdflib = ">=6.0.0"
2021-05-01 20:46:02 -08:00
w3lib = "*"
[ package . extras ]
cli = [ "requests" ]
[ [ package ] ]
name = "fastapi"
2025-03-24 08:44:05 -05:00
version = "0.115.12"
2021-05-01 20:46:02 -08:00
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false
2023-11-27 11:13:48 -06:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2025-03-24 08:44:05 -05:00
{ file = "fastapi-0.115.12-py3-none-any.whl" , hash = "sha256:e94613d6c05e27be7ffebdd6ea5f388112e5e430c8f7d6494a9d1d88d43e814d" } ,
{ file = "fastapi-0.115.12.tar.gz" , hash = "sha256:1e2c2a2646905f9e83d32f04a3f86aff4a286669c6c950ca95b5fd68c2602681" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ package . dependencies ]
2023-10-07 16:02:15 -05:00
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0"
2025-03-01 09:42:24 -06:00
starlette = ">=0.40.0,<0.47.0"
2023-11-27 11:13:48 -06:00
typing-extensions = ">=4.8.0"
2021-05-01 20:46:02 -08:00
[ package . extras ]
2025-01-23 11:22:02 -06:00
all = [ "email-validator (>=2.0.0)" , "fastapi-cli[standard] (>=0.0.5)" , "httpx (>=0.23.0)" , "itsdangerous (>=1.1.0)" , "jinja2 (>=3.1.5)" , "orjson (>=3.2.1)" , "pydantic-extra-types (>=2.0.0)" , "pydantic-settings (>=2.0.0)" , "python-multipart (>=0.0.18)" , "pyyaml (>=5.3.1)" , "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)" , "uvicorn[standard] (>=0.12.0)" ]
standard = [ "email-validator (>=2.0.0)" , "fastapi-cli[standard] (>=0.0.5)" , "httpx (>=0.23.0)" , "jinja2 (>=3.1.5)" , "python-multipart (>=0.0.18)" , "uvicorn[standard] (>=0.12.0)" ]
2024-05-02 20:15:56 -05:00
2022-03-15 15:01:56 -08:00
[ [ package ] ]
name = "filelock"
2024-12-04 22:31:26 -06:00
version = "3.16.1"
2022-03-15 15:01:56 -08:00
description = "A platform independent file lock."
optional = false
2024-12-04 22:31:26 -06:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-12-04 22:31:26 -06:00
{ file = "filelock-3.16.1-py3-none-any.whl" , hash = "sha256:2082e5703d51fbf98ea75855d9d5527e33d8ff23099bec374a134febee6946b0" } ,
{ file = "filelock-3.16.1.tar.gz" , hash = "sha256:c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435" } ,
2022-12-29 15:21:48 -08:00
]
2022-03-15 15:01:56 -08:00
[ package . extras ]
2024-12-04 22:31:26 -06:00
docs = [ "furo (>=2024.8.6)" , "sphinx (>=8.0.2)" , "sphinx-autodoc-typehints (>=2.4.1)" ]
testing = [ "covdefaults (>=2.3)" , "coverage (>=7.6.1)" , "diff-cover (>=9.2)" , "pytest (>=8.3.3)" , "pytest-asyncio (>=0.24)" , "pytest-cov (>=5)" , "pytest-mock (>=3.14)" , "pytest-timeout (>=2.3.1)" , "virtualenv (>=20.26.4)" ]
2025-03-18 09:52:30 -05:00
typing = [ "typing-extensions (>=4.12.2) ; python_version < \"3.11\"" ]
2022-03-15 15:01:56 -08:00
2025-02-28 08:17:28 -06:00
[ [ package ] ]
name = "flexcache"
version = "0.3"
description = "Saves and loads to the cache a transformed versions of a source object."
optional = false
python-versions = ">=3.9"
groups = [ "main" ]
files = [
{ file = "flexcache-0.3-py3-none-any.whl" , hash = "sha256:d43c9fea82336af6e0115e308d9d33a185390b8346a017564611f1466dcd2e32" } ,
{ file = "flexcache-0.3.tar.gz" , hash = "sha256:18743bd5a0621bfe2cf8d519e4c3bfdf57a269c15d1ced3fb4b64e0ff4600656" } ,
]
[ package . dependencies ]
typing-extensions = "*"
[ package . extras ]
test = [ "pytest" , "pytest-cov" , "pytest-mpl" , "pytest-subtests" ]
[ [ package ] ]
name = "flexparser"
version = "0.4"
description = "Parsing made fun ... using typing."
optional = false
python-versions = ">=3.9"
groups = [ "main" ]
files = [
{ file = "flexparser-0.4-py3-none-any.whl" , hash = "sha256:3738b456192dcb3e15620f324c447721023c0293f6af9955b481e91d00179846" } ,
{ file = "flexparser-0.4.tar.gz" , hash = "sha256:266d98905595be2ccc5da964fe0a2c3526fbbffdc45b65b3146d75db992ef6b2" } ,
]
[ package . dependencies ]
typing-extensions = "*"
[ package . extras ]
test = [ "pytest" , "pytest-cov" , "pytest-mpl" , "pytest-subtests" ]
2025-02-28 09:51:36 -06:00
[ [ package ] ]
name = "floret"
version = "0.10.5"
description = "floret Python bindings"
optional = false
python-versions = "*"
groups = [ "main" ]
files = [
{ file = "floret-0.10.5-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:50c2f950dbfffd6ff32525a4dc902cff94c9530d68bc14b6a7d27e363ffaf8df" } ,
{ file = "floret-0.10.5-cp310-cp310-macosx_11_0_x86_64.whl" , hash = "sha256:f3d78f7a0da75a7d6481db1a6b6d5c495caa558f52fcaa7800b05b013518732f" } ,
{ file = "floret-0.10.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f70107549c9811a3d36d7ad184ee2eb69800d5fd652ed09e7ec9e9b51b82ab9a" } ,
{ file = "floret-0.10.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1a6dc625a66f3fe4fa2976585cb33f90584f58995197325ac179a01a3faa4fea" } ,
{ file = "floret-0.10.5-cp310-cp310-win_amd64.whl" , hash = "sha256:009a80bd3d92915c02d2c2cc985fc602fa6ccb9e012a9d17b77a0d9baeb14dc2" } ,
{ file = "floret-0.10.5-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:9b7b9a6aaf807a0ed0a0d3615206b67f46b56f52a94dcdc50d7412b40b76418a" } ,
{ file = "floret-0.10.5-cp311-cp311-macosx_11_0_x86_64.whl" , hash = "sha256:1a6c7cec76c545a181f1b4987988871dba8fd5966b760b66f7e79f4c4565ef94" } ,
{ file = "floret-0.10.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:17d12b5e195a1220b9b173647ba215cb680fd82f5f5f9e68a34a9dc16c27d491" } ,
{ file = "floret-0.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:237e2eeee54147bf893aef8b1297631f53127b888c2978b1957d9a96af9b769c" } ,
{ file = "floret-0.10.5-cp311-cp311-win_amd64.whl" , hash = "sha256:020317dac154caff1e03cdb8dd1e5d013cb0749d5913e264834017386f905655" } ,
{ file = "floret-0.10.5-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:87bb2d7a44c6ac2572ca4aeed6a7780f184c2cebe67a6cf3e3b8d3005da360b4" } ,
{ file = "floret-0.10.5-cp312-cp312-macosx_11_0_x86_64.whl" , hash = "sha256:96de360cf7f93f21e28641f74c309e3207ceab3856b2cf4867f9135788f02115" } ,
{ file = "floret-0.10.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7c3d1d189fd12f75bc2f4229a5fd4f6eb333f598063609ff050c6a1296568e98" } ,
{ file = "floret-0.10.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dfea32120951b8781c318e5ee9847eb9895ff7a18dd49c5d466ad8951589a0f5" } ,
{ file = "floret-0.10.5-cp312-cp312-win_amd64.whl" , hash = "sha256:e074b9e731504191e366f5f21f2f419a2dc3194d6d17ef26ced7edceefac3f79" } ,
{ file = "floret-0.10.5-cp36-cp36m-macosx_10_16_x86_64.whl" , hash = "sha256:c2ba155ce1dd704c0424fa2ce0118ffde4418ee3785d7dbeda3a1a0e13f009ac" } ,
{ file = "floret-0.10.5-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e9a905fe7e46e48634835681256afa3e296b6b7350c1939c70e73c221f009d99" } ,
{ file = "floret-0.10.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:994993a16675c33eeec561f32b2233dff8e39267c426a510c01158612fbde4b8" } ,
{ file = "floret-0.10.5-cp36-cp36m-win_amd64.whl" , hash = "sha256:7ea662bab1db425c07a969a0efc41747e05daf50fe24fffeb7661360961ce44f" } ,
{ file = "floret-0.10.5-cp37-cp37m-macosx_10_16_x86_64.whl" , hash = "sha256:088006325cba178fd725745ea2d935985723f7bc40762bbbd9e518188774de40" } ,
{ file = "floret-0.10.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b438963856a4903732309a3319f0681806a3bf084651354daa5b3265f4c64380" } ,
{ file = "floret-0.10.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a29128c874c3c453729e89783f667d62235d609c926c644f3d48503fed93ff61" } ,
{ file = "floret-0.10.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:b5b58fac25bab7b513e350a122270ed5637da6179a98e36939f934d82385ac6b" } ,
{ file = "floret-0.10.5-cp38-cp38-macosx_10_16_x86_64.whl" , hash = "sha256:63c649375187e3ae5fa7921527f6c44eedba618ab9d2b4047d05a1d501e93dd4" } ,
{ file = "floret-0.10.5-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:f213a01af2bd9f1f151cd633d35f8561341214c8c4a3828c6dbad170e846c605" } ,
{ file = "floret-0.10.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a8486d383a077f4b41f78293d29a81afeee0f7fc4865b8cf39b218ff2135afa9" } ,
{ file = "floret-0.10.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:101620e4b94e671b45b7c1e7c3c532cf45b3e37561c8e3b656d451c13e0a6f3a" } ,
{ file = "floret-0.10.5-cp38-cp38-win_amd64.whl" , hash = "sha256:217dc18c3cbd2491c2c49fc7cfb9b55eb94af19930bbef65f24037e28af59ea8" } ,
{ file = "floret-0.10.5-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:620bc8218a8586f56f2ddcc9e21657cdefa03c255d9e85a0f0cd2346ef1acc56" } ,
{ file = "floret-0.10.5-cp39-cp39-macosx_11_0_x86_64.whl" , hash = "sha256:c24db59a80883e15361c3c23c16f9f50bb5df47cec5a5253510e1cff97e49970" } ,
{ file = "floret-0.10.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7d8efe2add424b711ff6021f670498e9e0298dd92131553e52570558ec8b4c7c" } ,
{ file = "floret-0.10.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3e1920a658a709f1366d0536d0e848b1bfb1370d16126480dc670ddd52626773" } ,
{ file = "floret-0.10.5-cp39-cp39-win_amd64.whl" , hash = "sha256:1f777dddfb4c2de9eec60bda92a1c4d4aea811a4d566ffe28ec4f56dacaaf139" } ,
{ file = "floret-0.10.5.tar.gz" , hash = "sha256:8a94654a87b3335499cd4d14532a6f947a8cc14bd3e28044d7ccf06e99084156" } ,
]
[ package . dependencies ]
numpy = "*"
2024-10-21 10:01:40 -05:00
[ [ package ] ]
name = "freezegun"
version = "1.5.1"
description = "Let your Python tests travel through time"
optional = false
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2024-10-21 10:01:40 -05:00
files = [
{ file = "freezegun-1.5.1-py3-none-any.whl" , hash = "sha256:bf111d7138a8abe55ab48a71755673dbaa4ab87f4cff5634a4442dfec34c15f1" } ,
{ file = "freezegun-1.5.1.tar.gz" , hash = "sha256:b29dedfcda6d5e8e083ce71b2b542753ad48cfec44037b3fc79702e2980a89e9" } ,
]
[ package . dependencies ]
python-dateutil = ">=2.7"
2021-05-01 20:46:02 -08:00
[ [ package ] ]
2021-06-10 18:31:14 -08:00
name = "ghp-import"
2022-05-22 11:52:57 -08:00
version = "2.1.0"
2021-06-10 18:31:14 -08:00
description = "Copy your docs directly to the gh-pages branch."
2021-05-01 20:46:02 -08:00
optional = false
2021-06-10 18:31:14 -08:00
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
{ file = "ghp-import-2.1.0.tar.gz" , hash = "sha256:9c535c4c61193c2df8871222567d7fd7e5014d835f97dc7b7439069e2413d343" } ,
{ file = "ghp_import-2.1.0-py3-none-any.whl" , hash = "sha256:8337dd7b50877f163d4c0289bc1f1c7f127550241988d568c1db512c4324a619" } ,
]
2021-06-10 18:31:14 -08:00
[ package . dependencies ]
python-dateutil = ">=2.8.1"
[ package . extras ]
2022-09-25 16:01:25 -08:00
dev = [ "flake8" , "markdown" , "twine" , "wheel" ]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "greenlet"
2024-09-15 11:48:50 +10:00
version = "3.0.3"
2021-05-01 20:46:02 -08:00
description = "Lightweight in-process concurrent programming"
optional = false
2024-09-15 11:48:50 +10:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2025-02-28 08:17:28 -06:00
markers = "platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\""
2024-09-15 11:48:50 +10:00
files = [
{ file = "greenlet-3.0.3-cp310-cp310-macosx_11_0_universal2.whl" , hash = "sha256:9da2bd29ed9e4f15955dd1595ad7bc9320308a3b766ef7f837e23ad4b4aac31a" } ,
{ file = "greenlet-3.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d353cadd6083fdb056bb46ed07e4340b0869c305c8ca54ef9da3421acbdf6881" } ,
{ file = "greenlet-3.0.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:dca1e2f3ca00b84a396bc1bce13dd21f680f035314d2379c4160c98153b2059b" } ,
{ file = "greenlet-3.0.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3ed7fb269f15dc662787f4119ec300ad0702fa1b19d2135a37c2c4de6fadfd4a" } ,
{ file = "greenlet-3.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dd4f49ae60e10adbc94b45c0b5e6a179acc1736cf7a90160b404076ee283cf83" } ,
{ file = "greenlet-3.0.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:73a411ef564e0e097dbe7e866bb2dda0f027e072b04da387282b02c308807405" } ,
{ file = "greenlet-3.0.3-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:7f362975f2d179f9e26928c5b517524e89dd48530a0202570d55ad6ca5d8a56f" } ,
{ file = "greenlet-3.0.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:649dde7de1a5eceb258f9cb00bdf50e978c9db1b996964cd80703614c86495eb" } ,
{ file = "greenlet-3.0.3-cp310-cp310-win_amd64.whl" , hash = "sha256:68834da854554926fbedd38c76e60c4a2e3198c6fbed520b106a8986445caaf9" } ,
{ file = "greenlet-3.0.3-cp311-cp311-macosx_11_0_universal2.whl" , hash = "sha256:b1b5667cced97081bf57b8fa1d6bfca67814b0afd38208d52538316e9422fc61" } ,
{ file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:52f59dd9c96ad2fc0d5724107444f76eb20aaccb675bf825df6435acb7703559" } ,
{ file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:afaff6cf5200befd5cec055b07d1c0a5a06c040fe5ad148abcd11ba6ab9b114e" } ,
{ file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:fe754d231288e1e64323cfad462fcee8f0288654c10bdf4f603a39ed923bef33" } ,
{ file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2797aa5aedac23af156bbb5a6aa2cd3427ada2972c828244eb7d1b9255846379" } ,
{ file = "greenlet-3.0.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:b7f009caad047246ed379e1c4dbcb8b020f0a390667ea74d2387be2998f58a22" } ,
{ file = "greenlet-3.0.3-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:c5e1536de2aad7bf62e27baf79225d0d64360d4168cf2e6becb91baf1ed074f3" } ,
{ file = "greenlet-3.0.3-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:894393ce10ceac937e56ec00bb71c4c2f8209ad516e96033e4b3b1de270e200d" } ,
{ file = "greenlet-3.0.3-cp311-cp311-win_amd64.whl" , hash = "sha256:1ea188d4f49089fc6fb283845ab18a2518d279c7cd9da1065d7a84e991748728" } ,
{ file = "greenlet-3.0.3-cp312-cp312-macosx_11_0_universal2.whl" , hash = "sha256:70fb482fdf2c707765ab5f0b6655e9cfcf3780d8d87355a063547b41177599be" } ,
{ file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d4d1ac74f5c0c0524e4a24335350edad7e5f03b9532da7ea4d3c54d527784f2e" } ,
{ file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:149e94a2dd82d19838fe4b2259f1b6b9957d5ba1b25640d2380bea9c5df37676" } ,
{ file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:15d79dd26056573940fcb8c7413d84118086f2ec1a8acdfa854631084393efcc" } ,
{ file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:881b7db1ebff4ba09aaaeae6aa491daeb226c8150fc20e836ad00041bcb11230" } ,
{ file = "greenlet-3.0.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:fcd2469d6a2cf298f198f0487e0a5b1a47a42ca0fa4dfd1b6862c999f018ebbf" } ,
{ file = "greenlet-3.0.3-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:1f672519db1796ca0d8753f9e78ec02355e862d0998193038c7073045899f305" } ,
{ file = "greenlet-3.0.3-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:2516a9957eed41dd8f1ec0c604f1cdc86758b587d964668b5b196a9db5bfcde6" } ,
{ file = "greenlet-3.0.3-cp312-cp312-win_amd64.whl" , hash = "sha256:bba5387a6975598857d86de9eac14210a49d554a77eb8261cc68b7d082f78ce2" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-macosx_11_0_universal2.whl" , hash = "sha256:5b51e85cb5ceda94e79d019ed36b35386e8c37d22f07d6a751cb659b180d5274" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:daf3cb43b7cf2ba96d614252ce1684c1bccee6b2183a01328c98d36fcd7d5cb0" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:99bf650dc5d69546e076f413a87481ee1d2d09aaaaaca058c9251b6d8c14783f" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2dd6e660effd852586b6a8478a1d244b8dc90ab5b1321751d2ea15deb49ed414" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e3391d1e16e2a5a1507d83e4a8b100f4ee626e8eca43cf2cadb543de69827c4c" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:e1f145462f1fa6e4a4ae3c0f782e580ce44d57c8f2c7aae1b6fa88c0b2efdb41" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:1a7191e42732df52cb5f39d3527217e7ab73cae2cb3694d241e18f53d84ea9a7" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:0448abc479fab28b00cb472d278828b3ccca164531daab4e970a0458786055d6" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-win32.whl" , hash = "sha256:b542be2440edc2d48547b5923c408cbe0fc94afb9f18741faa6ae970dbcb9b6d" } ,
{ file = "greenlet-3.0.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:01bc7ea167cf943b4c802068e178bbf70ae2e8c080467070d01bfa02f337ee67" } ,
{ file = "greenlet-3.0.3-cp38-cp38-macosx_11_0_universal2.whl" , hash = "sha256:1996cb9306c8595335bb157d133daf5cf9f693ef413e7673cb07e3e5871379ca" } ,
{ file = "greenlet-3.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3ddc0f794e6ad661e321caa8d2f0a55ce01213c74722587256fb6566049a8b04" } ,
{ file = "greenlet-3.0.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c9db1c18f0eaad2f804728c67d6c610778456e3e1cc4ab4bbd5eeb8e6053c6fc" } ,
{ file = "greenlet-3.0.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7170375bcc99f1a2fbd9c306f5be8764eaf3ac6b5cb968862cad4c7057756506" } ,
{ file = "greenlet-3.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6b66c9c1e7ccabad3a7d037b2bcb740122a7b17a53734b7d72a344ce39882a1b" } ,
{ file = "greenlet-3.0.3-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:098d86f528c855ead3479afe84b49242e174ed262456c342d70fc7f972bc13c4" } ,
{ file = "greenlet-3.0.3-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:81bb9c6d52e8321f09c3d165b2a78c680506d9af285bfccbad9fb7ad5a5da3e5" } ,
{ file = "greenlet-3.0.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:fd096eb7ffef17c456cfa587523c5f92321ae02427ff955bebe9e3c63bc9f0da" } ,
{ file = "greenlet-3.0.3-cp38-cp38-win32.whl" , hash = "sha256:d46677c85c5ba00a9cb6f7a00b2bfa6f812192d2c9f7d9c4f6a55b60216712f3" } ,
{ file = "greenlet-3.0.3-cp38-cp38-win_amd64.whl" , hash = "sha256:419b386f84949bf0e7c73e6032e3457b82a787c1ab4a0e43732898a761cc9dbf" } ,
{ file = "greenlet-3.0.3-cp39-cp39-macosx_11_0_universal2.whl" , hash = "sha256:da70d4d51c8b306bb7a031d5cff6cc25ad253affe89b70352af5f1cb68e74b53" } ,
{ file = "greenlet-3.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:086152f8fbc5955df88382e8a75984e2bb1c892ad2e3c80a2508954e52295257" } ,
{ file = "greenlet-3.0.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d73a9fe764d77f87f8ec26a0c85144d6a951a6c438dfe50487df5595c6373eac" } ,
{ file = "greenlet-3.0.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b7dcbe92cc99f08c8dd11f930de4d99ef756c3591a5377d1d9cd7dd5e896da71" } ,
{ file = "greenlet-3.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1551a8195c0d4a68fac7a4325efac0d541b48def35feb49d803674ac32582f61" } ,
{ file = "greenlet-3.0.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:64d7675ad83578e3fc149b617a444fab8efdafc9385471f868eb5ff83e446b8b" } ,
{ file = "greenlet-3.0.3-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:b37eef18ea55f2ffd8f00ff8fe7c8d3818abd3e25fb73fae2ca3b672e333a7a6" } ,
{ file = "greenlet-3.0.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:77457465d89b8263bca14759d7c1684df840b6811b2499838cc5b040a8b5b113" } ,
{ file = "greenlet-3.0.3-cp39-cp39-win32.whl" , hash = "sha256:57e8974f23e47dac22b83436bdcf23080ade568ce77df33159e019d161ce1d1e" } ,
{ file = "greenlet-3.0.3-cp39-cp39-win_amd64.whl" , hash = "sha256:c5ee858cfe08f34712f548c3c363e807e7186f03ad7a5039ebadb29e8c6be067" } ,
{ file = "greenlet-3.0.3.tar.gz" , hash = "sha256:43374442353259554ce33599da8b692d5aa96f8976d567d4badf263371fbe491" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ package . extras ]
2024-09-15 11:48:50 +10:00
docs = [ "Sphinx" , "furo" ]
2023-02-06 18:43:12 -09:00
test = [ "objgraph" , "psutil" ]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "h11"
2023-02-06 18:43:12 -09:00
version = "0.14.0"
2021-05-01 20:46:02 -08:00
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
optional = false
2023-02-06 18:43:12 -09:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "h11-0.14.0-py3-none-any.whl" , hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" } ,
{ file = "h11-0.14.0.tar.gz" , hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "html-text"
version = "0.5.2"
description = "Extract text from HTML"
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
{ file = "html_text-0.5.2-py2.py3-none-any.whl" , hash = "sha256:3f1e063f05eddf3e099a88f0440219c55fdc01c44f1291fe59c66e5228d7fc56" } ,
{ file = "html_text-0.5.2.tar.gz" , hash = "sha256:afd61bbb70651d494a8c32670a29b9140492eccc9690109857beae41c3093ded" } ,
]
2021-05-01 20:46:02 -08:00
[ package . dependencies ]
lxml = "*"
2024-01-22 13:40:09 -06:00
[ [ package ] ]
name = "html2text"
2024-02-27 21:34:55 +00:00
version = "2024.2.26"
2024-01-22 13:40:09 -06:00
description = "Turn HTML into equivalent Markdown-structured text."
optional = false
2024-02-25 10:21:15 -06:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-01-22 13:40:09 -06:00
files = [
2024-02-27 21:34:55 +00:00
{ file = "html2text-2024.2.26.tar.gz" , hash = "sha256:05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32" } ,
2024-01-22 13:40:09 -06:00
]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "html5lib"
version = "1.1"
description = "HTML parser based on the WHATWG HTML specification"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
{ file = "html5lib-1.1-py2.py3-none-any.whl" , hash = "sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d" } ,
{ file = "html5lib-1.1.tar.gz" , hash = "sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f" } ,
]
2021-05-01 20:46:02 -08:00
[ package . dependencies ]
six = ">=1.9"
webencodings = "*"
[ package . extras ]
2025-03-18 09:52:30 -05:00
all = [ "chardet (>=2.2)" , "genshi" , "lxml ; platform_python_implementation == \"CPython\"" ]
2021-05-01 20:46:02 -08:00
chardet = [ "chardet (>=2.2)" ]
genshi = [ "genshi" ]
2025-03-18 09:52:30 -05:00
lxml = [ "lxml ; platform_python_implementation == \"CPython\"" ]
2021-05-01 20:46:02 -08:00
2022-12-30 12:44:54 -08:00
[ [ package ] ]
name = "httpcore"
2024-01-10 02:08:57 +00:00
version = "1.0.2"
2022-12-30 12:44:54 -08:00
description = "A minimal low-level HTTP client."
optional = false
2024-01-10 02:08:57 +00:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-30 12:44:54 -08:00
files = [
2024-01-10 02:08:57 +00:00
{ file = "httpcore-1.0.2-py3-none-any.whl" , hash = "sha256:096cc05bca73b8e459a1fc3dcf585148f63e534eae4339559c9b8a8d6399acc7" } ,
{ file = "httpcore-1.0.2.tar.gz" , hash = "sha256:9fc092e4799b26174648e54b74ed5f683132a464e95643b226e00c2ed2fa6535" } ,
2022-12-30 12:44:54 -08:00
]
[ package . dependencies ]
certifi = "*"
h11 = ">=0.13,<0.15"
[ package . extras ]
2024-01-10 02:08:57 +00:00
asyncio = [ "anyio (>=4.0,<5.0)" ]
2022-12-30 12:44:54 -08:00
http2 = [ "h2 (>=3,<5)" ]
2023-07-23 12:53:45 -05:00
socks = [ "socksio (==1.*)" ]
2024-01-10 02:08:57 +00:00
trio = [ "trio (>=0.22.0,<0.23.0)" ]
2022-12-30 12:44:54 -08:00
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "httptools"
2024-11-26 12:25:04 +01:00
version = "0.6.4"
2021-05-01 20:46:02 -08:00
description = "A collection of framework independent HTTP protocol utils."
optional = false
2024-09-15 11:48:50 +10:00
python-versions = ">=3.8.0"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-09-15 11:48:50 +10:00
files = [
2024-11-26 12:25:04 +01:00
{ file = "httptools-0.6.4-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:3c73ce323711a6ffb0d247dcd5a550b8babf0f757e86a52558fe5b86d6fefcc0" } ,
{ file = "httptools-0.6.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:345c288418f0944a6fe67be8e6afa9262b18c7626c3ef3c28adc5eabc06a68da" } ,
{ file = "httptools-0.6.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:deee0e3343f98ee8047e9f4c5bc7cedbf69f5734454a94c38ee829fb2d5fa3c1" } ,
{ file = "httptools-0.6.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ca80b7485c76f768a3bc83ea58373f8db7b015551117375e4918e2aa77ea9b50" } ,
{ file = "httptools-0.6.4-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:90d96a385fa941283ebd231464045187a31ad932ebfa541be8edf5b3c2328959" } ,
{ file = "httptools-0.6.4-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:59e724f8b332319e2875efd360e61ac07f33b492889284a3e05e6d13746876f4" } ,
{ file = "httptools-0.6.4-cp310-cp310-win_amd64.whl" , hash = "sha256:c26f313951f6e26147833fc923f78f95604bbec812a43e5ee37f26dc9e5a686c" } ,
{ file = "httptools-0.6.4-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:f47f8ed67cc0ff862b84a1189831d1d33c963fb3ce1ee0c65d3b0cbe7b711069" } ,
{ file = "httptools-0.6.4-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:0614154d5454c21b6410fdf5262b4a3ddb0f53f1e1721cfd59d55f32138c578a" } ,
{ file = "httptools-0.6.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f8787367fbdfccae38e35abf7641dafc5310310a5987b689f4c32cc8cc3ee975" } ,
{ file = "httptools-0.6.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:40b0f7fe4fd38e6a507bdb751db0379df1e99120c65fbdc8ee6c1d044897a636" } ,
{ file = "httptools-0.6.4-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:40a5ec98d3f49904b9fe36827dcf1aadfef3b89e2bd05b0e35e94f97c2b14721" } ,
{ file = "httptools-0.6.4-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:dacdd3d10ea1b4ca9df97a0a303cbacafc04b5cd375fa98732678151643d4988" } ,
{ file = "httptools-0.6.4-cp311-cp311-win_amd64.whl" , hash = "sha256:288cd628406cc53f9a541cfaf06041b4c71d751856bab45e3702191f931ccd17" } ,
{ file = "httptools-0.6.4-cp312-cp312-macosx_10_13_universal2.whl" , hash = "sha256:df017d6c780287d5c80601dafa31f17bddb170232d85c066604d8558683711a2" } ,
{ file = "httptools-0.6.4-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:85071a1e8c2d051b507161f6c3e26155b5c790e4e28d7f236422dbacc2a9cc44" } ,
{ file = "httptools-0.6.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:69422b7f458c5af875922cdb5bd586cc1f1033295aa9ff63ee196a87519ac8e1" } ,
{ file = "httptools-0.6.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:16e603a3bff50db08cd578d54f07032ca1631450ceb972c2f834c2b860c28ea2" } ,
{ file = "httptools-0.6.4-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:ec4f178901fa1834d4a060320d2f3abc5c9e39766953d038f1458cb885f47e81" } ,
{ file = "httptools-0.6.4-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:f9eb89ecf8b290f2e293325c646a211ff1c2493222798bb80a530c5e7502494f" } ,
{ file = "httptools-0.6.4-cp312-cp312-win_amd64.whl" , hash = "sha256:db78cb9ca56b59b016e64b6031eda5653be0589dba2b1b43453f6e8b405a0970" } ,
{ file = "httptools-0.6.4-cp313-cp313-macosx_10_13_universal2.whl" , hash = "sha256:ade273d7e767d5fae13fa637f4d53b6e961fb7fd93c7797562663f0171c26660" } ,
{ file = "httptools-0.6.4-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:856f4bc0478ae143bad54a4242fccb1f3f86a6e1be5548fecfd4102061b3a083" } ,
{ file = "httptools-0.6.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:322d20ea9cdd1fa98bd6a74b77e2ec5b818abdc3d36695ab402a0de8ef2865a3" } ,
{ file = "httptools-0.6.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4d87b29bd4486c0093fc64dea80231f7c7f7eb4dc70ae394d70a495ab8436071" } ,
{ file = "httptools-0.6.4-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:342dd6946aa6bda4b8f18c734576106b8a31f2fe31492881a9a160ec84ff4bd5" } ,
{ file = "httptools-0.6.4-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:4b36913ba52008249223042dca46e69967985fb4051951f94357ea681e1f5dc0" } ,
{ file = "httptools-0.6.4-cp313-cp313-win_amd64.whl" , hash = "sha256:28908df1b9bb8187393d5b5db91435ccc9c8e891657f9cbb42a2541b44c82fc8" } ,
{ file = "httptools-0.6.4-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:d3f0d369e7ffbe59c4b6116a44d6a8eb4783aae027f2c0b366cf0aa964185dba" } ,
{ file = "httptools-0.6.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:94978a49b8f4569ad607cd4946b759d90b285e39c0d4640c6b36ca7a3ddf2efc" } ,
{ file = "httptools-0.6.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:40dc6a8e399e15ea525305a2ddba998b0af5caa2566bcd79dcbe8948181eeaff" } ,
{ file = "httptools-0.6.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ab9ba8dcf59de5181f6be44a77458e45a578fc99c31510b8c65b7d5acc3cf490" } ,
{ file = "httptools-0.6.4-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:fc411e1c0a7dcd2f902c7c48cf079947a7e65b5485dea9decb82b9105ca71a43" } ,
{ file = "httptools-0.6.4-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:d54efd20338ac52ba31e7da78e4a72570cf729fac82bc31ff9199bedf1dc7440" } ,
{ file = "httptools-0.6.4-cp38-cp38-win_amd64.whl" , hash = "sha256:df959752a0c2748a65ab5387d08287abf6779ae9165916fe053e68ae1fbdc47f" } ,
{ file = "httptools-0.6.4-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:85797e37e8eeaa5439d33e556662cc370e474445d5fab24dcadc65a8ffb04003" } ,
{ file = "httptools-0.6.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:db353d22843cf1028f43c3651581e4bb49374d85692a85f95f7b9a130e1b2cab" } ,
{ file = "httptools-0.6.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d1ffd262a73d7c28424252381a5b854c19d9de5f56f075445d33919a637e3547" } ,
{ file = "httptools-0.6.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:703c346571fa50d2e9856a37d7cd9435a25e7fd15e236c397bf224afaa355fe9" } ,
{ file = "httptools-0.6.4-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:aafe0f1918ed07b67c1e838f950b1c1fabc683030477e60b335649b8020e1076" } ,
{ file = "httptools-0.6.4-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:0e563e54979e97b6d13f1bbc05a96109923e76b901f786a5eae36e99c01237bd" } ,
{ file = "httptools-0.6.4-cp39-cp39-win_amd64.whl" , hash = "sha256:b799de31416ecc589ad79dd85a0b2657a8fe39327944998dea368c1d4c9e55e6" } ,
{ file = "httptools-0.6.4.tar.gz" , hash = "sha256:4e93eee4add6493b59a5c514da98c939b244fce4a0d8879cd3f466562f4b7d5c" } ,
2022-12-30 12:44:54 -08:00
]
[ package . extras ]
2024-11-26 12:25:04 +01:00
test = [ "Cython (>=0.29.24)" ]
2022-12-30 12:44:54 -08:00
[ [ package ] ]
name = "httpx"
2024-12-06 21:27:35 +01:00
version = "0.28.1"
2022-12-30 12:44:54 -08:00
description = "The next generation HTTP client."
optional = false
2024-01-10 02:08:57 +00:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2024-12-06 21:27:35 +01:00
{ file = "httpx-0.28.1-py3-none-any.whl" , hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad" } ,
{ file = "httpx-0.28.1.tar.gz" , hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
2022-12-30 12:44:54 -08:00
[ package . dependencies ]
2024-01-10 02:08:57 +00:00
anyio = "*"
2022-12-30 12:44:54 -08:00
certifi = "*"
2024-01-10 02:08:57 +00:00
httpcore = "==1.*"
2023-08-20 16:09:13 -08:00
idna = "*"
2022-12-30 12:44:54 -08:00
2021-05-01 20:46:02 -08:00
[ package . extras ]
2025-03-18 09:52:30 -05:00
brotli = [ "brotli ; platform_python_implementation == \"CPython\"" , "brotlicffi ; platform_python_implementation != \"CPython\"" ]
2023-08-20 16:09:13 -08:00
cli = [ "click (==8.*)" , "pygments (==2.*)" , "rich (>=10,<14)" ]
2022-12-30 12:44:54 -08:00
http2 = [ "h2 (>=3,<5)" ]
2023-07-23 12:53:45 -05:00
socks = [ "socksio (==1.*)" ]
2024-08-27 14:47:44 +00:00
zstd = [ "zstandard (>=0.18.0)" ]
2021-05-01 20:46:02 -08:00
2022-03-15 15:01:56 -08:00
[ [ package ] ]
name = "identify"
2023-02-06 18:43:12 -09:00
version = "2.5.17"
2022-03-15 15:01:56 -08:00
description = "File identification library for Python"
optional = false
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "identify-2.5.17-py2.py3-none-any.whl" , hash = "sha256:7d526dd1283555aafcc91539acc061d8f6f59adb0a7bba462735b0a318bff7ed" } ,
{ file = "identify-2.5.17.tar.gz" , hash = "sha256:93cc61a861052de9d4c541a7acb7e3dcc9c11b398a2144f6e52ae5285f5f4f06" } ,
2022-12-29 15:21:48 -08:00
]
2022-03-15 15:01:56 -08:00
[ package . extras ]
license = [ "ukkonen" ]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "idna"
2023-02-06 18:43:12 -09:00
version = "3.4"
2021-05-01 20:46:02 -08:00
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
2021-07-25 12:55:30 -08:00
python-versions = ">=3.5"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "idna-3.4-py3-none-any.whl" , hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2" } ,
{ file = "idna-3.4.tar.gz" , hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
2025-02-28 08:17:28 -06:00
[ [ package ] ]
name = "ingredient-parser-nlp"
2025-02-28 09:51:36 -06:00
version = "2.0.0"
2025-02-28 08:17:28 -06:00
description = "A Python package to parse structured information from recipe ingredient sentences"
optional = false
python-versions = "<3.14,>=3.10"
groups = [ "main" ]
files = [
2025-02-28 09:51:36 -06:00
{ file = "ingredient_parser_nlp-2.0.0-py3-none-any.whl" , hash = "sha256:d027d2bb2648b9ec512582bd18cc9374aacef47dc2736b350061f34fba99d80f" } ,
{ file = "ingredient_parser_nlp-2.0.0.tar.gz" , hash = "sha256:f1dfe810e89e6c9522b2052902359f92030d5f078b7da9f09dea67044b447f3f" } ,
2025-02-28 08:17:28 -06:00
]
[ package . dependencies ]
2025-02-28 09:51:36 -06:00
floret = "*"
2025-02-28 08:17:28 -06:00
nltk = ">=3.9.1"
pint = ">=0.24.4"
python-crfsuite = "*"
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "iniconfig"
2023-02-06 18:43:12 -09:00
version = "2.0.0"
description = "brain-dead simple config-ini parsing"
2021-05-01 20:46:02 -08:00
optional = false
2023-02-06 18:43:12 -09:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "iniconfig-2.0.0-py3-none-any.whl" , hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374" } ,
{ file = "iniconfig-2.0.0.tar.gz" , hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "isodate"
2024-10-11 20:04:22 -05:00
version = "0.7.2"
2021-05-01 20:46:02 -08:00
description = "An ISO 8601 date/time/duration parser and formatter"
optional = false
2024-10-11 20:04:22 -05:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2024-10-11 20:04:22 -05:00
{ file = "isodate-0.7.2-py3-none-any.whl" , hash = "sha256:28009937d8031054830160fce6d409ed342816b543597cece116d966c6d99e15" } ,
{ file = "isodate-0.7.2.tar.gz" , hash = "sha256:4cd1aa0f43ca76f4a6c6c0292a85f40b35ec2e43e315b59f06e6d32171a953e6" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "isort"
2023-02-06 18:43:12 -09:00
version = "5.12.0"
2021-05-01 20:46:02 -08:00
description = "A Python utility / library to sort Python imports."
optional = false
2023-02-06 18:43:12 -09:00
python-versions = ">=3.8.0"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "isort-5.12.0-py3-none-any.whl" , hash = "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6" } ,
{ file = "isort-5.12.0.tar.gz" , hash = "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ package . extras ]
2023-02-06 18:43:12 -09:00
colors = [ "colorama (>=0.4.3)" ]
pipfile-deprecated-finder = [ "pip-shims (>=0.5.2)" , "pipreqs" , "requirementslib" ]
2021-07-05 16:05:32 -08:00
plugins = [ "setuptools" ]
2022-10-18 14:49:41 -08:00
requirements-deprecated-finder = [ "pip-api" , "pipreqs" ]
2021-05-01 20:46:02 -08:00
2024-10-05 16:12:11 -05:00
[ [ package ] ]
name = "itsdangerous"
version = "2.2.0"
description = "Safely pass data to untrusted environments and back."
optional = false
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-10-05 16:12:11 -05:00
files = [
{ file = "itsdangerous-2.2.0-py3-none-any.whl" , hash = "sha256:c6242fc49e35958c8b15141343aa660db5fc54d4f13a1db01a3f5891b98700ef" } ,
{ file = "itsdangerous-2.2.0.tar.gz" , hash = "sha256:e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173" } ,
]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "jinja2"
2025-03-06 07:45:12 -06:00
version = "3.1.6"
2021-05-01 20:46:02 -08:00
description = "A very fast and expressive template engine."
optional = false
2022-05-22 11:52:57 -08:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2025-03-06 07:45:12 -06:00
{ file = "jinja2-3.1.6-py3-none-any.whl" , hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67" } ,
{ file = "jinja2-3.1.6.tar.gz" , hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ package . dependencies ]
2022-05-22 11:52:57 -08:00
MarkupSafe = ">=2.0"
2021-05-01 20:46:02 -08:00
[ package . extras ]
2022-05-22 11:52:57 -08:00
i18n = [ "Babel (>=2.7)" ]
2021-05-01 20:46:02 -08:00
2024-08-06 17:43:07 +00:00
[ [ package ] ]
name = "jiter"
version = "0.5.0"
description = "Fast iterable JSON parser."
optional = false
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-08-06 17:43:07 +00:00
files = [
{ file = "jiter-0.5.0-cp310-cp310-macosx_10_12_x86_64.whl" , hash = "sha256:b599f4e89b3def9a94091e6ee52e1d7ad7bc33e238ebb9c4c63f211d74822c3f" } ,
{ file = "jiter-0.5.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:2a063f71c4b06225543dddadbe09d203dc0c95ba352d8b85f1221173480a71d5" } ,
{ file = "jiter-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:acc0d5b8b3dd12e91dd184b87273f864b363dfabc90ef29a1092d269f18c7e28" } ,
{ file = "jiter-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:c22541f0b672f4d741382a97c65609332a783501551445ab2df137ada01e019e" } ,
{ file = "jiter-0.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:63314832e302cc10d8dfbda0333a384bf4bcfce80d65fe99b0f3c0da8945a91a" } ,
{ file = "jiter-0.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a25fbd8a5a58061e433d6fae6d5298777c0814a8bcefa1e5ecfff20c594bd749" } ,
{ file = "jiter-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:503b2c27d87dfff5ab717a8200fbbcf4714516c9d85558048b1fc14d2de7d8dc" } ,
{ file = "jiter-0.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:6d1f3d27cce923713933a844872d213d244e09b53ec99b7a7fdf73d543529d6d" } ,
{ file = "jiter-0.5.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:c95980207b3998f2c3b3098f357994d3fd7661121f30669ca7cb945f09510a87" } ,
{ file = "jiter-0.5.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:afa66939d834b0ce063f57d9895e8036ffc41c4bd90e4a99631e5f261d9b518e" } ,
{ file = "jiter-0.5.0-cp310-none-win32.whl" , hash = "sha256:f16ca8f10e62f25fd81d5310e852df6649af17824146ca74647a018424ddeccf" } ,
{ file = "jiter-0.5.0-cp310-none-win_amd64.whl" , hash = "sha256:b2950e4798e82dd9176935ef6a55cf6a448b5c71515a556da3f6b811a7844f1e" } ,
{ file = "jiter-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl" , hash = "sha256:d4c8e1ed0ef31ad29cae5ea16b9e41529eb50a7fba70600008e9f8de6376d553" } ,
{ file = "jiter-0.5.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:c6f16e21276074a12d8421692515b3fd6d2ea9c94fd0734c39a12960a20e85f3" } ,
{ file = "jiter-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5280e68e7740c8c128d3ae5ab63335ce6d1fb6603d3b809637b11713487af9e6" } ,
{ file = "jiter-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:583c57fc30cc1fec360e66323aadd7fc3edeec01289bfafc35d3b9dcb29495e4" } ,
{ file = "jiter-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:26351cc14507bdf466b5f99aba3df3143a59da75799bf64a53a3ad3155ecded9" } ,
{ file = "jiter-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:4829df14d656b3fb87e50ae8b48253a8851c707da9f30d45aacab2aa2ba2d614" } ,
{ file = "jiter-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a42a4bdcf7307b86cb863b2fb9bb55029b422d8f86276a50487982d99eed7c6e" } ,
{ file = "jiter-0.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:04d461ad0aebf696f8da13c99bc1b3e06f66ecf6cfd56254cc402f6385231c06" } ,
{ file = "jiter-0.5.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:e6375923c5f19888c9226582a124b77b622f8fd0018b843c45eeb19d9701c403" } ,
{ file = "jiter-0.5.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:2cec323a853c24fd0472517113768c92ae0be8f8c384ef4441d3632da8baa646" } ,
{ file = "jiter-0.5.0-cp311-none-win32.whl" , hash = "sha256:aa1db0967130b5cab63dfe4d6ff547c88b2a394c3410db64744d491df7f069bb" } ,
{ file = "jiter-0.5.0-cp311-none-win_amd64.whl" , hash = "sha256:aa9d2b85b2ed7dc7697597dcfaac66e63c1b3028652f751c81c65a9f220899ae" } ,
{ file = "jiter-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl" , hash = "sha256:9f664e7351604f91dcdd557603c57fc0d551bc65cc0a732fdacbf73ad335049a" } ,
{ file = "jiter-0.5.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:044f2f1148b5248ad2c8c3afb43430dccf676c5a5834d2f5089a4e6c5bbd64df" } ,
{ file = "jiter-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:702e3520384c88b6e270c55c772d4bd6d7b150608dcc94dea87ceba1b6391248" } ,
{ file = "jiter-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:528d742dcde73fad9d63e8242c036ab4a84389a56e04efd854062b660f559544" } ,
{ file = "jiter-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8cf80e5fe6ab582c82f0c3331df27a7e1565e2dcf06265afd5173d809cdbf9ba" } ,
{ file = "jiter-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:44dfc9ddfb9b51a5626568ef4e55ada462b7328996294fe4d36de02fce42721f" } ,
{ file = "jiter-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c451f7922992751a936b96c5f5b9bb9312243d9b754c34b33d0cb72c84669f4e" } ,
{ file = "jiter-0.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:308fce789a2f093dca1ff91ac391f11a9f99c35369117ad5a5c6c4903e1b3e3a" } ,
{ file = "jiter-0.5.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:7f5ad4a7c6b0d90776fdefa294f662e8a86871e601309643de30bf94bb93a64e" } ,
{ file = "jiter-0.5.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:ea189db75f8eca08807d02ae27929e890c7d47599ce3d0a6a5d41f2419ecf338" } ,
{ file = "jiter-0.5.0-cp312-none-win32.whl" , hash = "sha256:e3bbe3910c724b877846186c25fe3c802e105a2c1fc2b57d6688b9f8772026e4" } ,
{ file = "jiter-0.5.0-cp312-none-win_amd64.whl" , hash = "sha256:a586832f70c3f1481732919215f36d41c59ca080fa27a65cf23d9490e75b2ef5" } ,
{ file = "jiter-0.5.0-cp38-cp38-macosx_10_12_x86_64.whl" , hash = "sha256:f04bc2fc50dc77be9d10f73fcc4e39346402ffe21726ff41028f36e179b587e6" } ,
{ file = "jiter-0.5.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:6f433a4169ad22fcb550b11179bb2b4fd405de9b982601914ef448390b2954f3" } ,
{ file = "jiter-0.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ad4a6398c85d3a20067e6c69890ca01f68659da94d74c800298581724e426c7e" } ,
{ file = "jiter-0.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:6baa88334e7af3f4d7a5c66c3a63808e5efbc3698a1c57626541ddd22f8e4fbf" } ,
{ file = "jiter-0.5.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1ece0a115c05efca597c6d938f88c9357c843f8c245dbbb53361a1c01afd7148" } ,
{ file = "jiter-0.5.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:335942557162ad372cc367ffaf93217117401bf930483b4b3ebdb1223dbddfa7" } ,
{ file = "jiter-0.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:649b0ee97a6e6da174bffcb3c8c051a5935d7d4f2f52ea1583b5b3e7822fbf14" } ,
{ file = "jiter-0.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:f4be354c5de82157886ca7f5925dbda369b77344b4b4adf2723079715f823989" } ,
{ file = "jiter-0.5.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:5206144578831a6de278a38896864ded4ed96af66e1e63ec5dd7f4a1fce38a3a" } ,
{ file = "jiter-0.5.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:8120c60f8121ac3d6f072b97ef0e71770cc72b3c23084c72c4189428b1b1d3b6" } ,
{ file = "jiter-0.5.0-cp38-none-win32.whl" , hash = "sha256:6f1223f88b6d76b519cb033a4d3687ca157c272ec5d6015c322fc5b3074d8a5e" } ,
{ file = "jiter-0.5.0-cp38-none-win_amd64.whl" , hash = "sha256:c59614b225d9f434ea8fc0d0bec51ef5fa8c83679afedc0433905994fb36d631" } ,
{ file = "jiter-0.5.0-cp39-cp39-macosx_10_12_x86_64.whl" , hash = "sha256:0af3838cfb7e6afee3f00dc66fa24695199e20ba87df26e942820345b0afc566" } ,
{ file = "jiter-0.5.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:550b11d669600dbc342364fd4adbe987f14d0bbedaf06feb1b983383dcc4b961" } ,
{ file = "jiter-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:489875bf1a0ffb3cb38a727b01e6673f0f2e395b2aad3c9387f94187cb214bbf" } ,
{ file = "jiter-0.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:b250ca2594f5599ca82ba7e68785a669b352156260c5362ea1b4e04a0f3e2389" } ,
{ file = "jiter-0.5.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8ea18e01f785c6667ca15407cd6dabbe029d77474d53595a189bdc813347218e" } ,
{ file = "jiter-0.5.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:462a52be85b53cd9bffd94e2d788a09984274fe6cebb893d6287e1c296d50653" } ,
{ file = "jiter-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:92cc68b48d50fa472c79c93965e19bd48f40f207cb557a8346daa020d6ba973b" } ,
{ file = "jiter-0.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:1c834133e59a8521bc87ebcad773608c6fa6ab5c7a022df24a45030826cf10bc" } ,
{ file = "jiter-0.5.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:ab3a71ff31cf2d45cb216dc37af522d335211f3a972d2fe14ea99073de6cb104" } ,
{ file = "jiter-0.5.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:cccd3af9c48ac500c95e1bcbc498020c87e1781ff0345dd371462d67b76643eb" } ,
{ file = "jiter-0.5.0-cp39-none-win32.whl" , hash = "sha256:368084d8d5c4fc40ff7c3cc513c4f73e02c85f6009217922d0823a48ee7adf61" } ,
{ file = "jiter-0.5.0-cp39-none-win_amd64.whl" , hash = "sha256:ce03f7b4129eb72f1687fa11300fbf677b02990618428934662406d2a76742a1" } ,
{ file = "jiter-0.5.0.tar.gz" , hash = "sha256:1d916ba875bcab5c5f7d927df998c4cb694d27dceddf3392e58beaf10563368a" } ,
]
2025-02-28 08:17:28 -06:00
[ [ package ] ]
name = "joblib"
version = "1.4.2"
description = "Lightweight pipelining with Python functions"
optional = false
python-versions = ">=3.8"
groups = [ "main" ]
files = [
{ file = "joblib-1.4.2-py3-none-any.whl" , hash = "sha256:06d478d5674cbc267e7496a410ee875abd68e4340feff4490bcb7afb88060ae6" } ,
{ file = "joblib-1.4.2.tar.gz" , hash = "sha256:2382c5816b2636fbd20a09e0f4e9dad4736765fdfb7dca582943b9c1366b3f0e" } ,
]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "jstyleson"
version = "0.0.2"
description = "Library to parse JSON with js-style comments."
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
{ file = "jstyleson-0.0.2.tar.gz" , hash = "sha256:680003f3b15a2959e4e6a351f3b858e3c07dd3e073a0d54954e34d8ea5e1308e" } ,
]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "lxml"
2025-04-07 10:04:04 -05:00
version = "5.3.2"
2021-05-01 20:46:02 -08:00
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
optional = false
2024-01-10 16:42:29 -06:00
python-versions = ">=3.6"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-01-10 16:42:29 -06:00
files = [
2025-04-07 10:04:04 -05:00
{ file = "lxml-5.3.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:c4b84d6b580a9625dfa47269bf1fd7fbba7ad69e08b16366a46acb005959c395" } ,
{ file = "lxml-5.3.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:b4c08ecb26e4270a62f81f81899dfff91623d349e433b126931c9c4577169666" } ,
{ file = "lxml-5.3.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ef926e9f11e307b5a7c97b17c5c609a93fb59ffa8337afac8f89e6fe54eb0b37" } ,
{ file = "lxml-5.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:017ceeabe739100379fe6ed38b033cd244ce2da4e7f6f07903421f57da3a19a2" } ,
{ file = "lxml-5.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:dae97d9435dc90590f119d056d233c33006b2fd235dd990d5564992261ee7ae8" } ,
{ file = "lxml-5.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:910f39425c6798ce63c93976ae5af5fff6949e2cb446acbd44d6d892103eaea8" } ,
{ file = "lxml-5.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c9780de781a0d62a7c3680d07963db3048b919fc9e3726d9cfd97296a65ffce1" } ,
{ file = "lxml-5.3.2-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:1a06b0c6ba2e3ca45a009a78a4eb4d6b63831830c0a83dcdc495c13b9ca97d3e" } ,
{ file = "lxml-5.3.2-cp310-cp310-manylinux_2_28_ppc64le.whl" , hash = "sha256:4c62d0a34d1110769a1bbaf77871a4b711a6f59c4846064ccb78bc9735978644" } ,
{ file = "lxml-5.3.2-cp310-cp310-manylinux_2_28_s390x.whl" , hash = "sha256:8f961a4e82f411b14538fe5efc3e6b953e17f5e809c463f0756a0d0e8039b700" } ,
{ file = "lxml-5.3.2-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:3dfc78f5f9251b6b8ad37c47d4d0bfe63ceb073a916e5b50a3bf5fd67a703335" } ,
{ file = "lxml-5.3.2-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:10e690bc03214d3537270c88e492b8612d5e41b884f232df2b069b25b09e6711" } ,
{ file = "lxml-5.3.2-cp310-cp310-musllinux_1_2_ppc64le.whl" , hash = "sha256:aa837e6ee9534de8d63bc4c1249e83882a7ac22bd24523f83fad68e6ffdf41ae" } ,
{ file = "lxml-5.3.2-cp310-cp310-musllinux_1_2_s390x.whl" , hash = "sha256:da4c9223319400b97a2acdfb10926b807e51b69eb7eb80aad4942c0516934858" } ,
{ file = "lxml-5.3.2-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:dc0e9bdb3aa4d1de703a437576007d366b54f52c9897cae1a3716bb44fc1fc85" } ,
{ file = "lxml-5.3.2-cp310-cp310-win32.whl" , hash = "sha256:5f94909a1022c8ea12711db7e08752ca7cf83e5b57a87b59e8a583c5f35016ad" } ,
{ file = "lxml-5.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:d64ea1686474074b38da13ae218d9fde0d1dc6525266976808f41ac98d9d7980" } ,
{ file = "lxml-5.3.2-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:9d61a7d0d208ace43986a92b111e035881c4ed45b1f5b7a270070acae8b0bfb4" } ,
{ file = "lxml-5.3.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:856dfd7eda0b75c29ac80a31a6411ca12209183e866c33faf46e77ace3ce8a79" } ,
{ file = "lxml-5.3.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7a01679e4aad0727bedd4c9407d4d65978e920f0200107ceeffd4b019bd48529" } ,
{ file = "lxml-5.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b6b37b4c3acb8472d191816d4582379f64d81cecbdce1a668601745c963ca5cc" } ,
{ file = "lxml-5.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3df5a54e7b7c31755383f126d3a84e12a4e0333db4679462ef1165d702517477" } ,
{ file = "lxml-5.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c09a40f28dcded933dc16217d6a092be0cc49ae25811d3b8e937c8060647c353" } ,
{ file = "lxml-5.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a1ef20f1851ccfbe6c5a04c67ec1ce49da16ba993fdbabdce87a92926e505412" } ,
{ file = "lxml-5.3.2-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:f79a63289dbaba964eb29ed3c103b7911f2dce28c36fe87c36a114e6bd21d7ad" } ,
{ file = "lxml-5.3.2-cp311-cp311-manylinux_2_28_ppc64le.whl" , hash = "sha256:75a72697d95f27ae00e75086aed629f117e816387b74a2f2da6ef382b460b710" } ,
{ file = "lxml-5.3.2-cp311-cp311-manylinux_2_28_s390x.whl" , hash = "sha256:b9b00c9ee1cc3a76f1f16e94a23c344e0b6e5c10bec7f94cf2d820ce303b8c01" } ,
{ file = "lxml-5.3.2-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:77cbcab50cbe8c857c6ba5f37f9a3976499c60eada1bf6d38f88311373d7b4bc" } ,
{ file = "lxml-5.3.2-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:29424058f072a24622a0a15357bca63d796954758248a72da6d512f9bd9a4493" } ,
{ file = "lxml-5.3.2-cp311-cp311-musllinux_1_2_ppc64le.whl" , hash = "sha256:7d82737a8afe69a7c80ef31d7626075cc7d6e2267f16bf68af2c764b45ed68ab" } ,
{ file = "lxml-5.3.2-cp311-cp311-musllinux_1_2_s390x.whl" , hash = "sha256:95473d1d50a5d9fcdb9321fdc0ca6e1edc164dce4c7da13616247d27f3d21e31" } ,
{ file = "lxml-5.3.2-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:2162068f6da83613f8b2a32ca105e37a564afd0d7009b0b25834d47693ce3538" } ,
{ file = "lxml-5.3.2-cp311-cp311-win32.whl" , hash = "sha256:f8695752cf5d639b4e981afe6c99e060621362c416058effd5c704bede9cb5d1" } ,
{ file = "lxml-5.3.2-cp311-cp311-win_amd64.whl" , hash = "sha256:d1a94cbb4ee64af3ab386c2d63d6d9e9cf2e256ac0fd30f33ef0a3c88f575174" } ,
{ file = "lxml-5.3.2-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:16b3897691ec0316a1aa3c6585f61c8b7978475587c5b16fc1d2c28d283dc1b0" } ,
{ file = "lxml-5.3.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:a8d4b34a0eeaf6e73169dcfd653c8d47f25f09d806c010daf074fba2db5e2d3f" } ,
{ file = "lxml-5.3.2-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9cd7a959396da425022e1e4214895b5cfe7de7035a043bcc2d11303792b67554" } ,
{ file = "lxml-5.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cac5eaeec3549c5df7f8f97a5a6db6963b91639389cdd735d5a806370847732b" } ,
{ file = "lxml-5.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:29b5f7d77334877c2146e7bb8b94e4df980325fab0a8af4d524e5d43cd6f789d" } ,
{ file = "lxml-5.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:13f3495cfec24e3d63fffd342cc8141355d1d26ee766ad388775f5c8c5ec3932" } ,
{ file = "lxml-5.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e70ad4c9658beeff99856926fd3ee5fde8b519b92c693f856007177c36eb2e30" } ,
{ file = "lxml-5.3.2-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:507085365783abd7879fa0a6fa55eddf4bdd06591b17a2418403bb3aff8a267d" } ,
{ file = "lxml-5.3.2-cp312-cp312-manylinux_2_28_ppc64le.whl" , hash = "sha256:5bb304f67cbf5dfa07edad904732782cbf693286b9cd85af27059c5779131050" } ,
{ file = "lxml-5.3.2-cp312-cp312-manylinux_2_28_s390x.whl" , hash = "sha256:3d84f5c093645c21c29a4e972b84cb7cf682f707f8706484a5a0c7ff13d7a988" } ,
{ file = "lxml-5.3.2-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:bdc13911db524bd63f37b0103af014b7161427ada41f1b0b3c9b5b5a9c1ca927" } ,
{ file = "lxml-5.3.2-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:1ec944539543f66ebc060ae180d47e86aca0188bda9cbfadff47d86b0dc057dc" } ,
{ file = "lxml-5.3.2-cp312-cp312-musllinux_1_2_ppc64le.whl" , hash = "sha256:59d437cc8a7f838282df5a199cf26f97ef08f1c0fbec6e84bd6f5cc2b7913f6e" } ,
{ file = "lxml-5.3.2-cp312-cp312-musllinux_1_2_s390x.whl" , hash = "sha256:0e275961adbd32e15672e14e0cc976a982075208224ce06d149c92cb43db5b93" } ,
{ file = "lxml-5.3.2-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:038aeb6937aa404480c2966b7f26f1440a14005cb0702078c173c028eca72c31" } ,
{ file = "lxml-5.3.2-cp312-cp312-win32.whl" , hash = "sha256:3c2c8d0fa3277147bff180e3590be67597e17d365ce94beb2efa3138a2131f71" } ,
{ file = "lxml-5.3.2-cp312-cp312-win_amd64.whl" , hash = "sha256:77809fcd97dfda3f399102db1794f7280737b69830cd5c961ac87b3c5c05662d" } ,
{ file = "lxml-5.3.2-cp313-cp313-macosx_10_13_universal2.whl" , hash = "sha256:77626571fb5270ceb36134765f25b665b896243529eefe840974269b083e090d" } ,
{ file = "lxml-5.3.2-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:78a533375dc7aa16d0da44af3cf6e96035e484c8c6b2b2445541a5d4d3d289ee" } ,
{ file = "lxml-5.3.2-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a6f62b2404b3f3f0744bbcabb0381c5fe186fa2a9a67ecca3603480f4846c585" } ,
{ file = "lxml-5.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2ea918da00091194526d40c30c4996971f09dacab032607581f8d8872db34fbf" } ,
{ file = "lxml-5.3.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c35326f94702a7264aa0eea826a79547d3396a41ae87a70511b9f6e9667ad31c" } ,
{ file = "lxml-5.3.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:e3bef90af21d31c4544bc917f51e04f94ae11b43156356aff243cdd84802cbf2" } ,
{ file = "lxml-5.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:52fa7ba11a495b7cbce51573c73f638f1dcff7b3ee23697467dc063f75352a69" } ,
{ file = "lxml-5.3.2-cp313-cp313-manylinux_2_28_aarch64.whl" , hash = "sha256:ad131e2c4d2c3803e736bb69063382334e03648de2a6b8f56a878d700d4b557d" } ,
{ file = "lxml-5.3.2-cp313-cp313-manylinux_2_28_ppc64le.whl" , hash = "sha256:00a4463ca409ceacd20490a893a7e08deec7870840eff33dc3093067b559ce3e" } ,
{ file = "lxml-5.3.2-cp313-cp313-manylinux_2_28_s390x.whl" , hash = "sha256:87e8d78205331cace2b73ac8249294c24ae3cba98220687b5b8ec5971a2267f1" } ,
{ file = "lxml-5.3.2-cp313-cp313-manylinux_2_28_x86_64.whl" , hash = "sha256:bf6389133bb255e530a4f2f553f41c4dd795b1fbb6f797aea1eff308f1e11606" } ,
{ file = "lxml-5.3.2-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:b3709fc752b42fb6b6ffa2ba0a5b9871646d97d011d8f08f4d5b3ee61c7f3b2b" } ,
{ file = "lxml-5.3.2-cp313-cp313-musllinux_1_2_ppc64le.whl" , hash = "sha256:abc795703d0de5d83943a4badd770fbe3d1ca16ee4ff3783d7caffc252f309ae" } ,
{ file = "lxml-5.3.2-cp313-cp313-musllinux_1_2_s390x.whl" , hash = "sha256:98050830bb6510159f65d9ad1b8aca27f07c01bb3884ba95f17319ccedc4bcf9" } ,
{ file = "lxml-5.3.2-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:6ba465a91acc419c5682f8b06bcc84a424a7aa5c91c220241c6fd31de2a72bc6" } ,
{ file = "lxml-5.3.2-cp313-cp313-win32.whl" , hash = "sha256:56a1d56d60ea1ec940f949d7a309e0bff05243f9bd337f585721605670abb1c1" } ,
{ file = "lxml-5.3.2-cp313-cp313-win_amd64.whl" , hash = "sha256:1a580dc232c33d2ad87d02c8a3069d47abbcdce974b9c9cc82a79ff603065dbe" } ,
{ file = "lxml-5.3.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:1a59f7fe888d0ec1916d0ad69364c5400cfa2f885ae0576d909f342e94d26bc9" } ,
{ file = "lxml-5.3.2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d67b50abc2df68502a26ed2ccea60c1a7054c289fb7fc31c12e5e55e4eec66bd" } ,
{ file = "lxml-5.3.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2cb08d2cb047c98d6fbbb2e77d6edd132ad6e3fa5aa826ffa9ea0c9b1bc74a84" } ,
{ file = "lxml-5.3.2-cp36-cp36m-manylinux_2_28_x86_64.whl" , hash = "sha256:495ddb7e10911fb4d673d8aa8edd98d1eadafb3b56e8c1b5f427fd33cadc455b" } ,
{ file = "lxml-5.3.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:884d9308ac7d581b705a3371185282e1b8eebefd68ccf288e00a2d47f077cc51" } ,
{ file = "lxml-5.3.2-cp36-cp36m-musllinux_1_2_x86_64.whl" , hash = "sha256:37f3d7cf7f2dd2520df6cc8a13df4c3e3f913c8e0a1f9a875e44f9e5f98d7fee" } ,
{ file = "lxml-5.3.2-cp36-cp36m-win32.whl" , hash = "sha256:e885a1bf98a76dff0a0648850c3083b99d9358ef91ba8fa307c681e8e0732503" } ,
{ file = "lxml-5.3.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:b45f505d0d85f4cdd440cd7500689b8e95110371eaa09da0c0b1103e9a05030f" } ,
{ file = "lxml-5.3.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b53cd668facd60b4f0dfcf092e01bbfefd88271b5b4e7b08eca3184dd006cb30" } ,
{ file = "lxml-5.3.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e5dea998c891f082fe204dec6565dbc2f9304478f2fc97bd4d7a940fec16c873" } ,
{ file = "lxml-5.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d46bc3e58b01e4f38d75e0d7f745a46875b7a282df145aca9d1479c65ff11561" } ,
{ file = "lxml-5.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:661feadde89159fd5f7d7639a81ccae36eec46974c4a4d5ccce533e2488949c8" } ,
{ file = "lxml-5.3.2-cp37-cp37m-manylinux_2_28_aarch64.whl" , hash = "sha256:43af2a69af2cacc2039024da08a90174e85f3af53483e6b2e3485ced1bf37151" } ,
{ file = "lxml-5.3.2-cp37-cp37m-manylinux_2_28_x86_64.whl" , hash = "sha256:1539f962d82436f3d386eb9f29b2a29bb42b80199c74a695dff51b367a61ec0a" } ,
{ file = "lxml-5.3.2-cp37-cp37m-musllinux_1_2_aarch64.whl" , hash = "sha256:6673920bf976421b5fac4f29b937702eef4555ee42329546a5fc68bae6178a48" } ,
{ file = "lxml-5.3.2-cp37-cp37m-musllinux_1_2_x86_64.whl" , hash = "sha256:9fa722a9cd8845594593cce399a49aa6bfc13b6c83a7ee05e2ab346d9253d52f" } ,
{ file = "lxml-5.3.2-cp37-cp37m-win32.whl" , hash = "sha256:2eadd4efa487f4710755415aed3d6ae9ac8b4327ea45226ffccb239766c8c610" } ,
{ file = "lxml-5.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:83d8707b1b08cd02c04d3056230ec3b771b18c566ec35e723e60cdf037064e08" } ,
{ file = "lxml-5.3.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:bc6e8678bfa5ccba370103976ccfcf776c85c83da9220ead41ea6fd15d2277b4" } ,
{ file = "lxml-5.3.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0bed509662f67f719119ad56006cd4a38efa68cfa74383060612044915e5f7ad" } ,
{ file = "lxml-5.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4e3925975fadd6fd72a6d80541a6ec75dfbad54044a03aa37282dafcb80fbdfa" } ,
{ file = "lxml-5.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:83c0462dedc5213ac586164c6d7227da9d4d578cf45dd7fbab2ac49b63a008eb" } ,
{ file = "lxml-5.3.2-cp38-cp38-manylinux_2_28_aarch64.whl" , hash = "sha256:53e3f9ca72858834688afa17278649d62aa768a4b2018344be00c399c4d29e95" } ,
{ file = "lxml-5.3.2-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:32ba634ef3f1b20f781019a91d78599224dc45745dd572f951adbf1c0c9b0d75" } ,
{ file = "lxml-5.3.2-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:1b16504c53f41da5fcf04868a80ac40a39d3eec5329caf761114caec6e844ad1" } ,
{ file = "lxml-5.3.2-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:1f9682786138549da44ca4c49b20e7144d063b75f2b2ba611f4cff9b83db1062" } ,
{ file = "lxml-5.3.2-cp38-cp38-win32.whl" , hash = "sha256:d8f74ef8aacdf6ee5c07566a597634bb8535f6b53dc89790db43412498cf6026" } ,
{ file = "lxml-5.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:49f1cee0fa27e1ee02589c696a9bdf4027e7427f184fa98e6bef0c6613f6f0fa" } ,
{ file = "lxml-5.3.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:741c126bcf9aa939e950e64e5e0a89c8e01eda7a5f5ffdfc67073f2ed849caea" } ,
{ file = "lxml-5.3.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:ab6e9e6aca1fd7d725ffa132286e70dee5b9a4561c5ed291e836440b82888f89" } ,
{ file = "lxml-5.3.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:58e8c9b9ed3c15c2d96943c14efc324b69be6352fe5585733a7db2bf94d97841" } ,
{ file = "lxml-5.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7811828ddfb8c23f4f1fbf35e7a7b2edec2f2e4c793dee7c52014f28c4b35238" } ,
{ file = "lxml-5.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:72968623efb1e12e950cbdcd1d0f28eb14c8535bf4be153f1bfffa818b1cf189" } ,
{ file = "lxml-5.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:ebfceaa2ea588b54efb6160e3520983663d45aed8a3895bb2031ada080fb5f04" } ,
{ file = "lxml-5.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d685d458505b2bfd2e28c812749fe9194a2b0ce285a83537e4309a187ffa270b" } ,
{ file = "lxml-5.3.2-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:334e0e414dab1f5366ead8ca34ec3148415f236d5660e175f1d640b11d645847" } ,
{ file = "lxml-5.3.2-cp39-cp39-manylinux_2_28_ppc64le.whl" , hash = "sha256:02e56f7de72fa82561eae69628a7d6febd7891d72248c7ff7d3e7814d4031017" } ,
{ file = "lxml-5.3.2-cp39-cp39-manylinux_2_28_s390x.whl" , hash = "sha256:638d06b4e1d34d1a074fa87deed5fb55c18485fa0dab97abc5604aad84c12031" } ,
{ file = "lxml-5.3.2-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:354dab7206d22d7a796fa27c4c5bffddd2393da2ad61835355a4759d435beb47" } ,
{ file = "lxml-5.3.2-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:d9d9f82ff2c3bf9bb777cb355149f7f3a98ec58f16b7428369dc27ea89556a4c" } ,
{ file = "lxml-5.3.2-cp39-cp39-musllinux_1_2_ppc64le.whl" , hash = "sha256:95ad58340e3b7d2b828efc370d1791856613c5cb62ae267158d96e47b3c978c9" } ,
{ file = "lxml-5.3.2-cp39-cp39-musllinux_1_2_s390x.whl" , hash = "sha256:30fe05f4b7f6e9eb32862745512e7cbd021070ad0f289a7f48d14a0d3fc1d8a9" } ,
{ file = "lxml-5.3.2-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:34c688fef86f73dbca0798e0a61bada114677006afa524a8ce97d9e5fabf42e6" } ,
{ file = "lxml-5.3.2-cp39-cp39-win32.whl" , hash = "sha256:4d6d3d1436d57f41984920667ec5ef04bcb158f80df89ac4d0d3f775a2ac0c87" } ,
{ file = "lxml-5.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:2996e1116bbb3ae2a1fbb2ba4da8f92742290b4011e7e5bce2bd33bbc9d9485a" } ,
{ file = "lxml-5.3.2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:521ab9c80b98c30b2d987001c3ede2e647e92eeb2ca02e8cb66ef5122d792b24" } ,
{ file = "lxml-5.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6f1231b0f9810289d41df1eacc4ebb859c63e4ceee29908a0217403cddce38d0" } ,
{ file = "lxml-5.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:271f1a4d5d2b383c36ad8b9b489da5ea9c04eca795a215bae61ed6a57cf083cd" } ,
{ file = "lxml-5.3.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:6fca8a5a13906ba2677a5252752832beb0f483a22f6c86c71a2bb320fba04f61" } ,
{ file = "lxml-5.3.2-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:ea0c3b7922209160faef194a5b6995bfe7fa05ff7dda6c423ba17646b7b9de10" } ,
{ file = "lxml-5.3.2-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:0a006390834603e5952a2ff74b9a31a6007c7cc74282a087aa6467afb4eea987" } ,
{ file = "lxml-5.3.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:eae4136a3b8c4cf76f69461fc8f9410d55d34ea48e1185338848a888d71b9675" } ,
{ file = "lxml-5.3.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d48e06be8d8c58e7feaedd8a37897a6122637efb1637d7ce00ddf5f11f9a92ad" } ,
{ file = "lxml-5.3.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d4b83aed409134093d90e114007034d2c1ebcd92e501b71fd9ec70e612c8b2eb" } ,
{ file = "lxml-5.3.2-pp37-pypy37_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:7a0e77edfe26d3703f954d46bed52c3ec55f58586f18f4b7f581fc56954f1d84" } ,
{ file = "lxml-5.3.2-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:19f6fcfd15b82036b4d235749d78785eb9c991c7812012dc084e0d8853b4c1c0" } ,
{ file = "lxml-5.3.2-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:d49919c95d31ee06eefd43d8c6f69a3cc9bdf0a9b979cc234c4071f0eb5cb173" } ,
{ file = "lxml-5.3.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:2d0a60841410123c533990f392819804a8448853f06daf412c0f383443925e89" } ,
{ file = "lxml-5.3.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4b7f729e03090eb4e3981f10efaee35e6004b548636b1a062b8b9a525e752abc" } ,
{ file = "lxml-5.3.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:579df6e20d8acce3bcbc9fb8389e6ae00c19562e929753f534ba4c29cfe0be4b" } ,
{ file = "lxml-5.3.2-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:2abcf3f3b8367d6400b908d00d4cd279fc0b8efa287e9043820525762d383699" } ,
{ file = "lxml-5.3.2-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:348c06cb2e3176ce98bee8c397ecc89181681afd13d85870df46167f140a305f" } ,
{ file = "lxml-5.3.2-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:617ecaccd565cbf1ac82ffcaa410e7da5bd3a4b892bb3543fb2fe19bd1c4467d" } ,
{ file = "lxml-5.3.2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:c3eb4278dcdb9d86265ed2c20b9ecac45f2d6072e3904542e591e382c87a9c00" } ,
{ file = "lxml-5.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:258b6b53458c5cbd2a88795557ff7e0db99f73a96601b70bc039114cd4ee9e02" } ,
{ file = "lxml-5.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c0a9d8d25ed2f2183e8471c97d512a31153e123ac5807f61396158ef2793cb6e" } ,
{ file = "lxml-5.3.2-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:73bcb635a848c18a3e422ea0ab0092f2e4ef3b02d8ebe87ab49748ebc8ec03d8" } ,
{ file = "lxml-5.3.2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:1545de0a69a16ced5767bae8cca1801b842e6e49e96f5e4a8a5acbef023d970b" } ,
{ file = "lxml-5.3.2-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:165fcdc2f40fc0fe88a3c3c06c9c2a097388a90bda6a16e6f7c9199c903c9b8e" } ,
{ file = "lxml-5.3.2.tar.gz" , hash = "sha256:773947d0ed809ddad824b7b14467e1a481b8976e87278ac4a730c2f7c7fcddc1" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
2025-02-18 10:17:29 +00:00
html-clean = [ "lxml_html_clean" ]
2021-05-01 20:46:02 -08:00
html5 = [ "html5lib" ]
2022-09-25 16:01:25 -08:00
htmlsoup = [ "BeautifulSoup4" ]
2025-02-18 10:17:29 +00:00
source = [ "Cython (>=3.0.11,<3.1.0)" ]
2021-05-01 20:46:02 -08:00
2024-05-29 09:21:06 -05:00
[ [ package ] ]
name = "lxml-html-clean"
version = "0.1.1"
description = "HTML cleaner from lxml project"
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-05-29 09:21:06 -05:00
files = [
{ file = "lxml_html_clean-0.1.1-py3-none-any.whl" , hash = "sha256:58c04176593c9caf72ec92e033d2f38859e918b3eff0cc0f8051ad27dc2ab8ef" } ,
{ file = "lxml_html_clean-0.1.1.tar.gz" , hash = "sha256:8a644ed01dbbe132fabddb9467f077f6dad12a1d4f3a6a553e280f3815fa46df" } ,
]
[ package . dependencies ]
lxml = "*"
2022-02-21 21:44:23 +01:00
[ [ package ] ]
name = "mako"
2023-02-06 18:43:12 -09:00
version = "1.2.4"
2022-05-22 11:52:57 -08:00
description = "A super-fast templating language that borrows the best ideas from the existing templating languages."
2022-02-21 21:44:23 +01:00
optional = false
2022-05-22 11:52:57 -08:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "Mako-1.2.4-py3-none-any.whl" , hash = "sha256:c97c79c018b9165ac9922ae4f32da095ffd3c4e6872b45eded42926deea46818" } ,
{ file = "Mako-1.2.4.tar.gz" , hash = "sha256:d60a3903dc3bb01a18ad6a89cdbe2e4eadc69c0bc8ef1e3773ba53d44c3f7a34" } ,
2022-12-29 15:21:48 -08:00
]
2022-02-21 21:44:23 +01:00
[ package . dependencies ]
MarkupSafe = ">=0.9.2"
[ package . extras ]
2022-09-25 16:01:25 -08:00
babel = [ "Babel" ]
2022-02-21 21:44:23 +01:00
lingua = [ "lingua" ]
2022-05-22 11:52:57 -08:00
testing = [ "pytest" ]
2022-02-21 21:44:23 +01:00
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "markdown"
2022-05-22 11:52:57 -08:00
version = "3.3.7"
2021-05-01 20:46:02 -08:00
description = "Python implementation of Markdown."
optional = false
python-versions = ">=3.6"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2022-12-29 15:21:48 -08:00
files = [
{ file = "Markdown-3.3.7-py3-none-any.whl" , hash = "sha256:f5da449a6e1c989a4cea2631aa8ee67caa5a2ef855d551c88f9e309f4634c621" } ,
{ file = "Markdown-3.3.7.tar.gz" , hash = "sha256:cbb516f16218e643d8e0a95b309f77eb118cb138d39a4f27851e6a63581db874" } ,
]
2021-05-01 20:46:02 -08:00
[ package . extras ]
testing = [ "coverage" , "pyyaml" ]
2023-02-06 18:43:12 -09:00
[ [ package ] ]
name = "markdown-it-py"
2023-03-23 09:41:50 -08:00
version = "2.2.0"
2023-02-06 18:43:12 -09:00
description = "Python port of markdown-it. Markdown parsing, done right!"
optional = false
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2023-02-06 18:43:12 -09:00
files = [
2023-03-23 09:41:50 -08:00
{ file = "markdown-it-py-2.2.0.tar.gz" , hash = "sha256:7c9a5e412688bc771c67432cbfebcdd686c93ce6484913dccf06cb5a0bea35a1" } ,
{ file = "markdown_it_py-2.2.0-py3-none-any.whl" , hash = "sha256:5a35f8d1870171d9acc47b99612dc146129b631baf04970128b568f190d0cc30" } ,
2023-02-06 18:43:12 -09:00
]
[ package . dependencies ]
mdurl = ">=0.1,<1.0"
[ package . extras ]
2023-03-23 09:41:50 -08:00
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)" ]
2023-02-06 18:43:12 -09:00
plugins = [ "mdit-py-plugins" ]
profiling = [ "gprof2dot" ]
rtd = [ "attrs" , "myst-parser" , "pyyaml" , "sphinx" , "sphinx-copybutton" , "sphinx-design" , "sphinx_book_theme" ]
testing = [ "coverage" , "pytest" , "pytest-cov" , "pytest-regressions" ]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "markupsafe"
2023-02-06 18:43:12 -09:00
version = "2.1.2"
2021-05-01 20:46:02 -08:00
description = "Safely add untrusted strings to HTML/XML markup."
optional = false
2022-05-22 11:52:57 -08:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "MarkupSafe-2.1.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:665a36ae6f8f20a4676b53224e33d456a6f5a72657d9c83c2aa00765072f31f7" } ,
{ file = "MarkupSafe-2.1.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:340bea174e9761308703ae988e982005aedf427de816d1afe98147668cc03036" } ,
{ file = "MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:22152d00bf4a9c7c83960521fc558f55a1adbc0631fbb00a9471e097b19d72e1" } ,
{ file = "MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:28057e985dace2f478e042eaa15606c7efccb700797660629da387eb289b9323" } ,
{ file = "MarkupSafe-2.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ca244fa73f50a800cf8c3ebf7fd93149ec37f5cb9596aa8873ae2c1d23498601" } ,
{ file = "MarkupSafe-2.1.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:d9d971ec1e79906046aa3ca266de79eac42f1dbf3612a05dc9368125952bd1a1" } ,
{ file = "MarkupSafe-2.1.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:7e007132af78ea9df29495dbf7b5824cb71648d7133cf7848a2a5dd00d36f9ff" } ,
{ file = "MarkupSafe-2.1.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:7313ce6a199651c4ed9d7e4cfb4aa56fe923b1adf9af3b420ee14e6d9a73df65" } ,
{ file = "MarkupSafe-2.1.2-cp310-cp310-win32.whl" , hash = "sha256:c4a549890a45f57f1ebf99c067a4ad0cb423a05544accaf2b065246827ed9603" } ,
{ file = "MarkupSafe-2.1.2-cp310-cp310-win_amd64.whl" , hash = "sha256:835fb5e38fd89328e9c81067fd642b3593c33e1e17e2fdbf77f5676abb14a156" } ,
{ file = "MarkupSafe-2.1.2-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:2ec4f2d48ae59bbb9d1f9d7efb9236ab81429a764dedca114f5fdabbc3788013" } ,
{ file = "MarkupSafe-2.1.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:608e7073dfa9e38a85d38474c082d4281f4ce276ac0010224eaba11e929dd53a" } ,
{ file = "MarkupSafe-2.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:65608c35bfb8a76763f37036547f7adfd09270fbdbf96608be2bead319728fcd" } ,
{ file = "MarkupSafe-2.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f2bfb563d0211ce16b63c7cb9395d2c682a23187f54c3d79bfec33e6705473c6" } ,
{ file = "MarkupSafe-2.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:da25303d91526aac3672ee6d49a2f3db2d9502a4a60b55519feb1a4c7714e07d" } ,
{ file = "MarkupSafe-2.1.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:9cad97ab29dfc3f0249b483412c85c8ef4766d96cdf9dcf5a1e3caa3f3661cf1" } ,
{ file = "MarkupSafe-2.1.2-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:085fd3201e7b12809f9e6e9bc1e5c96a368c8523fad5afb02afe3c051ae4afcc" } ,
{ file = "MarkupSafe-2.1.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:1bea30e9bf331f3fef67e0a3877b2288593c98a21ccb2cf29b74c581a4eb3af0" } ,
{ file = "MarkupSafe-2.1.2-cp311-cp311-win32.whl" , hash = "sha256:7df70907e00c970c60b9ef2938d894a9381f38e6b9db73c5be35e59d92e06625" } ,
{ file = "MarkupSafe-2.1.2-cp311-cp311-win_amd64.whl" , hash = "sha256:e55e40ff0cc8cc5c07996915ad367fa47da6b3fc091fdadca7f5403239c5fec3" } ,
{ file = "MarkupSafe-2.1.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a6e40afa7f45939ca356f348c8e23048e02cb109ced1eb8420961b2f40fb373a" } ,
{ file = "MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cf877ab4ed6e302ec1d04952ca358b381a882fbd9d1b07cccbfd61783561f98a" } ,
{ file = "MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:63ba06c9941e46fa389d389644e2d8225e0e3e5ebcc4ff1ea8506dce646f8c8a" } ,
{ file = "MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f1cd098434e83e656abf198f103a8207a8187c0fc110306691a2e94a78d0abb2" } ,
{ file = "MarkupSafe-2.1.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:55f44b440d491028addb3b88f72207d71eeebfb7b5dbf0643f7c023ae1fba619" } ,
{ file = "MarkupSafe-2.1.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:a6f2fcca746e8d5910e18782f976489939d54a91f9411c32051b4aab2bd7c513" } ,
{ file = "MarkupSafe-2.1.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:0b462104ba25f1ac006fdab8b6a01ebbfbce9ed37fd37fd4acd70c67c973e460" } ,
{ file = "MarkupSafe-2.1.2-cp37-cp37m-win32.whl" , hash = "sha256:7668b52e102d0ed87cb082380a7e2e1e78737ddecdde129acadb0eccc5423859" } ,
{ file = "MarkupSafe-2.1.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:6d6607f98fcf17e534162f0709aaad3ab7a96032723d8ac8750ffe17ae5a0666" } ,
{ file = "MarkupSafe-2.1.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:a806db027852538d2ad7555b203300173dd1b77ba116de92da9afbc3a3be3eed" } ,
{ file = "MarkupSafe-2.1.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:a4abaec6ca3ad8660690236d11bfe28dfd707778e2442b45addd2f086d6ef094" } ,
{ file = "MarkupSafe-2.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f03a532d7dee1bed20bc4884194a16160a2de9ffc6354b3878ec9682bb623c54" } ,
{ file = "MarkupSafe-2.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4cf06cdc1dda95223e9d2d3c58d3b178aa5dacb35ee7e3bbac10e4e1faacb419" } ,
{ file = "MarkupSafe-2.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:22731d79ed2eb25059ae3df1dfc9cb1546691cc41f4e3130fe6bfbc3ecbbecfa" } ,
{ file = "MarkupSafe-2.1.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:f8ffb705ffcf5ddd0e80b65ddf7bed7ee4f5a441ea7d3419e861a12eaf41af58" } ,
{ file = "MarkupSafe-2.1.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:8db032bf0ce9022a8e41a22598eefc802314e81b879ae093f36ce9ddf39ab1ba" } ,
{ file = "MarkupSafe-2.1.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2298c859cfc5463f1b64bd55cb3e602528db6fa0f3cfd568d3605c50678f8f03" } ,
{ file = "MarkupSafe-2.1.2-cp38-cp38-win32.whl" , hash = "sha256:50c42830a633fa0cf9e7d27664637532791bfc31c731a87b202d2d8ac40c3ea2" } ,
{ file = "MarkupSafe-2.1.2-cp38-cp38-win_amd64.whl" , hash = "sha256:bb06feb762bade6bf3c8b844462274db0c76acc95c52abe8dbed28ae3d44a147" } ,
{ file = "MarkupSafe-2.1.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:99625a92da8229df6d44335e6fcc558a5037dd0a760e11d84be2260e6f37002f" } ,
{ file = "MarkupSafe-2.1.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:8bca7e26c1dd751236cfb0c6c72d4ad61d986e9a41bbf76cb445f69488b2a2bd" } ,
{ file = "MarkupSafe-2.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:40627dcf047dadb22cd25ea7ecfe9cbf3bbbad0482ee5920b582f3809c97654f" } ,
{ file = "MarkupSafe-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:40dfd3fefbef579ee058f139733ac336312663c6706d1163b82b3003fb1925c4" } ,
{ file = "MarkupSafe-2.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:090376d812fb6ac5f171e5938e82e7f2d7adc2b629101cec0db8b267815c85e2" } ,
{ file = "MarkupSafe-2.1.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:2e7821bffe00aa6bd07a23913b7f4e01328c3d5cc0b40b36c0bd81d362faeb65" } ,
{ file = "MarkupSafe-2.1.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:c0a33bc9f02c2b17c3ea382f91b4db0e6cde90b63b296422a939886a7a80de1c" } ,
{ file = "MarkupSafe-2.1.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:b8526c6d437855442cdd3d87eede9c425c4445ea011ca38d937db299382e6fa3" } ,
{ file = "MarkupSafe-2.1.2-cp39-cp39-win32.whl" , hash = "sha256:137678c63c977754abe9086a3ec011e8fd985ab90631145dfb9294ad09c102a7" } ,
{ file = "MarkupSafe-2.1.2-cp39-cp39-win_amd64.whl" , hash = "sha256:0576fe974b40a400449768941d5d0858cc624e3249dfd1e0c33674e5c7ca7aed" } ,
{ file = "MarkupSafe-2.1.2.tar.gz" , hash = "sha256:abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "mccabe"
2023-02-06 18:43:12 -09:00
version = "0.7.0"
2021-05-01 20:46:02 -08:00
description = "McCabe checker, plugin for flake8"
optional = false
2023-02-06 18:43:12 -09:00
python-versions = ">=3.6"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2023-02-06 18:43:12 -09:00
files = [
{ file = "mccabe-0.7.0-py2.py3-none-any.whl" , hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e" } ,
{ file = "mccabe-0.7.0.tar.gz" , hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325" } ,
]
[ [ package ] ]
name = "mdurl"
version = "0.1.2"
description = "Markdown URL utilities"
optional = false
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "mdurl-0.1.2-py3-none-any.whl" , hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8" } ,
{ file = "mdurl-0.1.2.tar.gz" , hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
2021-06-10 18:31:14 -08:00
[ [ package ] ]
name = "mergedeep"
version = "1.3.4"
description = "A deep merge function for 🐍."
optional = false
python-versions = ">=3.6"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
{ file = "mergedeep-1.3.4-py3-none-any.whl" , hash = "sha256:70775750742b25c0d8f36c55aed03d24c3384d17c951b3175d898bd778ef0307" } ,
{ file = "mergedeep-1.3.4.tar.gz" , hash = "sha256:0096d52e9dad9939c3d975a774666af186eda617e6ca84df4c94dec30004f2a8" } ,
]
2021-06-10 18:31:14 -08:00
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "mf2py"
2025-02-07 16:42:43 -06:00
version = "2.0.1"
description = "Microformats parser"
2021-05-01 20:46:02 -08:00
optional = false
2025-02-07 16:42:43 -06:00
python-versions = ">=3.8"
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2025-02-07 16:42:43 -06:00
{ file = "mf2py-2.0.1-py3-none-any.whl" , hash = "sha256:092806e17f1a93db4aafa5e8d3c4124b5e42cd89027e2db48a5248ef4eabde03" } ,
{ file = "mf2py-2.0.1.tar.gz" , hash = "sha256:1380924633413b8d72e704b5c86b4382c4b1371699edecc907b01cd21138d7cd" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ package . dependencies ]
2025-02-07 16:42:43 -06:00
beautifulsoup4 = ">=4.11.1,<5.0.0"
html5lib = ">=1.1,<2.0"
requests = ">=2.28.2,<3.0.0"
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "mkdocs"
2024-04-30 14:34:55 +00:00
version = "1.6.0"
2021-05-01 20:46:02 -08:00
description = "Project documentation with Markdown."
optional = false
2024-04-30 14:34:55 +00:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-04-30 14:34:55 +00:00
{ file = "mkdocs-1.6.0-py3-none-any.whl" , hash = "sha256:1eb5cb7676b7d89323e62b56235010216319217d4af5ddc543a91beb8d125ea7" } ,
{ file = "mkdocs-1.6.0.tar.gz" , hash = "sha256:a73f735824ef83a4f3bcb7a231dcab23f5a838f88b7efc54a0eef5fbdbc3c512" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ package . dependencies ]
2023-01-06 21:47:29 -09:00
click = ">=7.0"
colorama = { version = ">=0.4" , markers = "platform_system == \"Windows\"" }
2021-06-10 18:31:14 -08:00
ghp-import = ">=1.0"
2023-01-06 21:47:29 -09:00
jinja2 = ">=2.11.1"
2024-04-30 14:34:55 +00:00
markdown = ">=3.3.6"
2023-08-20 10:17:00 -08:00
markupsafe = ">=2.0.1"
2021-06-10 18:31:14 -08:00
mergedeep = ">=1.3.4"
2024-04-30 14:34:55 +00:00
mkdocs-get-deps = ">=0.2.0"
2021-06-10 18:31:14 -08:00
packaging = ">=20.5"
2023-08-20 10:17:00 -08:00
pathspec = ">=0.11.1"
2023-01-06 21:47:29 -09:00
pyyaml = ">=5.1"
2021-06-10 18:31:14 -08:00
pyyaml-env-tag = ">=0.1"
watchdog = ">=2.0"
[ package . extras ]
i18n = [ "babel (>=2.9.0)" ]
2025-03-18 09:52:30 -05:00
min-versions = [ "babel (==2.9.0)" , "click (==7.0)" , "colorama (==0.4) ; platform_system == \"Windows\"" , "ghp-import (==1.0)" , "importlib-metadata (==4.4) ; python_version < \"3.10\"" , "jinja2 (==2.11.1)" , "markdown (==3.3.6)" , "markupsafe (==2.0.1)" , "mergedeep (==1.3.4)" , "mkdocs-get-deps (==0.2.0)" , "packaging (==20.5)" , "pathspec (==0.11.1)" , "pyyaml (==5.1)" , "pyyaml-env-tag (==0.1)" , "watchdog (==2.0)" ]
2024-04-30 14:34:55 +00:00
[ [ package ] ]
name = "mkdocs-get-deps"
version = "0.2.0"
description = "MkDocs extension that lists all dependencies according to a mkdocs.yml file"
optional = false
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2024-04-30 14:34:55 +00:00
files = [
{ file = "mkdocs_get_deps-0.2.0-py3-none-any.whl" , hash = "sha256:2bf11d0b133e77a0dd036abeeb06dec8775e46efa526dc70667d8863eefc6134" } ,
{ file = "mkdocs_get_deps-0.2.0.tar.gz" , hash = "sha256:162b3d129c7fad9b19abfdcb9c1458a651628e4b1dea628ac68790fb3061c60c" } ,
]
[ package . dependencies ]
mergedeep = ">=1.3.4"
platformdirs = ">=2.2.0"
pyyaml = ">=5.1"
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "mkdocs-material"
2025-04-01 08:35:20 -05:00
version = "9.6.11"
2022-05-22 11:52:57 -08:00
description = "Documentation that simply works"
2021-05-01 20:46:02 -08:00
optional = false
2024-01-10 01:17:45 +00:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2025-04-01 08:35:20 -05:00
{ file = "mkdocs_material-9.6.11-py3-none-any.whl" , hash = "sha256:47f21ef9cbf4f0ebdce78a2ceecaa5d413581a55141e4464902224ebbc0b1263" } ,
{ file = "mkdocs_material-9.6.11.tar.gz" , hash = "sha256:0b7f4a0145c5074cdd692e4362d232fb25ef5b23328d0ec1ab287af77cc0deff" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ package . dependencies ]
2024-01-10 01:17:45 +00:00
babel = ">=2.10,<3.0"
2025-03-01 15:53:00 +00:00
backrefs = ">=5.7.post1,<6.0"
2024-01-10 01:17:45 +00:00
colorama = ">=0.4,<1.0"
2025-04-01 08:35:20 -05:00
jinja2 = ">=3.1,<4.0"
2024-01-10 01:17:45 +00:00
markdown = ">=3.2,<4.0"
2024-04-30 14:34:55 +00:00
mkdocs = ">=1.6,<2.0"
2024-01-10 01:17:45 +00:00
mkdocs-material-extensions = ">=1.3,<2.0"
paginate = ">=0.5,<1.0"
pygments = ">=2.16,<3.0"
pymdown-extensions = ">=10.2,<11.0"
requests = ">=2.26,<3.0"
[ package . extras ]
2025-01-18 00:17:13 -06:00
git = [ "mkdocs-git-committers-plugin-2 (>=1.1,<3)" , "mkdocs-git-revision-date-localized-plugin (>=1.2.4,<2.0)" ]
2024-01-24 06:43:56 +00:00
imaging = [ "cairosvg (>=2.6,<3.0)" , "pillow (>=10.2,<11.0)" ]
2024-01-10 01:17:45 +00:00
recommended = [ "mkdocs-minify-plugin (>=0.7,<1.0)" , "mkdocs-redirects (>=1.2,<2.0)" , "mkdocs-rss-plugin (>=1.6,<2.0)" ]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "mkdocs-material-extensions"
2024-01-10 01:17:45 +00:00
version = "1.3.1"
2023-01-06 21:47:29 -09:00
description = "Extension pack for Python Markdown and MkDocs Material."
2021-05-01 20:46:02 -08:00
optional = false
2024-01-10 01:17:45 +00:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-01-10 01:17:45 +00:00
{ file = "mkdocs_material_extensions-1.3.1-py3-none-any.whl" , hash = "sha256:adff8b62700b25cb77b53358dad940f3ef973dd6db797907c49e3c2ef3ab4e31" } ,
{ file = "mkdocs_material_extensions-1.3.1.tar.gz" , hash = "sha256:10c9511cea88f568257f960358a467d12b970e1f7b2c0e5fb2bb48cab1928443" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
2022-03-15 15:01:56 -08:00
[ [ package ] ]
name = "mypy"
2025-02-05 14:21:39 +01:00
version = "1.15.0"
2022-03-15 15:01:56 -08:00
description = "Optional static typing for Python"
optional = false
2025-02-05 14:21:39 +01:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2025-02-05 14:21:39 +01:00
{ file = "mypy-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:979e4e1a006511dacf628e36fadfecbcc0160a8af6ca7dad2f5025529e082c13" } ,
{ file = "mypy-1.15.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c4bb0e1bd29f7d34efcccd71cf733580191e9a264a2202b0239da95984c5b559" } ,
{ file = "mypy-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:be68172e9fd9ad8fb876c6389f16d1c1b5f100ffa779f77b1fb2176fcc9ab95b" } ,
{ file = "mypy-1.15.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:c7be1e46525adfa0d97681432ee9fcd61a3964c2446795714699a998d193f1a3" } ,
{ file = "mypy-1.15.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:2e2c2e6d3593f6451b18588848e66260ff62ccca522dd231cd4dd59b0160668b" } ,
{ file = "mypy-1.15.0-cp310-cp310-win_amd64.whl" , hash = "sha256:6983aae8b2f653e098edb77f893f7b6aca69f6cffb19b2cc7443f23cce5f4828" } ,
{ file = "mypy-1.15.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:2922d42e16d6de288022e5ca321cd0618b238cfc5570e0263e5ba0a77dbef56f" } ,
{ file = "mypy-1.15.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:2ee2d57e01a7c35de00f4634ba1bbf015185b219e4dc5909e281016df43f5ee5" } ,
{ file = "mypy-1.15.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:973500e0774b85d9689715feeffcc980193086551110fd678ebe1f4342fb7c5e" } ,
{ file = "mypy-1.15.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:5a95fb17c13e29d2d5195869262f8125dfdb5c134dc8d9a9d0aecf7525b10c2c" } ,
{ file = "mypy-1.15.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:1905f494bfd7d85a23a88c5d97840888a7bd516545fc5aaedff0267e0bb54e2f" } ,
{ file = "mypy-1.15.0-cp311-cp311-win_amd64.whl" , hash = "sha256:c9817fa23833ff189db061e6d2eff49b2f3b6ed9856b4a0a73046e41932d744f" } ,
{ file = "mypy-1.15.0-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:aea39e0583d05124836ea645f412e88a5c7d0fd77a6d694b60d9b6b2d9f184fd" } ,
{ file = "mypy-1.15.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:2f2147ab812b75e5b5499b01ade1f4a81489a147c01585cda36019102538615f" } ,
{ file = "mypy-1.15.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:ce436f4c6d218a070048ed6a44c0bbb10cd2cc5e272b29e7845f6a2f57ee4464" } ,
{ file = "mypy-1.15.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:8023ff13985661b50a5928fc7a5ca15f3d1affb41e5f0a9952cb68ef090b31ee" } ,
{ file = "mypy-1.15.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:1124a18bc11a6a62887e3e137f37f53fbae476dc36c185d549d4f837a2a6a14e" } ,
{ file = "mypy-1.15.0-cp312-cp312-win_amd64.whl" , hash = "sha256:171a9ca9a40cd1843abeca0e405bc1940cd9b305eaeea2dda769ba096932bb22" } ,
{ file = "mypy-1.15.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:93faf3fdb04768d44bf28693293f3904bbb555d076b781ad2530214ee53e3445" } ,
{ file = "mypy-1.15.0-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:811aeccadfb730024c5d3e326b2fbe9249bb7413553f15499a4050f7c30e801d" } ,
{ file = "mypy-1.15.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:98b7b9b9aedb65fe628c62a6dc57f6d5088ef2dfca37903a7d9ee374d03acca5" } ,
{ file = "mypy-1.15.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:c43a7682e24b4f576d93072216bf56eeff70d9140241f9edec0c104d0c515036" } ,
{ file = "mypy-1.15.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:baefc32840a9f00babd83251560e0ae1573e2f9d1b067719479bfb0e987c6357" } ,
{ file = "mypy-1.15.0-cp313-cp313-win_amd64.whl" , hash = "sha256:b9378e2c00146c44793c98b8d5a61039a048e31f429fb0eb546d93f4b000bedf" } ,
{ file = "mypy-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:e601a7fa172c2131bff456bb3ee08a88360760d0d2f8cbd7a75a65497e2df078" } ,
{ file = "mypy-1.15.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:712e962a6357634fef20412699a3655c610110e01cdaa6180acec7fc9f8513ba" } ,
{ file = "mypy-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:f95579473af29ab73a10bada2f9722856792a36ec5af5399b653aa28360290a5" } ,
{ file = "mypy-1.15.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:8f8722560a14cde92fdb1e31597760dc35f9f5524cce17836c0d22841830fd5b" } ,
{ file = "mypy-1.15.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:1fbb8da62dc352133d7d7ca90ed2fb0e9d42bb1a32724c287d3c76c58cbaa9c2" } ,
{ file = "mypy-1.15.0-cp39-cp39-win_amd64.whl" , hash = "sha256:d10d994b41fb3497719bbf866f227b3489048ea4bbbb5015357db306249f7980" } ,
{ file = "mypy-1.15.0-py3-none-any.whl" , hash = "sha256:5469affef548bd1895d86d3bf10ce2b44e33d86923c29e4d675b3e323437ea3e" } ,
{ file = "mypy-1.15.0.tar.gz" , hash = "sha256:404534629d51d3efea5c800ee7c42b72a6554d6c400e6a79eafe15d11341fd43" } ,
2022-12-29 15:21:48 -08:00
]
2022-03-15 15:01:56 -08:00
[ package . dependencies ]
2024-12-20 14:48:20 -06:00
mypy_extensions = ">=1.0.0"
typing_extensions = ">=4.6.0"
2022-03-15 15:01:56 -08:00
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
2024-10-24 17:17:56 +00:00
faster-cache = [ "orjson" ]
2023-01-01 14:47:27 -08:00
install-types = [ "pip" ]
2024-01-11 04:44:23 +00:00
mypyc = [ "setuptools (>=50)" ]
2022-03-15 15:01:56 -08:00
reports = [ "lxml" ]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "mypy-extensions"
2023-02-06 18:43:12 -09:00
version = "1.0.0"
description = "Type system extensions for programs checked with the mypy type checker."
2021-05-01 20:46:02 -08:00
optional = false
2023-02-06 18:43:12 -09:00
python-versions = ">=3.5"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09: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" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
2025-02-28 08:17:28 -06:00
[ [ package ] ]
name = "nltk"
version = "3.9.1"
description = "Natural Language Toolkit"
optional = false
python-versions = ">=3.8"
groups = [ "main" ]
files = [
{ file = "nltk-3.9.1-py3-none-any.whl" , hash = "sha256:4fa26829c5b00715afe3061398a8989dc643b92ce7dd93fb4585a70930d168a1" } ,
{ file = "nltk-3.9.1.tar.gz" , hash = "sha256:87d127bd3de4bd89a4f81265e5fa59cb1b199b27440175370f7417d2bc7ae868" } ,
]
[ package . dependencies ]
click = "*"
joblib = "*"
regex = ">=2021.8.3"
tqdm = "*"
[ package . extras ]
all = [ "matplotlib" , "numpy" , "pyparsing" , "python-crfsuite" , "requests" , "scikit-learn" , "scipy" , "twython" ]
corenlp = [ "requests" ]
machine-learning = [ "numpy" , "python-crfsuite" , "scikit-learn" , "scipy" ]
plot = [ "matplotlib" ]
tgrep = [ "pyparsing" ]
twitter = [ "twython" ]
2022-03-15 15:01:56 -08:00
[ [ package ] ]
name = "nodeenv"
2022-07-09 23:57:09 -05:00
version = "1.7.0"
2022-03-15 15:01:56 -08:00
description = "Node.js virtual environment builder"
optional = false
2022-07-09 23:57:09 -05:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
{ file = "nodeenv-1.7.0-py2.py3-none-any.whl" , hash = "sha256:27083a7b96a25f2f5e1d8cb4b6317ee8aeda3bdd121394e5ac54e498028a042e" } ,
{ file = "nodeenv-1.7.0.tar.gz" , hash = "sha256:e0e7f7dfb85fc5394c6fe1e8fa98131a2473e04311a45afb6508f7cf1836fa2b" } ,
]
2022-03-15 15:01:56 -08:00
2022-09-25 16:01:25 -08:00
[ package . dependencies ]
setuptools = "*"
2025-02-28 09:51:36 -06:00
[ [ package ] ]
name = "numpy"
version = "2.2.3"
description = "Fundamental package for array computing in Python"
optional = false
python-versions = ">=3.10"
groups = [ "main" ]
files = [
{ file = "numpy-2.2.3-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:cbc6472e01952d3d1b2772b720428f8b90e2deea8344e854df22b0618e9cce71" } ,
{ file = "numpy-2.2.3-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:cdfe0c22692a30cd830c0755746473ae66c4a8f2e7bd508b35fb3b6a0813d787" } ,
{ file = "numpy-2.2.3-cp310-cp310-macosx_14_0_arm64.whl" , hash = "sha256:e37242f5324ffd9f7ba5acf96d774f9276aa62a966c0bad8dae692deebec7716" } ,
{ file = "numpy-2.2.3-cp310-cp310-macosx_14_0_x86_64.whl" , hash = "sha256:95172a21038c9b423e68be78fd0be6e1b97674cde269b76fe269a5dfa6fadf0b" } ,
{ file = "numpy-2.2.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d5b47c440210c5d1d67e1cf434124e0b5c395eee1f5806fdd89b553ed1acd0a3" } ,
{ file = "numpy-2.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0391ea3622f5c51a2e29708877d56e3d276827ac5447d7f45e9bc4ade8923c52" } ,
{ file = "numpy-2.2.3-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:f6b3dfc7661f8842babd8ea07e9897fe3d9b69a1d7e5fbb743e4160f9387833b" } ,
{ file = "numpy-2.2.3-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:1ad78ce7f18ce4e7df1b2ea4019b5817a2f6a8a16e34ff2775f646adce0a5027" } ,
{ file = "numpy-2.2.3-cp310-cp310-win32.whl" , hash = "sha256:5ebeb7ef54a7be11044c33a17b2624abe4307a75893c001a4800857956b41094" } ,
{ file = "numpy-2.2.3-cp310-cp310-win_amd64.whl" , hash = "sha256:596140185c7fa113563c67c2e894eabe0daea18cf8e33851738c19f70ce86aeb" } ,
{ file = "numpy-2.2.3-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:16372619ee728ed67a2a606a614f56d3eabc5b86f8b615c79d01957062826ca8" } ,
{ file = "numpy-2.2.3-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:5521a06a3148686d9269c53b09f7d399a5725c47bbb5b35747e1cb76326b714b" } ,
{ file = "numpy-2.2.3-cp311-cp311-macosx_14_0_arm64.whl" , hash = "sha256:7c8dde0ca2f77828815fd1aedfdf52e59071a5bae30dac3b4da2a335c672149a" } ,
{ file = "numpy-2.2.3-cp311-cp311-macosx_14_0_x86_64.whl" , hash = "sha256:77974aba6c1bc26e3c205c2214f0d5b4305bdc719268b93e768ddb17e3fdd636" } ,
{ file = "numpy-2.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d42f9c36d06440e34226e8bd65ff065ca0963aeecada587b937011efa02cdc9d" } ,
{ file = "numpy-2.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f2712c5179f40af9ddc8f6727f2bd910ea0eb50206daea75f58ddd9fa3f715bb" } ,
{ file = "numpy-2.2.3-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:c8b0451d2ec95010d1db8ca733afc41f659f425b7f608af569711097fd6014e2" } ,
{ file = "numpy-2.2.3-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:d9b4a8148c57ecac25a16b0e11798cbe88edf5237b0df99973687dd866f05e1b" } ,
{ file = "numpy-2.2.3-cp311-cp311-win32.whl" , hash = "sha256:1f45315b2dc58d8a3e7754fe4e38b6fce132dab284a92851e41b2b344f6441c5" } ,
{ file = "numpy-2.2.3-cp311-cp311-win_amd64.whl" , hash = "sha256:9f48ba6f6c13e5e49f3d3efb1b51c8193215c42ac82610a04624906a9270be6f" } ,
{ file = "numpy-2.2.3-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:12c045f43b1d2915eca6b880a7f4a256f59d62df4f044788c8ba67709412128d" } ,
{ file = "numpy-2.2.3-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:87eed225fd415bbae787f93a457af7f5990b92a334e346f72070bf569b9c9c95" } ,
{ file = "numpy-2.2.3-cp312-cp312-macosx_14_0_arm64.whl" , hash = "sha256:712a64103d97c404e87d4d7c47fb0c7ff9acccc625ca2002848e0d53288b90ea" } ,
{ file = "numpy-2.2.3-cp312-cp312-macosx_14_0_x86_64.whl" , hash = "sha256:a5ae282abe60a2db0fd407072aff4599c279bcd6e9a2475500fc35b00a57c532" } ,
{ file = "numpy-2.2.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5266de33d4c3420973cf9ae3b98b54a2a6d53a559310e3236c4b2b06b9c07d4e" } ,
{ file = "numpy-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3b787adbf04b0db1967798dba8da1af07e387908ed1553a0d6e74c084d1ceafe" } ,
{ file = "numpy-2.2.3-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:34c1b7e83f94f3b564b35f480f5652a47007dd91f7c839f404d03279cc8dd021" } ,
{ file = "numpy-2.2.3-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:4d8335b5f1b6e2bce120d55fb17064b0262ff29b459e8493d1785c18ae2553b8" } ,
{ file = "numpy-2.2.3-cp312-cp312-win32.whl" , hash = "sha256:4d9828d25fb246bedd31e04c9e75714a4087211ac348cb39c8c5f99dbb6683fe" } ,
{ file = "numpy-2.2.3-cp312-cp312-win_amd64.whl" , hash = "sha256:83807d445817326b4bcdaaaf8e8e9f1753da04341eceec705c001ff342002e5d" } ,
{ file = "numpy-2.2.3-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:7bfdb06b395385ea9b91bf55c1adf1b297c9fdb531552845ff1d3ea6e40d5aba" } ,
{ file = "numpy-2.2.3-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:23c9f4edbf4c065fddb10a4f6e8b6a244342d95966a48820c614891e5059bb50" } ,
{ file = "numpy-2.2.3-cp313-cp313-macosx_14_0_arm64.whl" , hash = "sha256:a0c03b6be48aaf92525cccf393265e02773be8fd9551a2f9adbe7db1fa2b60f1" } ,
{ file = "numpy-2.2.3-cp313-cp313-macosx_14_0_x86_64.whl" , hash = "sha256:2376e317111daa0a6739e50f7ee2a6353f768489102308b0d98fcf4a04f7f3b5" } ,
{ file = "numpy-2.2.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8fb62fe3d206d72fe1cfe31c4a1106ad2b136fcc1606093aeab314f02930fdf2" } ,
{ file = "numpy-2.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:52659ad2534427dffcc36aac76bebdd02b67e3b7a619ac67543bc9bfe6b7cdb1" } ,
{ file = "numpy-2.2.3-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:1b416af7d0ed3271cad0f0a0d0bee0911ed7eba23e66f8424d9f3dfcdcae1304" } ,
{ file = "numpy-2.2.3-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:1402da8e0f435991983d0a9708b779f95a8c98c6b18a171b9f1be09005e64d9d" } ,
{ file = "numpy-2.2.3-cp313-cp313-win32.whl" , hash = "sha256:136553f123ee2951bfcfbc264acd34a2fc2f29d7cdf610ce7daf672b6fbaa693" } ,
{ file = "numpy-2.2.3-cp313-cp313-win_amd64.whl" , hash = "sha256:5b732c8beef1d7bc2d9e476dbba20aaff6167bf205ad9aa8d30913859e82884b" } ,
{ file = "numpy-2.2.3-cp313-cp313t-macosx_10_13_x86_64.whl" , hash = "sha256:435e7a933b9fda8126130b046975a968cc2d833b505475e588339e09f7672890" } ,
{ file = "numpy-2.2.3-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:7678556eeb0152cbd1522b684dcd215250885993dd00adb93679ec3c0e6e091c" } ,
{ file = "numpy-2.2.3-cp313-cp313t-macosx_14_0_arm64.whl" , hash = "sha256:2e8da03bd561504d9b20e7a12340870dfc206c64ea59b4cfee9fceb95070ee94" } ,
{ file = "numpy-2.2.3-cp313-cp313t-macosx_14_0_x86_64.whl" , hash = "sha256:c9aa4496fd0e17e3843399f533d62857cef5900facf93e735ef65aa4bbc90ef0" } ,
{ file = "numpy-2.2.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f4ca91d61a4bf61b0f2228f24bbfa6a9facd5f8af03759fe2a655c50ae2c6610" } ,
{ file = "numpy-2.2.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:deaa09cd492e24fd9b15296844c0ad1b3c976da7907e1c1ed3a0ad21dded6f76" } ,
{ file = "numpy-2.2.3-cp313-cp313t-musllinux_1_2_aarch64.whl" , hash = "sha256:246535e2f7496b7ac85deffe932896a3577be7af8fb7eebe7146444680297e9a" } ,
{ file = "numpy-2.2.3-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:daf43a3d1ea699402c5a850e5313680ac355b4adc9770cd5cfc2940e7861f1bf" } ,
{ file = "numpy-2.2.3-cp313-cp313t-win32.whl" , hash = "sha256:cf802eef1f0134afb81fef94020351be4fe1d6681aadf9c5e862af6602af64ef" } ,
{ file = "numpy-2.2.3-cp313-cp313t-win_amd64.whl" , hash = "sha256:aee2512827ceb6d7f517c8b85aa5d3923afe8fc7a57d028cffcd522f1c6fd082" } ,
{ file = "numpy-2.2.3-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:3c2ec8a0f51d60f1e9c0c5ab116b7fc104b165ada3f6c58abf881cb2eb16044d" } ,
{ file = "numpy-2.2.3-pp310-pypy310_pp73-macosx_14_0_x86_64.whl" , hash = "sha256:ed2cf9ed4e8ebc3b754d398cba12f24359f018b416c380f577bbae112ca52fc9" } ,
{ file = "numpy-2.2.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:39261798d208c3095ae4f7bc8eaeb3481ea8c6e03dc48028057d3cbdbdb8937e" } ,
{ file = "numpy-2.2.3-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:783145835458e60fa97afac25d511d00a1eca94d4a8f3ace9fe2043003c678e4" } ,
{ file = "numpy-2.2.3.tar.gz" , hash = "sha256:dbdc15f0c81611925f382dfa97b3bd0bc2c1ce19d4fe50482cb0ddc12ba30020" } ,
]
2021-05-08 18:29:31 -08:00
[ [ package ] ]
name = "oauthlib"
2023-02-06 18:43:12 -09:00
version = "3.2.2"
2021-05-08 18:29:31 -08:00
description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
optional = false
2021-06-10 18:31:14 -08:00
python-versions = ">=3.6"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "oauthlib-3.2.2-py3-none-any.whl" , hash = "sha256:8139f29aac13e25d502680e9e19963e83f16838d48a0d71c287fe40e7067fbca" } ,
{ file = "oauthlib-3.2.2.tar.gz" , hash = "sha256:9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-08 18:29:31 -08:00
[ package . extras ]
2022-05-22 11:52:57 -08:00
rsa = [ "cryptography (>=3.0.0)" ]
2021-06-10 18:31:14 -08:00
signals = [ "blinker (>=1.4.0)" ]
2022-05-22 11:52:57 -08:00
signedtoken = [ "cryptography (>=3.0.0)" , "pyjwt (>=2.0.0,<3)" ]
2021-05-08 18:29:31 -08:00
2024-05-22 04:45:07 -05:00
[ [ package ] ]
name = "openai"
2025-04-12 19:39:20 +02:00
version = "1.73.0"
2024-05-22 04:45:07 -05:00
description = "The official Python library for the openai API"
optional = false
2024-11-05 19:31:14 +01:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-05-22 04:45:07 -05:00
files = [
2025-04-12 19:39:20 +02:00
{ file = "openai-1.73.0-py3-none-any.whl" , hash = "sha256:f52d1f673fb4ce6069a40d544a80fcb062eba1b3f489004fac4f9923a074c425" } ,
{ file = "openai-1.73.0.tar.gz" , hash = "sha256:b58ea39ba589de07db85c9905557ac12d2fc77600dcd2b92a08b99c9a3dce9e0" } ,
2024-05-22 04:45:07 -05:00
]
[ package . dependencies ]
anyio = ">=3.5.0,<5"
distro = ">=1.7.0,<2"
httpx = ">=0.23.0,<1"
2024-08-06 17:43:07 +00:00
jiter = ">=0.4.0,<1"
2024-05-22 04:45:07 -05:00
pydantic = ">=1.9.0,<3"
sniffio = "*"
tqdm = ">4"
2024-08-06 17:43:07 +00:00
typing-extensions = ">=4.11,<5"
2024-05-22 04:45:07 -05:00
[ package . extras ]
datalib = [ "numpy (>=1)" , "pandas (>=1.2.3)" , "pandas-stubs (>=1.1.0.11)" ]
2025-04-07 18:24:14 -05:00
realtime = [ "websockets (>=13,<16)" ]
2025-03-21 16:18:19 +01:00
voice-helpers = [ "numpy (>=2.0.2)" , "sounddevice (>=0.5.1)" ]
2024-05-22 04:45:07 -05:00
2022-10-18 14:49:41 -08:00
[ [ package ] ]
name = "orjson"
2025-03-30 19:35:10 +00:00
version = "3.10.16"
2022-10-18 14:49:41 -08:00
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
optional = false
2025-03-30 19:35:10 +00:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2025-03-30 19:35:10 +00:00
{ file = "orjson-3.10.16-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:4cb473b8e79154fa778fb56d2d73763d977be3dcc140587e07dbc545bbfc38f8" } ,
{ file = "orjson-3.10.16-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:622a8e85eeec1948690409a19ca1c7d9fd8ff116f4861d261e6ae2094fe59a00" } ,
{ file = "orjson-3.10.16-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:c682d852d0ce77613993dc967e90e151899fe2d8e71c20e9be164080f468e370" } ,
{ file = "orjson-3.10.16-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8c520ae736acd2e32df193bcff73491e64c936f3e44a2916b548da048a48b46b" } ,
{ file = "orjson-3.10.16-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:134f87c76bfae00f2094d85cfab261b289b76d78c6da8a7a3b3c09d362fd1e06" } ,
{ file = "orjson-3.10.16-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b59afde79563e2cf37cfe62ee3b71c063fd5546c8e662d7fcfc2a3d5031a5c4c" } ,
{ file = "orjson-3.10.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:113602f8241daaff05d6fad25bd481d54c42d8d72ef4c831bb3ab682a54d9e15" } ,
{ file = "orjson-3.10.16-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:4fc0077d101f8fab4031e6554fc17b4c2ad8fdbc56ee64a727f3c95b379e31da" } ,
{ file = "orjson-3.10.16-cp310-cp310-musllinux_1_2_armv7l.whl" , hash = "sha256:9c6bf6ff180cd69e93f3f50380224218cfab79953a868ea3908430bcfaf9cb5e" } ,
{ file = "orjson-3.10.16-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:5673eadfa952f95a7cd76418ff189df11b0a9c34b1995dff43a6fdbce5d63bf4" } ,
{ file = "orjson-3.10.16-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:5fe638a423d852b0ae1e1a79895851696cb0d9fa0946fdbfd5da5072d9bb9551" } ,
{ file = "orjson-3.10.16-cp310-cp310-win32.whl" , hash = "sha256:33af58f479b3c6435ab8f8b57999874b4b40c804c7a36b5cc6b54d8f28e1d3dd" } ,
{ file = "orjson-3.10.16-cp310-cp310-win_amd64.whl" , hash = "sha256:0338356b3f56d71293c583350af26f053017071836b07e064e92819ecf1aa055" } ,
{ file = "orjson-3.10.16-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:44fcbe1a1884f8bc9e2e863168b0f84230c3d634afe41c678637d2728ea8e739" } ,
{ file = "orjson-3.10.16-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:78177bf0a9d0192e0b34c3d78bcff7fe21d1b5d84aeb5ebdfe0dbe637b885225" } ,
{ file = "orjson-3.10.16-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:12824073a010a754bb27330cad21d6e9b98374f497f391b8707752b96f72e741" } ,
{ file = "orjson-3.10.16-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ddd41007e56284e9867864aa2f29f3136bb1dd19a49ca43c0b4eda22a579cf53" } ,
{ file = "orjson-3.10.16-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:0877c4d35de639645de83666458ca1f12560d9fa7aa9b25d8bb8f52f61627d14" } ,
{ file = "orjson-3.10.16-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9a09a539e9cc3beead3e7107093b4ac176d015bec64f811afb5965fce077a03c" } ,
{ file = "orjson-3.10.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:31b98bc9b40610fec971d9a4d67bb2ed02eec0a8ae35f8ccd2086320c28526ca" } ,
{ file = "orjson-3.10.16-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:0ce243f5a8739f3a18830bc62dc2e05b69a7545bafd3e3249f86668b2bcd8e50" } ,
{ file = "orjson-3.10.16-cp311-cp311-musllinux_1_2_armv7l.whl" , hash = "sha256:64792c0025bae049b3074c6abe0cf06f23c8e9f5a445f4bab31dc5ca23dbf9e1" } ,
{ file = "orjson-3.10.16-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:ea53f7e68eec718b8e17e942f7ca56c6bd43562eb19db3f22d90d75e13f0431d" } ,
{ file = "orjson-3.10.16-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:a741ba1a9488c92227711bde8c8c2b63d7d3816883268c808fbeada00400c164" } ,
{ file = "orjson-3.10.16-cp311-cp311-win32.whl" , hash = "sha256:c7ed2c61bb8226384c3fdf1fb01c51b47b03e3f4536c985078cccc2fd19f1619" } ,
{ file = "orjson-3.10.16-cp311-cp311-win_amd64.whl" , hash = "sha256:cd67d8b3e0e56222a2e7b7f7da9031e30ecd1fe251c023340b9f12caca85ab60" } ,
{ file = "orjson-3.10.16-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:6d3444abbfa71ba21bb042caa4b062535b122248259fdb9deea567969140abca" } ,
{ file = "orjson-3.10.16-cp312-cp312-macosx_15_0_arm64.whl" , hash = "sha256:30245c08d818fdcaa48b7d5b81499b8cae09acabb216fe61ca619876b128e184" } ,
{ file = "orjson-3.10.16-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a0ba1d0baa71bf7579a4ccdcf503e6f3098ef9542106a0eca82395898c8a500a" } ,
{ file = "orjson-3.10.16-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:eb0beefa5ef3af8845f3a69ff2a4aa62529b5acec1cfe5f8a6b4141033fd46ef" } ,
{ file = "orjson-3.10.16-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6daa0e1c9bf2e030e93c98394de94506f2a4d12e1e9dadd7c53d5e44d0f9628e" } ,
{ file = "orjson-3.10.16-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9da9019afb21e02410ef600e56666652b73eb3e4d213a0ec919ff391a7dd52aa" } ,
{ file = "orjson-3.10.16-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:daeb3a1ee17b69981d3aae30c3b4e786b0f8c9e6c71f2b48f1aef934f63f38f4" } ,
{ file = "orjson-3.10.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:80fed80eaf0e20a31942ae5d0728849862446512769692474be5e6b73123a23b" } ,
{ file = "orjson-3.10.16-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:73390ed838f03764540a7bdc4071fe0123914c2cc02fb6abf35182d5fd1b7a42" } ,
{ file = "orjson-3.10.16-cp312-cp312-musllinux_1_2_armv7l.whl" , hash = "sha256:a22bba012a0c94ec02a7768953020ab0d3e2b884760f859176343a36c01adf87" } ,
{ file = "orjson-3.10.16-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:5385bbfdbc90ff5b2635b7e6bebf259652db00a92b5e3c45b616df75b9058e88" } ,
{ file = "orjson-3.10.16-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:02c6279016346e774dd92625d46c6c40db687b8a0d685aadb91e26e46cc33e1e" } ,
{ file = "orjson-3.10.16-cp312-cp312-win32.whl" , hash = "sha256:7ca55097a11426db80f79378e873a8c51f4dde9ffc22de44850f9696b7eb0e8c" } ,
{ file = "orjson-3.10.16-cp312-cp312-win_amd64.whl" , hash = "sha256:86d127efdd3f9bf5f04809b70faca1e6836556ea3cc46e662b44dab3fe71f3d6" } ,
{ file = "orjson-3.10.16-cp313-cp313-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:148a97f7de811ba14bc6dbc4a433e0341ffd2cc285065199fb5f6a98013744bd" } ,
{ file = "orjson-3.10.16-cp313-cp313-macosx_15_0_arm64.whl" , hash = "sha256:1d960c1bf0e734ea36d0adc880076de3846aaec45ffad29b78c7f1b7962516b8" } ,
{ file = "orjson-3.10.16-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a318cd184d1269f68634464b12871386808dc8b7c27de8565234d25975a7a137" } ,
{ file = "orjson-3.10.16-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:df23f8df3ef9223d1d6748bea63fca55aae7da30a875700809c500a05975522b" } ,
{ file = "orjson-3.10.16-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b94dda8dd6d1378f1037d7f3f6b21db769ef911c4567cbaa962bb6dc5021cf90" } ,
{ file = "orjson-3.10.16-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f12970a26666a8775346003fd94347d03ccb98ab8aa063036818381acf5f523e" } ,
{ file = "orjson-3.10.16-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:15a1431a245d856bd56e4d29ea0023eb4d2c8f71efe914beb3dee8ab3f0cd7fb" } ,
{ file = "orjson-3.10.16-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c83655cfc247f399a222567d146524674a7b217af7ef8289c0ff53cfe8db09f0" } ,
{ file = "orjson-3.10.16-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:fa59ae64cb6ddde8f09bdbf7baf933c4cd05734ad84dcf4e43b887eb24e37652" } ,
{ file = "orjson-3.10.16-cp313-cp313-musllinux_1_2_armv7l.whl" , hash = "sha256:ca5426e5aacc2e9507d341bc169d8af9c3cbe88f4cd4c1cf2f87e8564730eb56" } ,
{ file = "orjson-3.10.16-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:6fd5da4edf98a400946cd3a195680de56f1e7575109b9acb9493331047157430" } ,
{ file = "orjson-3.10.16-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:980ecc7a53e567169282a5e0ff078393bac78320d44238da4e246d71a4e0e8f5" } ,
{ file = "orjson-3.10.16-cp313-cp313-win32.whl" , hash = "sha256:28f79944dd006ac540a6465ebd5f8f45dfdf0948ff998eac7a908275b4c1add6" } ,
{ file = "orjson-3.10.16-cp313-cp313-win_amd64.whl" , hash = "sha256:fe0a145e96d51971407cb8ba947e63ead2aa915db59d6631a355f5f2150b56b7" } ,
{ file = "orjson-3.10.16-cp39-cp39-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:c35b5c1fb5a5d6d2fea825dec5d3d16bea3c06ac744708a8e1ff41d4ba10cdf1" } ,
{ file = "orjson-3.10.16-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c9aac7ecc86218b4b3048c768f227a9452287001d7548500150bb75ee21bf55d" } ,
{ file = "orjson-3.10.16-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:6e19f5102fff36f923b6dfdb3236ec710b649da975ed57c29833cb910c5a73ab" } ,
{ file = "orjson-3.10.16-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:17210490408eb62755a334a6f20ed17c39f27b4f45d89a38cd144cd458eba80b" } ,
{ file = "orjson-3.10.16-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:fbbe04451db85916e52a9f720bd89bf41f803cf63b038595674691680cbebd1b" } ,
{ file = "orjson-3.10.16-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:6a966eba501a3a1f309f5a6af32ed9eb8f316fa19d9947bac3e6350dc63a6f0a" } ,
{ file = "orjson-3.10.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:01e0d22f06c81e6c435723343e1eefc710e0510a35d897856766d475f2a15687" } ,
{ file = "orjson-3.10.16-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:7c1e602d028ee285dbd300fb9820b342b937df64d5a3336e1618b354e95a2569" } ,
{ file = "orjson-3.10.16-cp39-cp39-musllinux_1_2_armv7l.whl" , hash = "sha256:d230e5020666a6725629df81e210dc11c3eae7d52fe909a7157b3875238484f3" } ,
{ file = "orjson-3.10.16-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:0f8baac07d4555f57d44746a7d80fbe6b2c4fe2ed68136b4abb51cfec512a5e9" } ,
{ file = "orjson-3.10.16-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:524e48420b90fc66953e91b660b3d05faaf921277d6707e328fde1c218b31250" } ,
{ file = "orjson-3.10.16-cp39-cp39-win32.whl" , hash = "sha256:a9f614e31423d7292dbca966a53b2d775c64528c7d91424ab2747d8ab8ce5c72" } ,
{ file = "orjson-3.10.16-cp39-cp39-win_amd64.whl" , hash = "sha256:c338dc2296d1ed0d5c5c27dfb22d00b330555cb706c2e0be1e1c3940a0895905" } ,
{ file = "orjson-3.10.16.tar.gz" , hash = "sha256:d2aaa5c495e11d17b9b93205f5fa196737ee3202f000aaebf028dc9a73750f10" } ,
2022-10-18 14:49:41 -08:00
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "packaging"
2024-09-15 11:48:50 +10:00
version = "24.1"
2022-12-29 15:21:48 -08:00
description = "Core utilities for Python packages"
optional = false
2024-09-15 11:48:50 +10:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-09-15 11:48:50 +10:00
{ file = "packaging-24.1-py3-none-any.whl" , hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124" } ,
{ file = "packaging-24.1.tar.gz" , hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
2024-01-10 01:17:45 +00:00
[ [ package ] ]
name = "paginate"
version = "0.5.6"
description = "Divides large result sets into pages for easier browsing"
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2024-01-10 01:17:45 +00:00
files = [
{ file = "paginate-0.5.6.tar.gz" , hash = "sha256:5e6007b6a9398177a7e1648d04fdd9f8c9766a1a945bceac82f1929e8c78af2d" } ,
]
2024-01-31 01:31:24 +11:00
[ [ package ] ]
name = "paho-mqtt"
2024-03-05 16:14:37 -06:00
version = "1.6.1"
2024-01-31 01:31:24 +11:00
description = "MQTT version 5.0/3.1.1 client class"
optional = false
2024-03-05 16:14:37 -06:00
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-01-31 01:31:24 +11:00
files = [
2024-03-05 16:14:37 -06:00
{ file = "paho-mqtt-1.6.1.tar.gz" , hash = "sha256:2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f" } ,
2024-01-31 01:31:24 +11:00
]
[ package . extras ]
2024-03-05 16:14:37 -06:00
proxy = [ "PySocks" ]
2024-01-31 01:31:24 +11:00
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "pathspec"
2023-08-20 10:17:00 -08:00
version = "0.11.2"
2022-12-29 15:21:48 -08:00
description = "Utility library for gitignore style pattern matching of file paths."
optional = false
2023-02-06 18:43:12 -09:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-08-20 10:17:00 -08:00
{ file = "pathspec-0.11.2-py3-none-any.whl" , hash = "sha256:1d6ed233af05e679efb96b1851550ea95bbb64b7c490b0f5aa52996c11e92a20" } ,
{ file = "pathspec-0.11.2.tar.gz" , hash = "sha256:e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
2023-02-06 18:43:12 -09:00
name = "pillow"
2025-01-07 19:51:07 +11:00
version = "11.1.0"
2022-12-29 15:21:48 -08:00
description = "Python Imaging Library (Fork)"
optional = false
2024-10-15 11:03:06 -05:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2025-01-07 19:51:07 +11:00
{ file = "pillow-11.1.0-cp310-cp310-macosx_10_10_x86_64.whl" , hash = "sha256:e1abe69aca89514737465752b4bcaf8016de61b3be1397a8fc260ba33321b3a8" } ,
{ file = "pillow-11.1.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c640e5a06869c75994624551f45e5506e4256562ead981cce820d5ab39ae2192" } ,
{ file = "pillow-11.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a07dba04c5e22824816b2615ad7a7484432d7f540e6fa86af60d2de57b0fcee2" } ,
{ file = "pillow-11.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e267b0ed063341f3e60acd25c05200df4193e15a4a5807075cd71225a2386e26" } ,
{ file = "pillow-11.1.0-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:bd165131fd51697e22421d0e467997ad31621b74bfc0b75956608cb2906dda07" } ,
{ file = "pillow-11.1.0-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:abc56501c3fd148d60659aae0af6ddc149660469082859fa7b066a298bde9482" } ,
{ file = "pillow-11.1.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:54ce1c9a16a9561b6d6d8cb30089ab1e5eb66918cb47d457bd996ef34182922e" } ,
{ file = "pillow-11.1.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:73ddde795ee9b06257dac5ad42fcb07f3b9b813f8c1f7f870f402f4dc54b5269" } ,
{ file = "pillow-11.1.0-cp310-cp310-win32.whl" , hash = "sha256:3a5fe20a7b66e8135d7fd617b13272626a28278d0e578c98720d9ba4b2439d49" } ,
{ file = "pillow-11.1.0-cp310-cp310-win_amd64.whl" , hash = "sha256:b6123aa4a59d75f06e9dd3dac5bf8bc9aa383121bb3dd9a7a612e05eabc9961a" } ,
{ file = "pillow-11.1.0-cp310-cp310-win_arm64.whl" , hash = "sha256:a76da0a31da6fcae4210aa94fd779c65c75786bc9af06289cd1c184451ef7a65" } ,
{ file = "pillow-11.1.0-cp311-cp311-macosx_10_10_x86_64.whl" , hash = "sha256:e06695e0326d05b06833b40b7ef477e475d0b1ba3a6d27da1bb48c23209bf457" } ,
{ file = "pillow-11.1.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:96f82000e12f23e4f29346e42702b6ed9a2f2fea34a740dd5ffffcc8c539eb35" } ,
{ file = "pillow-11.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a3cd561ded2cf2bbae44d4605837221b987c216cff94f49dfeed63488bb228d2" } ,
{ file = "pillow-11.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f189805c8be5ca5add39e6f899e6ce2ed824e65fb45f3c28cb2841911da19070" } ,
{ file = "pillow-11.1.0-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:dd0052e9db3474df30433f83a71b9b23bd9e4ef1de13d92df21a52c0303b8ab6" } ,
{ file = "pillow-11.1.0-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:837060a8599b8f5d402e97197d4924f05a2e0d68756998345c829c33186217b1" } ,
{ file = "pillow-11.1.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:aa8dd43daa836b9a8128dbe7d923423e5ad86f50a7a14dc688194b7be5c0dea2" } ,
{ file = "pillow-11.1.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:0a2f91f8a8b367e7a57c6e91cd25af510168091fb89ec5146003e424e1558a96" } ,
{ file = "pillow-11.1.0-cp311-cp311-win32.whl" , hash = "sha256:c12fc111ef090845de2bb15009372175d76ac99969bdf31e2ce9b42e4b8cd88f" } ,
{ file = "pillow-11.1.0-cp311-cp311-win_amd64.whl" , hash = "sha256:fbd43429d0d7ed6533b25fc993861b8fd512c42d04514a0dd6337fb3ccf22761" } ,
{ file = "pillow-11.1.0-cp311-cp311-win_arm64.whl" , hash = "sha256:f7955ecf5609dee9442cbface754f2c6e541d9e6eda87fad7f7a989b0bdb9d71" } ,
{ file = "pillow-11.1.0-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:2062ffb1d36544d42fcaa277b069c88b01bb7298f4efa06731a7fd6cc290b81a" } ,
{ file = "pillow-11.1.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:a85b653980faad27e88b141348707ceeef8a1186f75ecc600c395dcac19f385b" } ,
{ file = "pillow-11.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9409c080586d1f683df3f184f20e36fb647f2e0bc3988094d4fd8c9f4eb1b3b3" } ,
{ file = "pillow-11.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7fdadc077553621911f27ce206ffcbec7d3f8d7b50e0da39f10997e8e2bb7f6a" } ,
{ file = "pillow-11.1.0-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:93a18841d09bcdd774dcdc308e4537e1f867b3dec059c131fde0327899734aa1" } ,
{ file = "pillow-11.1.0-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:9aa9aeddeed452b2f616ff5507459e7bab436916ccb10961c4a382cd3e03f47f" } ,
{ file = "pillow-11.1.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:3cdcdb0b896e981678eee140d882b70092dac83ac1cdf6b3a60e2216a73f2b91" } ,
{ file = "pillow-11.1.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:36ba10b9cb413e7c7dfa3e189aba252deee0602c86c309799da5a74009ac7a1c" } ,
{ file = "pillow-11.1.0-cp312-cp312-win32.whl" , hash = "sha256:cfd5cd998c2e36a862d0e27b2df63237e67273f2fc78f47445b14e73a810e7e6" } ,
{ file = "pillow-11.1.0-cp312-cp312-win_amd64.whl" , hash = "sha256:a697cd8ba0383bba3d2d3ada02b34ed268cb548b369943cd349007730c92bddf" } ,
{ file = "pillow-11.1.0-cp312-cp312-win_arm64.whl" , hash = "sha256:4dd43a78897793f60766563969442020e90eb7847463eca901e41ba186a7d4a5" } ,
{ file = "pillow-11.1.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:ae98e14432d458fc3de11a77ccb3ae65ddce70f730e7c76140653048c71bfcbc" } ,
{ file = "pillow-11.1.0-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:cc1331b6d5a6e144aeb5e626f4375f5b7ae9934ba620c0ac6b3e43d5e683a0f0" } ,
{ file = "pillow-11.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:758e9d4ef15d3560214cddbc97b8ef3ef86ce04d62ddac17ad39ba87e89bd3b1" } ,
{ file = "pillow-11.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b523466b1a31d0dcef7c5be1f20b942919b62fd6e9a9be199d035509cbefc0ec" } ,
{ file = "pillow-11.1.0-cp313-cp313-manylinux_2_28_aarch64.whl" , hash = "sha256:9044b5e4f7083f209c4e35aa5dd54b1dd5b112b108648f5c902ad586d4f945c5" } ,
{ file = "pillow-11.1.0-cp313-cp313-manylinux_2_28_x86_64.whl" , hash = "sha256:3764d53e09cdedd91bee65c2527815d315c6b90d7b8b79759cc48d7bf5d4f114" } ,
{ file = "pillow-11.1.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:31eba6bbdd27dde97b0174ddf0297d7a9c3a507a8a1480e1e60ef914fe23d352" } ,
{ file = "pillow-11.1.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:b5d658fbd9f0d6eea113aea286b21d3cd4d3fd978157cbf2447a6035916506d3" } ,
{ file = "pillow-11.1.0-cp313-cp313-win32.whl" , hash = "sha256:f86d3a7a9af5d826744fabf4afd15b9dfef44fe69a98541f666f66fbb8d3fef9" } ,
{ file = "pillow-11.1.0-cp313-cp313-win_amd64.whl" , hash = "sha256:593c5fd6be85da83656b93ffcccc2312d2d149d251e98588b14fbc288fd8909c" } ,
{ file = "pillow-11.1.0-cp313-cp313-win_arm64.whl" , hash = "sha256:11633d58b6ee5733bde153a8dafd25e505ea3d32e261accd388827ee987baf65" } ,
{ file = "pillow-11.1.0-cp313-cp313t-macosx_10_13_x86_64.whl" , hash = "sha256:70ca5ef3b3b1c4a0812b5c63c57c23b63e53bc38e758b37a951e5bc466449861" } ,
{ file = "pillow-11.1.0-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:8000376f139d4d38d6851eb149b321a52bb8893a88dae8ee7d95840431977081" } ,
{ file = "pillow-11.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9ee85f0696a17dd28fbcfceb59f9510aa71934b483d1f5601d1030c3c8304f3c" } ,
{ file = "pillow-11.1.0-cp313-cp313t-manylinux_2_28_x86_64.whl" , hash = "sha256:dd0e081319328928531df7a0e63621caf67652c8464303fd102141b785ef9547" } ,
{ file = "pillow-11.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:e63e4e5081de46517099dc30abe418122f54531a6ae2ebc8680bcd7096860eab" } ,
{ file = "pillow-11.1.0-cp313-cp313t-win32.whl" , hash = "sha256:dda60aa465b861324e65a78c9f5cf0f4bc713e4309f83bc387be158b077963d9" } ,
{ file = "pillow-11.1.0-cp313-cp313t-win_amd64.whl" , hash = "sha256:ad5db5781c774ab9a9b2c4302bbf0c1014960a0a7be63278d13ae6fdf88126fe" } ,
{ file = "pillow-11.1.0-cp313-cp313t-win_arm64.whl" , hash = "sha256:67cd427c68926108778a9005f2a04adbd5e67c442ed21d95389fe1d595458756" } ,
{ file = "pillow-11.1.0-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:bf902d7413c82a1bfa08b06a070876132a5ae6b2388e2712aab3a7cbc02205c6" } ,
{ file = "pillow-11.1.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:c1eec9d950b6fe688edee07138993e54ee4ae634c51443cfb7c1e7613322718e" } ,
{ file = "pillow-11.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8e275ee4cb11c262bd108ab2081f750db2a1c0b8c12c1897f27b160c8bd57bbc" } ,
{ file = "pillow-11.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4db853948ce4e718f2fc775b75c37ba2efb6aaea41a1a5fc57f0af59eee774b2" } ,
{ file = "pillow-11.1.0-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:ab8a209b8485d3db694fa97a896d96dd6533d63c22829043fd9de627060beade" } ,
{ file = "pillow-11.1.0-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:54251ef02a2309b5eec99d151ebf5c9904b77976c8abdcbce7891ed22df53884" } ,
{ file = "pillow-11.1.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:5bb94705aea800051a743aa4874bb1397d4695fb0583ba5e425ee0328757f196" } ,
{ file = "pillow-11.1.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:89dbdb3e6e9594d512780a5a1c42801879628b38e3efc7038094430844e271d8" } ,
{ file = "pillow-11.1.0-cp39-cp39-win32.whl" , hash = "sha256:e5449ca63da169a2e6068dd0e2fcc8d91f9558aba89ff6d02121ca8ab11e79e5" } ,
{ file = "pillow-11.1.0-cp39-cp39-win_amd64.whl" , hash = "sha256:3362c6ca227e65c54bf71a5f88b3d4565ff1bcbc63ae72c34b07bbb1cc59a43f" } ,
{ file = "pillow-11.1.0-cp39-cp39-win_arm64.whl" , hash = "sha256:b20be51b37a75cc54c2c55def3fa2c65bb94ba859dde241cd0a4fd302de5ae0a" } ,
{ file = "pillow-11.1.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:8c730dc3a83e5ac137fbc92dfcfe1511ce3b2b5d7578315b63dbbb76f7f51d90" } ,
{ file = "pillow-11.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:7d33d2fae0e8b170b6a6c57400e077412240f6f5bb2a342cf1ee512a787942bb" } ,
{ file = "pillow-11.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a8d65b38173085f24bc07f8b6c505cbb7418009fa1a1fcb111b1f4961814a442" } ,
{ file = "pillow-11.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:015c6e863faa4779251436db398ae75051469f7c903b043a48f078e437656f83" } ,
{ file = "pillow-11.1.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:d44ff19eea13ae4acdaaab0179fa68c0c6f2f45d66a4d8ec1eda7d6cecbcc15f" } ,
{ file = "pillow-11.1.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:d3d8da4a631471dfaf94c10c85f5277b1f8e42ac42bade1ac67da4b4a7359b73" } ,
{ file = "pillow-11.1.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:4637b88343166249fe8aa94e7c4a62a180c4b3898283bb5d3d2fd5fe10d8e4e0" } ,
{ file = "pillow-11.1.0.tar.gz" , hash = "sha256:368da70808b36d73b4b390a8ffac11069f8a5c85f29eff1f1b01bcf3ef5b2a20" } ,
2021-09-19 15:31:34 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . extras ]
2024-10-15 11:03:06 -05:00
docs = [ "furo" , "olefile" , "sphinx (>=8.1)" , "sphinx-copybutton" , "sphinx-inline-tabs" , "sphinxext-opengraph" ]
2024-01-10 15:18:28 -06:00
fpx = [ "olefile" ]
mic = [ "olefile" ]
2025-01-07 19:51:07 +11:00
tests = [ "check-manifest" , "coverage (>=7.4.2)" , "defusedxml" , "markdown2" , "olefile" , "packaging" , "pyroma" , "pytest" , "pytest-cov" , "pytest-timeout" , "trove-classifiers (>=2024.10.12)" ]
2025-03-18 09:52:30 -05:00
typing = [ "typing-extensions ; python_version < \"3.10\"" ]
2024-01-10 15:18:28 -06:00
xmp = [ "defusedxml" ]
2022-12-29 15:21:48 -08:00
2024-04-04 18:31:10 -05:00
[ [ package ] ]
name = "pillow-heif"
2025-03-19 13:27:44 +00:00
version = "0.22.0"
2024-04-04 18:31:10 -05:00
description = "Python interface for libheif library"
optional = false
2024-10-19 21:04:34 -05:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-04-04 18:31:10 -05:00
files = [
2025-03-19 13:27:44 +00:00
{ file = "pillow_heif-0.22.0-cp310-cp310-macosx_13_0_x86_64.whl" , hash = "sha256:bc78e4eb3198462ad6a79a73b7da0bc83a7d50a24e65429104e491cd3924ec08" } ,
{ file = "pillow_heif-0.22.0-cp310-cp310-macosx_14_0_arm64.whl" , hash = "sha256:e78b48e85c981d03a3307bcf258763d54a2ab3d2426f11b3e6345d63fda038cb" } ,
{ file = "pillow_heif-0.22.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d7b8b1535df032730d3a1b4050f235b539dddac784dfc58612b072dcab3f85c1" } ,
{ file = "pillow_heif-0.22.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d68d5eb3ea132613ed2fc6b20cf30359b886786b5b428554cd951a8aab4cd1e4" } ,
{ file = "pillow_heif-0.22.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:27400e7abc476df122d712b44cfe2eac5b2825cbe8761541bfc9a1c64ba2cb56" } ,
{ file = "pillow_heif-0.22.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:9b7d765b00e7b80245120e0d53259b61f54bba2957f116f5ee07fcc1769be93f" } ,
{ file = "pillow_heif-0.22.0-cp310-cp310-win_amd64.whl" , hash = "sha256:2345932d4efea71fce7990a8412c37f2e1dd19bf97909f42d96a452ad18a21db" } ,
{ file = "pillow_heif-0.22.0-cp311-cp311-macosx_13_0_x86_64.whl" , hash = "sha256:782eef461c836b3947fe253baaa5dcf6c75fba484c4905b4ac6b5b1a0bb04b7c" } ,
{ file = "pillow_heif-0.22.0-cp311-cp311-macosx_14_0_arm64.whl" , hash = "sha256:b3035b4b4304e7624f9559989618ccad8ac614144befd30361ff51941b8c1b44" } ,
{ file = "pillow_heif-0.22.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f73b7ce0d47e2dbd4f89de765a0c2d6e75f7dde95c5a5d87c4a6ad11bc9da4a3" } ,
{ file = "pillow_heif-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:550093ee350c8cd404dbba61f7449d4ecc018109ab65f6f89b96a6dc39dde177" } ,
{ file = "pillow_heif-0.22.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:646f2d05dd4a84ee1feb3a4aaa092269bf8f3f615c8f36d6e5d15b22a79d7cdd" } ,
{ file = "pillow_heif-0.22.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:8ccd70ff3c30e93f8153fa08b5533aee54a73574c980784f0b74f5fba7b61e19" } ,
{ file = "pillow_heif-0.22.0-cp311-cp311-win_amd64.whl" , hash = "sha256:bf30bcaab9d2c0dbc43bb58d385faa9d3d8a693392beb50287aa6cda7a2f769e" } ,
{ file = "pillow_heif-0.22.0-cp312-cp312-macosx_13_0_x86_64.whl" , hash = "sha256:8b6e195b4cb17bf71e374b167f14be434dde54bb68afee6fba5aa1b6f7644bee" } ,
{ file = "pillow_heif-0.22.0-cp312-cp312-macosx_14_0_arm64.whl" , hash = "sha256:6e31596116328d0a3bd5a3be9fbacea56e28d5950c824b12d2486e9989364bc0" } ,
{ file = "pillow_heif-0.22.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5af08d451689539a2f9c4c6088180548b6146475f34d41a1334bc4ee1eab7a0b" } ,
{ file = "pillow_heif-0.22.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e8a058d7243779f5b02736b16d5be8f4a13321cb9163dd06a3ea90052dd68cb8" } ,
{ file = "pillow_heif-0.22.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:ff9f295a89b616e2f1648286752f269d4e3055f54884a7a46c5c74ea4b23c20c" } ,
{ file = "pillow_heif-0.22.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:1f548d852405a84bdfbc76ec060e94c0b17c9a06da968c104fd6146d874d9f07" } ,
{ file = "pillow_heif-0.22.0-cp312-cp312-win_amd64.whl" , hash = "sha256:f0e980ac065690a61732dbdc3bac50de4064d09df24fca435178bd63df31a180" } ,
{ file = "pillow_heif-0.22.0-cp313-cp313-macosx_13_0_x86_64.whl" , hash = "sha256:31a2a4838b3eacec665befbd621a43201c2ece0e35d636e001c4039cca875ba8" } ,
{ file = "pillow_heif-0.22.0-cp313-cp313-macosx_14_0_arm64.whl" , hash = "sha256:c5b25c2c4f147ca57e51ecfdd833c9ae9cbf00c8da34b7892ec0c8f4b57785b9" } ,
{ file = "pillow_heif-0.22.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f8563f14d76e544f5d1e8915c34dc2b01863351b7f74efbbaf9671d599b4ea5b" } ,
{ file = "pillow_heif-0.22.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:24b7b5bdc5a3a953cdf1de8aa8ee83b0305ab6be3c7808b1ca67594df0d750e2" } ,
{ file = "pillow_heif-0.22.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:d9dcde90c30e61f1f0da30393bf1983fe8dad3b890f52406e617b7840c682948" } ,
{ file = "pillow_heif-0.22.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:29caf663afcf142ac7ffb903fda4e5a01991054a0fe4abd379fef3d42575ca67" } ,
{ file = "pillow_heif-0.22.0-cp313-cp313-win_amd64.whl" , hash = "sha256:bac5e9a4d85ffc724180eb0fa3aef304aa9b67faea6f86c33e4c2e6a447db098" } ,
{ file = "pillow_heif-0.22.0-cp39-cp39-macosx_13_0_x86_64.whl" , hash = "sha256:ee1a8d571636dffcc576d0d23a4017fe9c4635e585944fe72af6cfa7a5ed05ff" } ,
{ file = "pillow_heif-0.22.0-cp39-cp39-macosx_14_0_arm64.whl" , hash = "sha256:165b7e0d87e233f42be3de1237d7c026916c356de476d4aeaac1febafaab45c3" } ,
{ file = "pillow_heif-0.22.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c65291dc4f2f8404720b781580aba00eb3120acd26d829a58140b317d69093d3" } ,
{ file = "pillow_heif-0.22.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7903f947db209b39e63e83def9885c2cb8bd3ace9982c5950773470911a6651e" } ,
{ file = "pillow_heif-0.22.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:d96d73cb237ca55aeff09bd13eb7824f3f279ef8939583a3c57b9e765d5bc7a7" } ,
{ file = "pillow_heif-0.22.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:1a5c88b34b49731d79deaf4f4ac8726400de9ca44e5b50cae56775ee60c3b85b" } ,
{ file = "pillow_heif-0.22.0-cp39-cp39-win_amd64.whl" , hash = "sha256:6cb570abd9045f0141fe5053d8d0adf09e2d4c0bf51ae1736140d48a9cfec2d3" } ,
{ file = "pillow_heif-0.22.0-pp310-pypy310_pp73-macosx_13_0_x86_64.whl" , hash = "sha256:49f2258f08d85cab66408c48fa437accbe9b89f2387a4e847664645c8ce7e669" } ,
{ file = "pillow_heif-0.22.0-pp310-pypy310_pp73-macosx_14_0_arm64.whl" , hash = "sha256:a15ecf743d14bc772188bf8f25f15f81ddf9a441e8dbe53f6ee10582431ccb01" } ,
{ file = "pillow_heif-0.22.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e760f910ff90a97f9764be79e55a14c4ad0470322bb60b40789b3a0c38200dd3" } ,
{ file = "pillow_heif-0.22.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7b91c8a76bafdf776c4251475805ce777c2803e30386e997738a6b5c80efe437" } ,
{ file = "pillow_heif-0.22.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:a7c70fe0b5b6c232749ac7cbb608f0732a66804598a422cfcfbb1fb77e076f77" } ,
{ file = "pillow_heif-0.22.0-pp39-pypy39_pp73-macosx_13_0_x86_64.whl" , hash = "sha256:1b46976aa563e031dece0b9eb3611e02622e2a6cea0e3f4146e0dd95b304505d" } ,
{ file = "pillow_heif-0.22.0-pp39-pypy39_pp73-macosx_14_0_arm64.whl" , hash = "sha256:79010a7c4544d8e2ff2027087003a77e679d35399c6a1d73d6344d88acef0d2c" } ,
{ file = "pillow_heif-0.22.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:487543a9d00157132f1aa45eee8099b3359c8626a85ee420dd28abab0d29428b" } ,
{ file = "pillow_heif-0.22.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5c6f37f7f2ef0a12cfb8498c75ce964a57ca61258058c1bceb6dee4327b5b324" } ,
{ file = "pillow_heif-0.22.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:827640bbb58b227a60095911f909d9eead1f7aa31417a80aa86b87f15bfa758b" } ,
{ file = "pillow_heif-0.22.0.tar.gz" , hash = "sha256:61d473929340d3073722f6316b7fbbdb11132faa6bac0242328e8436cc55b39a" } ,
2024-04-04 18:31:10 -05:00
]
[ package . dependencies ]
2024-07-02 09:10:04 -05:00
pillow = ">=10.1.0"
2024-04-04 18:31:10 -05:00
[ package . extras ]
2025-03-19 13:27:44 +00:00
dev = [ "coverage" , "defusedxml" , "numpy" , "opencv-python (==4.11.0.86)" , "packaging" , "pre-commit" , "pylint" , "pympler" , "pytest" , "setuptools" ]
2024-04-04 18:31:10 -05:00
docs = [ "sphinx (>=4.4)" , "sphinx-issues (>=3.0.1)" , "sphinx-rtd-theme (>=1.0)" ]
tests = [ "defusedxml" , "numpy" , "packaging" , "pympler" , "pytest" ]
tests-min = [ "defusedxml" , "packaging" , "pytest" ]
2025-02-28 08:17:28 -06:00
[ [ package ] ]
name = "pint"
version = "0.24.4"
description = "Physical quantities module"
optional = false
python-versions = ">=3.9"
groups = [ "main" ]
files = [
{ file = "Pint-0.24.4-py3-none-any.whl" , hash = "sha256:aa54926c8772159fcf65f82cc0d34de6768c151b32ad1deb0331291c38fe7659" } ,
{ file = "pint-0.24.4.tar.gz" , hash = "sha256:35275439b574837a6cd3020a5a4a73645eb125ce4152a73a2f126bf164b91b80" } ,
]
[ package . dependencies ]
flexcache = ">=0.3"
flexparser = ">=0.4"
platformdirs = ">=2.1.0"
typing-extensions = ">=4.0.0"
[ package . extras ]
babel = [ "babel (<=2.8)" ]
bench = [ "pytest" , "pytest-codspeed" ]
dask = [ "dask" ]
mip = [ "mip (>=1.13)" ]
numpy = [ "numpy (>=1.23)" ]
pandas = [ "pint-pandas (>=0.3)" ]
test = [ "pytest" , "pytest-benchmark" , "pytest-cov" , "pytest-mpl" , "pytest-subtests" ]
testbase = [ "pytest" , "pytest-benchmark" , "pytest-cov" , "pytest-subtests" ]
uncertainties = [ "uncertainties (>=3.1.6)" ]
xarray = [ "xarray" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "platformdirs"
2024-12-04 22:31:26 -06:00
version = "4.3.6"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`."
2022-12-29 15:21:48 -08:00
optional = false
2024-12-04 22:31:26 -06:00
python-versions = ">=3.8"
2025-02-28 08:17:28 -06:00
groups = [ "main" , "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-12-04 22:31:26 -06:00
{ file = "platformdirs-4.3.6-py3-none-any.whl" , hash = "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb" } ,
{ file = "platformdirs-4.3.6.tar.gz" , hash = "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . extras ]
2024-12-04 22:31:26 -06:00
docs = [ "furo (>=2024.8.6)" , "proselint (>=0.14)" , "sphinx (>=8.0.2)" , "sphinx-autodoc-typehints (>=2.4)" ]
test = [ "appdirs (==1.4.4)" , "covdefaults (>=2.3)" , "pytest (>=8.3.2)" , "pytest-cov (>=5)" , "pytest-mock (>=3.14)" ]
type = [ "mypy (>=1.11.2)" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "pluggy"
2024-04-30 14:58:32 +00:00
version = "1.5.0"
2022-12-29 15:21:48 -08:00
description = "plugin and hook calling mechanisms for python"
optional = false
2024-02-17 11:34:00 -06:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-04-30 14:58:32 +00:00
{ file = "pluggy-1.5.0-py3-none-any.whl" , hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669" } ,
{ file = "pluggy-1.5.0.tar.gz" , hash = "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
testing = [ "pytest" , "pytest-benchmark" ]
[ [ package ] ]
name = "pre-commit"
2025-03-19 15:45:24 +00:00
version = "4.2.0"
2022-12-29 15:21:48 -08:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false
2024-01-10 12:40:43 -06:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2025-03-19 15:45:24 +00:00
{ file = "pre_commit-4.2.0-py2.py3-none-any.whl" , hash = "sha256:a009ca7205f1eb497d10b845e52c838a98b6cdd2102a6c8e4540e94ee75c58bd" } ,
{ file = "pre_commit-4.2.0.tar.gz" , hash = "sha256:601283b9757afd87d40c4c4a9b2b5de9637a8ea02eaff7adc2d0fb4e04841146" } ,
2022-03-15 15:01:56 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
cfgv = ">=2.0.0"
identify = ">=1.0.0"
nodeenv = ">=0.11.1"
pyyaml = ">=5.1"
2023-02-05 09:51:44 -09:00
virtualenv = ">=20.10.0"
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "psycopg2-binary"
2024-10-17 17:03:53 -05:00
version = "2.9.10"
2022-12-29 15:21:48 -08:00
description = "psycopg2 - Python-PostgreSQL Database Adapter"
2024-01-27 15:11:54 -06:00
optional = false
2024-10-17 17:03:53 -05:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "postgres" ]
2022-12-29 15:21:48 -08:00
files = [
2024-10-17 17:03:53 -05:00
{ file = "psycopg2-binary-2.9.10.tar.gz" , hash = "sha256:4b3df0e6990aa98acda57d983942eff13d824135fe2250e6522edaa782a06de2" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-macosx_12_0_x86_64.whl" , hash = "sha256:0ea8e3d0ae83564f2fc554955d327fa081d065c8ca5cc6d2abb643e2c9c1200f" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-macosx_14_0_arm64.whl" , hash = "sha256:3e9c76f0ac6f92ecfc79516a8034a544926430f7b080ec5a0537bca389ee0906" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2ad26b467a405c798aaa1458ba09d7e2b6e5f96b1ce0ac15d82fd9f95dc38a92" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:270934a475a0e4b6925b5f804e3809dd5f90f8613621d062848dd82f9cd62007" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:48b338f08d93e7be4ab2b5f1dbe69dc5e9ef07170fe1f86514422076d9c010d0" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7f4152f8f76d2023aac16285576a9ecd2b11a9895373a1f10fd9db54b3ff06b4" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:32581b3020c72d7a421009ee1c6bf4a131ef5f0a968fab2e2de0c9d2bb4577f1" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:2ce3e21dc3437b1d960521eca599d57408a695a0d3c26797ea0f72e834c7ffe5" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-musllinux_1_2_ppc64le.whl" , hash = "sha256:e984839e75e0b60cfe75e351db53d6db750b00de45644c5d1f7ee5d1f34a1ce5" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:3c4745a90b78e51d9ba06e2088a2fe0c693ae19cc8cb051ccda44e8df8a6eb53" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-win32.whl" , hash = "sha256:e5720a5d25e3b99cd0dc5c8a440570469ff82659bb09431c1439b92caf184d3b" } ,
{ file = "psycopg2_binary-2.9.10-cp310-cp310-win_amd64.whl" , hash = "sha256:3c18f74eb4386bf35e92ab2354a12c17e5eb4d9798e4c0ad3a00783eae7cd9f1" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-macosx_12_0_x86_64.whl" , hash = "sha256:04392983d0bb89a8717772a193cfaac58871321e3ec69514e1c4e0d4957b5aff" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-macosx_14_0_arm64.whl" , hash = "sha256:1a6784f0ce3fec4edc64e985865c17778514325074adf5ad8f80636cd029ef7c" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b5f86c56eeb91dc3135b3fd8a95dc7ae14c538a2f3ad77a19645cf55bab1799c" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2b3d2491d4d78b6b14f76881905c7a8a8abcf974aad4a8a0b065273a0ed7a2cb" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2286791ececda3a723d1910441c793be44625d86d1a4e79942751197f4d30341" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:512d29bb12608891e349af6a0cccedce51677725a921c07dba6342beaf576f9a" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:5a507320c58903967ef7384355a4da7ff3f28132d679aeb23572753cbf2ec10b" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:6d4fa1079cab9018f4d0bd2db307beaa612b0d13ba73b5c6304b9fe2fb441ff7" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-musllinux_1_2_ppc64le.whl" , hash = "sha256:851485a42dbb0bdc1edcdabdb8557c09c9655dfa2ca0460ff210522e073e319e" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:35958ec9e46432d9076286dda67942ed6d968b9c3a6a2fd62b48939d1d78bf68" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-win32.whl" , hash = "sha256:ecced182e935529727401b24d76634a357c71c9275b356efafd8a2a91ec07392" } ,
{ file = "psycopg2_binary-2.9.10-cp311-cp311-win_amd64.whl" , hash = "sha256:ee0e8c683a7ff25d23b55b11161c2663d4b099770f6085ff0a20d4505778d6b4" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-macosx_12_0_x86_64.whl" , hash = "sha256:880845dfe1f85d9d5f7c412efea7a08946a46894537e4e5d091732eb1d34d9a0" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-macosx_14_0_arm64.whl" , hash = "sha256:9440fa522a79356aaa482aa4ba500b65f28e5d0e63b801abf6aa152a29bd842a" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e3923c1d9870c49a2d44f795df0c889a22380d36ef92440ff618ec315757e539" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7b2c956c028ea5de47ff3a8d6b3cc3330ab45cf0b7c3da35a2d6ff8420896526" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f758ed67cab30b9a8d2833609513ce4d3bd027641673d4ebc9c067e4d208eec1" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8cd9b4f2cfab88ed4a9106192de509464b75a906462fb846b936eabe45c2063e" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:6dc08420625b5a20b53551c50deae6e231e6371194fa0651dbe0fb206452ae1f" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:d7cd730dfa7c36dbe8724426bf5612798734bff2d3c3857f36f2733f5bfc7c00" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-musllinux_1_2_ppc64le.whl" , hash = "sha256:155e69561d54d02b3c3209545fb08938e27889ff5a10c19de8d23eb5a41be8a5" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:c3cc28a6fd5a4a26224007712e79b81dbaee2ffb90ff406256158ec4d7b52b47" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-win32.whl" , hash = "sha256:ec8a77f521a17506a24a5f626cb2aee7850f9b69a0afe704586f63a464f3cd64" } ,
{ file = "psycopg2_binary-2.9.10-cp312-cp312-win_amd64.whl" , hash = "sha256:18c5ee682b9c6dd3696dad6e54cc7ff3a1a9020df6a5c0f861ef8bfd338c3ca0" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-macosx_12_0_x86_64.whl" , hash = "sha256:26540d4a9a4e2b096f1ff9cce51253d0504dca5a85872c7f7be23be5a53eb18d" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-macosx_14_0_arm64.whl" , hash = "sha256:e217ce4d37667df0bc1c397fdcd8de5e81018ef305aed9415c3b093faaeb10fb" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:245159e7ab20a71d989da00f280ca57da7641fa2cdcf71749c193cea540a74f7" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3c4ded1a24b20021ebe677b7b08ad10bf09aac197d6943bfe6fec70ac4e4690d" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3abb691ff9e57d4a93355f60d4f4c1dd2d68326c968e7db17ea96df3c023ef73" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8608c078134f0b3cbd9f89b34bd60a943b23fd33cc5f065e8d5f840061bd0673" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:230eeae2d71594103cd5b93fd29d1ace6420d0b86f4778739cb1a5a32f607d1f" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:bb89f0a835bcfc1d42ccd5f41f04870c1b936d8507c6df12b7737febc40f0909" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_ppc64le.whl" , hash = "sha256:f0c2d907a1e102526dd2986df638343388b94c33860ff3bbe1384130828714b1" } ,
{ file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:f8157bed2f51db683f31306aa497311b560f2265998122abe1dce6428bd86567" } ,
2025-01-05 21:21:44 +01:00
{ file = "psycopg2_binary-2.9.10-cp313-cp313-win_amd64.whl" , hash = "sha256:27422aa5f11fbcd9b18da48373eb67081243662f9b46e6fd07c3eb46e4535142" } ,
2024-10-17 17:03:53 -05:00
{ file = "psycopg2_binary-2.9.10-cp38-cp38-macosx_12_0_x86_64.whl" , hash = "sha256:eb09aa7f9cecb45027683bb55aebaaf45a0df8bf6de68801a6afdc7947bb09d4" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b73d6d7f0ccdad7bc43e6d34273f70d587ef62f824d7261c4ae9b8b1b6af90e8" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ce5ab4bf46a211a8e924d307c1b1fcda82368586a19d0a24f8ae166f5c784864" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:056470c3dc57904bbf63d6f534988bafc4e970ffd50f6271fc4ee7daad9498a5" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:73aa0e31fa4bb82578f3a6c74a73c273367727de397a7a0f07bd83cbea696baa" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:8de718c0e1c4b982a54b41779667242bc630b2197948405b7bd8ce16bcecac92" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-musllinux_1_2_i686.whl" , hash = "sha256:5c370b1e4975df846b0277b4deba86419ca77dbc25047f535b0bb03d1a544d44" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-musllinux_1_2_ppc64le.whl" , hash = "sha256:ffe8ed017e4ed70f68b7b371d84b7d4a790368db9203dfc2d222febd3a9c8863" } ,
{ file = "psycopg2_binary-2.9.10-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:8aecc5e80c63f7459a1a2ab2c64df952051df196294d9f739933a9f6687e86b3" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-macosx_12_0_x86_64.whl" , hash = "sha256:7a813c8bdbaaaab1f078014b9b0b13f5de757e2b5d9be6403639b298a04d218b" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d00924255d7fc916ef66e4bf22f354a940c67179ad3fd7067d7a0a9c84d2fbfc" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7559bce4b505762d737172556a4e6ea8a9998ecac1e39b5233465093e8cee697" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e8b58f0a96e7a1e341fc894f62c1177a7c83febebb5ff9123b579418fdc8a481" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6b269105e59ac96aba877c1707c600ae55711d9dcd3fc4b5012e4af68e30c648" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:79625966e176dc97ddabc142351e0409e28acf4660b88d1cf6adb876d20c490d" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:8aabf1c1a04584c168984ac678a668094d831f152859d06e055288fa515e4d30" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-musllinux_1_2_ppc64le.whl" , hash = "sha256:19721ac03892001ee8fdd11507e6a2e01f4e37014def96379411ca99d78aeb2c" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:7f5d859928e635fa3ce3477704acee0f667b3a3d3e4bb109f2b18d4005f38287" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-win32.whl" , hash = "sha256:3216ccf953b3f267691c90c6fe742e45d890d8272326b4a8b20850a03d05b7b8" } ,
{ file = "psycopg2_binary-2.9.10-cp39-cp39-win_amd64.whl" , hash = "sha256:30e34c4e97964805f715206c7b789d54a78b70f3ff19fbe590104b71c45600e5" } ,
2021-06-12 07:30:06 +08:00
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "pyasn1"
version = "0.4.8"
description = "ASN.1 types and codecs"
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2021-05-01 20:46:02 -08:00
{ file = "pyasn1-0.4.8-py2.py3-none-any.whl" , hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d" } ,
{ file = "pyasn1-0.4.8.tar.gz" , hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba" } ,
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "pyasn1-modules"
version = "0.2.8"
description = "A collection of ASN.1-based protocols modules."
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2021-11-23 20:41:07 -09:00
{ file = "pyasn1-modules-0.2.8.tar.gz" , hash = "sha256:905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e" } ,
{ file = "pyasn1_modules-0.2.8-py2.py3-none-any.whl" , hash = "sha256:a50b808ffeb97cb3601dd25981f6b016cbb3d31fbf57a8b8a87428e6158d0c74" } ,
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
pyasn1 = ">=0.4.6,<0.5.0"
2024-03-10 13:51:36 -05:00
[ [ package ] ]
name = "pycparser"
version = "2.21"
description = "C parser in Python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-03-10 13:51:36 -05:00
files = [
{ file = "pycparser-2.21-py2.py3-none-any.whl" , hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9" } ,
{ file = "pycparser-2.21.tar.gz" , hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206" } ,
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "pydantic"
2025-04-10 16:47:31 +02:00
version = "2.11.3"
2024-02-11 10:47:37 -06:00
description = "Data validation using Python type hints"
2022-12-29 15:21:48 -08:00
optional = false
2025-03-30 16:49:16 -05:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2025-04-10 16:47:31 +02:00
{ file = "pydantic-2.11.3-py3-none-any.whl" , hash = "sha256:a082753436a07f9ba1289c6ffa01cd93db3548776088aa917cc43b63f68fa60f" } ,
{ file = "pydantic-2.11.3.tar.gz" , hash = "sha256:7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2024-09-09 20:57:20 +10:00
annotated-types = ">=0.6.0"
2025-04-03 18:17:28 +00:00
pydantic-core = "2.33.1"
2024-11-29 23:34:53 -06:00
typing-extensions = ">=4.12.2"
2025-03-30 16:49:16 -05:00
typing-inspection = ">=0.4.0"
2022-12-29 15:21:48 -08:00
[ package . extras ]
2024-02-11 10:47:37 -06:00
email = [ "email-validator (>=2.0.0)" ]
2025-03-18 09:52:30 -05:00
timezone = [ "tzdata ; python_version >= \"3.9\" and platform_system == \"Windows\"" ]
2024-02-11 10:47:37 -06:00
[ [ package ] ]
name = "pydantic-core"
2025-04-03 18:17:28 +00:00
version = "2.33.1"
2024-04-11 15:24:24 -05:00
description = "Core functionality for Pydantic validation and serialization"
2024-02-11 10:47:37 -06:00
optional = false
2025-03-30 16:49:16 -05:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2024-02-11 10:47:37 -06:00
files = [
2025-04-03 18:17:28 +00:00
{ file = "pydantic_core-2.33.1-cp310-cp310-macosx_10_12_x86_64.whl" , hash = "sha256:3077cfdb6125cc8dab61b155fdd714663e401f0e6883f9632118ec12cf42df26" } ,
{ file = "pydantic_core-2.33.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:8ffab8b2908d152e74862d276cf5017c81a2f3719f14e8e3e8d6b83fda863927" } ,
{ file = "pydantic_core-2.33.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5183e4f6a2d468787243ebcd70cf4098c247e60d73fb7d68d5bc1e1beaa0c4db" } ,
{ file = "pydantic_core-2.33.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:398a38d323f37714023be1e0285765f0a27243a8b1506b7b7de87b647b517e48" } ,
{ file = "pydantic_core-2.33.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:87d3776f0001b43acebfa86f8c64019c043b55cc5a6a2e313d728b5c95b46969" } ,
{ file = "pydantic_core-2.33.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c566dd9c5f63d22226409553531f89de0cac55397f2ab8d97d6f06cfce6d947e" } ,
{ file = "pydantic_core-2.33.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a0d5f3acc81452c56895e90643a625302bd6be351e7010664151cc55b7b97f89" } ,
{ file = "pydantic_core-2.33.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:d3a07fadec2a13274a8d861d3d37c61e97a816beae717efccaa4b36dfcaadcde" } ,
{ file = "pydantic_core-2.33.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:f99aeda58dce827f76963ee87a0ebe75e648c72ff9ba1174a253f6744f518f65" } ,
{ file = "pydantic_core-2.33.1-cp310-cp310-musllinux_1_1_armv7l.whl" , hash = "sha256:902dbc832141aa0ec374f4310f1e4e7febeebc3256f00dc359a9ac3f264a45dc" } ,
{ file = "pydantic_core-2.33.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:fe44d56aa0b00d66640aa84a3cbe80b7a3ccdc6f0b1ca71090696a6d4777c091" } ,
{ file = "pydantic_core-2.33.1-cp310-cp310-win32.whl" , hash = "sha256:ed3eb16d51257c763539bde21e011092f127a2202692afaeaccb50db55a31383" } ,
{ file = "pydantic_core-2.33.1-cp310-cp310-win_amd64.whl" , hash = "sha256:694ad99a7f6718c1a498dc170ca430687a39894a60327f548e02a9c7ee4b6504" } ,
{ file = "pydantic_core-2.33.1-cp311-cp311-macosx_10_12_x86_64.whl" , hash = "sha256:6e966fc3caaf9f1d96b349b0341c70c8d6573bf1bac7261f7b0ba88f96c56c24" } ,
{ file = "pydantic_core-2.33.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:bfd0adeee563d59c598ceabddf2c92eec77abcb3f4a391b19aa7366170bd9e30" } ,
{ file = "pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:91815221101ad3c6b507804178a7bb5cb7b2ead9ecd600041669c8d805ebd595" } ,
{ file = "pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:9fea9c1869bb4742d174a57b4700c6dadea951df8b06de40c2fedb4f02931c2e" } ,
{ file = "pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1d20eb4861329bb2484c021b9d9a977566ab16d84000a57e28061151c62b349a" } ,
{ file = "pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0fb935c5591573ae3201640579f30128ccc10739b45663f93c06796854405505" } ,
{ file = "pydantic_core-2.33.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c964fd24e6166420d18fb53996d8c9fd6eac9bf5ae3ec3d03015be4414ce497f" } ,
{ file = "pydantic_core-2.33.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:681d65e9011f7392db5aa002b7423cc442d6a673c635668c227c6c8d0e5a4f77" } ,
{ file = "pydantic_core-2.33.1-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:e100c52f7355a48413e2999bfb4e139d2977a904495441b374f3d4fb4a170961" } ,
{ file = "pydantic_core-2.33.1-cp311-cp311-musllinux_1_1_armv7l.whl" , hash = "sha256:048831bd363490be79acdd3232f74a0e9951b11b2b4cc058aeb72b22fdc3abe1" } ,
{ file = "pydantic_core-2.33.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:bdc84017d28459c00db6f918a7272a5190bec3090058334e43a76afb279eac7c" } ,
{ file = "pydantic_core-2.33.1-cp311-cp311-win32.whl" , hash = "sha256:32cd11c5914d1179df70406427097c7dcde19fddf1418c787540f4b730289896" } ,
{ file = "pydantic_core-2.33.1-cp311-cp311-win_amd64.whl" , hash = "sha256:2ea62419ba8c397e7da28a9170a16219d310d2cf4970dbc65c32faf20d828c83" } ,
{ file = "pydantic_core-2.33.1-cp311-cp311-win_arm64.whl" , hash = "sha256:fc903512177361e868bc1f5b80ac8c8a6e05fcdd574a5fb5ffeac5a9982b9e89" } ,
{ file = "pydantic_core-2.33.1-cp312-cp312-macosx_10_12_x86_64.whl" , hash = "sha256:1293d7febb995e9d3ec3ea09caf1a26214eec45b0f29f6074abb004723fc1de8" } ,
{ file = "pydantic_core-2.33.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:99b56acd433386c8f20be5c4000786d1e7ca0523c8eefc995d14d79c7a081498" } ,
{ file = "pydantic_core-2.33.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:35a5ec3fa8c2fe6c53e1b2ccc2454398f95d5393ab398478f53e1afbbeb4d939" } ,
{ file = "pydantic_core-2.33.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:b172f7b9d2f3abc0efd12e3386f7e48b576ef309544ac3a63e5e9cdd2e24585d" } ,
{ file = "pydantic_core-2.33.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9097b9f17f91eea659b9ec58148c0747ec354a42f7389b9d50701610d86f812e" } ,
{ file = "pydantic_core-2.33.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cc77ec5b7e2118b152b0d886c7514a4653bcb58c6b1d760134a9fab915f777b3" } ,
{ file = "pydantic_core-2.33.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d5e3d15245b08fa4a84cefc6c9222e6f37c98111c8679fbd94aa145f9a0ae23d" } ,
{ file = "pydantic_core-2.33.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:ef99779001d7ac2e2461d8ab55d3373fe7315caefdbecd8ced75304ae5a6fc6b" } ,
{ file = "pydantic_core-2.33.1-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:fc6bf8869e193855e8d91d91f6bf59699a5cdfaa47a404e278e776dd7f168b39" } ,
{ file = "pydantic_core-2.33.1-cp312-cp312-musllinux_1_1_armv7l.whl" , hash = "sha256:b1caa0bc2741b043db7823843e1bde8aaa58a55a58fda06083b0569f8b45693a" } ,
{ file = "pydantic_core-2.33.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:ec259f62538e8bf364903a7d0d0239447059f9434b284f5536e8402b7dd198db" } ,
{ file = "pydantic_core-2.33.1-cp312-cp312-win32.whl" , hash = "sha256:e14f369c98a7c15772b9da98987f58e2b509a93235582838bd0d1d8c08b68fda" } ,
{ file = "pydantic_core-2.33.1-cp312-cp312-win_amd64.whl" , hash = "sha256:1c607801d85e2e123357b3893f82c97a42856192997b95b4d8325deb1cd0c5f4" } ,
{ file = "pydantic_core-2.33.1-cp312-cp312-win_arm64.whl" , hash = "sha256:8d13f0276806ee722e70a1c93da19748594f19ac4299c7e41237fc791d1861ea" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313-macosx_10_12_x86_64.whl" , hash = "sha256:70af6a21237b53d1fe7b9325b20e65cbf2f0a848cf77bed492b029139701e66a" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:282b3fe1bbbe5ae35224a0dbd05aed9ccabccd241e8e6b60370484234b456266" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4b315e596282bbb5822d0c7ee9d255595bd7506d1cb20c2911a4da0b970187d3" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:1dfae24cf9921875ca0ca6a8ecb4bb2f13c855794ed0d468d6abbec6e6dcd44a" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:6dd8ecfde08d8bfadaea669e83c63939af76f4cf5538a72597016edfa3fad516" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2f593494876eae852dc98c43c6f260f45abdbfeec9e4324e31a481d948214764" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:948b73114f47fd7016088e5186d13faf5e1b2fe83f5e320e371f035557fd264d" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:e11f3864eb516af21b01e25fac915a82e9ddad3bb0fb9e95a246067398b435a4" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313-musllinux_1_1_aarch64.whl" , hash = "sha256:549150be302428b56fdad0c23c2741dcdb5572413776826c965619a25d9c6bde" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313-musllinux_1_1_armv7l.whl" , hash = "sha256:495bc156026efafd9ef2d82372bd38afce78ddd82bf28ef5276c469e57c0c83e" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313-musllinux_1_1_x86_64.whl" , hash = "sha256:ec79de2a8680b1a67a07490bddf9636d5c2fab609ba8c57597e855fa5fa4dacd" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313-win32.whl" , hash = "sha256:ee12a7be1742f81b8a65b36c6921022301d466b82d80315d215c4c691724986f" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313-win_amd64.whl" , hash = "sha256:ede9b407e39949d2afc46385ce6bd6e11588660c26f80576c11c958e6647bc40" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313-win_arm64.whl" , hash = "sha256:aa687a23d4b7871a00e03ca96a09cad0f28f443690d300500603bd0adba4b523" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:401d7b76e1000d0dd5538e6381d28febdcacb097c8d340dde7d7fc6e13e9f95d" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7aeb055a42d734c0255c9e489ac67e75397d59c6fbe60d155851e9782f276a9c" } ,
{ file = "pydantic_core-2.33.1-cp313-cp313t-win_amd64.whl" , hash = "sha256:338ea9b73e6e109f15ab439e62cb3b78aa752c7fd9536794112e14bee02c8d18" } ,
{ file = "pydantic_core-2.33.1-cp39-cp39-macosx_10_12_x86_64.whl" , hash = "sha256:5ab77f45d33d264de66e1884fca158bc920cb5e27fd0764a72f72f5756ae8bdb" } ,
{ file = "pydantic_core-2.33.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e7aaba1b4b03aaea7bb59e1b5856d734be011d3e6d98f5bcaa98cb30f375f2ad" } ,
{ file = "pydantic_core-2.33.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7fb66263e9ba8fea2aa85e1e5578980d127fb37d7f2e292773e7bc3a38fb0c7b" } ,
{ file = "pydantic_core-2.33.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:3f2648b9262607a7fb41d782cc263b48032ff7a03a835581abbf7a3bec62bcf5" } ,
{ file = "pydantic_core-2.33.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:723c5630c4259400818b4ad096735a829074601805d07f8cafc366d95786d331" } ,
{ file = "pydantic_core-2.33.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:d100e3ae783d2167782391e0c1c7a20a31f55f8015f3293647544df3f9c67824" } ,
{ file = "pydantic_core-2.33.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:177d50460bc976a0369920b6c744d927b0ecb8606fb56858ff542560251b19e5" } ,
{ file = "pydantic_core-2.33.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:a3edde68d1a1f9af1273b2fe798997b33f90308fb6d44d8550c89fc6a3647cf6" } ,
{ file = "pydantic_core-2.33.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:a62c3c3ef6a7e2c45f7853b10b5bc4ddefd6ee3cd31024754a1a5842da7d598d" } ,
{ file = "pydantic_core-2.33.1-cp39-cp39-musllinux_1_1_armv7l.whl" , hash = "sha256:c91dbb0ab683fa0cd64a6e81907c8ff41d6497c346890e26b23de7ee55353f96" } ,
{ file = "pydantic_core-2.33.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:9f466e8bf0a62dc43e068c12166281c2eca72121dd2adc1040f3aa1e21ef8599" } ,
{ file = "pydantic_core-2.33.1-cp39-cp39-win32.whl" , hash = "sha256:ab0277cedb698749caada82e5d099dc9fed3f906a30d4c382d1a21725777a1e5" } ,
{ file = "pydantic_core-2.33.1-cp39-cp39-win_amd64.whl" , hash = "sha256:5773da0ee2d17136b1f1c6fbde543398d452a6ad2a7b54ea1033e2daa739b8d2" } ,
{ file = "pydantic_core-2.33.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:5c834f54f8f4640fd7e4b193f80eb25a0602bba9e19b3cd2fc7ffe8199f5ae02" } ,
{ file = "pydantic_core-2.33.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:049e0de24cf23766f12cc5cc71d8abc07d4a9deb9061b334b62093dedc7cb068" } ,
{ file = "pydantic_core-2.33.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1a28239037b3d6f16916a4c831a5a0eadf856bdd6d2e92c10a0da3a59eadcf3e" } ,
{ file = "pydantic_core-2.33.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9d3da303ab5f378a268fa7d45f37d7d85c3ec19769f28d2cc0c61826a8de21fe" } ,
{ file = "pydantic_core-2.33.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:25626fb37b3c543818c14821afe0fd3830bc327a43953bc88db924b68c5723f1" } ,
{ file = "pydantic_core-2.33.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl" , hash = "sha256:3ab2d36e20fbfcce8f02d73c33a8a7362980cff717926bbae030b93ae46b56c7" } ,
{ file = "pydantic_core-2.33.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl" , hash = "sha256:2f9284e11c751b003fd4215ad92d325d92c9cb19ee6729ebd87e3250072cdcde" } ,
{ file = "pydantic_core-2.33.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl" , hash = "sha256:048c01eee07d37cbd066fc512b9d8b5ea88ceeb4e629ab94b3e56965ad655add" } ,
{ file = "pydantic_core-2.33.1-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:5ccd429694cf26af7997595d627dd2637e7932214486f55b8a357edaac9dae8c" } ,
{ file = "pydantic_core-2.33.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:3a371dc00282c4b84246509a5ddc808e61b9864aa1eae9ecc92bb1268b82db4a" } ,
{ file = "pydantic_core-2.33.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl" , hash = "sha256:f59295ecc75a1788af8ba92f2e8c6eeaa5a94c22fc4d151e8d9638814f85c8fc" } ,
{ file = "pydantic_core-2.33.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:08530b8ac922003033f399128505f513e30ca770527cc8bbacf75a84fcc2c74b" } ,
{ file = "pydantic_core-2.33.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bae370459da6a5466978c0eacf90690cb57ec9d533f8e63e564ef3822bfa04fe" } ,
{ file = "pydantic_core-2.33.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:e3de2777e3b9f4d603112f78006f4ae0acb936e95f06da6cb1a45fbad6bdb4b5" } ,
{ file = "pydantic_core-2.33.1-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl" , hash = "sha256:3a64e81e8cba118e108d7126362ea30e021291b7805d47e4896e52c791be2761" } ,
{ file = "pydantic_core-2.33.1-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl" , hash = "sha256:52928d8c1b6bda03cc6d811e8923dffc87a2d3c8b3bfd2ce16471c7147a24850" } ,
{ file = "pydantic_core-2.33.1-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl" , hash = "sha256:1b30d92c9412beb5ac6b10a3eb7ef92ccb14e3f2a8d7732e2d739f58b3aa7544" } ,
{ file = "pydantic_core-2.33.1-pp311-pypy311_pp73-win_amd64.whl" , hash = "sha256:f995719707e0e29f0f41a8aa3bcea6e761a36c9136104d3189eafb83f5cec5e5" } ,
{ file = "pydantic_core-2.33.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:7edbc454a29fc6aeae1e1eecba4f07b63b8d76e76a748532233c4c167b4cb9ea" } ,
{ file = "pydantic_core-2.33.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:ad05b683963f69a1d5d2c2bdab1274a31221ca737dbbceaa32bcb67359453cdd" } ,
{ file = "pydantic_core-2.33.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:df6a94bf9452c6da9b5d76ed229a5683d0306ccb91cca8e1eea883189780d568" } ,
{ file = "pydantic_core-2.33.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7965c13b3967909a09ecc91f21d09cfc4576bf78140b988904e94f130f188396" } ,
{ file = "pydantic_core-2.33.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:3f1fdb790440a34f6ecf7679e1863b825cb5ffde858a9197f851168ed08371e5" } ,
{ file = "pydantic_core-2.33.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl" , hash = "sha256:5277aec8d879f8d05168fdd17ae811dd313b8ff894aeeaf7cd34ad28b4d77e33" } ,
{ file = "pydantic_core-2.33.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl" , hash = "sha256:8ab581d3530611897d863d1a649fb0644b860286b4718db919bfd51ece41f10b" } ,
{ file = "pydantic_core-2.33.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl" , hash = "sha256:0483847fa9ad5e3412265c1bd72aad35235512d9ce9d27d81a56d935ef489672" } ,
{ file = "pydantic_core-2.33.1-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:de9e06abe3cc5ec6a2d5f75bc99b0bdca4f5c719a5b34026f8c57efbdecd2ee3" } ,
{ file = "pydantic_core-2.33.1.tar.gz" , hash = "sha256:bcc9c6fdb0ced789245b02b7d6603e17d1563064ddcfc36f046b61c0c05dd9df" } ,
2024-02-11 10:47:37 -06:00
]
[ package . dependencies ]
typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0"
[ [ package ] ]
name = "pydantic-settings"
2025-02-27 17:23:50 +01:00
version = "2.8.1"
2024-02-11 10:47:37 -06:00
description = "Settings management using Pydantic"
optional = false
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-02-11 10:47:37 -06:00
files = [
2025-02-27 17:23:50 +01:00
{ file = "pydantic_settings-2.8.1-py3-none-any.whl" , hash = "sha256:81942d5ac3d905f7f3ee1a70df5dfb62d5569c12f51a5a647defc1c3d9ee2e9c" } ,
{ file = "pydantic_settings-2.8.1.tar.gz" , hash = "sha256:d5c663dfbe9db9d5e1c646b2e161da12f0d734d422ee56f567d0ea2cee4e8585" } ,
2024-02-11 10:47:37 -06:00
]
[ package . dependencies ]
2024-06-04 18:58:27 +00:00
pydantic = ">=2.7.0"
2024-02-11 10:47:37 -06:00
python-dotenv = ">=0.21.0"
2022-12-29 15:21:48 -08:00
2024-02-17 11:11:10 -06:00
[ package . extras ]
2024-07-30 17:14:12 +00:00
azure-key-vault = [ "azure-identity (>=1.16.0)" , "azure-keyvault-secrets (>=4.8.0)" ]
2024-02-19 15:37:07 -06:00
toml = [ "tomli (>=2.0.1)" ]
2024-02-17 11:11:10 -06:00
yaml = [ "pyyaml (>=6.0.1)" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
2024-08-22 10:14:32 -05:00
name = "pydantic-to-typescript2"
2024-09-12 21:59:37 +10:00
version = "1.0.6"
2024-08-22 10:14:32 -05:00
description = "Convert pydantic v1 and pydantic v2 models to typescript interfaces"
2022-12-29 15:21:48 -08:00
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-09-12 21:59:37 +10:00
{ file = "pydantic-to-typescript2-1.0.6.tar.gz" , hash = "sha256:19cc0fb03802abcb508b02fbc334f1667ff50e0853a782b58df9dd0409290163" } ,
{ file = "pydantic_to_typescript2-1.0.6-py3-none-any.whl" , hash = "sha256:89bbdd4b84b72d9f8ada33fd4d7d6605457be302dd6d4c6d48faa9310841bb69" } ,
2021-08-01 19:24:47 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
pydantic = "*"
2023-02-06 18:43:12 -09:00
[ package . extras ]
dev = [ "coverage" , "pytest" , "pytest-cov" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "pygments"
2024-01-10 01:17:45 +00:00
version = "2.17.2"
2022-12-29 15:21:48 -08:00
description = "Pygments is a syntax highlighting package written in Python."
optional = false
2024-01-10 01:17:45 +00:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-01-10 01:17:45 +00:00
{ file = "pygments-2.17.2-py3-none-any.whl" , hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c" } ,
{ file = "pygments-2.17.2.tar.gz" , hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
2023-01-06 21:47:29 -09:00
[ package . extras ]
2025-03-18 09:52:30 -05:00
plugins = [ "importlib-metadata ; python_version < \"3.8\"" ]
2024-01-10 01:17:45 +00:00
windows-terminal = [ "colorama (>=0.4.6)" ]
2023-01-06 21:47:29 -09:00
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "pyhumps"
2023-02-06 18:43:12 -09:00
version = "3.8.0"
2022-12-29 15:21:48 -08:00
description = "🐫 Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python. Inspired by Humps for Node"
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "pyhumps-3.8.0-py3-none-any.whl" , hash = "sha256:060e1954d9069f428232a1adda165db0b9d8dfdce1d265d36df7fbff540acfd6" } ,
{ file = "pyhumps-3.8.0.tar.gz" , hash = "sha256:498026258f7ee1a8e447c2e28526c0bea9407f9a59c03260aee4bd6c04d681a3" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
2024-04-29 04:49:13 -05:00
[ [ package ] ]
name = "pyjwt"
2024-11-28 01:37:21 -06:00
version = "2.10.1"
2024-04-29 04:49:13 -05:00
description = "JSON Web Token implementation in Python"
optional = false
2024-11-18 14:23:58 -06:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-04-29 04:49:13 -05:00
files = [
2024-11-28 01:37:21 -06:00
{ file = "PyJWT-2.10.1-py3-none-any.whl" , hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb" } ,
{ file = "pyjwt-2.10.1.tar.gz" , hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953" } ,
2024-04-29 04:49:13 -05:00
]
[ package . extras ]
crypto = [ "cryptography (>=3.4.0)" ]
2024-08-02 11:25:35 -05:00
dev = [ "coverage[toml] (==5.0.4)" , "cryptography (>=3.4.0)" , "pre-commit" , "pytest (>=6.0.0,<7.0.0)" , "sphinx" , "sphinx-rtd-theme" , "zope.interface" ]
docs = [ "sphinx" , "sphinx-rtd-theme" , "zope.interface" ]
2024-04-29 04:49:13 -05:00
tests = [ "coverage[toml] (==5.0.4)" , "pytest (>=6.0.0,<7.0.0)" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "pylint"
2025-03-30 13:52:20 -05:00
version = "3.3.6"
2022-12-29 15:21:48 -08:00
description = "python code static checker"
optional = false
2024-09-20 09:23:22 -05:00
python-versions = ">=3.9.0"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2025-03-30 13:52:20 -05:00
{ file = "pylint-3.3.6-py3-none-any.whl" , hash = "sha256:8b7c2d3e86ae3f94fb27703d521dd0b9b6b378775991f504d7c3a6275aa0a6a6" } ,
{ file = "pylint-3.3.6.tar.gz" , hash = "sha256:b634a041aac33706d56a0d217e6587228c66427e20ec21a019bc4cdee48c040a" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2025-03-30 13:52:20 -05:00
astroid = ">=3.3.8,<=3.4.0.dev0"
2022-12-29 15:21:48 -08:00
colorama = { version = ">=0.4.5" , markers = "sys_platform == \"win32\"" }
2024-12-04 22:31:26 -06:00
dill = { version = ">=0.3.7" , markers = "python_version >= \"3.12\"" }
2025-03-30 13:52:20 -05:00
isort = ">=4.2.5,<5.13 || >5.13,<7"
2022-12-29 15:21:48 -08:00
mccabe = ">=0.6,<0.8"
2025-03-30 13:52:20 -05:00
platformdirs = ">=2.2"
2022-12-29 15:21:48 -08:00
tomlkit = ">=0.10.1"
[ package . extras ]
spelling = [ "pyenchant (>=3.2,<4.0)" ]
testutils = [ "gitpython (>3)" ]
[ [ package ] ]
name = "pymdown-extensions"
2024-01-10 01:17:45 +00:00
version = "10.4"
2022-12-29 15:21:48 -08:00
description = "Extension pack for Python Markdown."
optional = false
2024-01-10 01:17:45 +00:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-01-10 01:17:45 +00:00
{ file = "pymdown_extensions-10.4-py3-none-any.whl" , hash = "sha256:cfc28d6a09d19448bcbf8eee3ce098c7d17ff99f7bd3069db4819af181212037" } ,
{ file = "pymdown_extensions-10.4.tar.gz" , hash = "sha256:bc46f11749ecd4d6b71cf62396104b4a200bad3498cb0f5dad1b8502fe461a35" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
markdown = ">=3.2"
2024-01-10 01:17:45 +00:00
pyyaml = "*"
[ package . extras ]
extra = [ "pygments (>=2.12)" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "pyparsing"
version = "3.0.9"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
optional = false
python-versions = ">=3.6.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2022-05-22 11:52:57 -08:00
{ file = "pyparsing-3.0.9-py3-none-any.whl" , hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc" } ,
{ file = "pyparsing-3.0.9.tar.gz" , hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . extras ]
diagrams = [ "jinja2" , "railroad-diagrams" ]
[ [ package ] ]
name = "pyrdfa3"
2025-02-07 16:42:43 -06:00
version = "3.6.4"
2024-09-15 11:48:50 +10:00
description = "pyRdfa distiller/parser library"
2022-12-29 15:21:48 -08:00
optional = false
2025-02-07 16:42:43 -06:00
python-versions = ">=3.8"
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2025-02-07 16:42:43 -06:00
{ file = "pyRdfa3-3.6.4-py3-none-any.whl" , hash = "sha256:ed11affa5567ab7afdbc939a58f9286a274447f3ab2999c260c56b5c6e87fb2f" } ,
{ file = "pyrdfa3-3.6.4.tar.gz" , hash = "sha256:64712d1a4bf21829652b39715bada6e7c03bcf19cb49f962c190a38f46172243" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2024-09-15 11:48:50 +10:00
html5lib = ">=1.1"
2025-02-07 16:42:43 -06:00
rdflib = ">=7.0.0"
requests = ">=2.32.3"
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "pytest"
2025-03-02 14:23:02 -06:00
version = "8.3.5"
2022-12-29 15:21:48 -08:00
description = "pytest: simple powerful testing with Python"
optional = false
2024-02-17 11:34:00 -06:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2025-03-02 14:23:02 -06:00
{ file = "pytest-8.3.5-py3-none-any.whl" , hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820" } ,
{ file = "pytest-8.3.5.tar.gz" , hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845" } ,
2021-06-10 18:31:14 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
iniconfig = "*"
packaging = "*"
2024-07-20 22:39:57 -05:00
pluggy = ">=1.5,<2"
2022-12-29 15:21:48 -08:00
[ package . extras ]
2024-04-30 14:58:32 +00:00
dev = [ "argcomplete" , "attrs (>=19.2)" , "hypothesis (>=3.56)" , "mock" , "pygments (>=2.7.2)" , "requests" , "setuptools" , "xmlschema" ]
2022-12-29 15:21:48 -08:00
2023-01-28 16:06:27 -09:00
[ [ package ] ]
name = "pytest-asyncio"
2025-03-30 19:56:14 +00:00
version = "0.26.0"
2023-01-28 16:06:27 -09:00
description = "Pytest support for asyncio"
optional = false
2024-12-13 09:21:38 -06:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2023-01-28 16:06:27 -09:00
files = [
2025-03-30 19:56:14 +00:00
{ file = "pytest_asyncio-0.26.0-py3-none-any.whl" , hash = "sha256:7b51ed894f4fbea1340262bdae5135797ebbe21d8638978e35d31c6d19f72fb0" } ,
{ file = "pytest_asyncio-0.26.0.tar.gz" , hash = "sha256:c4df2a697648241ff39e7f0e4a73050b03f123f760673956cf0d72a4990e312f" } ,
2023-01-28 16:06:27 -09:00
]
[ package . dependencies ]
2024-08-23 14:15:09 +00:00
pytest = ">=8.2,<9"
2023-01-28 16:06:27 -09:00
[ package . extras ]
2024-12-13 09:21:38 -06:00
docs = [ "sphinx (>=5.3)" , "sphinx-rtd-theme (>=1)" ]
2024-01-10 12:29:39 -06:00
testing = [ "coverage (>=6.2)" , "hypothesis (>=5.7.1)" ]
2023-01-28 16:06:27 -09:00
2025-02-28 08:17:28 -06:00
[ [ package ] ]
name = "python-crfsuite"
version = "0.9.11"
description = "Python binding for CRFsuite"
optional = false
python-versions = ">=3.8"
groups = [ "main" ]
files = [
{ file = "python_crfsuite-0.9.11-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:2f5ed569517e7b1fa3d32cf5d5cbe2fb6c85486195bf5cad03d52072fef7aa8a" } ,
{ file = "python_crfsuite-0.9.11-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:aed10ee4334c99173940e88318d312a4f9e70ba653b8ac0e6f3ef816431af811" } ,
{ file = "python_crfsuite-0.9.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4fd8cc52f853436bbed580ad6c17e37c3657466fdfa28ddc55efcbba28b92cdf" } ,
{ file = "python_crfsuite-0.9.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:182fad0415697d5acbe18364333f8255016c8609d570cba78c20d8d71a392f90" } ,
{ file = "python_crfsuite-0.9.11-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:05cd988aaa7ac87a54d4bd1d756455f6e3b078f07b4fcbda3bccfd91a784dd20" } ,
{ file = "python_crfsuite-0.9.11-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:2dead957809b92b7f0fc4c03fc70af9cbcaf35518ff1fd3a3fe2862dd0bb52fa" } ,
{ file = "python_crfsuite-0.9.11-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:66f24e5281b8a10091c3a9eef5a85115aea9570bcb9e0c03c738b0eab7070cb5" } ,
{ file = "python_crfsuite-0.9.11-cp310-cp310-win32.whl" , hash = "sha256:b5a9492686e3dde5739ea19a3ec37397eb7cff787362e403a411acb6431aaf84" } ,
{ file = "python_crfsuite-0.9.11-cp310-cp310-win_amd64.whl" , hash = "sha256:d2c361819ba331c48038f1b231b8863b886205e9decae2fb89f69da44b28d00a" } ,
{ file = "python_crfsuite-0.9.11-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:4a2f2ff5b6b0b6cf72ee476436f3926ccd0045c97e7703478a025c9badd180c6" } ,
{ file = "python_crfsuite-0.9.11-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:83bc133fc2a411144778bb03d56a95f88a4da0386462fb99d32b45428959101f" } ,
{ file = "python_crfsuite-0.9.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4d5e52bfe54c1cb94009f1edb9c1dec3fe6d31823c60fafee04d63354c342303" } ,
{ file = "python_crfsuite-0.9.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a23a96dc9a25a0d143430236158ca0d836b94a26d5752ffdf7efe315c14045f5" } ,
{ file = "python_crfsuite-0.9.11-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:dd95a8ab9d92ac6756c17dde8150d7edcc696e49b4ca5f537e347143d19c94bc" } ,
{ file = "python_crfsuite-0.9.11-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:800fd345f2eb822d574eeaa6099bb88a23942272f62ea3e182e8ec07f4cf5ca8" } ,
{ file = "python_crfsuite-0.9.11-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:4c17dc2c5ac63d10993afbab0288bb1949e4ac856361c83e8041fff4493d7dab" } ,
{ file = "python_crfsuite-0.9.11-cp311-cp311-win32.whl" , hash = "sha256:9a00f1f32203d9cb66658df75ee62ce4809b24f26b982b7f482934a683abc96c" } ,
{ file = "python_crfsuite-0.9.11-cp311-cp311-win_amd64.whl" , hash = "sha256:d255f02c890628337c970d76cba787afb7991340b3a7b201d3a158add5f78989" } ,
{ file = "python_crfsuite-0.9.11-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:346a37d1ffa9f161d56c523d2386eaa5026c663e70f65db4478adb292d7c047c" } ,
{ file = "python_crfsuite-0.9.11-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bec40a7924d2e79a06f8eb0cec613ade54d677b73c4041c6052cd890aca2db89" } ,
{ file = "python_crfsuite-0.9.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7c5b3836e8ee8d684fb9d76d287035db51039b30cadac3332664655acf970831" } ,
{ file = "python_crfsuite-0.9.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7f498cb82686dc18f7cecaf0a7ebceb4590ee2137cfa8cfe1b75f53514d0e956" } ,
{ file = "python_crfsuite-0.9.11-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:29cdf55c54c388c62148ba310bf8ad1b93b352d62dd84856d15c421dae2e902d" } ,
{ file = "python_crfsuite-0.9.11-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:7e6738ed044ba91d8284716f87525ca95bc857ece0b226910a80126a8ce6ad06" } ,
{ file = "python_crfsuite-0.9.11-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:1a365a70e54dbd20a9251a3b6df91e1406cab1b1b5995a9d68e8c748fc9b3af7" } ,
{ file = "python_crfsuite-0.9.11-cp312-cp312-win32.whl" , hash = "sha256:4b230ab1b69c6025e4f64e72c445f7492cccf00d94fc2c0bf2f337fafc05d5d5" } ,
{ file = "python_crfsuite-0.9.11-cp312-cp312-win_amd64.whl" , hash = "sha256:c89d7ad4ca520a5f045c676865ec09a2accc25dc5dce387f2199e5b2c9d8f337" } ,
{ file = "python_crfsuite-0.9.11-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:89b45426f28b39dfc4789d29bcd7398f177746e4ab27f6ae3c7b48a082ecb73b" } ,
{ file = "python_crfsuite-0.9.11-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:788b6ca5fd43797f6822bb7aed8d5b0255d7d53be62746c77ca91dad5dfd2f2b" } ,
{ file = "python_crfsuite-0.9.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:609ce1e2ea1ff36379e91a4af9f10bcaaca0b22d089ec7489181ae0d9d098419" } ,
{ file = "python_crfsuite-0.9.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:893af206342196e37c84af73941d7c2498e3ab926a67f846f78de6f48a7cb067" } ,
{ file = "python_crfsuite-0.9.11-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:a387c4c4794ecccc712e01091b2887fc90b63dbc6612947232c2593116545e8a" } ,
{ file = "python_crfsuite-0.9.11-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:00db049cc46f716cef6626fbcf5b8abc258f4740e39dcceccc706ba77200992b" } ,
{ file = "python_crfsuite-0.9.11-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:c0f95fd723e7a684188c541106f301a1d87104a07acd1e5687df849d2a86391a" } ,
{ file = "python_crfsuite-0.9.11-cp313-cp313-win32.whl" , hash = "sha256:5664cebdc82d20b374641f2d0e77a86e8b010fafaf8efeb8862c3fc567d41c08" } ,
{ file = "python_crfsuite-0.9.11-cp313-cp313-win_amd64.whl" , hash = "sha256:00123f42dca02897aaa1fc129ea99b815f800c2893ffb210d8b8f71235ffeef4" } ,
{ file = "python_crfsuite-0.9.11-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:bb02962c16e3c84bb056ed86f2227b3d0432995c047acb7eb15032c1b645044c" } ,
{ file = "python_crfsuite-0.9.11-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f5cc941f1e22cd52e1965cd353b67edfbae06dc5ceb6556bf3176d8523113f66" } ,
{ file = "python_crfsuite-0.9.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b8b3ceefc199b46e562a8bfaac9ef71f86108f0435e28f40007da48618f53837" } ,
{ file = "python_crfsuite-0.9.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9b0c244c0ac04f1213576d28743dae133ca3ff2ebba98b3c4abda3327f37ed23" } ,
{ file = "python_crfsuite-0.9.11-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:8919fec4638133b3e95afe1496b5b771bb8464741bd467534cc1414ae7f0efc6" } ,
{ file = "python_crfsuite-0.9.11-cp38-cp38-musllinux_1_2_i686.whl" , hash = "sha256:993705405b979047a9c66141f4ef886635278f244b5371c25db94751f4b7d326" } ,
{ file = "python_crfsuite-0.9.11-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:48fb8b11ae294a3f5986dc4ae9a20047d850e1dc20dae3725c3a9d0c70e14418" } ,
{ file = "python_crfsuite-0.9.11-cp38-cp38-win32.whl" , hash = "sha256:f8df18614e5c6c3c95d3e20a7968f75201693a0cc1284d893f7bbc04a392f8e3" } ,
{ file = "python_crfsuite-0.9.11-cp38-cp38-win_amd64.whl" , hash = "sha256:01a0078292fff9e171ab9f4cabc67cbd2c629647b8fc67187c1335520a7a45fa" } ,
{ file = "python_crfsuite-0.9.11-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e0e1fad868fe15cb5bca7c0015995bd962de2f0b100e3e5b7dd3c14273fdc806" } ,
{ file = "python_crfsuite-0.9.11-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bcb60d6ac04e6f7e64f02aceaea88b6ad4ffdc183c5301f7fd8b8a280c3efc8e" } ,
{ file = "python_crfsuite-0.9.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:27e6e9a3439c503884d6bb4311f9e7bb34cd4c5e83da28f8c8abcfa34332b2f7" } ,
{ file = "python_crfsuite-0.9.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3064a4902b18c8a0916e48db4f94bc323e9390b96ae41098674ceb36f107acee" } ,
{ file = "python_crfsuite-0.9.11-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:cac7a8bb6f629dc42408f3df45a892010321ba539a30cecc54bdea8f05580003" } ,
{ file = "python_crfsuite-0.9.11-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:796b6b84d4af5b848786f05c378a32f08ef6a5c67dd929f9845f0f7217177db8" } ,
{ file = "python_crfsuite-0.9.11-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:92ebc0f4291b6beae87eb6b9999c3381db5299852f7bdd88cdfca62d759630db" } ,
{ file = "python_crfsuite-0.9.11-cp39-cp39-win32.whl" , hash = "sha256:d6b4705cd7657efa8fc7742b09783537595944d18c0708e362252c2a9cd2a58d" } ,
{ file = "python_crfsuite-0.9.11-cp39-cp39-win_amd64.whl" , hash = "sha256:c7aeec4be4056b0c6dd4a1357707c8d5b9c88b3f74e51d2f4d407692cad4877f" } ,
{ file = "python_crfsuite-0.9.11.tar.gz" , hash = "sha256:6eff965ca70567396d822c9a35ea74b0f7edb27d9471524997bdabe7a6da5f5a" } ,
]
[ package . extras ]
dev = [ "black" , "flake8" , "isort" , "tox" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "python-dateutil"
2024-03-01 09:12:01 +00:00
version = "2.9.0"
2022-12-29 15:21:48 -08:00
description = "Extensions to the standard Python datetime module"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-03-01 09:12:01 +00:00
{ file = "python-dateutil-2.9.0.tar.gz" , hash = "sha256:78e73e19c63f5b20ffa567001531680d939dc042bf7850431877645523c66709" } ,
{ file = "python_dateutil-2.9.0-py2.py3-none-any.whl" , hash = "sha256:cbf2f1da5e6083ac2fbfd4da39a25f34312230110440f424a14c7558bb85d82e" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
six = ">=1.5"
[ [ package ] ]
name = "python-dotenv"
2025-03-30 20:12:34 +00:00
version = "1.1.0"
2022-12-30 12:44:54 -08:00
description = "Read key-value pairs from a .env file and set them as environment variables"
2022-12-29 15:21:48 -08:00
optional = false
2025-03-30 20:12:34 +00:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2025-03-30 20:12:34 +00:00
{ file = "python_dotenv-1.1.0-py3-none-any.whl" , hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d" } ,
{ file = "python_dotenv-1.1.0.tar.gz" , hash = "sha256:41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . extras ]
cli = [ "click (>=5.0)" ]
[ [ package ] ]
name = "python-ldap"
2024-01-10 01:41:03 +00:00
version = "3.4.4"
2022-12-29 15:21:48 -08:00
description = "Python modules for implementing LDAP clients"
optional = false
python-versions = ">=3.6"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2024-01-10 01:41:03 +00:00
{ file = "python-ldap-3.4.4.tar.gz" , hash = "sha256:7edb0accec4e037797705f3a05cbf36a9fde50d08c8f67f2aef99a2628fab828" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
pyasn1 = ">=0.3.7"
pyasn1_modules = ">=0.1.5"
[ [ package ] ]
name = "python-multipart"
2024-12-17 20:23:50 +11:00
version = "0.0.20"
2022-12-29 15:21:48 -08:00
description = "A streaming multipart parser for Python"
optional = false
2024-02-11 11:10:02 +00:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2024-12-17 20:23:50 +11:00
{ file = "python_multipart-0.0.20-py3-none-any.whl" , hash = "sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104" } ,
{ file = "python_multipart-0.0.20.tar.gz" , hash = "sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "python-slugify"
2024-02-11 19:28:05 +00:00
version = "8.0.4"
2022-12-29 15:21:48 -08:00
description = "A Python slugify application that also handles Unicode"
optional = false
2023-01-01 14:07:01 -09:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2024-02-11 19:28:05 +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" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
text-unidecode = ">=1.3"
[ package . extras ]
unidecode = [ "Unidecode (>=1.1.1)" ]
[ [ package ] ]
name = "pyyaml"
2024-08-06 22:53:25 -05:00
version = "6.0.2"
2022-12-29 15:21:48 -08:00
description = "YAML parser and emitter for Python"
optional = false
2024-08-06 22:53:25 -05:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-08-06 22:53:25 -05:00
{ file = "PyYAML-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8824b5a04a04a047e72eea5cec3bc266db09e35de6bdfe34c9436ac5ee27d237" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7c36280e6fb8385e520936c3cb3b8042851904eba0e58d277dca80a5cfed590b" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ec031d5d2feb36d1d1a24380e4db6d43695f3748343d99434e6f5f9156aaa2ed" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:936d68689298c36b53b29f23c6dbb74de12b4ac12ca6cfe0e047bedceea56180" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:23502f431948090f597378482b4812b0caae32c22213aecf3b55325e049a6c68" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-win32.whl" , hash = "sha256:2e99c6826ffa974fe6e27cdb5ed0021786b03fc98e5ee3c5bfe1fd5015f42b99" } ,
{ file = "PyYAML-6.0.2-cp310-cp310-win_amd64.whl" , hash = "sha256:a4d3091415f010369ae4ed1fc6b79def9416358877534caf6a0fdd2146c87a3e" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-win32.whl" , hash = "sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5" } ,
{ file = "PyYAML-6.0.2-cp311-cp311-win_amd64.whl" , hash = "sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-win32.whl" , hash = "sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4" } ,
{ file = "PyYAML-6.0.2-cp312-cp312-win_amd64.whl" , hash = "sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_aarch64.whl" , hash = "sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_x86_64.whl" , hash = "sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-win32.whl" , hash = "sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183" } ,
{ file = "PyYAML-6.0.2-cp313-cp313-win_amd64.whl" , hash = "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:24471b829b3bf607e04e88d79542a9d48bb037c2267d7927a874e6c205ca7e9a" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d7fded462629cfa4b685c5416b949ebad6cec74af5e2d42905d41e257e0869f5" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:d84a1718ee396f54f3a086ea0a66d8e552b2ab2017ef8b420e92edbc841c352d" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9056c1ecd25795207ad294bcf39f2db3d845767be0ea6e6a34d856f006006083" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:82d09873e40955485746739bcb8b4586983670466c23382c19cffecbf1fd8706" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-win32.whl" , hash = "sha256:43fa96a3ca0d6b1812e01ced1044a003533c47f6ee8aca31724f78e93ccc089a" } ,
{ file = "PyYAML-6.0.2-cp38-cp38-win_amd64.whl" , hash = "sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:688ba32a1cffef67fd2e9398a2efebaea461578b0923624778664cc1c914db5d" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:a8786accb172bd8afb8be14490a16625cbc387036876ab6ba70912730faf8e1f" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d8e03406cac8513435335dbab54c0d385e4a49e4945d2909a581c83647ca0290" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3b1fdb9dc17f5a7677423d508ab4f243a726dea51fa5e70992e59a7411c89d19" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:0b69e4ce7a131fe56b7e4d770c67429700908fc0752af059838b1cfb41960e4e" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:a9f8c2e67970f13b16084e04f134610fd1d374bf477b17ec1599185cf611d725" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-win32.whl" , hash = "sha256:6395c297d42274772abc367baaa79683958044e5d3835486c16da75d2a694631" } ,
{ file = "PyYAML-6.0.2-cp39-cp39-win_amd64.whl" , hash = "sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8" } ,
{ file = "pyyaml-6.0.2.tar.gz" , hash = "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "pyyaml-env-tag"
version = "0.1"
description = "A custom YAML tag for referencing environment variables in YAML files. "
optional = false
python-versions = ">=3.6"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2021-06-10 18:31:14 -08:00
{ file = "pyyaml_env_tag-0.1-py3-none-any.whl" , hash = "sha256:af31106dec8a4d68c60207c1886031cbf839b68aa7abccdb19868200532c2069" } ,
{ file = "pyyaml_env_tag-0.1.tar.gz" , hash = "sha256:70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb" } ,
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
pyyaml = "*"
2023-09-15 12:19:34 -05:00
[ [ package ] ]
name = "rapidfuzz"
2025-04-03 22:49:36 -05:00
version = "3.13.0"
2023-09-15 12:19:34 -05:00
description = "rapid fuzzy string matching"
optional = false
2024-09-23 10:18:26 -05:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2023-09-15 12:19:34 -05:00
files = [
2025-04-03 22:49:36 -05:00
{ file = "rapidfuzz-3.13.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:aafc42a1dc5e1beeba52cd83baa41372228d6d8266f6d803c16dbabbcc156255" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:85c9a131a44a95f9cac2eb6e65531db014e09d89c4f18c7b1fa54979cb9ff1f3" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7d7cec4242d30dd521ef91c0df872e14449d1dffc2a6990ede33943b0dae56c3" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e297c09972698c95649e89121e3550cee761ca3640cd005e24aaa2619175464e" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ef0f5f03f61b0e5a57b1df7beafd83df993fd5811a09871bad6038d08e526d0d" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:d8cf5f7cd6e4d5eb272baf6a54e182b2c237548d048e2882258336533f3f02b7" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9256218ac8f1a957806ec2fb9a6ddfc6c32ea937c0429e88cf16362a20ed8602" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:e1bdd2e6d0c5f9706ef7595773a81ca2b40f3b33fd7f9840b726fb00c6c4eb2e" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:5280be8fd7e2bee5822e254fe0a5763aa0ad57054b85a32a3d9970e9b09bbcbf" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-musllinux_1_2_ppc64le.whl" , hash = "sha256:fd742c03885db1fce798a1cd87a20f47f144ccf26d75d52feb6f2bae3d57af05" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-musllinux_1_2_s390x.whl" , hash = "sha256:5435fcac94c9ecf0504bf88a8a60c55482c32e18e108d6079a0089c47f3f8cf6" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:93a755266856599be4ab6346273f192acde3102d7aa0735e2f48b456397a041f" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-win32.whl" , hash = "sha256:3abe6a4e8eb4cfc4cda04dd650a2dc6d2934cbdeda5def7e6fd1c20f6e7d2a0b" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-win_amd64.whl" , hash = "sha256:e8ddb58961401da7d6f55f185512c0d6bd24f529a637078d41dd8ffa5a49c107" } ,
{ file = "rapidfuzz-3.13.0-cp310-cp310-win_arm64.whl" , hash = "sha256:c523620d14ebd03a8d473c89e05fa1ae152821920c3ff78b839218ff69e19ca3" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:d395a5cad0c09c7f096433e5fd4224d83b53298d53499945a9b0e5a971a84f3a" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:b7b3eda607a019169f7187328a8d1648fb9a90265087f6903d7ee3a8eee01805" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:98e0bfa602e1942d542de077baf15d658bd9d5dcfe9b762aff791724c1c38b70" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bef86df6d59667d9655905b02770a0c776d2853971c0773767d5ef8077acd624" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:fedd316c165beed6307bf754dee54d3faca2c47e1f3bcbd67595001dfa11e969" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5158da7f2ec02a930be13bac53bb5903527c073c90ee37804090614cab83c29e" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3b6f913ee4618ddb6d6f3e387b76e8ec2fc5efee313a128809fbd44e65c2bbb2" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:d25fdbce6459ccbbbf23b4b044f56fbd1158b97ac50994eaae2a1c0baae78301" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:25343ccc589a4579fbde832e6a1e27258bfdd7f2eb0f28cb836d6694ab8591fc" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-musllinux_1_2_ppc64le.whl" , hash = "sha256:a9ad1f37894e3ffb76bbab76256e8a8b789657183870be11aa64e306bb5228fd" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-musllinux_1_2_s390x.whl" , hash = "sha256:5dc71ef23845bb6b62d194c39a97bb30ff171389c9812d83030c1199f319098c" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:b7f4c65facdb94f44be759bbd9b6dda1fa54d0d6169cdf1a209a5ab97d311a75" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-win32.whl" , hash = "sha256:b5104b62711565e0ff6deab2a8f5dbf1fbe333c5155abe26d2cfd6f1849b6c87" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-win_amd64.whl" , hash = "sha256:9093cdeb926deb32a4887ebe6910f57fbcdbc9fbfa52252c10b56ef2efb0289f" } ,
{ file = "rapidfuzz-3.13.0-cp311-cp311-win_arm64.whl" , hash = "sha256:f70f646751b6aa9d05be1fb40372f006cc89d6aad54e9d79ae97bd1f5fce5203" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:4a1a6a906ba62f2556372282b1ef37b26bca67e3d2ea957277cfcefc6275cca7" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:2fd0975e015b05c79a97f38883a11236f5a24cca83aa992bd2558ceaa5652b26" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5d4e13593d298c50c4f94ce453f757b4b398af3fa0fd2fde693c3e51195b7f69" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ed6f416bda1c9133000009d84d9409823eb2358df0950231cc936e4bf784eb97" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1dc82b6ed01acb536b94a43996a94471a218f4d89f3fdd9185ab496de4b2a981" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:e9d824de871daa6e443b39ff495a884931970d567eb0dfa213d234337343835f" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2d18228a2390375cf45726ce1af9d36ff3dc1f11dce9775eae1f1b13ac6ec50f" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:9f5fe634c9482ec5d4a6692afb8c45d370ae86755e5f57aa6c50bfe4ca2bdd87" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:694eb531889f71022b2be86f625a4209c4049e74be9ca836919b9e395d5e33b3" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-musllinux_1_2_ppc64le.whl" , hash = "sha256:11b47b40650e06147dee5e51a9c9ad73bb7b86968b6f7d30e503b9f8dd1292db" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-musllinux_1_2_s390x.whl" , hash = "sha256:98b8107ff14f5af0243f27d236bcc6e1ef8e7e3b3c25df114e91e3a99572da73" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:b836f486dba0aceb2551e838ff3f514a38ee72b015364f739e526d720fdb823a" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-win32.whl" , hash = "sha256:4671ee300d1818d7bdfd8fa0608580d7778ba701817216f0c17fb29e6b972514" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-win_amd64.whl" , hash = "sha256:6e2065f68fb1d0bf65adc289c1bdc45ba7e464e406b319d67bb54441a1b9da9e" } ,
{ file = "rapidfuzz-3.13.0-cp312-cp312-win_arm64.whl" , hash = "sha256:65cc97c2fc2c2fe23586599686f3b1ceeedeca8e598cfcc1b7e56dc8ca7e2aa7" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:09e908064d3684c541d312bd4c7b05acb99a2c764f6231bd507d4b4b65226c23" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:57c390336cb50d5d3bfb0cfe1467478a15733703af61f6dffb14b1cd312a6fae" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0da54aa8547b3c2c188db3d1c7eb4d1bb6dd80baa8cdaeaec3d1da3346ec9caa" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:df8e8c21e67afb9d7fbe18f42c6111fe155e801ab103c81109a61312927cc611" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:461fd13250a2adf8e90ca9a0e1e166515cbcaa5e9c3b1f37545cbbeff9e77f6b" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c2b3dd5d206a12deca16870acc0d6e5036abeb70e3cad6549c294eff15591527" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1343d745fbf4688e412d8f398c6e6d6f269db99a54456873f232ba2e7aeb4939" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:b1b065f370d54551dcc785c6f9eeb5bd517ae14c983d2784c064b3aa525896df" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:11b125d8edd67e767b2295eac6eb9afe0b1cdc82ea3d4b9257da4b8e06077798" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-musllinux_1_2_ppc64le.whl" , hash = "sha256:c33f9c841630b2bb7e69a3fb5c84a854075bb812c47620978bddc591f764da3d" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-musllinux_1_2_s390x.whl" , hash = "sha256:ae4574cb66cf1e85d32bb7e9ec45af5409c5b3970b7ceb8dea90168024127566" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:e05752418b24bbd411841b256344c26f57da1148c5509e34ea39c7eb5099ab72" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-win32.whl" , hash = "sha256:0e1d08cb884805a543f2de1f6744069495ef527e279e05370dd7c83416af83f8" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-win_amd64.whl" , hash = "sha256:9a7c6232be5f809cd39da30ee5d24e6cadd919831e6020ec6c2391f4c3bc9264" } ,
{ file = "rapidfuzz-3.13.0-cp313-cp313-win_arm64.whl" , hash = "sha256:3f32f15bacd1838c929b35c84b43618481e1b3d7a61b5ed2db0291b70ae88b53" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:cc64da907114d7a18b5e589057e3acaf2fec723d31c49e13fedf043592a3f6a7" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:4d9d7f84c8e992a8dbe5a3fdbea73d733da39bf464e62c912ac3ceba9c0cff93" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1a79a2f07786a2070669b4b8e45bd96a01c788e7a3c218f531f3947878e0f956" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9f338e71c45b69a482de8b11bf4a029993230760120c8c6e7c9b71760b6825a1" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:adb40ca8ddfcd4edd07b0713a860be32bdf632687f656963bcbce84cea04b8d8" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:48719f7dcf62dfb181063b60ee2d0a39d327fa8ad81b05e3e510680c44e1c078" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9327a4577f65fc3fb712e79f78233815b8a1c94433d0c2c9f6bc5953018b3565" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:200030dfc0a1d5d6ac18e993c5097c870c97c41574e67f227300a1fb74457b1d" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:cc269e74cad6043cb8a46d0ce580031ab642b5930562c2bb79aa7fbf9c858d26" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-musllinux_1_2_ppc64le.whl" , hash = "sha256:e62779c6371bd2b21dbd1fdce89eaec2d93fd98179d36f61130b489f62294a92" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-musllinux_1_2_s390x.whl" , hash = "sha256:f4797f821dc5d7c2b6fc818b89f8a3f37bcc900dd9e4369e6ebf1e525efce5db" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:d21f188f6fe4fbf422e647ae9d5a68671d00218e187f91859c963d0738ccd88c" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-win32.whl" , hash = "sha256:45dd4628dd9c21acc5c97627dad0bb791764feea81436fb6e0a06eef4c6dceaa" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-win_amd64.whl" , hash = "sha256:624a108122039af89ddda1a2b7ab2a11abe60c1521956f142f5d11bcd42ef138" } ,
{ file = "rapidfuzz-3.13.0-cp39-cp39-win_arm64.whl" , hash = "sha256:435071fd07a085ecbf4d28702a66fd2e676a03369ee497cc38bcb69a46bc77e2" } ,
{ file = "rapidfuzz-3.13.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:fe5790a36d33a5d0a6a1f802aa42ecae282bf29ac6f7506d8e12510847b82a45" } ,
{ file = "rapidfuzz-3.13.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:cdb33ee9f8a8e4742c6b268fa6bd739024f34651a06b26913381b1413ebe7590" } ,
{ file = "rapidfuzz-3.13.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8c99b76b93f7b495eee7dcb0d6a38fb3ce91e72e99d9f78faa5664a881cb2b7d" } ,
{ file = "rapidfuzz-3.13.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6af42f2ede8b596a6aaf6d49fdee3066ca578f4856b85ab5c1e2145de367a12d" } ,
{ file = "rapidfuzz-3.13.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6c0efa73afbc5b265aca0d8a467ae2a3f40d6854cbe1481cb442a62b7bf23c99" } ,
{ file = "rapidfuzz-3.13.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:7ac21489de962a4e2fc1e8f0b0da4aa1adc6ab9512fd845563fecb4b4c52093a" } ,
{ file = "rapidfuzz-3.13.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:1ba007f4d35a45ee68656b2eb83b8715e11d0f90e5b9f02d615a8a321ff00c27" } ,
{ file = "rapidfuzz-3.13.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl" , hash = "sha256:d7a217310429b43be95b3b8ad7f8fc41aba341109dc91e978cd7c703f928c58f" } ,
{ file = "rapidfuzz-3.13.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:558bf526bcd777de32b7885790a95a9548ffdcce68f704a81207be4a286c1095" } ,
{ file = "rapidfuzz-3.13.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:202a87760f5145140d56153b193a797ae9338f7939eb16652dd7ff96f8faf64c" } ,
{ file = "rapidfuzz-3.13.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cfcccc08f671646ccb1e413c773bb92e7bba789e3a1796fd49d23c12539fe2e4" } ,
{ file = "rapidfuzz-3.13.0-pp311-pypy311_pp73-win_amd64.whl" , hash = "sha256:1f219f1e3c3194d7a7de222f54450ce12bc907862ff9a8962d83061c1f923c86" } ,
{ file = "rapidfuzz-3.13.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:ccbd0e7ea1a216315f63ffdc7cd09c55f57851afc8fe59a74184cb7316c0598b" } ,
{ file = "rapidfuzz-3.13.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:a50856f49a4016ef56edd10caabdaf3608993f9faf1e05c3c7f4beeac46bd12a" } ,
{ file = "rapidfuzz-3.13.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0fd05336db4d0b8348d7eaaf6fa3c517b11a56abaa5e89470ce1714e73e4aca7" } ,
{ file = "rapidfuzz-3.13.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:573ad267eb9b3f6e9b04febce5de55d8538a87c56c64bf8fd2599a48dc9d8b77" } ,
{ file = "rapidfuzz-3.13.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:30fd1451f87ccb6c2f9d18f6caa483116bbb57b5a55d04d3ddbd7b86f5b14998" } ,
{ file = "rapidfuzz-3.13.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:a6dd36d4916cf57ddb05286ed40b09d034ca5d4bca85c17be0cb6a21290597d9" } ,
{ file = "rapidfuzz-3.13.0.tar.gz" , hash = "sha256:d2eaf3839e52cbcc0accbe9817a67b4b0fcf70aaeb229cfddc1c28061f9ce5d8" } ,
2023-09-15 12:19:34 -05:00
]
[ package . extras ]
2024-09-23 10:18:26 -05:00
all = [ "numpy" ]
2023-09-15 12:19:34 -05:00
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "rdflib"
2025-02-07 16:42:43 -06:00
version = "7.1.3"
2022-12-29 15:21:48 -08:00
description = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information."
optional = false
2025-02-07 16:42:43 -06:00
python-versions = "<4.0.0,>=3.8.1"
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2025-02-07 16:42:43 -06:00
{ file = "rdflib-7.1.3-py3-none-any.whl" , hash = "sha256:5402310a9f0f3c07d453d73fd0ad6ba35616286fe95d3670db2b725f3f539673" } ,
{ file = "rdflib-7.1.3.tar.gz" , hash = "sha256:f3dcb4c106a8cd9e060d92f43d593d09ebc3d07adc244f4c7315856a12e383ee" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2025-02-07 16:42:43 -06:00
pyparsing = ">=2.1.0,<4"
2022-12-29 15:21:48 -08:00
[ package . extras ]
2025-02-07 16:42:43 -06:00
berkeleydb = [ "berkeleydb (>=18.1.0,<19.0.0)" ]
html = [ "html5rdf (>=1.2,<2)" ]
lxml = [ "lxml (>=4.3,<6.0)" ]
networkx = [ "networkx (>=2,<4)" ]
orjson = [ "orjson (>=3.9.14,<4)" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "recipe-scrapers"
2025-03-09 15:08:14 -05:00
version = "15.6.0"
2022-12-29 15:21:48 -08:00
description = "Python package, scraping recipes from all over the internet"
optional = false
2024-10-04 13:35:46 -05:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2025-03-09 15:08:14 -05:00
{ file = "recipe_scrapers-15.6.0-py3-none-any.whl" , hash = "sha256:d9949b69ce99de7030e18135c6ade73a5d65fa023308d86b1284807bb9a7ac17" } ,
{ file = "recipe_scrapers-15.6.0.tar.gz" , hash = "sha256:e0e18542de8564cd925850e49fa14de1ed4fa1479eea41e9a846a8ca6e145c13" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2025-02-22 16:22:27 +00:00
beautifulsoup4 = ">=4.12.3"
2024-07-01 19:39:22 +00:00
extruct = ">=0.17.0"
2022-12-29 15:21:48 -08:00
isodate = ">=0.6.1"
2024-07-30 17:48:47 +02:00
[ package . extras ]
2024-12-14 23:04:23 +01:00
all = [ "recipe_scrapers[dev,docs,linters,online,tests]" ]
dev = [ "recipe-scrapers[docs,linters,tests]" ]
docs = [ "markdown-exec (>=1.10.0)" , "mkdocs (>=1.6.1)" , "mkdocs-material (>=9.5.48)" , "mkdocstrings (>=0.27.0)" , "mkdocstrings-python (>=1.12.2)" ]
2025-01-15 00:16:07 +00:00
linters = [ "black (==24.10.0)" , "flake8 (==7.1.1)" , "mypy (==1.14.0)" , "pep8-naming (==0.14.1)" , "pre-commit (==4.0.1)" , "types-beautifulsoup4" , "types-requests" ]
2024-07-30 17:48:47 +02:00
online = [ "requests (>=2.31.0)" ]
2025-01-15 00:16:07 +00:00
tests = [ "coverage (>=7.6.9)" , "unittest-parallel (>=1.7.0)" ]
2022-12-29 15:21:48 -08:00
2023-01-06 21:47:29 -09:00
[ [ package ] ]
name = "regex"
version = "2022.10.31"
description = "Alternative regular expression module, to replace re."
optional = false
python-versions = ">=3.6"
2025-03-01 15:53:00 +00:00
groups = [ "main" ]
2023-01-06 21:47:29 -09:00
files = [
{ file = "regex-2022.10.31-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:a8ff454ef0bb061e37df03557afda9d785c905dab15584860f982e88be73015f" } ,
{ file = "regex-2022.10.31-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:1eba476b1b242620c266edf6325b443a2e22b633217a9835a52d8da2b5c051f9" } ,
{ file = "regex-2022.10.31-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d0e5af9a9effb88535a472e19169e09ce750c3d442fb222254a276d77808620b" } ,
{ file = "regex-2022.10.31-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d03fe67b2325cb3f09be029fd5da8df9e6974f0cde2c2ac6a79d2634e791dd57" } ,
{ file = "regex-2022.10.31-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a9d0b68ac1743964755ae2d89772c7e6fb0118acd4d0b7464eaf3921c6b49dd4" } ,
{ file = "regex-2022.10.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8a45b6514861916c429e6059a55cf7db74670eaed2052a648e3e4d04f070e001" } ,
{ file = "regex-2022.10.31-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8b0886885f7323beea6f552c28bff62cbe0983b9fbb94126531693ea6c5ebb90" } ,
{ file = "regex-2022.10.31-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:5aefb84a301327ad115e9d346c8e2760009131d9d4b4c6b213648d02e2abe144" } ,
{ file = "regex-2022.10.31-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:702d8fc6f25bbf412ee706bd73019da5e44a8400861dfff7ff31eb5b4a1276dc" } ,
{ file = "regex-2022.10.31-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:a3c1ebd4ed8e76e886507c9eddb1a891673686c813adf889b864a17fafcf6d66" } ,
{ file = "regex-2022.10.31-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:50921c140561d3db2ab9f5b11c5184846cde686bb5a9dc64cae442926e86f3af" } ,
{ file = "regex-2022.10.31-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:7db345956ecce0c99b97b042b4ca7326feeec6b75facd8390af73b18e2650ffc" } ,
{ file = "regex-2022.10.31-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:763b64853b0a8f4f9cfb41a76a4a85a9bcda7fdda5cb057016e7706fde928e66" } ,
{ file = "regex-2022.10.31-cp310-cp310-win32.whl" , hash = "sha256:44136355e2f5e06bf6b23d337a75386371ba742ffa771440b85bed367c1318d1" } ,
{ file = "regex-2022.10.31-cp310-cp310-win_amd64.whl" , hash = "sha256:bfff48c7bd23c6e2aec6454aaf6edc44444b229e94743b34bdcdda2e35126cf5" } ,
{ file = "regex-2022.10.31-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:4b4b1fe58cd102d75ef0552cf17242705ce0759f9695334a56644ad2d83903fe" } ,
{ file = "regex-2022.10.31-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:542e3e306d1669b25936b64917285cdffcd4f5c6f0247636fec037187bd93542" } ,
{ file = "regex-2022.10.31-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c27cc1e4b197092e50ddbf0118c788d9977f3f8f35bfbbd3e76c1846a3443df7" } ,
{ file = "regex-2022.10.31-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b8e38472739028e5f2c3a4aded0ab7eadc447f0d84f310c7a8bb697ec417229e" } ,
{ file = "regex-2022.10.31-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:76c598ca73ec73a2f568e2a72ba46c3b6c8690ad9a07092b18e48ceb936e9f0c" } ,
{ file = "regex-2022.10.31-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c28d3309ebd6d6b2cf82969b5179bed5fefe6142c70f354ece94324fa11bf6a1" } ,
{ file = "regex-2022.10.31-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9af69f6746120998cd9c355e9c3c6aec7dff70d47247188feb4f829502be8ab4" } ,
{ file = "regex-2022.10.31-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:a5f9505efd574d1e5b4a76ac9dd92a12acb2b309551e9aa874c13c11caefbe4f" } ,
{ file = "regex-2022.10.31-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:5ff525698de226c0ca743bfa71fc6b378cda2ddcf0d22d7c37b1cc925c9650a5" } ,
{ file = "regex-2022.10.31-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:4fe7fda2fe7c8890d454f2cbc91d6c01baf206fbc96d89a80241a02985118c0c" } ,
{ file = "regex-2022.10.31-cp311-cp311-musllinux_1_1_s390x.whl" , hash = "sha256:2cdc55ca07b4e70dda898d2ab7150ecf17c990076d3acd7a5f3b25cb23a69f1c" } ,
{ file = "regex-2022.10.31-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:44a6c2f6374e0033873e9ed577a54a3602b4f609867794c1a3ebba65e4c93ee7" } ,
{ file = "regex-2022.10.31-cp311-cp311-win32.whl" , hash = "sha256:d8716f82502997b3d0895d1c64c3b834181b1eaca28f3f6336a71777e437c2af" } ,
{ file = "regex-2022.10.31-cp311-cp311-win_amd64.whl" , hash = "sha256:61edbca89aa3f5ef7ecac8c23d975fe7261c12665f1d90a6b1af527bba86ce61" } ,
{ file = "regex-2022.10.31-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:0a069c8483466806ab94ea9068c34b200b8bfc66b6762f45a831c4baaa9e8cdd" } ,
{ file = "regex-2022.10.31-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d26166acf62f731f50bdd885b04b38828436d74e8e362bfcb8df221d868b5d9b" } ,
{ file = "regex-2022.10.31-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ac741bf78b9bb432e2d314439275235f41656e189856b11fb4e774d9f7246d81" } ,
{ file = "regex-2022.10.31-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:75f591b2055523fc02a4bbe598aa867df9e953255f0b7f7715d2a36a9c30065c" } ,
{ file = "regex-2022.10.31-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6b30bddd61d2a3261f025ad0f9ee2586988c6a00c780a2fb0a92cea2aa702c54" } ,
{ file = "regex-2022.10.31-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ef4163770525257876f10e8ece1cf25b71468316f61451ded1a6f44273eedeb5" } ,
{ file = "regex-2022.10.31-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:7b280948d00bd3973c1998f92e22aa3ecb76682e3a4255f33e1020bd32adf443" } ,
{ file = "regex-2022.10.31-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:d0213671691e341f6849bf33cd9fad21f7b1cb88b89e024f33370733fec58742" } ,
{ file = "regex-2022.10.31-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:22e7ebc231d28393dfdc19b185d97e14a0f178bedd78e85aad660e93b646604e" } ,
{ file = "regex-2022.10.31-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:8ad241da7fac963d7573cc67a064c57c58766b62a9a20c452ca1f21050868dfa" } ,
{ file = "regex-2022.10.31-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:586b36ebda81e6c1a9c5a5d0bfdc236399ba6595e1397842fd4a45648c30f35e" } ,
{ file = "regex-2022.10.31-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:0653d012b3bf45f194e5e6a41df9258811ac8fc395579fa82958a8b76286bea4" } ,
{ file = "regex-2022.10.31-cp36-cp36m-win32.whl" , hash = "sha256:144486e029793a733e43b2e37df16a16df4ceb62102636ff3db6033994711066" } ,
{ file = "regex-2022.10.31-cp36-cp36m-win_amd64.whl" , hash = "sha256:c14b63c9d7bab795d17392c7c1f9aaabbffd4cf4387725a0ac69109fb3b550c6" } ,
{ file = "regex-2022.10.31-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:4cac3405d8dda8bc6ed499557625585544dd5cbf32072dcc72b5a176cb1271c8" } ,
{ file = "regex-2022.10.31-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:23cbb932cc53a86ebde0fb72e7e645f9a5eec1a5af7aa9ce333e46286caef783" } ,
{ file = "regex-2022.10.31-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:74bcab50a13960f2a610cdcd066e25f1fd59e23b69637c92ad470784a51b1347" } ,
{ file = "regex-2022.10.31-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:78d680ef3e4d405f36f0d6d1ea54e740366f061645930072d39bca16a10d8c93" } ,
{ file = "regex-2022.10.31-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ce6910b56b700bea7be82c54ddf2e0ed792a577dfaa4a76b9af07d550af435c6" } ,
{ file = "regex-2022.10.31-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:659175b2144d199560d99a8d13b2228b85e6019b6e09e556209dfb8c37b78a11" } ,
{ file = "regex-2022.10.31-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:1ddf14031a3882f684b8642cb74eea3af93a2be68893901b2b387c5fd92a03ec" } ,
{ file = "regex-2022.10.31-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:b683e5fd7f74fb66e89a1ed16076dbab3f8e9f34c18b1979ded614fe10cdc4d9" } ,
{ file = "regex-2022.10.31-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:2bde29cc44fa81c0a0c8686992c3080b37c488df167a371500b2a43ce9f026d1" } ,
{ file = "regex-2022.10.31-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:4919899577ba37f505aaebdf6e7dc812d55e8f097331312db7f1aab18767cce8" } ,
{ file = "regex-2022.10.31-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:9c94f7cc91ab16b36ba5ce476f1904c91d6c92441f01cd61a8e2729442d6fcf5" } ,
{ file = "regex-2022.10.31-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:ae1e96785696b543394a4e3f15f3f225d44f3c55dafe3f206493031419fedf95" } ,
{ file = "regex-2022.10.31-cp37-cp37m-win32.whl" , hash = "sha256:c670f4773f2f6f1957ff8a3962c7dd12e4be54d05839b216cb7fd70b5a1df394" } ,
{ file = "regex-2022.10.31-cp37-cp37m-win_amd64.whl" , hash = "sha256:8e0caeff18b96ea90fc0eb6e3bdb2b10ab5b01a95128dfeccb64a7238decf5f0" } ,
{ file = "regex-2022.10.31-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:131d4be09bea7ce2577f9623e415cab287a3c8e0624f778c1d955ec7c281bd4d" } ,
{ file = "regex-2022.10.31-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:e613a98ead2005c4ce037c7b061f2409a1a4e45099edb0ef3200ee26ed2a69a8" } ,
{ file = "regex-2022.10.31-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:052b670fafbe30966bbe5d025e90b2a491f85dfe5b2583a163b5e60a85a321ad" } ,
{ file = "regex-2022.10.31-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:aa62a07ac93b7cb6b7d0389d8ef57ffc321d78f60c037b19dfa78d6b17c928ee" } ,
{ file = "regex-2022.10.31-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5352bea8a8f84b89d45ccc503f390a6be77917932b1c98c4cdc3565137acc714" } ,
{ file = "regex-2022.10.31-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:20f61c9944f0be2dc2b75689ba409938c14876c19d02f7585af4460b6a21403e" } ,
{ file = "regex-2022.10.31-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:29c04741b9ae13d1e94cf93fca257730b97ce6ea64cfe1eba11cf9ac4e85afb6" } ,
{ file = "regex-2022.10.31-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:543883e3496c8b6d58bd036c99486c3c8387c2fc01f7a342b760c1ea3158a318" } ,
{ file = "regex-2022.10.31-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:b7a8b43ee64ca8f4befa2bea4083f7c52c92864d8518244bfa6e88c751fa8fff" } ,
{ file = "regex-2022.10.31-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:6a9a19bea8495bb419dc5d38c4519567781cd8d571c72efc6aa959473d10221a" } ,
{ file = "regex-2022.10.31-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:6ffd55b5aedc6f25fd8d9f905c9376ca44fcf768673ffb9d160dd6f409bfda73" } ,
{ file = "regex-2022.10.31-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:4bdd56ee719a8f751cf5a593476a441c4e56c9b64dc1f0f30902858c4ef8771d" } ,
{ file = "regex-2022.10.31-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:8ca88da1bd78990b536c4a7765f719803eb4f8f9971cc22d6ca965c10a7f2c4c" } ,
{ file = "regex-2022.10.31-cp38-cp38-win32.whl" , hash = "sha256:5a260758454580f11dd8743fa98319bb046037dfab4f7828008909d0aa5292bc" } ,
{ file = "regex-2022.10.31-cp38-cp38-win_amd64.whl" , hash = "sha256:5e6a5567078b3eaed93558842346c9d678e116ab0135e22eb72db8325e90b453" } ,
{ file = "regex-2022.10.31-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:5217c25229b6a85049416a5c1e6451e9060a1edcf988641e309dbe3ab26d3e49" } ,
{ file = "regex-2022.10.31-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:4bf41b8b0a80708f7e0384519795e80dcb44d7199a35d52c15cc674d10b3081b" } ,
{ file = "regex-2022.10.31-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0cf0da36a212978be2c2e2e2d04bdff46f850108fccc1851332bcae51c8907cc" } ,
{ file = "regex-2022.10.31-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d403d781b0e06d2922435ce3b8d2376579f0c217ae491e273bab8d092727d244" } ,
{ file = "regex-2022.10.31-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a37d51fa9a00d265cf73f3de3930fa9c41548177ba4f0faf76e61d512c774690" } ,
{ file = "regex-2022.10.31-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e4f781ffedd17b0b834c8731b75cce2639d5a8afe961c1e58ee7f1f20b3af185" } ,
{ file = "regex-2022.10.31-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d243b36fbf3d73c25e48014961e83c19c9cc92530516ce3c43050ea6276a2ab7" } ,
{ file = "regex-2022.10.31-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:370f6e97d02bf2dd20d7468ce4f38e173a124e769762d00beadec3bc2f4b3bc4" } ,
{ file = "regex-2022.10.31-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:597f899f4ed42a38df7b0e46714880fb4e19a25c2f66e5c908805466721760f5" } ,
{ file = "regex-2022.10.31-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:7dbdce0c534bbf52274b94768b3498abdf675a691fec5f751b6057b3030f34c1" } ,
{ file = "regex-2022.10.31-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:22960019a842777a9fa5134c2364efaed5fbf9610ddc5c904bd3a400973b0eb8" } ,
{ file = "regex-2022.10.31-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:7f5a3ffc731494f1a57bd91c47dc483a1e10048131ffb52d901bfe2beb6102e8" } ,
{ file = "regex-2022.10.31-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:7ef6b5942e6bfc5706301a18a62300c60db9af7f6368042227ccb7eeb22d0892" } ,
{ file = "regex-2022.10.31-cp39-cp39-win32.whl" , hash = "sha256:395161bbdbd04a8333b9ff9763a05e9ceb4fe210e3c7690f5e68cedd3d65d8e1" } ,
{ file = "regex-2022.10.31-cp39-cp39-win_amd64.whl" , hash = "sha256:957403a978e10fb3ca42572a23e6f7badff39aa1ce2f4ade68ee452dc6807692" } ,
{ file = "regex-2022.10.31.tar.gz" , hash = "sha256:a3a98921da9a1bf8457aeee6a551948a83601689e5ecdd736894ea9bbec77e83" } ,
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "requests"
2024-05-30 06:34:55 +00:00
version = "2.32.3"
2022-12-29 15:21:48 -08:00
description = "Python HTTP for Humans."
optional = false
2024-05-20 18:08:33 -05:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-05-30 06:34:55 +00:00
{ file = "requests-2.32.3-py3-none-any.whl" , hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6" } ,
{ file = "requests-2.32.3.tar.gz" , hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" } ,
2022-07-31 13:10:20 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2023-02-06 18:43:12 -09:00
charset-normalizer = ">=2,<4"
2022-12-29 15:21:48 -08:00
idna = ">=2.5,<4"
2023-08-20 16:09:13 -08:00
urllib3 = ">=1.21.1,<3"
2022-12-29 15:21:48 -08:00
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" ]
use-chardet-on-py3 = [ "chardet (>=3.0.2,<6)" ]
[ [ package ] ]
name = "requests-oauthlib"
version = "1.3.1"
description = "OAuthlib authentication support for Requests."
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2022-05-22 11:52:57 -08:00
{ file = "requests-oauthlib-1.3.1.tar.gz" , hash = "sha256:75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a" } ,
{ file = "requests_oauthlib-1.3.1-py2.py3-none-any.whl" , hash = "sha256:2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5" } ,
2021-05-08 18:29:31 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
oauthlib = ">=3.0.0"
requests = ">=2.0.0"
[ package . extras ]
rsa = [ "oauthlib[signedtoken] (>=3.0.0)" ]
[ [ package ] ]
name = "rich"
2025-03-31 00:59:29 +00:00
version = "14.0.0"
2022-12-29 15:21:48 -08:00
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
optional = false
2024-10-02 19:51:51 +10:00
python-versions = ">=3.8.0"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2025-03-31 00:59:29 +00:00
{ file = "rich-14.0.0-py3-none-any.whl" , hash = "sha256:1c9491e1951aac09caffd42f448ee3d04e58923ffe14993f6e83068dc395d7e0" } ,
{ file = "rich-14.0.0.tar.gz" , hash = "sha256:82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725" } ,
2021-08-07 15:14:01 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2023-07-23 09:47:47 -08:00
markdown-it-py = ">=2.2.0"
2023-03-23 09:41:50 -08:00
pygments = ">=2.13.0,<3.0.0"
2022-12-29 15:21:48 -08:00
[ package . extras ]
2023-02-06 18:43:12 -09:00
jupyter = [ "ipywidgets (>=7.5.1,<9)" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "ruff"
2025-04-12 21:00:07 +02:00
version = "0.11.5"
2024-01-11 00:53:54 +00:00
description = "An extremely fast Python linter and code formatter, written in Rust."
2022-12-29 15:21:48 -08:00
optional = false
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2025-04-12 21:00:07 +02:00
{ file = "ruff-0.11.5-py3-none-linux_armv6l.whl" , hash = "sha256:2561294e108eb648e50f210671cc56aee590fb6167b594144401532138c66c7b" } ,
{ file = "ruff-0.11.5-py3-none-macosx_10_12_x86_64.whl" , hash = "sha256:ac12884b9e005c12d0bd121f56ccf8033e1614f736f766c118ad60780882a077" } ,
{ file = "ruff-0.11.5-py3-none-macosx_11_0_arm64.whl" , hash = "sha256:4bfd80a6ec559a5eeb96c33f832418bf0fb96752de0539905cf7b0cc1d31d779" } ,
{ file = "ruff-0.11.5-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0947c0a1afa75dcb5db4b34b070ec2bccee869d40e6cc8ab25aca11a7d527794" } ,
{ file = "ruff-0.11.5-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:ad871ff74b5ec9caa66cb725b85d4ef89b53f8170f47c3406e32ef040400b038" } ,
{ file = "ruff-0.11.5-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e6cf918390cfe46d240732d4d72fa6e18e528ca1f60e318a10835cf2fa3dc19f" } ,
{ file = "ruff-0.11.5-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl" , hash = "sha256:56145ee1478582f61c08f21076dc59153310d606ad663acc00ea3ab5b2125f82" } ,
{ file = "ruff-0.11.5-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e5f66f8f1e8c9fc594cbd66fbc5f246a8d91f916cb9667e80208663ec3728304" } ,
{ file = "ruff-0.11.5-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:80b4df4d335a80315ab9afc81ed1cff62be112bd165e162b5eed8ac55bfc8470" } ,
{ file = "ruff-0.11.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3068befab73620b8a0cc2431bd46b3cd619bc17d6f7695a3e1bb166b652c382a" } ,
{ file = "ruff-0.11.5-py3-none-musllinux_1_2_aarch64.whl" , hash = "sha256:f5da2e710a9641828e09aa98b92c9ebbc60518fdf3921241326ca3e8f8e55b8b" } ,
{ file = "ruff-0.11.5-py3-none-musllinux_1_2_armv7l.whl" , hash = "sha256:ef39f19cb8ec98cbc762344921e216f3857a06c47412030374fffd413fb8fd3a" } ,
{ file = "ruff-0.11.5-py3-none-musllinux_1_2_i686.whl" , hash = "sha256:b2a7cedf47244f431fd11aa5a7e2806dda2e0c365873bda7834e8f7d785ae159" } ,
{ file = "ruff-0.11.5-py3-none-musllinux_1_2_x86_64.whl" , hash = "sha256:81be52e7519f3d1a0beadcf8e974715b2dfc808ae8ec729ecfc79bddf8dbb783" } ,
{ file = "ruff-0.11.5-py3-none-win32.whl" , hash = "sha256:e268da7b40f56e3eca571508a7e567e794f9bfcc0f412c4b607931d3af9c4afe" } ,
{ file = "ruff-0.11.5-py3-none-win_amd64.whl" , hash = "sha256:6c6dc38af3cfe2863213ea25b6dc616d679205732dc0fb673356c2d69608f800" } ,
{ file = "ruff-0.11.5-py3-none-win_arm64.whl" , hash = "sha256:67e241b4314f4eacf14a601d586026a962f4002a475aa702c69980a38087aa4e" } ,
{ file = "ruff-0.11.5.tar.gz" , hash = "sha256:cae2e2439cb88853e421901ec040a758960b576126dab520fa08e9de431d1bef" } ,
2022-11-30 20:20:28 -09:00
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "setuptools"
2024-12-04 22:31:26 -06:00
version = "75.6.0"
2022-12-29 15:21:48 -08:00
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
2024-12-04 22:31:26 -06:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-12-04 22:31:26 -06:00
{ file = "setuptools-75.6.0-py3-none-any.whl" , hash = "sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d" } ,
{ file = "setuptools-75.6.0.tar.gz" , hash = "sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . extras ]
2025-03-18 09:52:30 -05:00
check = [ "pytest-checkdocs (>=2.4)" , "pytest-ruff (>=0.2.1) ; sys_platform != \"cygwin\"" , "ruff (>=0.7.0) ; sys_platform != \"cygwin\"" ]
core = [ "importlib_metadata (>=6) ; python_version < \"3.10\"" , "jaraco.collections" , "jaraco.functools (>=4)" , "jaraco.text (>=3.7)" , "more_itertools" , "more_itertools (>=8.8)" , "packaging" , "packaging (>=24.2)" , "platformdirs (>=4.2.2)" , "tomli (>=2.0.1) ; python_version < \"3.11\"" , "wheel (>=0.43.0)" ]
2024-12-04 22:31:26 -06:00
cover = [ "pytest-cov" ]
doc = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "pygments-github-lexers (==0.0.5)" , "pyproject-hooks (!=1.1)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-favicon" , "sphinx-inline-tabs" , "sphinx-lint" , "sphinx-notfound-page (>=1,<2)" , "sphinx-reredirects" , "sphinxcontrib-towncrier" , "towncrier (<24.7)" ]
enabler = [ "pytest-enabler (>=2.2)" ]
2025-03-18 09:52:30 -05:00
test = [ "build[virtualenv] (>=1.0.3)" , "filelock (>=3.4.0)" , "ini2toml[lite] (>=0.14)" , "jaraco.develop (>=7.21) ; python_version >= \"3.9\" and sys_platform != \"cygwin\"" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "jaraco.test (>=5.5)" , "packaging (>=24.2)" , "pip (>=19.1)" , "pyproject-hooks (!=1.1)" , "pytest (>=6,!=8.1.*)" , "pytest-home (>=0.5)" , "pytest-perf ; sys_platform != \"cygwin\"" , "pytest-subprocess" , "pytest-timeout" , "pytest-xdist (>=3)" , "tomli-w (>=1.0.0)" , "virtualenv (>=13.0.0)" , "wheel (>=0.44.0)" ]
type = [ "importlib_metadata (>=7.0.2) ; python_version < \"3.10\"" , "jaraco.develop (>=7.21) ; sys_platform != \"cygwin\"" , "mypy (>=1.12,<1.14)" , "pytest-mypy" ]
2022-12-29 15:21:48 -08: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.*"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2021-05-06 21:08:27 -08:00
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "sniffio"
2023-02-06 18:43:12 -09:00
version = "1.3.0"
2022-12-29 15:21:48 -08:00
description = "Sniff out which async library your code is running under"
optional = false
2023-02-06 18:43:12 -09:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "sniffio-1.3.0-py3-none-any.whl" , hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384" } ,
{ file = "sniffio-1.3.0.tar.gz" , hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101" } ,
2022-01-08 22:24:34 -09:00
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "soupsieve"
version = "2.3.2.post1"
description = "A modern CSS selector implementation for Beautiful Soup."
optional = false
python-versions = ">=3.6"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2022-05-22 11:52:57 -08:00
{ file = "soupsieve-2.3.2.post1-py3-none-any.whl" , hash = "sha256:3b2503d3c7084a42b1ebd08116e5f81aadfaea95863628c80a3b774a11b7c759" } ,
{ file = "soupsieve-2.3.2.post1.tar.gz" , hash = "sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "sqlalchemy"
2025-03-30 20:45:01 +00:00
version = "2.0.40"
2022-12-29 15:21:48 -08:00
description = "Database Abstraction Library"
optional = false
2023-02-06 18:43:12 -09:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2023-02-06 18:43:12 -09:00
files = [
2025-03-30 20:45:01 +00:00
{ file = "SQLAlchemy-2.0.40-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:ae9597cab738e7cc823f04a704fb754a9249f0b6695a6aeb63b74055cd417a96" } ,
{ file = "SQLAlchemy-2.0.40-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:37a5c21ab099a83d669ebb251fddf8f5cee4d75ea40a5a1653d9c43d60e20867" } ,
{ file = "SQLAlchemy-2.0.40-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bece9527f5a98466d67fb5d34dc560c4da964240d8b09024bb21c1246545e04e" } ,
{ file = "SQLAlchemy-2.0.40-cp37-cp37m-musllinux_1_2_aarch64.whl" , hash = "sha256:8bb131ffd2165fae48162c7bbd0d97c84ab961deea9b8bab16366543deeab625" } ,
{ file = "SQLAlchemy-2.0.40-cp37-cp37m-musllinux_1_2_x86_64.whl" , hash = "sha256:9408fd453d5f8990405cc9def9af46bfbe3183e6110401b407c2d073c3388f47" } ,
{ file = "SQLAlchemy-2.0.40-cp37-cp37m-win32.whl" , hash = "sha256:00a494ea6f42a44c326477b5bee4e0fc75f6a80c01570a32b57e89cf0fbef85a" } ,
{ file = "SQLAlchemy-2.0.40-cp37-cp37m-win_amd64.whl" , hash = "sha256:c7b927155112ac858357ccf9d255dd8c044fd9ad2dc6ce4c4149527c901fa4c3" } ,
{ file = "sqlalchemy-2.0.40-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:f1ea21bef99c703f44444ad29c2c1b6bd55d202750b6de8e06a955380f4725d7" } ,
{ file = "sqlalchemy-2.0.40-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:afe63b208153f3a7a2d1a5b9df452b0673082588933e54e7c8aac457cf35e758" } ,
{ file = "sqlalchemy-2.0.40-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a8aae085ea549a1eddbc9298b113cffb75e514eadbb542133dd2b99b5fb3b6af" } ,
{ file = "sqlalchemy-2.0.40-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5ea9181284754d37db15156eb7be09c86e16e50fbe77610e9e7bee09291771a1" } ,
{ file = "sqlalchemy-2.0.40-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:5434223b795be5c5ef8244e5ac98056e290d3a99bdcc539b916e282b160dda00" } ,
{ file = "sqlalchemy-2.0.40-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:15d08d5ef1b779af6a0909b97be6c1fd4298057504eb6461be88bd1696cb438e" } ,
{ file = "sqlalchemy-2.0.40-cp310-cp310-win32.whl" , hash = "sha256:cd2f75598ae70bcfca9117d9e51a3b06fe29edd972fdd7fd57cc97b4dbf3b08a" } ,
{ file = "sqlalchemy-2.0.40-cp310-cp310-win_amd64.whl" , hash = "sha256:2cbafc8d39ff1abdfdda96435f38fab141892dc759a2165947d1a8fffa7ef596" } ,
{ file = "sqlalchemy-2.0.40-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:f6bacab7514de6146a1976bc56e1545bee247242fab030b89e5f70336fc0003e" } ,
{ file = "sqlalchemy-2.0.40-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:5654d1ac34e922b6c5711631f2da497d3a7bffd6f9f87ac23b35feea56098011" } ,
{ file = "sqlalchemy-2.0.40-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:35904d63412db21088739510216e9349e335f142ce4a04b69e2528020ee19ed4" } ,
{ file = "sqlalchemy-2.0.40-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9c7a80ed86d6aaacb8160a1caef6680d4ddd03c944d985aecee940d168c411d1" } ,
{ file = "sqlalchemy-2.0.40-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:519624685a51525ddaa7d8ba8265a1540442a2ec71476f0e75241eb8263d6f51" } ,
{ file = "sqlalchemy-2.0.40-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:2ee5f9999a5b0e9689bed96e60ee53c3384f1a05c2dd8068cc2e8361b0df5b7a" } ,
{ file = "sqlalchemy-2.0.40-cp311-cp311-win32.whl" , hash = "sha256:c0cae71e20e3c02c52f6b9e9722bca70e4a90a466d59477822739dc31ac18b4b" } ,
{ file = "sqlalchemy-2.0.40-cp311-cp311-win_amd64.whl" , hash = "sha256:574aea2c54d8f1dd1699449f332c7d9b71c339e04ae50163a3eb5ce4c4325ee4" } ,
{ file = "sqlalchemy-2.0.40-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:9d3b31d0a1c44b74d3ae27a3de422dfccd2b8f0b75e51ecb2faa2bf65ab1ba0d" } ,
{ file = "sqlalchemy-2.0.40-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:37f7a0f506cf78c80450ed1e816978643d3969f99c4ac6b01104a6fe95c5490a" } ,
{ file = "sqlalchemy-2.0.40-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0bb933a650323e476a2e4fbef8997a10d0003d4da996aad3fd7873e962fdde4d" } ,
{ file = "sqlalchemy-2.0.40-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6959738971b4745eea16f818a2cd086fb35081383b078272c35ece2b07012716" } ,
{ file = "sqlalchemy-2.0.40-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:110179728e442dae85dd39591beb74072ae4ad55a44eda2acc6ec98ead80d5f2" } ,
{ file = "sqlalchemy-2.0.40-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:e8040680eaacdce4d635f12c55c714f3d4c7f57da2bc47a01229d115bd319191" } ,
{ file = "sqlalchemy-2.0.40-cp312-cp312-win32.whl" , hash = "sha256:650490653b110905c10adac69408380688cefc1f536a137d0d69aca1069dc1d1" } ,
{ file = "sqlalchemy-2.0.40-cp312-cp312-win_amd64.whl" , hash = "sha256:2be94d75ee06548d2fc591a3513422b873490efb124048f50556369a834853b0" } ,
{ file = "sqlalchemy-2.0.40-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:915866fd50dd868fdcc18d61d8258db1bf9ed7fbd6dfec960ba43365952f3b01" } ,
{ file = "sqlalchemy-2.0.40-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:4a4c5a2905a9ccdc67a8963e24abd2f7afcd4348829412483695c59e0af9a705" } ,
{ file = "sqlalchemy-2.0.40-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:55028d7a3ebdf7ace492fab9895cbc5270153f75442a0472d8516e03159ab364" } ,
{ file = "sqlalchemy-2.0.40-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6cfedff6878b0e0d1d0a50666a817ecd85051d12d56b43d9d425455e608b5ba0" } ,
{ file = "sqlalchemy-2.0.40-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:bb19e30fdae77d357ce92192a3504579abe48a66877f476880238a962e5b96db" } ,
{ file = "sqlalchemy-2.0.40-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:16d325ea898f74b26ffcd1cf8c593b0beed8714f0317df2bed0d8d1de05a8f26" } ,
{ file = "sqlalchemy-2.0.40-cp313-cp313-win32.whl" , hash = "sha256:a669cbe5be3c63f75bcbee0b266779706f1a54bcb1000f302685b87d1b8c1500" } ,
{ file = "sqlalchemy-2.0.40-cp313-cp313-win_amd64.whl" , hash = "sha256:641ee2e0834812d657862f3a7de95e0048bdcb6c55496f39c6fa3d435f6ac6ad" } ,
{ file = "sqlalchemy-2.0.40-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:50f5885bbed261fc97e2e66c5156244f9704083a674b8d17f24c72217d29baf5" } ,
{ file = "sqlalchemy-2.0.40-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:cf0e99cdb600eabcd1d65cdba0d3c91418fee21c4aa1d28db47d095b1064a7d8" } ,
{ file = "sqlalchemy-2.0.40-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fe147fcd85aaed53ce90645c91ed5fca0cc88a797314c70dfd9d35925bd5d106" } ,
{ file = "sqlalchemy-2.0.40-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:baf7cee56bd552385c1ee39af360772fbfc2f43be005c78d1140204ad6148438" } ,
{ file = "sqlalchemy-2.0.40-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:4aeb939bcac234b88e2d25d5381655e8353fe06b4e50b1c55ecffe56951d18c2" } ,
{ file = "sqlalchemy-2.0.40-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:c268b5100cfeaa222c40f55e169d484efa1384b44bf9ca415eae6d556f02cb08" } ,
{ file = "sqlalchemy-2.0.40-cp38-cp38-win32.whl" , hash = "sha256:46628ebcec4f23a1584fb52f2abe12ddb00f3bb3b7b337618b80fc1b51177aff" } ,
{ file = "sqlalchemy-2.0.40-cp38-cp38-win_amd64.whl" , hash = "sha256:7e0505719939e52a7b0c65d20e84a6044eb3712bb6f239c6b1db77ba8e173a37" } ,
{ file = "sqlalchemy-2.0.40-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:c884de19528e0fcd9dc34ee94c810581dd6e74aef75437ff17e696c2bfefae3e" } ,
{ file = "sqlalchemy-2.0.40-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:1abb387710283fc5983d8a1209d9696a4eae9db8d7ac94b402981fe2fe2e39ad" } ,
{ file = "sqlalchemy-2.0.40-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5cfa124eda500ba4b0d3afc3e91ea27ed4754e727c7f025f293a22f512bcd4c9" } ,
{ file = "sqlalchemy-2.0.40-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8b6b28d303b9d57c17a5164eb1fd2d5119bb6ff4413d5894e74873280483eeb5" } ,
{ file = "sqlalchemy-2.0.40-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:b5a5bbe29c10c5bfd63893747a1bf6f8049df607638c786252cb9243b86b6706" } ,
{ file = "sqlalchemy-2.0.40-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:f0fda83e113bb0fb27dc003685f32a5dcb99c9c4f41f4fa0838ac35265c23b5c" } ,
{ file = "sqlalchemy-2.0.40-cp39-cp39-win32.whl" , hash = "sha256:957f8d85d5e834397ef78a6109550aeb0d27a53b5032f7a57f2451e1adc37e98" } ,
{ file = "sqlalchemy-2.0.40-cp39-cp39-win_amd64.whl" , hash = "sha256:1ffdf9c91428e59744f8e6f98190516f8e1d05eec90e936eb08b257332c5e870" } ,
{ file = "sqlalchemy-2.0.40-py3-none-any.whl" , hash = "sha256:32587e2e1e359276957e6fe5dad089758bc042a971a8a09ae8ecf7a8fe23d07a" } ,
{ file = "sqlalchemy-2.0.40.tar.gz" , hash = "sha256:d827099289c64589418ebbcaead0145cd19f4e3e8a93919a0100247af245fa00" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2025-03-30 20:45:01 +00:00
greenlet = { version = ">=1" , markers = "python_version < \"3.14\" and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")" }
2024-02-19 15:17:40 +00:00
typing-extensions = ">=4.6.0"
2022-12-29 15:21:48 -08:00
[ package . extras ]
2025-03-30 20:45:01 +00:00
aiomysql = [ "aiomysql (>=0.2.0)" , "greenlet (>=1)" ]
aioodbc = [ "aioodbc" , "greenlet (>=1)" ]
aiosqlite = [ "aiosqlite" , "greenlet (>=1)" , "typing_extensions (!=3.10.0.1)" ]
asyncio = [ "greenlet (>=1)" ]
asyncmy = [ "asyncmy (>=0.2.3,!=0.2.4,!=0.2.6)" , "greenlet (>=1)" ]
2024-10-17 11:09:09 +02:00
mariadb-connector = [ "mariadb (>=1.0.1,!=1.1.2,!=1.1.5,!=1.1.10)" ]
2022-12-29 15:21:48 -08:00
mssql = [ "pyodbc" ]
mssql-pymssql = [ "pymssql" ]
mssql-pyodbc = [ "pyodbc" ]
2023-02-06 18:43:12 -09:00
mypy = [ "mypy (>=0.910)" ]
mysql = [ "mysqlclient (>=1.4.0)" ]
2022-12-29 15:21:48 -08:00
mysql-connector = [ "mysql-connector-python" ]
2024-02-19 15:17:40 +00:00
oracle = [ "cx_oracle (>=8)" ]
2023-02-06 18:43:12 -09:00
oracle-oracledb = [ "oracledb (>=1.0.1)" ]
2022-12-29 15:21:48 -08:00
postgresql = [ "psycopg2 (>=2.7)" ]
2025-03-30 20:45:01 +00:00
postgresql-asyncpg = [ "asyncpg" , "greenlet (>=1)" ]
2023-02-06 18:43:12 -09:00
postgresql-pg8000 = [ "pg8000 (>=1.29.1)" ]
postgresql-psycopg = [ "psycopg (>=3.0.7)" ]
2022-12-29 15:21:48 -08:00
postgresql-psycopg2binary = [ "psycopg2-binary" ]
postgresql-psycopg2cffi = [ "psycopg2cffi" ]
2023-07-23 09:46:23 -08:00
postgresql-psycopgbinary = [ "psycopg[binary] (>=3.0.7)" ]
2023-02-06 18:43:12 -09:00
pymysql = [ "pymysql" ]
2024-02-19 15:17:40 +00:00
sqlcipher = [ "sqlcipher3_binary" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "starlette"
2024-10-24 11:54:26 -05:00
version = "0.41.0"
2022-12-29 15:21:48 -08:00
description = "The little ASGI library that shines."
optional = false
2024-01-25 18:48:32 +00:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2024-10-24 11:54:26 -05:00
{ file = "starlette-0.41.0-py3-none-any.whl" , hash = "sha256:a0193a3c413ebc9c78bff1c3546a45bb8c8bcb4a84cae8747d650a65bd37210a" } ,
{ file = "starlette-0.41.0.tar.gz" , hash = "sha256:39cbd8768b107d68bfe1ff1672b38a2c38b49777de46d2a592841d58e3bf7c2a" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
anyio = ">=3.4.0,<5"
[ package . extras ]
2024-02-04 16:22:12 -06:00
full = [ "httpx (>=0.22.0)" , "itsdangerous" , "jinja2" , "python-multipart (>=0.0.7)" , "pyyaml" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "text-unidecode"
version = "1.3"
description = "The most basic Text::Unidecode port"
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2021-05-01 20:46:02 -08:00
{ file = "text-unidecode-1.3.tar.gz" , hash = "sha256:bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93" } ,
{ file = "text_unidecode-1.3-py2.py3-none-any.whl" , hash = "sha256:1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8" } ,
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "tomlkit"
2023-02-06 18:43:12 -09:00
version = "0.11.6"
2022-12-29 15:21:48 -08:00
description = "Style preserving TOML library"
optional = false
2023-02-06 18:43:12 -09:00
python-versions = ">=3.6"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "tomlkit-0.11.6-py3-none-any.whl" , hash = "sha256:07de26b0d8cfc18f871aec595fda24d95b08fef89d147caa861939f37230bf4b" } ,
{ file = "tomlkit-0.11.6.tar.gz" , hash = "sha256:71b952e5721688937fb02cf9d354dbcf0785066149d2855e44531ebdd2b65d73" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
2024-05-22 04:45:07 -05:00
[ [ package ] ]
name = "tqdm"
version = "4.66.4"
description = "Fast, Extensible Progress Meter"
optional = false
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2024-05-22 04:45:07 -05:00
files = [
{ file = "tqdm-4.66.4-py3-none-any.whl" , hash = "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644" } ,
{ file = "tqdm-4.66.4.tar.gz" , hash = "sha256:e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb" } ,
]
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . extras ]
dev = [ "pytest (>=6)" , "pytest-cov" , "pytest-timeout" , "pytest-xdist" ]
notebook = [ "ipywidgets (>=6)" ]
slack = [ "slack-sdk" ]
telegram = [ "requests" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "types-python-dateutil"
2023-02-06 18:43:12 -09:00
version = "2.8.19.6"
2022-12-29 15:21:48 -08:00
description = "Typing stubs for python-dateutil"
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "types-python-dateutil-2.8.19.6.tar.gz" , hash = "sha256:4a6f4cc19ce4ba1a08670871e297bf3802f55d4f129e6aa2443f540b6cf803d2" } ,
{ file = "types_python_dateutil-2.8.19.6-py3-none-any.whl" , hash = "sha256:cfb7d31021c6bce6f3362c69af6e3abb48fe3e08854f02487e844ff910deec2a" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "types-python-slugify"
2023-01-01 11:29:49 -09:00
version = "6.1.0.1"
2022-12-29 15:21:48 -08:00
description = "Typing stubs for python-slugify"
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-01-01 11:29:49 -09:00
{ file = "types-python-slugify-6.1.0.1.tar.gz" , hash = "sha256:21fd3af49842944acf96f07e320399fac51fdb9c857b7bf1cf2118526e252a22" } ,
{ file = "types_python_slugify-6.1.0.1-py3-none-any.whl" , hash = "sha256:260d08ab291d15fa7ab26b95bfb23eddb422aaeb9b9182d0da46decbf751349e" } ,
2022-03-15 15:01:56 -08:00
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "types-pyyaml"
2023-02-06 18:43:12 -09:00
version = "6.0.12.4"
2022-12-29 15:21:48 -08:00
description = "Typing stubs for PyYAML"
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "types-PyYAML-6.0.12.4.tar.gz" , hash = "sha256:ade6e328a5a3df816c47c912c2e1e946ae2bace90744aa73111ee6834b03a314" } ,
{ file = "types_PyYAML-6.0.12.4-py3-none-any.whl" , hash = "sha256:de3bacfc4e0772d9b1baf007c37354f3c34c8952e90307d5155b6de0fc183a67" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "types-requests"
2023-02-06 18:43:12 -09:00
version = "2.28.11.8"
2022-12-29 15:21:48 -08:00
description = "Typing stubs for requests"
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "types-requests-2.28.11.8.tar.gz" , hash = "sha256:e67424525f84adfbeab7268a159d3c633862dafae15c5b19547ce1b55954f0a3" } ,
{ file = "types_requests-2.28.11.8-py3-none-any.whl" , hash = "sha256:61960554baca0008ae7e2db2bd3b322ca9a144d3e80ce270f5fb640817e40994" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
types-urllib3 = "<1.27"
[ [ package ] ]
name = "types-urllib3"
2023-02-06 18:43:12 -09:00
version = "1.26.25.4"
2022-12-29 15:21:48 -08:00
description = "Typing stubs for urllib3"
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "types-urllib3-1.26.25.4.tar.gz" , hash = "sha256:eec5556428eec862b1ac578fb69aab3877995a99ffec9e5a12cf7fbd0cc9daee" } ,
{ file = "types_urllib3-1.26.25.4-py3-none-any.whl" , hash = "sha256:ed6b9e8a8be488796f72306889a06a3fc3cb1aa99af02ab8afb50144d7317e49" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
2024-07-01 12:34:25 -05:00
[ [ package ] ]
name = "typing-extensions"
2025-04-14 10:42:32 +02:00
version = "4.13.2"
2024-07-01 12:34:25 -05:00
description = "Backported and Experimental Type Hints for Python 3.8+"
optional = false
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2024-07-01 12:34:25 -05:00
files = [
2025-04-14 10:42:32 +02:00
{ file = "typing_extensions-4.13.2-py3-none-any.whl" , hash = "sha256:a439e7c04b49fec3e5d3e2beaa21755cadbbdc391694e28ccdd36ca4a1408f8c" } ,
{ file = "typing_extensions-4.13.2.tar.gz" , hash = "sha256:e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef" } ,
2024-07-01 12:34:25 -05:00
]
2025-03-30 16:49:16 -05:00
[ [ package ] ]
name = "typing-inspection"
version = "0.4.0"
description = "Runtime typing introspection tools"
optional = false
python-versions = ">=3.9"
groups = [ "main" , "dev" ]
files = [
{ file = "typing_inspection-0.4.0-py3-none-any.whl" , hash = "sha256:50e72559fcd2a6367a19f7a7e610e6afcb9fac940c650290eed893d61386832f" } ,
{ file = "typing_inspection-0.4.0.tar.gz" , hash = "sha256:9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" } ,
]
[ package . dependencies ]
typing-extensions = ">=4.12.0"
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "tzdata"
2024-09-23 21:42:44 +02:00
version = "2024.2"
2022-12-29 15:21:48 -08:00
description = "Provider of IANA time zone data"
optional = false
python-versions = ">=2"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2024-09-23 21:42:44 +02:00
{ file = "tzdata-2024.2-py2.py3-none-any.whl" , hash = "sha256:a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd" } ,
{ file = "tzdata-2024.2.tar.gz" , hash = "sha256:7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc" } ,
2021-11-04 14:01:37 -08:00
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "urllib3"
2023-02-06 18:43:12 -09:00
version = "1.26.14"
2022-12-29 15:21:48 -08:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
2023-02-06 18:43:12 -09:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2025-02-07 16:42:43 -06:00
groups = [ "main" , "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "urllib3-1.26.14-py2.py3-none-any.whl" , hash = "sha256:75edcdc2f7d85b137124a6c3c9fc3933cdeaa12ecb9a6a959f22797a0feca7e1" } ,
{ file = "urllib3-1.26.14.tar.gz" , hash = "sha256:076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . extras ]
2025-03-18 09:52:30 -05:00
brotli = [ "brotli (>=1.0.9) ; (os_name != \"nt\" or python_version >= \"3\") and platform_python_implementation == \"CPython\"" , "brotlicffi (>=0.8.0) ; (os_name != \"nt\" or python_version >= \"3\") and platform_python_implementation != \"CPython\"" , "brotlipy (>=0.6.0) ; os_name == \"nt\" and python_version < \"3\"" ]
secure = [ "certifi" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "ipaddress ; python_version == \"2.7\"" , "pyOpenSSL (>=0.14)" , "urllib3-secure-extra" ]
2022-12-29 15:21:48 -08:00
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
[ [ package ] ]
name = "uvicorn"
2024-12-18 05:01:29 +00:00
version = "0.34.0"
2022-12-29 15:21:48 -08:00
description = "The lightning-fast ASGI server."
optional = false
2024-12-18 05:01:29 +00:00
python-versions = ">=3.9"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2024-12-18 05:01:29 +00:00
{ file = "uvicorn-0.34.0-py3-none-any.whl" , hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4" } ,
{ file = "uvicorn-0.34.0.tar.gz" , hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2022-12-30 12:44:54 -08:00
click = ">=7.0"
2022-12-29 15:21:48 -08:00
colorama = { version = ">=0.4" , optional = true , markers = "sys_platform == \"win32\" and extra == \"standard\"" }
h11 = ">=0.8"
2024-11-26 12:25:04 +01:00
httptools = { version = ">=0.6.3" , optional = true , markers = "extra == \"standard\"" }
2022-12-29 15:21:48 -08:00
python-dotenv = { version = ">=0.13" , optional = true , markers = "extra == \"standard\"" }
2022-12-30 12:44:54 -08:00
pyyaml = { version = ">=5.1" , optional = true , markers = "extra == \"standard\"" }
2025-03-18 09:52:30 -05:00
uvloop = { version = ">=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1" , optional = true , markers = "sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\" and extra == \"standard\"" }
2022-12-30 12:44:54 -08:00
watchfiles = { version = ">=0.13" , optional = true , markers = "extra == \"standard\"" }
websockets = { version = ">=10.4" , optional = true , markers = "extra == \"standard\"" }
2022-12-29 15:21:48 -08:00
[ package . extras ]
2025-03-18 09:52:30 -05:00
standard = [ "colorama (>=0.4) ; sys_platform == \"win32\"" , "httptools (>=0.6.3)" , "python-dotenv (>=0.13)" , "pyyaml (>=5.1)" , "uvloop (>=0.14.0,!=0.15.0,!=0.15.1) ; sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\"" , "watchfiles (>=0.13)" , "websockets (>=10.4)" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "uvloop"
2024-09-15 11:48:50 +10:00
version = "0.20.0"
2022-12-29 15:21:48 -08:00
description = "Fast implementation of asyncio event loop on top of libuv"
optional = false
2024-09-15 11:48:50 +10:00
python-versions = ">=3.8.0"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2025-03-18 09:52:30 -05:00
markers = "sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\""
2022-12-29 15:21:48 -08:00
files = [
2024-09-15 11:48:50 +10:00
{ file = "uvloop-0.20.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:9ebafa0b96c62881d5cafa02d9da2e44c23f9f0cd829f3a32a6aff771449c996" } ,
{ file = "uvloop-0.20.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:35968fc697b0527a06e134999eef859b4034b37aebca537daeb598b9d45a137b" } ,
{ file = "uvloop-0.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b16696f10e59d7580979b420eedf6650010a4a9c3bd8113f24a103dfdb770b10" } ,
{ file = "uvloop-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9b04d96188d365151d1af41fa2d23257b674e7ead68cfd61c725a422764062ae" } ,
{ file = "uvloop-0.20.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:94707205efbe809dfa3a0d09c08bef1352f5d3d6612a506f10a319933757c006" } ,
{ file = "uvloop-0.20.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:89e8d33bb88d7263f74dc57d69f0063e06b5a5ce50bb9a6b32f5fcbe655f9e73" } ,
{ file = "uvloop-0.20.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:e50289c101495e0d1bb0bfcb4a60adde56e32f4449a67216a1ab2750aa84f037" } ,
{ file = "uvloop-0.20.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:e237f9c1e8a00e7d9ddaa288e535dc337a39bcbf679f290aee9d26df9e72bce9" } ,
{ file = "uvloop-0.20.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:746242cd703dc2b37f9d8b9f173749c15e9a918ddb021575a0205ec29a38d31e" } ,
{ file = "uvloop-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:82edbfd3df39fb3d108fc079ebc461330f7c2e33dbd002d146bf7c445ba6e756" } ,
{ file = "uvloop-0.20.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:80dc1b139516be2077b3e57ce1cb65bfed09149e1d175e0478e7a987863b68f0" } ,
{ file = "uvloop-0.20.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:4f44af67bf39af25db4c1ac27e82e9665717f9c26af2369c404be865c8818dcf" } ,
{ file = "uvloop-0.20.0-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:4b75f2950ddb6feed85336412b9a0c310a2edbcf4cf931aa5cfe29034829676d" } ,
{ file = "uvloop-0.20.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:77fbc69c287596880ecec2d4c7a62346bef08b6209749bf6ce8c22bbaca0239e" } ,
{ file = "uvloop-0.20.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6462c95f48e2d8d4c993a2950cd3d31ab061864d1c226bbf0ee2f1a8f36674b9" } ,
{ file = "uvloop-0.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:649c33034979273fa71aa25d0fe120ad1777c551d8c4cd2c0c9851d88fcb13ab" } ,
{ file = "uvloop-0.20.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:3a609780e942d43a275a617c0839d85f95c334bad29c4c0918252085113285b5" } ,
{ file = "uvloop-0.20.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:aea15c78e0d9ad6555ed201344ae36db5c63d428818b4b2a42842b3870127c00" } ,
{ file = "uvloop-0.20.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:f0e94b221295b5e69de57a1bd4aeb0b3a29f61be6e1b478bb8a69a73377db7ba" } ,
{ file = "uvloop-0.20.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:fee6044b64c965c425b65a4e17719953b96e065c5b7e09b599ff332bb2744bdf" } ,
{ file = "uvloop-0.20.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:265a99a2ff41a0fd56c19c3838b29bf54d1d177964c300dad388b27e84fd7847" } ,
{ file = "uvloop-0.20.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b10c2956efcecb981bf9cfb8184d27d5d64b9033f917115a960b83f11bfa0d6b" } ,
{ file = "uvloop-0.20.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:e7d61fe8e8d9335fac1bf8d5d82820b4808dd7a43020c149b63a1ada953d48a6" } ,
{ file = "uvloop-0.20.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2beee18efd33fa6fdb0976e18475a4042cd31c7433c866e8a09ab604c7c22ff2" } ,
{ file = "uvloop-0.20.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:d8c36fdf3e02cec92aed2d44f63565ad1522a499c654f07935c8f9d04db69e95" } ,
{ file = "uvloop-0.20.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:a0fac7be202596c7126146660725157d4813aa29a4cc990fe51346f75ff8fde7" } ,
{ file = "uvloop-0.20.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9d0fba61846f294bce41eb44d60d58136090ea2b5b99efd21cbdf4e21927c56a" } ,
{ file = "uvloop-0.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:95720bae002ac357202e0d866128eb1ac82545bcf0b549b9abe91b5178d9b541" } ,
{ file = "uvloop-0.20.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:36c530d8fa03bfa7085af54a48f2ca16ab74df3ec7108a46ba82fd8b411a2315" } ,
{ file = "uvloop-0.20.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:e97152983442b499d7a71e44f29baa75b3b02e65d9c44ba53b10338e98dedb66" } ,
{ file = "uvloop-0.20.0.tar.gz" , hash = "sha256:4603ca714a754fc8d9b197e325db25b2ea045385e8a3ad05d3463de725fdf469" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . extras ]
docs = [ "Sphinx (>=4.1.2,<4.2.0)" , "sphinx-rtd-theme (>=0.5.2,<0.6.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" ]
2025-03-18 09:52:30 -05:00
test = [ "Cython (>=0.29.36,<0.30.0)" , "aiohttp (==3.9.0b0) ; python_version >= \"3.12\"" , "aiohttp (>=3.8.1) ; python_version < \"3.12\"" , "flake8 (>=5.0,<6.0)" , "mypy (>=0.800)" , "psutil" , "pyOpenSSL (>=23.0.0,<23.1.0)" , "pycodestyle (>=2.9.0,<2.10.0)" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "virtualenv"
2024-12-04 22:31:26 -06:00
version = "20.28.0"
2022-12-29 15:21:48 -08:00
description = "Virtual Python Environment builder"
optional = false
2024-12-04 22:31:26 -06:00
python-versions = ">=3.8"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2024-12-04 22:31:26 -06:00
{ file = "virtualenv-20.28.0-py3-none-any.whl" , hash = "sha256:23eae1b4516ecd610481eda647f3a7c09aea295055337331bb4e6892ecce47b0" } ,
{ file = "virtualenv-20.28.0.tar.gz" , hash = "sha256:2c9c3262bb8e7b87ea801d715fae4495e6032450c71d2309be9550e7364049aa" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2024-12-04 22:31:26 -06:00
distlib = ">=0.3.7,<1"
filelock = ">=3.12.2,<4"
platformdirs = ">=3.9.1,<5"
2022-12-29 15:21:48 -08:00
[ package . extras ]
2024-12-04 22:31:26 -06:00
docs = [ "furo (>=2023.7.26)" , "proselint (>=0.13)" , "sphinx (>=7.1.2,!=7.3)" , "sphinx-argparse (>=0.4)" , "sphinxcontrib-towncrier (>=0.2.1a0)" , "towncrier (>=23.6)" ]
2025-03-18 09:52:30 -05:00
test = [ "covdefaults (>=2.3)" , "coverage (>=7.2.7)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3.7)" , "packaging (>=23.1)" , "pytest (>=7.4)" , "pytest-env (>=0.8.2)" , "pytest-freezer (>=0.4.8) ; platform_python_implementation == \"PyPy\" or platform_python_implementation == \"CPython\" and sys_platform == \"win32\" and python_version >= \"3.13\"" , "pytest-mock (>=3.11.1)" , "pytest-randomly (>=3.12)" , "pytest-timeout (>=2.1)" , "setuptools (>=68)" , "time-machine (>=2.10) ; platform_python_implementation == \"CPython\"" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "w3lib"
2023-02-06 18:43:12 -09:00
version = "2.1.1"
2022-12-29 15:21:48 -08:00
description = "Library of web-related functions"
optional = false
2023-02-06 18:43:12 -09:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "w3lib-2.1.1-py3-none-any.whl" , hash = "sha256:7fd5bd7980a95d1a8185e867d05f68a591aa281a3ded4590d2641d7b09086ed4" } ,
{ file = "w3lib-2.1.1.tar.gz" , hash = "sha256:0e1198f1b745195b6b3dd1a4cd66011fbf82f30a4d9dabaee1f9e5c86f020274" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "watchdog"
2023-02-06 18:43:12 -09:00
version = "2.2.1"
2022-12-29 15:21:48 -08:00
description = "Filesystem events monitoring"
optional = false
python-versions = ">=3.6"
2025-02-07 16:42:43 -06:00
groups = [ "dev" ]
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "watchdog-2.2.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:a09483249d25cbdb4c268e020cb861c51baab2d1affd9a6affc68ffe6a231260" } ,
{ file = "watchdog-2.2.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:5100eae58133355d3ca6c1083a33b81355c4f452afa474c2633bd2fbbba398b3" } ,
{ file = "watchdog-2.2.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:e618a4863726bc7a3c64f95c218437f3349fb9d909eb9ea3a1ed3b567417c661" } ,
{ file = "watchdog-2.2.1-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:102a60093090fc3ff76c983367b19849b7cc24ec414a43c0333680106e62aae1" } ,
{ file = "watchdog-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:748ca797ff59962e83cc8e4b233f87113f3cf247c23e6be58b8a2885c7337aa3" } ,
{ file = "watchdog-2.2.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:6ccd8d84b9490a82b51b230740468116b8205822ea5fdc700a553d92661253a3" } ,
{ file = "watchdog-2.2.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:6e01d699cd260d59b84da6bda019dce0a3353e3fcc774408ae767fe88ee096b7" } ,
{ file = "watchdog-2.2.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:8586d98c494690482c963ffb24c49bf9c8c2fe0589cec4dc2f753b78d1ec301d" } ,
{ file = "watchdog-2.2.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:adaf2ece15f3afa33a6b45f76b333a7da9256e1360003032524d61bdb4c422ae" } ,
{ file = "watchdog-2.2.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:83a7cead445008e880dbde833cb9e5cc7b9a0958edb697a96b936621975f15b9" } ,
{ file = "watchdog-2.2.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:f8ac23ff2c2df4471a61af6490f847633024e5aa120567e08d07af5718c9d092" } ,
{ file = "watchdog-2.2.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:d0f29fd9f3f149a5277929de33b4f121a04cf84bb494634707cfa8ea8ae106a8" } ,
{ file = "watchdog-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:967636031fa4c4955f0f3f22da3c5c418aa65d50908d31b73b3b3ffd66d60640" } ,
{ file = "watchdog-2.2.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:96cbeb494e6cbe3ae6aacc430e678ce4b4dd3ae5125035f72b6eb4e5e9eb4f4e" } ,
{ file = "watchdog-2.2.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:61fdb8e9c57baf625e27e1420e7ca17f7d2023929cd0065eb79c83da1dfbeacd" } ,
{ file = "watchdog-2.2.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:4cb5ecc332112017fbdb19ede78d92e29a8165c46b68a0b8ccbd0a154f196d5e" } ,
{ file = "watchdog-2.2.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:a480d122740debf0afac4ddd583c6c0bb519c24f817b42ed6f850e2f6f9d64a8" } ,
{ file = "watchdog-2.2.1-py3-none-manylinux2014_aarch64.whl" , hash = "sha256:978a1aed55de0b807913b7482d09943b23a2d634040b112bdf31811a422f6344" } ,
{ file = "watchdog-2.2.1-py3-none-manylinux2014_armv7l.whl" , hash = "sha256:8c28c23972ec9c524967895ccb1954bc6f6d4a557d36e681a36e84368660c4ce" } ,
{ file = "watchdog-2.2.1-py3-none-manylinux2014_i686.whl" , hash = "sha256:c27d8c1535fd4474e40a4b5e01f4ba6720bac58e6751c667895cbc5c8a7af33c" } ,
{ file = "watchdog-2.2.1-py3-none-manylinux2014_ppc64.whl" , hash = "sha256:d6b87477752bd86ac5392ecb9eeed92b416898c30bd40c7e2dd03c3146105646" } ,
{ file = "watchdog-2.2.1-py3-none-manylinux2014_ppc64le.whl" , hash = "sha256:cece1aa596027ff56369f0b50a9de209920e1df9ac6d02c7f9e5d8162eb4f02b" } ,
{ file = "watchdog-2.2.1-py3-none-manylinux2014_s390x.whl" , hash = "sha256:8b5cde14e5c72b2df5d074774bdff69e9b55da77e102a91f36ef26ca35f9819c" } ,
{ file = "watchdog-2.2.1-py3-none-manylinux2014_x86_64.whl" , hash = "sha256:e038be858425c4f621900b8ff1a3a1330d9edcfeaa1c0468aeb7e330fb87693e" } ,
{ file = "watchdog-2.2.1-py3-none-win32.whl" , hash = "sha256:bc43c1b24d2f86b6e1cc15f68635a959388219426109233e606517ff7d0a5a73" } ,
{ file = "watchdog-2.2.1-py3-none-win_amd64.whl" , hash = "sha256:17f1708f7410af92ddf591e94ae71a27a13974559e72f7e9fde3ec174b26ba2e" } ,
{ file = "watchdog-2.2.1-py3-none-win_ia64.whl" , hash = "sha256:195ab1d9d611a4c1e5311cbf42273bc541e18ea8c32712f2fb703cfc6ff006f9" } ,
{ file = "watchdog-2.2.1.tar.gz" , hash = "sha256:cdcc23c9528601a8a293eb4369cbd14f6b4f34f07ae8769421252e9c22718b6f" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . extras ]
watchmedo = [ "PyYAML (>=3.10)" ]
[ [ package ] ]
2022-12-30 12:44:54 -08:00
name = "watchfiles"
version = "0.18.1"
description = "Simple, modern and high performance file watching and code reload in python."
2022-12-29 15:21:48 -08:00
optional = false
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2022-12-30 12:44:54 -08:00
{ file = "watchfiles-0.18.1-cp37-abi3-macosx_10_7_x86_64.whl" , hash = "sha256:9891d3c94272108bcecf5597a592e61105279def1313521e637f2d5acbe08bc9" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-macosx_11_0_arm64.whl" , hash = "sha256:7102342d60207fa635e24c02a51c6628bf0472e5fef067f78a612386840407fc" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:00ea0081eca5e8e695cffbc3a726bb90da77f4e3f78ce29b86f0d95db4e70ef7" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1b8e6db99e49cd7125d8a4c9d33c0735eea7b75a942c6ad68b75be3e91c242fb" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:bc7c726855f04f22ac79131b51bf0c9f728cb2117419ed830a43828b2c4a5fcb" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cbaff354d12235002e62d9d3fa8bcf326a8490c1179aa5c17195a300a9e5952f" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:888db233e06907c555eccd10da99b9cd5ed45deca47e41766954292dc9f7b198" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:dde79930d1b28f15994ad6613aa2865fc7a403d2bb14585a8714a53233b15717" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-win32.whl" , hash = "sha256:e2b2bdd26bf8d6ed90763e6020b475f7634f919dbd1730ea1b6f8cb88e21de5d" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-win_amd64.whl" , hash = "sha256:c541e0f2c3e95e83e4f84561c893284ba984e9d0025352057396d96dceb09f44" } ,
{ file = "watchfiles-0.18.1-cp37-abi3-win_arm64.whl" , hash = "sha256:9a26272ef3e930330fc0c2c148cc29706cc2c40d25760c7ccea8d768a8feef8b" } ,
{ file = "watchfiles-0.18.1-pp38-pypy38_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:9fb12a5e2b42e0b53769455ff93546e6bc9ab14007fbd436978d827a95ca5bd1" } ,
{ file = "watchfiles-0.18.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:548d6b42303d40264118178053c78820533b683b20dfbb254a8706ca48467357" } ,
{ file = "watchfiles-0.18.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6e0d8fdfebc50ac7569358f5c75f2b98bb473befccf9498cf23b3e39993bb45a" } ,
{ file = "watchfiles-0.18.1-pp39-pypy39_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:0f9a22fff1745e2bb930b1e971c4c5b67ea3b38ae17a6adb9019371f80961219" } ,
{ file = "watchfiles-0.18.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b02e7fa03cd4059dd61ff0600080a5a9e7a893a85cb8e5178943533656eec65e" } ,
{ file = "watchfiles-0.18.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a868ce2c7565137f852bd4c863a164dc81306cae7378dbdbe4e2aca51ddb8857" } ,
{ file = "watchfiles-0.18.1.tar.gz" , hash = "sha256:4ec0134a5e31797eb3c6c624dbe9354f2a8ee9c720e0b46fc5b7bab472b7c6d4" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2022-12-30 12:44:54 -08:00
anyio = ">=3.0.0"
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
optional = false
python-versions = "*"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2021-05-01 20:46:02 -08:00
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "websockets"
2022-12-30 12:44:54 -08:00
version = "10.4"
2022-12-29 15:21:48 -08:00
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
optional = false
2022-12-30 12:44:54 -08:00
python-versions = ">=3.7"
2025-02-07 16:42:43 -06:00
groups = [ "main" ]
2022-12-29 15:21:48 -08:00
files = [
2022-12-30 12:44:54 -08:00
{ file = "websockets-10.4-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d58804e996d7d2307173d56c297cf7bc132c52df27a3efaac5e8d43e36c21c48" } ,
{ file = "websockets-10.4-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:bc0b82d728fe21a0d03e65f81980abbbcb13b5387f733a1a870672c5be26edab" } ,
{ file = "websockets-10.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ba089c499e1f4155d2a3c2a05d2878a3428cf321c848f2b5a45ce55f0d7d310c" } ,
{ file = "websockets-10.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:33d69ca7612f0ddff3316b0c7b33ca180d464ecac2d115805c044bf0a3b0d032" } ,
{ file = "websockets-10.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:62e627f6b6d4aed919a2052efc408da7a545c606268d5ab5bfab4432734b82b4" } ,
{ file = "websockets-10.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:38ea7b82bfcae927eeffc55d2ffa31665dc7fec7b8dc654506b8e5a518eb4d50" } ,
{ file = "websockets-10.4-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:e0cb5cc6ece6ffa75baccfd5c02cffe776f3f5c8bf486811f9d3ea3453676ce8" } ,
{ file = "websockets-10.4-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:ae5e95cfb53ab1da62185e23b3130e11d64431179debac6dc3c6acf08760e9b1" } ,
{ file = "websockets-10.4-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:7c584f366f46ba667cfa66020344886cf47088e79c9b9d39c84ce9ea98aaa331" } ,
{ file = "websockets-10.4-cp310-cp310-win32.whl" , hash = "sha256:b029fb2032ae4724d8ae8d4f6b363f2cc39e4c7b12454df8df7f0f563ed3e61a" } ,
{ file = "websockets-10.4-cp310-cp310-win_amd64.whl" , hash = "sha256:8dc96f64ae43dde92530775e9cb169979f414dcf5cff670455d81a6823b42089" } ,
{ file = "websockets-10.4-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:47a2964021f2110116cc1125b3e6d87ab5ad16dea161949e7244ec583b905bb4" } ,
{ file = "websockets-10.4-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:e789376b52c295c4946403bd0efecf27ab98f05319df4583d3c48e43c7342c2f" } ,
{ file = "websockets-10.4-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:7d3f0b61c45c3fa9a349cf484962c559a8a1d80dae6977276df8fd1fa5e3cb8c" } ,
{ file = "websockets-10.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f55b5905705725af31ccef50e55391621532cd64fbf0bc6f4bac935f0fccec46" } ,
{ file = "websockets-10.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:00c870522cdb69cd625b93f002961ffb0c095394f06ba8c48f17eef7c1541f96" } ,
{ file = "websockets-10.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8f38706e0b15d3c20ef6259fd4bc1700cd133b06c3c1bb108ffe3f8947be15fa" } ,
{ file = "websockets-10.4-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:f2c38d588887a609191d30e902df2a32711f708abfd85d318ca9b367258cfd0c" } ,
{ file = "websockets-10.4-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:fe10ddc59b304cb19a1bdf5bd0a7719cbbc9fbdd57ac80ed436b709fcf889106" } ,
{ file = "websockets-10.4-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:90fcf8929836d4a0e964d799a58823547df5a5e9afa83081761630553be731f9" } ,
{ file = "websockets-10.4-cp311-cp311-win32.whl" , hash = "sha256:b9968694c5f467bf67ef97ae7ad4d56d14be2751000c1207d31bf3bb8860bae8" } ,
{ file = "websockets-10.4-cp311-cp311-win_amd64.whl" , hash = "sha256:a7a240d7a74bf8d5cb3bfe6be7f21697a28ec4b1a437607bae08ac7acf5b4882" } ,
{ file = "websockets-10.4-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:74de2b894b47f1d21cbd0b37a5e2b2392ad95d17ae983e64727e18eb281fe7cb" } ,
{ file = "websockets-10.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e3a686ecb4aa0d64ae60c9c9f1a7d5d46cab9bfb5d91a2d303d00e2cd4c4c5cc" } ,
{ file = "websockets-10.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b0d15c968ea7a65211e084f523151dbf8ae44634de03c801b8bd070b74e85033" } ,
{ file = "websockets-10.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:00213676a2e46b6ebf6045bc11d0f529d9120baa6f58d122b4021ad92adabd41" } ,
{ file = "websockets-10.4-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:e23173580d740bf8822fd0379e4bf30aa1d5a92a4f252d34e893070c081050df" } ,
{ file = "websockets-10.4-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:dd500e0a5e11969cdd3320935ca2ff1e936f2358f9c2e61f100a1660933320ea" } ,
{ file = "websockets-10.4-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:4239b6027e3d66a89446908ff3027d2737afc1a375f8fd3eea630a4842ec9a0c" } ,
{ file = "websockets-10.4-cp37-cp37m-win32.whl" , hash = "sha256:8a5cc00546e0a701da4639aa0bbcb0ae2bb678c87f46da01ac2d789e1f2d2038" } ,
{ file = "websockets-10.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:a9f9a735deaf9a0cadc2d8c50d1a5bcdbae8b6e539c6e08237bc4082d7c13f28" } ,
{ file = "websockets-10.4-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:5c1289596042fad2cdceb05e1ebf7aadf9995c928e0da2b7a4e99494953b1b94" } ,
{ file = "websockets-10.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0cff816f51fb33c26d6e2b16b5c7d48eaa31dae5488ace6aae468b361f422b63" } ,
{ file = "websockets-10.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:dd9becd5fe29773d140d68d607d66a38f60e31b86df75332703757ee645b6faf" } ,
{ file = "websockets-10.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:45ec8e75b7dbc9539cbfafa570742fe4f676eb8b0d3694b67dabe2f2ceed8aa6" } ,
{ file = "websockets-10.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4f72e5cd0f18f262f5da20efa9e241699e0cf3a766317a17392550c9ad7b37d8" } ,
{ file = "websockets-10.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:185929b4808b36a79c65b7865783b87b6841e852ef5407a2fb0c03381092fa3b" } ,
{ file = "websockets-10.4-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:7d27a7e34c313b3a7f91adcd05134315002aaf8540d7b4f90336beafaea6217c" } ,
{ file = "websockets-10.4-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:884be66c76a444c59f801ac13f40c76f176f1bfa815ef5b8ed44321e74f1600b" } ,
{ file = "websockets-10.4-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:931c039af54fc195fe6ad536fde4b0de04da9d5916e78e55405436348cfb0e56" } ,
{ file = "websockets-10.4-cp38-cp38-win32.whl" , hash = "sha256:db3c336f9eda2532ec0fd8ea49fef7a8df8f6c804cdf4f39e5c5c0d4a4ad9a7a" } ,
{ file = "websockets-10.4-cp38-cp38-win_amd64.whl" , hash = "sha256:48c08473563323f9c9debac781ecf66f94ad5a3680a38fe84dee5388cf5acaf6" } ,
{ file = "websockets-10.4-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:40e826de3085721dabc7cf9bfd41682dadc02286d8cf149b3ad05bff89311e4f" } ,
{ file = "websockets-10.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:56029457f219ade1f2fc12a6504ea61e14ee227a815531f9738e41203a429112" } ,
{ file = "websockets-10.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f5fc088b7a32f244c519a048c170f14cf2251b849ef0e20cbbb0fdf0fdaf556f" } ,
{ file = "websockets-10.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2fc8709c00704194213d45e455adc106ff9e87658297f72d544220e32029cd3d" } ,
{ file = "websockets-10.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0154f7691e4fe6c2b2bc275b5701e8b158dae92a1ab229e2b940efe11905dff4" } ,
{ file = "websockets-10.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4c6d2264f485f0b53adf22697ac11e261ce84805c232ed5dbe6b1bcb84b00ff0" } ,
{ file = "websockets-10.4-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:9bc42e8402dc5e9905fb8b9649f57efcb2056693b7e88faa8fb029256ba9c68c" } ,
{ file = "websockets-10.4-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:edc344de4dac1d89300a053ac973299e82d3db56330f3494905643bb68801269" } ,
{ file = "websockets-10.4-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:84bc2a7d075f32f6ed98652db3a680a17a4edb21ca7f80fe42e38753a58ee02b" } ,
{ file = "websockets-10.4-cp39-cp39-win32.whl" , hash = "sha256:c94ae4faf2d09f7c81847c63843f84fe47bf6253c9d60b20f25edfd30fb12588" } ,
{ file = "websockets-10.4-cp39-cp39-win_amd64.whl" , hash = "sha256:bbccd847aa0c3a69b5f691a84d2341a4f8a629c6922558f2a70611305f902d74" } ,
{ file = "websockets-10.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:82ff5e1cae4e855147fd57a2863376ed7454134c2bf49ec604dfe71e446e2193" } ,
{ file = "websockets-10.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d210abe51b5da0ffdbf7b43eed0cfdff8a55a1ab17abbec4301c9ff077dd0342" } ,
{ file = "websockets-10.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:942de28af58f352a6f588bc72490ae0f4ccd6dfc2bd3de5945b882a078e4e179" } ,
{ file = "websockets-10.4-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c9b27d6c1c6cd53dc93614967e9ce00ae7f864a2d9f99fe5ed86706e1ecbf485" } ,
{ file = "websockets-10.4-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:3d3cac3e32b2c8414f4f87c1b2ab686fa6284a980ba283617404377cd448f631" } ,
{ file = "websockets-10.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:da39dd03d130162deb63da51f6e66ed73032ae62e74aaccc4236e30edccddbb0" } ,
{ file = "websockets-10.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:389f8dbb5c489e305fb113ca1b6bdcdaa130923f77485db5b189de343a179393" } ,
{ file = "websockets-10.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:09a1814bb15eff7069e51fed0826df0bc0702652b5cb8f87697d469d79c23576" } ,
{ file = "websockets-10.4-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ff64a1d38d156d429404aaa84b27305e957fd10c30e5880d1765c9480bea490f" } ,
{ file = "websockets-10.4-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:b343f521b047493dc4022dd338fc6db9d9282658862756b4f6fd0e996c1380e1" } ,
{ file = "websockets-10.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:932af322458da7e4e35df32f050389e13d3d96b09d274b22a7aa1808f292fee4" } ,
{ file = "websockets-10.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d6a4162139374a49eb18ef5b2f4da1dd95c994588f5033d64e0bbfda4b6b6fcf" } ,
{ file = "websockets-10.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c57e4c1349fbe0e446c9fa7b19ed2f8a4417233b6984277cce392819123142d3" } ,
{ file = "websockets-10.4-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b627c266f295de9dea86bd1112ed3d5fafb69a348af30a2422e16590a8ecba13" } ,
{ file = "websockets-10.4-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:05a7233089f8bd355e8cbe127c2e8ca0b4ea55467861906b80d2ebc7db4d6b72" } ,
{ file = "websockets-10.4.tar.gz" , hash = "sha256:eef610b23933c54d5d921c92578ae5f89813438fded840c2e9809d378dc765d3" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ extras ]
pgsql = [ "psycopg2-binary" ]
[ metadata ]
2025-02-07 16:42:43 -06:00
lock-version = "2.1"
2025-02-28 08:17:28 -06:00
python-versions = ">=3.12,<3.13"
2025-03-31 00:59:29 +00:00
content-hash = "8a7e7fa1d9c59a3637763804c8f03b3b27c0a60b3b21c6d0d795c6238ba4a7a5"