2024-12-04 22:31:26 -06:00
# This file is automatically @generated by Poetry 1.8.4 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"
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"
2024-11-06 09:38:11 -06:00
version = "1.14.0"
2022-02-21 21:44:23 +01:00
description = "A database migration tool for SQLAlchemy."
optional = false
2024-01-10 20:30:17 +00:00
python-versions = ">=3.8"
2022-12-29 15:21:48 -08:00
files = [
2024-11-06 09:38:11 -06:00
{ file = "alembic-1.14.0-py3-none-any.whl" , hash = "sha256:99bd884ca390466db5e27ffccff1d179ec5c05c965cfefc0607e69f9e411cb25" } ,
{ file = "alembic-1.14.0.tar.gz" , hash = "sha256:b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b" } ,
2022-12-29 15:21:48 -08:00
]
2022-02-21 21:44:23 +01:00
[ package . dependencies ]
Mako = "*"
SQLAlchemy = ">=1.3.0"
2023-04-05 18:06:55 -08:00
typing-extensions = ">=4"
2022-02-21 21:44:23 +01:00
[ package . extras ]
2024-01-10 20:30:17 +00:00
tz = [ "backports.zoneinfo" ]
2022-02-21 21:44:23 +01:00
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "aniso8601"
2023-01-01 15:44:19 -09:00
version = "9.0.1"
2021-05-01 20:46:02 -08:00
description = "A library for parsing ISO 8601 strings."
optional = false
python-versions = "*"
2022-12-29 15:21:48 -08:00
files = [
2023-01-01 15:44:19 -09:00
{ file = "aniso8601-9.0.1-py2.py3-none-any.whl" , hash = "sha256:1d2b7ef82963909e93c4f24ce48d4de9e66009a21bf1c1e1c85bdd0812fe412f" } ,
{ file = "aniso8601-9.0.1.tar.gz" , hash = "sha256:72e3117667eedf66951bb2d93f4296a56b94b078a8a95905a052611fb3f1b973" } ,
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"
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"
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" ]
test = [ "anyio[trio]" , "coverage[toml] (>=4.5)" , "hypothesis (>=4.0)" , "mock (>=4)" , "psutil (>=5.9)" , "pytest (>=7.0)" , "pytest-mock (>=3.6.1)" , "trustme" , "uvloop (>=0.17)" ]
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 = "*"
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-01-09 16:27:41 +00:00
version = "1.9.2"
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"
2022-12-29 15:21:48 -08:00
files = [
2025-01-09 16:27:41 +00:00
{ file = "apprise-1.9.2-py3-none-any.whl" , hash = "sha256:52bd580058d8534b204bfc9ca53b5810c6a935d1bed7c463147e244b2c93362b" } ,
{ file = "apprise-1.9.2.tar.gz" , hash = "sha256:290eb1217028dd5040802371494d70c1bcab907e6634a77c263489dbe4fd73a8" } ,
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"
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"
2024-12-20 10:01:02 -06:00
version = "1.4.0"
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"
2024-03-10 13:51:36 -05:00
files = [
2024-12-20 10:01:02 -06:00
{ file = "Authlib-1.4.0-py2.py3-none-any.whl" , hash = "sha256:4bb20b978c8b636222b549317c1815e1fe62234fc1c5efe8855d84aebf3a74e3" } ,
{ file = "authlib-1.4.0.tar.gz" , hash = "sha256:1c1e6608b5ed3624aeeee136ca7f8c120d6f51f731aa152b153d54741840e1f2" } ,
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"
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" ]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "bcrypt"
2024-11-20 14:05:14 +01:00
version = "4.2.1"
2021-05-01 20:46:02 -08:00
description = "Modern password hashing for your software and your servers"
optional = false
2024-01-10 01:56:11 +00:00
python-versions = ">=3.7"
2022-12-29 15:21:48 -08:00
files = [
2024-11-20 14:05:14 +01:00
{ file = "bcrypt-4.2.1-cp37-abi3-macosx_10_12_universal2.whl" , hash = "sha256:1340411a0894b7d3ef562fb233e4b6ed58add185228650942bdc885362f32c17" } ,
{ file = "bcrypt-4.2.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b1ee315739bc8387aa36ff127afc99120ee452924e0df517a8f3e4c0187a0f5f" } ,
{ file = "bcrypt-4.2.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8dbd0747208912b1e4ce730c6725cb56c07ac734b3629b60d4398f082ea718ad" } ,
{ file = "bcrypt-4.2.1-cp37-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:aaa2e285be097050dba798d537b6efd9b698aa88eef52ec98d23dcd6d7cf6fea" } ,
{ file = "bcrypt-4.2.1-cp37-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:76d3e352b32f4eeb34703370e370997065d28a561e4a18afe4fef07249cb4396" } ,
{ file = "bcrypt-4.2.1-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:b7703ede632dc945ed1172d6f24e9f30f27b1b1a067f32f68bf169c5f08d0425" } ,
{ file = "bcrypt-4.2.1-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:89df2aea2c43be1e1fa066df5f86c8ce822ab70a30e4c210968669565c0f4685" } ,
{ file = "bcrypt-4.2.1-cp37-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:04e56e3fe8308a88b77e0afd20bec516f74aecf391cdd6e374f15cbed32783d6" } ,
{ file = "bcrypt-4.2.1-cp37-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:cfdf3d7530c790432046c40cda41dfee8c83e29482e6a604f8930b9930e94139" } ,
{ file = "bcrypt-4.2.1-cp37-abi3-win32.whl" , hash = "sha256:adadd36274510a01f33e6dc08f5824b97c9580583bd4487c564fc4617b328005" } ,
{ file = "bcrypt-4.2.1-cp37-abi3-win_amd64.whl" , hash = "sha256:8c458cd103e6c5d1d85cf600e546a639f234964d0228909d8f8dbeebff82d526" } ,
{ file = "bcrypt-4.2.1-cp39-abi3-macosx_10_12_universal2.whl" , hash = "sha256:8ad2f4528cbf0febe80e5a3a57d7a74e6635e41af1ea5675282a33d769fba413" } ,
{ file = "bcrypt-4.2.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:909faa1027900f2252a9ca5dfebd25fc0ef1417943824783d1c8418dd7d6df4a" } ,
{ file = "bcrypt-4.2.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cde78d385d5e93ece5479a0a87f73cd6fa26b171c786a884f955e165032b262c" } ,
{ file = "bcrypt-4.2.1-cp39-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:533e7f3bcf2f07caee7ad98124fab7499cb3333ba2274f7a36cf1daee7409d99" } ,
{ file = "bcrypt-4.2.1-cp39-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:687cf30e6681eeda39548a93ce9bfbb300e48b4d445a43db4298d2474d2a1e54" } ,
{ file = "bcrypt-4.2.1-cp39-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:041fa0155c9004eb98a232d54da05c0b41d4b8e66b6fc3cb71b4b3f6144ba837" } ,
{ file = "bcrypt-4.2.1-cp39-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:f85b1ffa09240c89aa2e1ae9f3b1c687104f7b2b9d2098da4e923f1b7082d331" } ,
{ file = "bcrypt-4.2.1-cp39-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:c6f5fa3775966cca251848d4d5393ab016b3afed251163c1436fefdec3b02c84" } ,
{ file = "bcrypt-4.2.1-cp39-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:807261df60a8b1ccd13e6599c779014a362ae4e795f5c59747f60208daddd96d" } ,
{ file = "bcrypt-4.2.1-cp39-abi3-win32.whl" , hash = "sha256:b588af02b89d9fad33e5f98f7838bf590d6d692df7153647724a7f20c186f6bf" } ,
{ file = "bcrypt-4.2.1-cp39-abi3-win_amd64.whl" , hash = "sha256:e84e0e6f8e40a242b11bce56c313edc2be121cec3e0ec2d76fce01f6af33c07c" } ,
{ file = "bcrypt-4.2.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:76132c176a6d9953cdc83c296aeaed65e1a708485fd55abf163e0d9f8f16ce0e" } ,
{ file = "bcrypt-4.2.1-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:e158009a54c4c8bc91d5e0da80920d048f918c61a581f0a63e4e93bb556d362f" } ,
{ file = "bcrypt-4.2.1.tar.gz" , hash = "sha256:6765386e3ab87f569b276988742039baab087b2cdb01e809d74e74503c2faafe" } ,
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"
2024-01-17 18:15:28 +00:00
version = "4.12.3"
2021-05-01 20:46:02 -08:00
description = "Screen-scraping library"
optional = false
2022-05-22 11:52:57 -08:00
python-versions = ">=3.6.0"
2022-12-29 15:21:48 -08:00
files = [
2024-01-17 18:15:28 +00:00
{ file = "beautifulsoup4-4.12.3-py3-none-any.whl" , hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed" } ,
{ file = "beautifulsoup4-4.12.3.tar.gz" , hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051" } ,
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"
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"
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"
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"
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 = "*"
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"
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"
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
]
2021-08-07 15:14:01 -08:00
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "coverage"
2024-12-26 15:53:57 -06:00
version = "7.6.10"
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"
2023-01-01 11:53:51 -09:00
files = [
2024-12-26 15:53:57 -06:00
{ file = "coverage-7.6.10-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:5c912978f7fbf47ef99cec50c4401340436d200d41d714c7a4766f377c5b7b78" } ,
{ file = "coverage-7.6.10-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a01ec4af7dfeb96ff0078ad9a48810bb0cc8abcb0115180c6013a6b26237626c" } ,
{ file = "coverage-7.6.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a3b204c11e2b2d883946fe1d97f89403aa1811df28ce0447439178cc7463448a" } ,
{ file = "coverage-7.6.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:32ee6d8491fcfc82652a37109f69dee9a830e9379166cb73c16d8dc5c2915165" } ,
{ file = "coverage-7.6.10-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:675cefc4c06e3b4c876b85bfb7c59c5e2218167bbd4da5075cbe3b5790a28988" } ,
{ file = "coverage-7.6.10-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:f4f620668dbc6f5e909a0946a877310fb3d57aea8198bde792aae369ee1c23b5" } ,
{ file = "coverage-7.6.10-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:4eea95ef275de7abaef630c9b2c002ffbc01918b726a39f5a4353916ec72d2f3" } ,
{ file = "coverage-7.6.10-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:e2f0280519e42b0a17550072861e0bc8a80a0870de260f9796157d3fca2733c5" } ,
{ file = "coverage-7.6.10-cp310-cp310-win32.whl" , hash = "sha256:bc67deb76bc3717f22e765ab3e07ee9c7a5e26b9019ca19a3b063d9f4b874244" } ,
{ file = "coverage-7.6.10-cp310-cp310-win_amd64.whl" , hash = "sha256:0f460286cb94036455e703c66988851d970fdfd8acc2a1122ab7f4f904e4029e" } ,
{ file = "coverage-7.6.10-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:ea3c8f04b3e4af80e17bab607c386a830ffc2fb88a5484e1df756478cf70d1d3" } ,
{ file = "coverage-7.6.10-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:507a20fc863cae1d5720797761b42d2d87a04b3e5aeb682ef3b7332e90598f43" } ,
{ file = "coverage-7.6.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d37a84878285b903c0fe21ac8794c6dab58150e9359f1aaebbeddd6412d53132" } ,
{ file = "coverage-7.6.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a534738b47b0de1995f85f582d983d94031dffb48ab86c95bdf88dc62212142f" } ,
{ file = "coverage-7.6.10-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0d7a2bf79378d8fb8afaa994f91bfd8215134f8631d27eba3e0e2c13546ce994" } ,
{ file = "coverage-7.6.10-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:6713ba4b4ebc330f3def51df1d5d38fad60b66720948112f114968feb52d3f99" } ,
{ file = "coverage-7.6.10-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:ab32947f481f7e8c763fa2c92fd9f44eeb143e7610c4ca9ecd6a36adab4081bd" } ,
{ file = "coverage-7.6.10-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:7bbd8c8f1b115b892e34ba66a097b915d3871db7ce0e6b9901f462ff3a975377" } ,
{ file = "coverage-7.6.10-cp311-cp311-win32.whl" , hash = "sha256:299e91b274c5c9cdb64cbdf1b3e4a8fe538a7a86acdd08fae52301b28ba297f8" } ,
{ file = "coverage-7.6.10-cp311-cp311-win_amd64.whl" , hash = "sha256:489a01f94aa581dbd961f306e37d75d4ba16104bbfa2b0edb21d29b73be83609" } ,
{ file = "coverage-7.6.10-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:27c6e64726b307782fa5cbe531e7647aee385a29b2107cd87ba7c0105a5d3853" } ,
{ file = "coverage-7.6.10-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:c56e097019e72c373bae32d946ecf9858fda841e48d82df7e81c63ac25554078" } ,
{ file = "coverage-7.6.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c7827a5bc7bdb197b9e066cdf650b2887597ad124dd99777332776f7b7c7d0d0" } ,
{ file = "coverage-7.6.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:204a8238afe787323a8b47d8be4df89772d5c1e4651b9ffa808552bdf20e1d50" } ,
{ file = "coverage-7.6.10-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e67926f51821b8e9deb6426ff3164870976fe414d033ad90ea75e7ed0c2e5022" } ,
{ file = "coverage-7.6.10-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:e78b270eadb5702938c3dbe9367f878249b5ef9a2fcc5360ac7bff694310d17b" } ,
{ file = "coverage-7.6.10-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:714f942b9c15c3a7a5fe6876ce30af831c2ad4ce902410b7466b662358c852c0" } ,
{ file = "coverage-7.6.10-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:abb02e2f5a3187b2ac4cd46b8ced85a0858230b577ccb2c62c81482ca7d18852" } ,
{ file = "coverage-7.6.10-cp312-cp312-win32.whl" , hash = "sha256:55b201b97286cf61f5e76063f9e2a1d8d2972fc2fcfd2c1272530172fd28c359" } ,
{ file = "coverage-7.6.10-cp312-cp312-win_amd64.whl" , hash = "sha256:e4ae5ac5e0d1e4edfc9b4b57b4cbecd5bc266a6915c500f358817a8496739247" } ,
{ file = "coverage-7.6.10-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:05fca8ba6a87aabdd2d30d0b6c838b50510b56cdcfc604d40760dae7153b73d9" } ,
{ file = "coverage-7.6.10-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:9e80eba8801c386f72e0712a0453431259c45c3249f0009aff537a517b52942b" } ,
{ file = "coverage-7.6.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a372c89c939d57abe09e08c0578c1d212e7a678135d53aa16eec4430adc5e690" } ,
{ file = "coverage-7.6.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ec22b5e7fe7a0fa8509181c4aac1db48f3dd4d3a566131b313d1efc102892c18" } ,
{ file = "coverage-7.6.10-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:26bcf5c4df41cad1b19c84af71c22cbc9ea9a547fc973f1f2cc9a290002c8b3c" } ,
{ file = "coverage-7.6.10-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:4e4630c26b6084c9b3cb53b15bd488f30ceb50b73c35c5ad7871b869cb7365fd" } ,
{ file = "coverage-7.6.10-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:2396e8116db77789f819d2bc8a7e200232b7a282c66e0ae2d2cd84581a89757e" } ,
{ file = "coverage-7.6.10-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:79109c70cc0882e4d2d002fe69a24aa504dec0cc17169b3c7f41a1d341a73694" } ,
{ file = "coverage-7.6.10-cp313-cp313-win32.whl" , hash = "sha256:9e1747bab246d6ff2c4f28b4d186b205adced9f7bd9dc362051cc37c4a0c7bd6" } ,
{ file = "coverage-7.6.10-cp313-cp313-win_amd64.whl" , hash = "sha256:254f1a3b1eef5f7ed23ef265eaa89c65c8c5b6b257327c149db1ca9d4a35f25e" } ,
{ file = "coverage-7.6.10-cp313-cp313t-macosx_10_13_x86_64.whl" , hash = "sha256:2ccf240eb719789cedbb9fd1338055de2761088202a9a0b73032857e53f612fe" } ,
{ file = "coverage-7.6.10-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:0c807ca74d5a5e64427c8805de15b9ca140bba13572d6d74e262f46f50b13273" } ,
{ file = "coverage-7.6.10-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2bcfa46d7709b5a7ffe089075799b902020b62e7ee56ebaed2f4bdac04c508d8" } ,
{ file = "coverage-7.6.10-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4e0de1e902669dccbf80b0415fb6b43d27edca2fbd48c74da378923b05316098" } ,
{ file = "coverage-7.6.10-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3f7b444c42bbc533aaae6b5a2166fd1a797cdb5eb58ee51a92bee1eb94a1e1cb" } ,
{ file = "coverage-7.6.10-cp313-cp313t-musllinux_1_2_aarch64.whl" , hash = "sha256:b330368cb99ef72fcd2dc3ed260adf67b31499584dc8a20225e85bfe6f6cfed0" } ,
{ file = "coverage-7.6.10-cp313-cp313t-musllinux_1_2_i686.whl" , hash = "sha256:9a7cfb50515f87f7ed30bc882f68812fd98bc2852957df69f3003d22a2aa0abf" } ,
{ file = "coverage-7.6.10-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:6f93531882a5f68c28090f901b1d135de61b56331bba82028489bc51bdd818d2" } ,
{ file = "coverage-7.6.10-cp313-cp313t-win32.whl" , hash = "sha256:89d76815a26197c858f53c7f6a656686ec392b25991f9e409bcef020cd532312" } ,
{ file = "coverage-7.6.10-cp313-cp313t-win_amd64.whl" , hash = "sha256:54a5f0f43950a36312155dae55c505a76cd7f2b12d26abeebbe7a0b36dbc868d" } ,
{ file = "coverage-7.6.10-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:656c82b8a0ead8bba147de9a89bda95064874c91a3ed43a00e687f23cc19d53a" } ,
{ file = "coverage-7.6.10-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:ccc2b70a7ed475c68ceb548bf69cec1e27305c1c2606a5eb7c3afff56a1b3b27" } ,
{ file = "coverage-7.6.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a5e37dc41d57ceba70956fa2fc5b63c26dba863c946ace9705f8eca99daecdc4" } ,
{ file = "coverage-7.6.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0aa9692b4fdd83a4647eeb7db46410ea1322b5ed94cd1715ef09d1d5922ba87f" } ,
{ file = "coverage-7.6.10-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:aa744da1820678b475e4ba3dfd994c321c5b13381d1041fe9c608620e6676e25" } ,
{ file = "coverage-7.6.10-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:c0b1818063dc9e9d838c09e3a473c1422f517889436dd980f5d721899e66f315" } ,
{ file = "coverage-7.6.10-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:59af35558ba08b758aec4d56182b222976330ef8d2feacbb93964f576a7e7a90" } ,
{ file = "coverage-7.6.10-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:7ed2f37cfce1ce101e6dffdfd1c99e729dd2ffc291d02d3e2d0af8b53d13840d" } ,
{ file = "coverage-7.6.10-cp39-cp39-win32.whl" , hash = "sha256:4bcc276261505d82f0ad426870c3b12cb177752834a633e737ec5ee79bbdff18" } ,
{ file = "coverage-7.6.10-cp39-cp39-win_amd64.whl" , hash = "sha256:457574f4599d2b00f7f637a0700a6422243b3565509457b2dbd3f50703e11f59" } ,
{ file = "coverage-7.6.10-pp39.pp310-none-any.whl" , hash = "sha256:fd34e7b3405f0cc7ab03d54a334c17a9e802897580d964bd8c2001f4b9fd488f" } ,
{ file = "coverage-7.6.10.tar.gz" , hash = "sha256:7fb105327c8f8f0682e29843e2ff96af9dcbe5bab8eeb4b398c6a33a16d80a23" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ package . extras ]
2023-01-01 11:53:51 -09:00
toml = [ "tomli" ]
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"
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"
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"
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 = "*"
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"
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"
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"
2024-12-09 11:43:18 -06:00
version = "0.115.6"
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"
2022-12-29 15:21:48 -08:00
files = [
2024-12-09 11:43:18 -06:00
{ file = "fastapi-0.115.6-py3-none-any.whl" , hash = "sha256:e9240b29e36fa8f4bb7290316988e90c381e5092e0cbe84e7818cc3713bcf305" } ,
{ file = "fastapi-0.115.6.tar.gz" , hash = "sha256:9ec46f7addc14ea472958a96aae5b5de65f39721a46aaf5705c480d9a8b76654" } ,
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"
2024-10-24 11:54:26 -05:00
starlette = ">=0.40.0,<0.42.0"
2023-11-27 11:13:48 -06:00
typing-extensions = ">=4.8.0"
2021-05-01 20:46:02 -08:00
[ package . extras ]
2024-08-26 12:10:32 -05:00
all = [ "email-validator (>=2.0.0)" , "fastapi-cli[standard] (>=0.0.5)" , "httpx (>=0.23.0)" , "itsdangerous (>=1.1.0)" , "jinja2 (>=2.11.2)" , "orjson (>=3.2.1)" , "pydantic-extra-types (>=2.0.0)" , "pydantic-settings (>=2.0.0)" , "python-multipart (>=0.0.7)" , "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 (>=2.11.2)" , "python-multipart (>=0.0.7)" , "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"
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)" ]
typing = [ "typing-extensions (>=4.12.2)" ]
2022-03-15 15:01:56 -08:00
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"
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 = "*"
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"
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"
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 = "*"
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"
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.*"
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 ]
2022-09-25 16:01:25 -08:00
all = [ "chardet (>=2.2)" , "genshi" , "lxml" ]
2021-05-01 20:46:02 -08:00
chardet = [ "chardet (>=2.2)" ]
genshi = [ "genshi" ]
lxml = [ "lxml" ]
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"
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"
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"
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 ]
2022-12-30 12:44:54 -08:00
brotli = [ "brotli" , "brotlicffi" ]
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"
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"
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
[ [ 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"
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"
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"
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"
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"
2024-12-21 17:25:01 -06:00
version = "3.1.5"
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"
2022-12-29 15:21:48 -08:00
files = [
2024-12-21 17:25:01 -06:00
{ file = "jinja2-3.1.5-py3-none-any.whl" , hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb" } ,
{ file = "jinja2-3.1.5.tar.gz" , hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb" } ,
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"
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" } ,
]
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 = "*"
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"
2024-08-12 10:56:25 +00:00
version = "5.3.0"
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"
files = [
2024-08-12 10:56:25 +00:00
{ file = "lxml-5.3.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:dd36439be765e2dde7660212b5275641edbc813e7b24668831a5c8ac91180656" } ,
{ file = "lxml-5.3.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:ae5fe5c4b525aa82b8076c1a59d642c17b6e8739ecf852522c6321852178119d" } ,
{ file = "lxml-5.3.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:501d0d7e26b4d261fca8132854d845e4988097611ba2531408ec91cf3fd9d20a" } ,
{ file = "lxml-5.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fb66442c2546446944437df74379e9cf9e9db353e61301d1a0e26482f43f0dd8" } ,
{ file = "lxml-5.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9e41506fec7a7f9405b14aa2d5c8abbb4dbbd09d88f9496958b6d00cb4d45330" } ,
{ file = "lxml-5.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f7d4a670107d75dfe5ad080bed6c341d18c4442f9378c9f58e5851e86eb79965" } ,
{ file = "lxml-5.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:41ce1f1e2c7755abfc7e759dc34d7d05fd221723ff822947132dc934d122fe22" } ,
{ file = "lxml-5.3.0-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:44264ecae91b30e5633013fb66f6ddd05c006d3e0e884f75ce0b4755b3e3847b" } ,
{ file = "lxml-5.3.0-cp310-cp310-manylinux_2_28_ppc64le.whl" , hash = "sha256:3c174dc350d3ec52deb77f2faf05c439331d6ed5e702fc247ccb4e6b62d884b7" } ,
{ file = "lxml-5.3.0-cp310-cp310-manylinux_2_28_s390x.whl" , hash = "sha256:2dfab5fa6a28a0b60a20638dc48e6343c02ea9933e3279ccb132f555a62323d8" } ,
{ file = "lxml-5.3.0-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:b1c8c20847b9f34e98080da785bb2336ea982e7f913eed5809e5a3c872900f32" } ,
{ file = "lxml-5.3.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:2c86bf781b12ba417f64f3422cfc302523ac9cd1d8ae8c0f92a1c66e56ef2e86" } ,
{ file = "lxml-5.3.0-cp310-cp310-musllinux_1_2_ppc64le.whl" , hash = "sha256:c162b216070f280fa7da844531169be0baf9ccb17263cf5a8bf876fcd3117fa5" } ,
{ file = "lxml-5.3.0-cp310-cp310-musllinux_1_2_s390x.whl" , hash = "sha256:36aef61a1678cb778097b4a6eeae96a69875d51d1e8f4d4b491ab3cfb54b5a03" } ,
{ file = "lxml-5.3.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:f65e5120863c2b266dbcc927b306c5b78e502c71edf3295dfcb9501ec96e5fc7" } ,
{ file = "lxml-5.3.0-cp310-cp310-win32.whl" , hash = "sha256:ef0c1fe22171dd7c7c27147f2e9c3e86f8bdf473fed75f16b0c2e84a5030ce80" } ,
{ file = "lxml-5.3.0-cp310-cp310-win_amd64.whl" , hash = "sha256:052d99051e77a4f3e8482c65014cf6372e61b0a6f4fe9edb98503bb5364cfee3" } ,
{ file = "lxml-5.3.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:74bcb423462233bc5d6066e4e98b0264e7c1bed7541fff2f4e34fe6b21563c8b" } ,
{ file = "lxml-5.3.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:a3d819eb6f9b8677f57f9664265d0a10dd6551d227afb4af2b9cd7bdc2ccbf18" } ,
{ file = "lxml-5.3.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5b8f5db71b28b8c404956ddf79575ea77aa8b1538e8b2ef9ec877945b3f46442" } ,
{ file = "lxml-5.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2c3406b63232fc7e9b8783ab0b765d7c59e7c59ff96759d8ef9632fca27c7ee4" } ,
{ file = "lxml-5.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2ecdd78ab768f844c7a1d4a03595038c166b609f6395e25af9b0f3f26ae1230f" } ,
{ file = "lxml-5.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:168f2dfcfdedf611eb285efac1516c8454c8c99caf271dccda8943576b67552e" } ,
{ file = "lxml-5.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:aa617107a410245b8660028a7483b68e7914304a6d4882b5ff3d2d3eb5948d8c" } ,
{ file = "lxml-5.3.0-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:69959bd3167b993e6e710b99051265654133a98f20cec1d9b493b931942e9c16" } ,
{ file = "lxml-5.3.0-cp311-cp311-manylinux_2_28_ppc64le.whl" , hash = "sha256:bd96517ef76c8654446fc3db9242d019a1bb5fe8b751ba414765d59f99210b79" } ,
{ file = "lxml-5.3.0-cp311-cp311-manylinux_2_28_s390x.whl" , hash = "sha256:ab6dd83b970dc97c2d10bc71aa925b84788c7c05de30241b9e96f9b6d9ea3080" } ,
{ file = "lxml-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:eec1bb8cdbba2925bedc887bc0609a80e599c75b12d87ae42ac23fd199445654" } ,
{ file = "lxml-5.3.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:6a7095eeec6f89111d03dabfe5883a1fd54da319c94e0fb104ee8f23616b572d" } ,
{ file = "lxml-5.3.0-cp311-cp311-musllinux_1_2_ppc64le.whl" , hash = "sha256:6f651ebd0b21ec65dfca93aa629610a0dbc13dbc13554f19b0113da2e61a4763" } ,
{ file = "lxml-5.3.0-cp311-cp311-musllinux_1_2_s390x.whl" , hash = "sha256:f422a209d2455c56849442ae42f25dbaaba1c6c3f501d58761c619c7836642ec" } ,
{ file = "lxml-5.3.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:62f7fdb0d1ed2065451f086519865b4c90aa19aed51081979ecd05a21eb4d1be" } ,
{ file = "lxml-5.3.0-cp311-cp311-win32.whl" , hash = "sha256:c6379f35350b655fd817cd0d6cbeef7f265f3ae5fedb1caae2eb442bbeae9ab9" } ,
{ file = "lxml-5.3.0-cp311-cp311-win_amd64.whl" , hash = "sha256:9c52100e2c2dbb0649b90467935c4b0de5528833c76a35ea1a2691ec9f1ee7a1" } ,
{ file = "lxml-5.3.0-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:e99f5507401436fdcc85036a2e7dc2e28d962550afe1cbfc07c40e454256a859" } ,
{ file = "lxml-5.3.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:384aacddf2e5813a36495233b64cb96b1949da72bef933918ba5c84e06af8f0e" } ,
{ file = "lxml-5.3.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:874a216bf6afaf97c263b56371434e47e2c652d215788396f60477540298218f" } ,
{ file = "lxml-5.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:65ab5685d56914b9a2a34d67dd5488b83213d680b0c5d10b47f81da5a16b0b0e" } ,
{ file = "lxml-5.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:aac0bbd3e8dd2d9c45ceb82249e8bdd3ac99131a32b4d35c8af3cc9db1657179" } ,
{ file = "lxml-5.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b369d3db3c22ed14c75ccd5af429086f166a19627e84a8fdade3f8f31426e52a" } ,
{ file = "lxml-5.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c24037349665434f375645fa9d1f5304800cec574d0310f618490c871fd902b3" } ,
{ file = "lxml-5.3.0-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:62d172f358f33a26d6b41b28c170c63886742f5b6772a42b59b4f0fa10526cb1" } ,
{ file = "lxml-5.3.0-cp312-cp312-manylinux_2_28_ppc64le.whl" , hash = "sha256:c1f794c02903c2824fccce5b20c339a1a14b114e83b306ff11b597c5f71a1c8d" } ,
{ file = "lxml-5.3.0-cp312-cp312-manylinux_2_28_s390x.whl" , hash = "sha256:5d6a6972b93c426ace71e0be9a6f4b2cfae9b1baed2eed2006076a746692288c" } ,
{ file = "lxml-5.3.0-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:3879cc6ce938ff4eb4900d901ed63555c778731a96365e53fadb36437a131a99" } ,
{ file = "lxml-5.3.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:74068c601baff6ff021c70f0935b0c7bc528baa8ea210c202e03757c68c5a4ff" } ,
{ file = "lxml-5.3.0-cp312-cp312-musllinux_1_2_ppc64le.whl" , hash = "sha256:ecd4ad8453ac17bc7ba3868371bffb46f628161ad0eefbd0a855d2c8c32dd81a" } ,
{ file = "lxml-5.3.0-cp312-cp312-musllinux_1_2_s390x.whl" , hash = "sha256:7e2f58095acc211eb9d8b5771bf04df9ff37d6b87618d1cbf85f92399c98dae8" } ,
{ file = "lxml-5.3.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:e63601ad5cd8f860aa99d109889b5ac34de571c7ee902d6812d5d9ddcc77fa7d" } ,
{ file = "lxml-5.3.0-cp312-cp312-win32.whl" , hash = "sha256:17e8d968d04a37c50ad9c456a286b525d78c4a1c15dd53aa46c1d8e06bf6fa30" } ,
{ file = "lxml-5.3.0-cp312-cp312-win_amd64.whl" , hash = "sha256:c1a69e58a6bb2de65902051d57fde951febad631a20a64572677a1052690482f" } ,
{ file = "lxml-5.3.0-cp313-cp313-macosx_10_13_universal2.whl" , hash = "sha256:8c72e9563347c7395910de6a3100a4840a75a6f60e05af5e58566868d5eb2d6a" } ,
{ file = "lxml-5.3.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:e92ce66cd919d18d14b3856906a61d3f6b6a8500e0794142338da644260595cd" } ,
{ file = "lxml-5.3.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1d04f064bebdfef9240478f7a779e8c5dc32b8b7b0b2fc6a62e39b928d428e51" } ,
{ file = "lxml-5.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5c2fb570d7823c2bbaf8b419ba6e5662137f8166e364a8b2b91051a1fb40ab8b" } ,
{ file = "lxml-5.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:0c120f43553ec759f8de1fee2f4794452b0946773299d44c36bfe18e83caf002" } ,
{ file = "lxml-5.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:562e7494778a69086f0312ec9689f6b6ac1c6b65670ed7d0267e49f57ffa08c4" } ,
{ file = "lxml-5.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:423b121f7e6fa514ba0c7918e56955a1d4470ed35faa03e3d9f0e3baa4c7e492" } ,
{ file = "lxml-5.3.0-cp313-cp313-manylinux_2_28_aarch64.whl" , hash = "sha256:c00f323cc00576df6165cc9d21a4c21285fa6b9989c5c39830c3903dc4303ef3" } ,
{ file = "lxml-5.3.0-cp313-cp313-manylinux_2_28_ppc64le.whl" , hash = "sha256:1fdc9fae8dd4c763e8a31e7630afef517eab9f5d5d31a278df087f307bf601f4" } ,
{ file = "lxml-5.3.0-cp313-cp313-manylinux_2_28_s390x.whl" , hash = "sha256:658f2aa69d31e09699705949b5fc4719cbecbd4a97f9656a232e7d6c7be1a367" } ,
{ file = "lxml-5.3.0-cp313-cp313-manylinux_2_28_x86_64.whl" , hash = "sha256:1473427aff3d66a3fa2199004c3e601e6c4500ab86696edffdbc84954c72d832" } ,
{ file = "lxml-5.3.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:a87de7dd873bf9a792bf1e58b1c3887b9264036629a5bf2d2e6579fe8e73edff" } ,
{ file = "lxml-5.3.0-cp313-cp313-musllinux_1_2_ppc64le.whl" , hash = "sha256:0d7b36afa46c97875303a94e8f3ad932bf78bace9e18e603f2085b652422edcd" } ,
{ file = "lxml-5.3.0-cp313-cp313-musllinux_1_2_s390x.whl" , hash = "sha256:cf120cce539453ae086eacc0130a324e7026113510efa83ab42ef3fcfccac7fb" } ,
{ file = "lxml-5.3.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:df5c7333167b9674aa8ae1d4008fa4bc17a313cc490b2cca27838bbdcc6bb15b" } ,
{ file = "lxml-5.3.0-cp313-cp313-win32.whl" , hash = "sha256:c802e1c2ed9f0c06a65bc4ed0189d000ada8049312cfeab6ca635e39c9608957" } ,
{ file = "lxml-5.3.0-cp313-cp313-win_amd64.whl" , hash = "sha256:406246b96d552e0503e17a1006fd27edac678b3fcc9f1be71a2f94b4ff61528d" } ,
{ file = "lxml-5.3.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:8f0de2d390af441fe8b2c12626d103540b5d850d585b18fcada58d972b74a74e" } ,
{ file = "lxml-5.3.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1afe0a8c353746e610bd9031a630a95bcfb1a720684c3f2b36c4710a0a96528f" } ,
{ file = "lxml-5.3.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:56b9861a71575f5795bde89256e7467ece3d339c9b43141dbdd54544566b3b94" } ,
{ file = "lxml-5.3.0-cp36-cp36m-manylinux_2_28_x86_64.whl" , hash = "sha256:9fb81d2824dff4f2e297a276297e9031f46d2682cafc484f49de182aa5e5df99" } ,
{ file = "lxml-5.3.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:2c226a06ecb8cdef28845ae976da407917542c5e6e75dcac7cc33eb04aaeb237" } ,
{ file = "lxml-5.3.0-cp36-cp36m-musllinux_1_2_x86_64.whl" , hash = "sha256:7d3d1ca42870cdb6d0d29939630dbe48fa511c203724820fc0fd507b2fb46577" } ,
{ file = "lxml-5.3.0-cp36-cp36m-win32.whl" , hash = "sha256:094cb601ba9f55296774c2d57ad68730daa0b13dc260e1f941b4d13678239e70" } ,
{ file = "lxml-5.3.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:eafa2c8658f4e560b098fe9fc54539f86528651f61849b22111a9b107d18910c" } ,
{ file = "lxml-5.3.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:cb83f8a875b3d9b458cada4f880fa498646874ba4011dc974e071a0a84a1b033" } ,
{ file = "lxml-5.3.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:25f1b69d41656b05885aa185f5fdf822cb01a586d1b32739633679699f220391" } ,
{ file = "lxml-5.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:23e0553b8055600b3bf4a00b255ec5c92e1e4aebf8c2c09334f8368e8bd174d6" } ,
{ file = "lxml-5.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9ada35dd21dc6c039259596b358caab6b13f4db4d4a7f8665764d616daf9cc1d" } ,
{ file = "lxml-5.3.0-cp37-cp37m-manylinux_2_28_aarch64.whl" , hash = "sha256:81b4e48da4c69313192d8c8d4311e5d818b8be1afe68ee20f6385d0e96fc9512" } ,
{ file = "lxml-5.3.0-cp37-cp37m-manylinux_2_28_x86_64.whl" , hash = "sha256:2bc9fd5ca4729af796f9f59cd8ff160fe06a474da40aca03fcc79655ddee1a8b" } ,
{ file = "lxml-5.3.0-cp37-cp37m-musllinux_1_2_aarch64.whl" , hash = "sha256:07da23d7ee08577760f0a71d67a861019103e4812c87e2fab26b039054594cc5" } ,
{ file = "lxml-5.3.0-cp37-cp37m-musllinux_1_2_x86_64.whl" , hash = "sha256:ea2e2f6f801696ad7de8aec061044d6c8c0dd4037608c7cab38a9a4d316bfb11" } ,
{ file = "lxml-5.3.0-cp37-cp37m-win32.whl" , hash = "sha256:5c54afdcbb0182d06836cc3d1be921e540be3ebdf8b8a51ee3ef987537455f84" } ,
{ file = "lxml-5.3.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:f2901429da1e645ce548bf9171784c0f74f0718c3f6150ce166be39e4dd66c3e" } ,
{ file = "lxml-5.3.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:c56a1d43b2f9ee4786e4658c7903f05da35b923fb53c11025712562d5cc02753" } ,
{ file = "lxml-5.3.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6ee8c39582d2652dcd516d1b879451500f8db3fe3607ce45d7c5957ab2596040" } ,
{ file = "lxml-5.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0fdf3a3059611f7585a78ee10399a15566356116a4288380921a4b598d807a22" } ,
{ file = "lxml-5.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:146173654d79eb1fc97498b4280c1d3e1e5d58c398fa530905c9ea50ea849b22" } ,
{ file = "lxml-5.3.0-cp38-cp38-manylinux_2_28_aarch64.whl" , hash = "sha256:0a7056921edbdd7560746f4221dca89bb7a3fe457d3d74267995253f46343f15" } ,
{ file = "lxml-5.3.0-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:9e4b47ac0f5e749cfc618efdf4726269441014ae1d5583e047b452a32e221920" } ,
{ file = "lxml-5.3.0-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:f914c03e6a31deb632e2daa881fe198461f4d06e57ac3d0e05bbcab8eae01945" } ,
{ file = "lxml-5.3.0-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:213261f168c5e1d9b7535a67e68b1f59f92398dd17a56d934550837143f79c42" } ,
{ file = "lxml-5.3.0-cp38-cp38-win32.whl" , hash = "sha256:218c1b2e17a710e363855594230f44060e2025b05c80d1f0661258142b2add2e" } ,
{ file = "lxml-5.3.0-cp38-cp38-win_amd64.whl" , hash = "sha256:315f9542011b2c4e1d280e4a20ddcca1761993dda3afc7a73b01235f8641e903" } ,
{ file = "lxml-5.3.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:1ffc23010330c2ab67fac02781df60998ca8fe759e8efde6f8b756a20599c5de" } ,
{ file = "lxml-5.3.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:2b3778cb38212f52fac9fe913017deea2fdf4eb1a4f8e4cfc6b009a13a6d3fcc" } ,
{ file = "lxml-5.3.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4b0c7a688944891086ba192e21c5229dea54382f4836a209ff8d0a660fac06be" } ,
{ file = "lxml-5.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:747a3d3e98e24597981ca0be0fd922aebd471fa99d0043a3842d00cdcad7ad6a" } ,
{ file = "lxml-5.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:86a6b24b19eaebc448dc56b87c4865527855145d851f9fc3891673ff97950540" } ,
{ file = "lxml-5.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b11a5d918a6216e521c715b02749240fb07ae5a1fefd4b7bf12f833bc8b4fe70" } ,
{ file = "lxml-5.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:68b87753c784d6acb8a25b05cb526c3406913c9d988d51f80adecc2b0775d6aa" } ,
{ file = "lxml-5.3.0-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:109fa6fede314cc50eed29e6e56c540075e63d922455346f11e4d7a036d2b8cf" } ,
{ file = "lxml-5.3.0-cp39-cp39-manylinux_2_28_ppc64le.whl" , hash = "sha256:02ced472497b8362c8e902ade23e3300479f4f43e45f4105c85ef43b8db85229" } ,
{ file = "lxml-5.3.0-cp39-cp39-manylinux_2_28_s390x.whl" , hash = "sha256:6b038cc86b285e4f9fea2ba5ee76e89f21ed1ea898e287dc277a25884f3a7dfe" } ,
{ file = "lxml-5.3.0-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:7437237c6a66b7ca341e868cda48be24b8701862757426852c9b3186de1da8a2" } ,
{ file = "lxml-5.3.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:7f41026c1d64043a36fda21d64c5026762d53a77043e73e94b71f0521939cc71" } ,
{ file = "lxml-5.3.0-cp39-cp39-musllinux_1_2_ppc64le.whl" , hash = "sha256:482c2f67761868f0108b1743098640fbb2a28a8e15bf3f47ada9fa59d9fe08c3" } ,
{ file = "lxml-5.3.0-cp39-cp39-musllinux_1_2_s390x.whl" , hash = "sha256:1483fd3358963cc5c1c9b122c80606a3a79ee0875bcac0204149fa09d6ff2727" } ,
{ file = "lxml-5.3.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:2dec2d1130a9cda5b904696cec33b2cfb451304ba9081eeda7f90f724097300a" } ,
{ file = "lxml-5.3.0-cp39-cp39-win32.whl" , hash = "sha256:a0eabd0a81625049c5df745209dc7fcef6e2aea7793e5f003ba363610aa0a3ff" } ,
{ file = "lxml-5.3.0-cp39-cp39-win_amd64.whl" , hash = "sha256:89e043f1d9d341c52bf2af6d02e6adde62e0a46e6755d5eb60dc6e4f0b8aeca2" } ,
{ file = "lxml-5.3.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:7b1cd427cb0d5f7393c31b7496419da594fe600e6fdc4b105a54f82405e6626c" } ,
{ file = "lxml-5.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:51806cfe0279e06ed8500ce19479d757db42a30fd509940b1701be9c86a5ff9a" } ,
{ file = "lxml-5.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ee70d08fd60c9565ba8190f41a46a54096afa0eeb8f76bd66f2c25d3b1b83005" } ,
{ file = "lxml-5.3.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:8dc2c0395bea8254d8daebc76dcf8eb3a95ec2a46fa6fae5eaccee366bfe02ce" } ,
{ file = "lxml-5.3.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:6ba0d3dcac281aad8a0e5b14c7ed6f9fa89c8612b47939fc94f80b16e2e9bc83" } ,
{ file = "lxml-5.3.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:6e91cf736959057f7aac7adfc83481e03615a8e8dd5758aa1d95ea69e8931dba" } ,
{ file = "lxml-5.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:94d6c3782907b5e40e21cadf94b13b0842ac421192f26b84c45f13f3c9d5dc27" } ,
{ file = "lxml-5.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c300306673aa0f3ed5ed9372b21867690a17dba38c68c44b287437c362ce486b" } ,
{ file = "lxml-5.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:78d9b952e07aed35fe2e1a7ad26e929595412db48535921c5013edc8aa4a35ce" } ,
{ file = "lxml-5.3.0-pp37-pypy37_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:01220dca0d066d1349bd6a1726856a78f7929f3878f7e2ee83c296c69495309e" } ,
{ file = "lxml-5.3.0-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:2d9b8d9177afaef80c53c0a9e30fa252ff3036fb1c6494d427c066a4ce6a282f" } ,
{ file = "lxml-5.3.0-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:20094fc3f21ea0a8669dc4c61ed7fa8263bd37d97d93b90f28fc613371e7a875" } ,
{ file = "lxml-5.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:ace2c2326a319a0bb8a8b0e5b570c764962e95818de9f259ce814ee666603f19" } ,
{ file = "lxml-5.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:92e67a0be1639c251d21e35fe74df6bcc40cba445c2cda7c4a967656733249e2" } ,
{ file = "lxml-5.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dd5350b55f9fecddc51385463a4f67a5da829bc741e38cf689f38ec9023f54ab" } ,
{ file = "lxml-5.3.0-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:4c1fefd7e3d00921c44dc9ca80a775af49698bbfd92ea84498e56acffd4c5469" } ,
{ file = "lxml-5.3.0-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:71a8dd38fbd2f2319136d4ae855a7078c69c9a38ae06e0c17c73fd70fc6caad8" } ,
{ file = "lxml-5.3.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:97acf1e1fd66ab53dacd2c35b319d7e548380c2e9e8c54525c6e76d21b1ae3b1" } ,
{ file = "lxml-5.3.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:68934b242c51eb02907c5b81d138cb977b2129a0a75a8f8b60b01cb8586c7b21" } ,
{ file = "lxml-5.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b710bc2b8292966b23a6a0121f7a6c51d45d2347edcc75f016ac123b8054d3f2" } ,
{ file = "lxml-5.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:18feb4b93302091b1541221196a2155aa296c363fd233814fa11e181adebc52f" } ,
{ file = "lxml-5.3.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:3eb44520c4724c2e1a57c0af33a379eee41792595023f367ba3952a2d96c2aab" } ,
{ file = "lxml-5.3.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:609251a0ca4770e5a8768ff902aa02bf636339c5a93f9349b48eb1f606f7f3e9" } ,
{ file = "lxml-5.3.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:516f491c834eb320d6c843156440fe7fc0d50b33e44387fcec5b02f0bc118a4c" } ,
{ file = "lxml-5.3.0.tar.gz" , hash = "sha256:4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
2024-05-29 09:31:36 -05: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" ]
2024-08-12 10:56:25 +00:00
source = [ "Cython (>=3.0.11)" ]
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 = "*"
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"
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"
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"
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"
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"
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"
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"
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"
version = "1.1.2"
description = "Python Microformats2 parser"
optional = false
python-versions = "*"
2022-12-29 15:21:48 -08:00
files = [
{ file = "mf2py-1.1.2.tar.gz" , hash = "sha256:84f1f8f2ff3f1deb1c30be497e7ccd805452996a662fd4a77f09e0105bede2c9" } ,
]
2021-05-01 20:46:02 -08:00
[ package . dependencies ]
BeautifulSoup4 = ">=4.6.0"
html5lib = ">=1.0.1"
requests = ">=2.18.4"
[ [ 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"
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)" ]
2024-04-30 14:34:55 +00:00
min-versions = [ "babel (==2.9.0)" , "click (==7.0)" , "colorama (==0.4)" , "ghp-import (==1.0)" , "importlib-metadata (==4.4)" , "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)" ]
[ [ 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"
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"
2024-12-16 10:30:27 -06:00
version = "9.5.49"
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"
2022-12-29 15:21:48 -08:00
files = [
2024-12-16 10:30:27 -06:00
{ file = "mkdocs_material-9.5.49-py3-none-any.whl" , hash = "sha256:c3c2d8176b18198435d3a3e119011922f3e11424074645c24019c2dcf08a360e" } ,
{ file = "mkdocs_material-9.5.49.tar.gz" , hash = "sha256:3671bb282b4f53a1c72e08adbe04d2481a98f85fed392530051f80ff94a9621d" } ,
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"
colorama = ">=0.4,<1.0"
jinja2 = ">=3.0,<4.0"
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"
regex = ">=2022.4"
requests = ">=2.26,<3.0"
[ package . extras ]
2024-02-07 04:38:04 +00:00
git = [ "mkdocs-git-committers-plugin-2 (>=1.1,<2.0)" , "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"
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"
2024-12-30 12:16:09 -06:00
version = "1.14.1"
2022-03-15 15:01:56 -08:00
description = "Optional static typing for Python"
optional = false
2023-08-20 16:09:13 -08:00
python-versions = ">=3.8"
2022-12-29 15:21:48 -08:00
files = [
2024-12-30 12:16:09 -06:00
{ file = "mypy-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:52686e37cf13d559f668aa398dd7ddf1f92c5d613e4f8cb262be2fb4fedb0fcb" } ,
{ file = "mypy-1.14.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:1fb545ca340537d4b45d3eecdb3def05e913299ca72c290326be19b3804b39c0" } ,
{ file = "mypy-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:90716d8b2d1f4cd503309788e51366f07c56635a3309b0f6a32547eaaa36a64d" } ,
{ file = "mypy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:2ae753f5c9fef278bcf12e1a564351764f2a6da579d4a81347e1d5a15819997b" } ,
{ file = "mypy-1.14.1-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:e0fe0f5feaafcb04505bcf439e991c6d8f1bf8b15f12b05feeed96e9e7bf1427" } ,
{ file = "mypy-1.14.1-cp310-cp310-win_amd64.whl" , hash = "sha256:7d54bd85b925e501c555a3227f3ec0cfc54ee8b6930bd6141ec872d1c572f81f" } ,
{ file = "mypy-1.14.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:f995e511de847791c3b11ed90084a7a0aafdc074ab88c5a9711622fe4751138c" } ,
{ file = "mypy-1.14.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:d64169ec3b8461311f8ce2fd2eb5d33e2d0f2c7b49116259c51d0d96edee48d1" } ,
{ file = "mypy-1.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:ba24549de7b89b6381b91fbc068d798192b1b5201987070319889e93038967a8" } ,
{ file = "mypy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:183cf0a45457d28ff9d758730cd0210419ac27d4d3f285beda038c9083363b1f" } ,
{ file = "mypy-1.14.1-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:f2a0ecc86378f45347f586e4163d1769dd81c5a223d577fe351f26b179e148b1" } ,
{ file = "mypy-1.14.1-cp311-cp311-win_amd64.whl" , hash = "sha256:ad3301ebebec9e8ee7135d8e3109ca76c23752bac1e717bc84cd3836b4bf3eae" } ,
{ file = "mypy-1.14.1-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:30ff5ef8519bbc2e18b3b54521ec319513a26f1bba19a7582e7b1f58a6e69f14" } ,
{ file = "mypy-1.14.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:cb9f255c18052343c70234907e2e532bc7e55a62565d64536dbc7706a20b78b9" } ,
{ file = "mypy-1.14.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:8b4e3413e0bddea671012b063e27591b953d653209e7a4fa5e48759cda77ca11" } ,
{ file = "mypy-1.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:553c293b1fbdebb6c3c4030589dab9fafb6dfa768995a453d8a5d3b23784af2e" } ,
{ file = "mypy-1.14.1-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:fad79bfe3b65fe6a1efaed97b445c3d37f7be9fdc348bdb2d7cac75579607c89" } ,
{ file = "mypy-1.14.1-cp312-cp312-win_amd64.whl" , hash = "sha256:8fa2220e54d2946e94ab6dbb3ba0a992795bd68b16dc852db33028df2b00191b" } ,
{ file = "mypy-1.14.1-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:92c3ed5afb06c3a8e188cb5da4984cab9ec9a77ba956ee419c68a388b4595255" } ,
{ file = "mypy-1.14.1-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:dbec574648b3e25f43d23577309b16534431db4ddc09fda50841f1e34e64ed34" } ,
{ file = "mypy-1.14.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:8c6d94b16d62eb3e947281aa7347d78236688e21081f11de976376cf010eb31a" } ,
{ file = "mypy-1.14.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:d4b19b03fdf54f3c5b2fa474c56b4c13c9dbfb9a2db4370ede7ec11a2c5927d9" } ,
{ file = "mypy-1.14.1-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:0c911fde686394753fff899c409fd4e16e9b294c24bfd5e1ea4675deae1ac6fd" } ,
{ file = "mypy-1.14.1-cp313-cp313-win_amd64.whl" , hash = "sha256:8b21525cb51671219f5307be85f7e646a153e5acc656e5cebf64bfa076c50107" } ,
{ file = "mypy-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:7084fb8f1128c76cd9cf68fe5971b37072598e7c31b2f9f95586b65c741a9d31" } ,
{ file = "mypy-1.14.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:8f845a00b4f420f693f870eaee5f3e2692fa84cc8514496114649cfa8fd5e2c6" } ,
{ file = "mypy-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:44bf464499f0e3a2d14d58b54674dee25c031703b2ffc35064bd0df2e0fac319" } ,
{ file = "mypy-1.14.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:c99f27732c0b7dc847adb21c9d47ce57eb48fa33a17bc6d7d5c5e9f9e7ae5bac" } ,
{ file = "mypy-1.14.1-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:bce23c7377b43602baa0bd22ea3265c49b9ff0b76eb315d6c34721af4cdf1d9b" } ,
{ file = "mypy-1.14.1-cp38-cp38-win_amd64.whl" , hash = "sha256:8edc07eeade7ebc771ff9cf6b211b9a7d93687ff892150cb5692e4f4272b0837" } ,
{ file = "mypy-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3888a1816d69f7ab92092f785a462944b3ca16d7c470d564165fe703b0970c35" } ,
{ file = "mypy-1.14.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:46c756a444117c43ee984bd055db99e498bc613a70bbbc120272bd13ca579fbc" } ,
{ file = "mypy-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl" , hash = "sha256:27fc248022907e72abfd8e22ab1f10e903915ff69961174784a3900a8cba9ad9" } ,
{ file = "mypy-1.14.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:499d6a72fb7e5de92218db961f1a66d5f11783f9ae549d214617edab5d4dbdbb" } ,
{ file = "mypy-1.14.1-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:57961db9795eb566dc1d1b4e9139ebc4c6b0cb6e7254ecde69d1552bf7613f60" } ,
{ file = "mypy-1.14.1-cp39-cp39-win_amd64.whl" , hash = "sha256:07ba89fdcc9451f2ebb02853deb6aaaa3d2239a236669a63ab3801bbf923ef5c" } ,
{ file = "mypy-1.14.1-py3-none-any.whl" , hash = "sha256:b66a60cc4073aeb8ae00057f9c1f64d49e90f918fbcef9a977eb121da8b8f1d1" } ,
{ file = "mypy-1.14.1.tar.gz" , hash = "sha256:7ec88144fe9b510e8475ec2f5f251992690fcf89ccb4500b214b4226abcd32d6" } ,
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"
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
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.*"
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 = "*"
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"
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-01-13 16:57:35 +01:00
version = "1.59.7"
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"
2024-05-22 04:45:07 -05:00
files = [
2025-01-13 16:57:35 +01:00
{ file = "openai-1.59.7-py3-none-any.whl" , hash = "sha256:cfa806556226fa96df7380ab2e29814181d56fea44738c2b0e581b462c268692" } ,
{ file = "openai-1.59.7.tar.gz" , hash = "sha256:043603def78c00befb857df9f0a16ee76a3af5984ba40cb7ee5e2f40db4646bf" } ,
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)" ]
2024-12-17 21:15:07 -06:00
realtime = [ "websockets (>=13,<15)" ]
2024-05-22 04:45:07 -05:00
2022-10-18 14:49:41 -08:00
[ [ package ] ]
name = "orjson"
2025-01-08 18:28:22 +00:00
version = "3.10.14"
2022-10-18 14:49:41 -08:00
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
optional = false
2024-01-10 11:37:33 -06:00
python-versions = ">=3.8"
2022-12-29 15:21:48 -08:00
files = [
2025-01-08 18:28:22 +00:00
{ file = "orjson-3.10.14-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:849ea7845a55f09965826e816cdc7689d6cf74fe9223d79d758c714af955bcb6" } ,
{ file = "orjson-3.10.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b5947b139dfa33f72eecc63f17e45230a97e741942955a6c9e650069305eb73d" } ,
{ file = "orjson-3.10.14-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:cde6d76910d3179dae70f164466692f4ea36da124d6fb1a61399ca589e81d69a" } ,
{ file = "orjson-3.10.14-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c6dfbaeb7afa77ca608a50e2770a0461177b63a99520d4928e27591b142c74b1" } ,
{ file = "orjson-3.10.14-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:fa45e489ef80f28ff0e5ba0a72812b8cfc7c1ef8b46a694723807d1b07c89ebb" } ,
{ file = "orjson-3.10.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4f5007abfdbb1d866e2aa8990bd1c465f0f6da71d19e695fc278282be12cffa5" } ,
{ file = "orjson-3.10.14-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:1b49e2af011c84c3f2d541bb5cd1e3c7c2df672223e7e3ea608f09cf295e5f8a" } ,
{ file = "orjson-3.10.14-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:164ac155109226b3a2606ee6dda899ccfbe6e7e18b5bdc3fbc00f79cc074157d" } ,
{ file = "orjson-3.10.14-cp310-cp310-musllinux_1_2_armv7l.whl" , hash = "sha256:6b1225024cf0ef5d15934b5ffe9baf860fe8bc68a796513f5ea4f5056de30bca" } ,
{ file = "orjson-3.10.14-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:d6546e8073dc382e60fcae4a001a5a1bc46da5eab4a4878acc2d12072d6166d5" } ,
{ file = "orjson-3.10.14-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:9f1d2942605c894162252d6259b0121bf1cb493071a1ea8cb35d79cb3e6ac5bc" } ,
{ file = "orjson-3.10.14-cp310-cp310-win32.whl" , hash = "sha256:397083806abd51cf2b3bbbf6c347575374d160331a2d33c5823e22249ad3118b" } ,
{ file = "orjson-3.10.14-cp310-cp310-win_amd64.whl" , hash = "sha256:fa18f949d3183a8d468367056be989666ac2bef3a72eece0bade9cdb733b3c28" } ,
{ file = "orjson-3.10.14-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:f506fd666dd1ecd15a832bebc66c4df45c1902fd47526292836c339f7ba665a9" } ,
{ file = "orjson-3.10.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:efe5fd254cfb0eeee13b8ef7ecb20f5d5a56ddda8a587f3852ab2cedfefdb5f6" } ,
{ file = "orjson-3.10.14-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:4ddc8c866d7467f5ee2991397d2ea94bcf60d0048bdd8ca555740b56f9042725" } ,
{ file = "orjson-3.10.14-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3af8e42ae4363773658b8d578d56dedffb4f05ceeb4d1d4dd3fb504950b45526" } ,
{ file = "orjson-3.10.14-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:84dd83110503bc10e94322bf3ffab8bc49150176b49b4984dc1cce4c0a993bf9" } ,
{ file = "orjson-3.10.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:36f5bfc0399cd4811bf10ec7a759c7ab0cd18080956af8ee138097d5b5296a95" } ,
{ file = "orjson-3.10.14-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:868943660fb2a1e6b6b965b74430c16a79320b665b28dd4511d15ad5038d37d5" } ,
{ file = "orjson-3.10.14-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:33449c67195969b1a677533dee9d76e006001213a24501333624623e13c7cc8e" } ,
{ file = "orjson-3.10.14-cp311-cp311-musllinux_1_2_armv7l.whl" , hash = "sha256:e4c9f60f9fb0b5be66e416dcd8c9d94c3eabff3801d875bdb1f8ffc12cf86905" } ,
{ file = "orjson-3.10.14-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:0de4d6315cfdbd9ec803b945c23b3a68207fd47cbe43626036d97e8e9561a436" } ,
{ file = "orjson-3.10.14-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:83adda3db595cb1a7e2237029b3249c85afbe5c747d26b41b802e7482cb3933e" } ,
{ file = "orjson-3.10.14-cp311-cp311-win32.whl" , hash = "sha256:998019ef74a4997a9d741b1473533cdb8faa31373afc9849b35129b4b8ec048d" } ,
{ file = "orjson-3.10.14-cp311-cp311-win_amd64.whl" , hash = "sha256:9d034abdd36f0f0f2240f91492684e5043d46f290525d1117712d5b8137784eb" } ,
{ file = "orjson-3.10.14-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:2ad4b7e367efba6dc3f119c9a0fcd41908b7ec0399a696f3cdea7ec477441b09" } ,
{ file = "orjson-3.10.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f496286fc85e93ce0f71cc84fc1c42de2decf1bf494094e188e27a53694777a7" } ,
{ file = "orjson-3.10.14-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:c7f189bbfcded40e41a6969c1068ba305850ba016665be71a217918931416fbf" } ,
{ file = "orjson-3.10.14-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8cc8204f0b75606869c707da331058ddf085de29558b516fc43c73ee5ee2aadb" } ,
{ file = "orjson-3.10.14-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:deaa2899dff7f03ab667e2ec25842d233e2a6a9e333efa484dfe666403f3501c" } ,
{ file = "orjson-3.10.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f1c3ea52642c9714dc6e56de8a451a066f6d2707d273e07fe8a9cc1ba073813d" } ,
{ file = "orjson-3.10.14-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:9d3f9ed72e7458ded9a1fb1b4d4ed4c4fdbaf82030ce3f9274b4dc1bff7ace2b" } ,
{ file = "orjson-3.10.14-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:07520685d408a2aba514c17ccc16199ff2934f9f9e28501e676c557f454a37fe" } ,
{ file = "orjson-3.10.14-cp312-cp312-musllinux_1_2_armv7l.whl" , hash = "sha256:76344269b550ea01488d19a2a369ab572c1ac4449a72e9f6ac0d70eb1cbfb953" } ,
{ file = "orjson-3.10.14-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:e2979d0f2959990620f7e62da6cd954e4620ee815539bc57a8ae46e2dacf90e3" } ,
{ file = "orjson-3.10.14-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:03f61ca3674555adcb1aa717b9fc87ae936aa7a63f6aba90a474a88701278780" } ,
{ file = "orjson-3.10.14-cp312-cp312-win32.whl" , hash = "sha256:d5075c54edf1d6ad81d4c6523ce54a748ba1208b542e54b97d8a882ecd810fd1" } ,
{ file = "orjson-3.10.14-cp312-cp312-win_amd64.whl" , hash = "sha256:175cafd322e458603e8ce73510a068d16b6e6f389c13f69bf16de0e843d7d406" } ,
{ file = "orjson-3.10.14-cp313-cp313-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:0905ca08a10f7e0e0c97d11359609300eb1437490a7f32bbaa349de757e2e0c7" } ,
{ file = "orjson-3.10.14-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:92d13292249f9f2a3e418cbc307a9fbbef043c65f4bd8ba1eb620bc2aaba3d15" } ,
{ file = "orjson-3.10.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:90937664e776ad316d64251e2fa2ad69265e4443067668e4727074fe39676414" } ,
{ file = "orjson-3.10.14-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:9ed3d26c4cb4f6babaf791aa46a029265850e80ec2a566581f5c2ee1a14df4f1" } ,
{ file = "orjson-3.10.14-cp313-cp313-musllinux_1_2_armv7l.whl" , hash = "sha256:56ee546c2bbe9599aba78169f99d1dc33301853e897dbaf642d654248280dc6e" } ,
{ file = "orjson-3.10.14-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:901e826cb2f1bdc1fcef3ef59adf0c451e8f7c0b5deb26c1a933fb66fb505eae" } ,
{ file = "orjson-3.10.14-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:26336c0d4b2d44636e1e1e6ed1002f03c6aae4a8a9329561c8883f135e9ff010" } ,
{ file = "orjson-3.10.14-cp313-cp313-win32.whl" , hash = "sha256:e2bc525e335a8545c4e48f84dd0328bc46158c9aaeb8a1c2276546e94540ea3d" } ,
{ file = "orjson-3.10.14-cp313-cp313-win_amd64.whl" , hash = "sha256:eca04dfd792cedad53dc9a917da1a522486255360cb4e77619343a20d9f35364" } ,
{ file = "orjson-3.10.14-cp38-cp38-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:9a0fba3b8a587a54c18585f077dcab6dd251c170d85cfa4d063d5746cd595a0f" } ,
{ file = "orjson-3.10.14-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:175abf3d20e737fec47261d278f95031736a49d7832a09ab684026528c4d96db" } ,
{ file = "orjson-3.10.14-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:29ca1a93e035d570e8b791b6c0feddd403c6a5388bfe870bf2aa6bba1b9d9b8e" } ,
{ file = "orjson-3.10.14-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f77202c80e8ab5a1d1e9faf642343bee5aaf332061e1ada4e9147dbd9eb00c46" } ,
{ file = "orjson-3.10.14-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:6e2ec73b7099b6a29b40a62e08a23b936423bd35529f8f55c42e27acccde7954" } ,
{ file = "orjson-3.10.14-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a2d1679df9f9cd9504f8dff24555c1eaabba8aad7f5914f28dab99e3c2552c9d" } ,
{ file = "orjson-3.10.14-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:691ab9a13834310a263664313e4f747ceb93662d14a8bdf20eb97d27ed488f16" } ,
{ file = "orjson-3.10.14-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:b11ed82054fce82fb74cea33247d825d05ad6a4015ecfc02af5fbce442fbf361" } ,
{ file = "orjson-3.10.14-cp38-cp38-musllinux_1_2_armv7l.whl" , hash = "sha256:e70a1d62b8288677d48f3bea66c21586a5f999c64ecd3878edb7393e8d1b548d" } ,
{ file = "orjson-3.10.14-cp38-cp38-musllinux_1_2_i686.whl" , hash = "sha256:16642f10c1ca5611251bd835de9914a4b03095e28a34c8ba6a5500b5074338bd" } ,
{ file = "orjson-3.10.14-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:3871bad546aa66c155e3f36f99c459780c2a392d502a64e23fb96d9abf338511" } ,
{ file = "orjson-3.10.14-cp38-cp38-win32.whl" , hash = "sha256:0293a88815e9bb5c90af4045f81ed364d982f955d12052d989d844d6c4e50945" } ,
{ file = "orjson-3.10.14-cp38-cp38-win_amd64.whl" , hash = "sha256:6169d3868b190d6b21adc8e61f64e3db30f50559dfbdef34a1cd6c738d409dfc" } ,
{ file = "orjson-3.10.14-cp39-cp39-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:06d4ec218b1ec1467d8d64da4e123b4794c781b536203c309ca0f52819a16c03" } ,
{ file = "orjson-3.10.14-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:962c2ec0dcaf22b76dee9831fdf0c4a33d4bf9a257a2bc5d4adc00d5c8ad9034" } ,
{ file = "orjson-3.10.14-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:21d3be4132f71ef1360385770474f29ea1538a242eef72ac4934fe142800e37f" } ,
{ file = "orjson-3.10.14-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c28ed60597c149a9e3f5ad6dd9cebaee6fb2f0e3f2d159a4a2b9b862d4748860" } ,
{ file = "orjson-3.10.14-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7e947f70167fe18469f2023644e91ab3d24f9aed69a5e1c78e2c81b9cea553fb" } ,
{ file = "orjson-3.10.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:64410696c97a35af2432dea7bdc4ce32416458159430ef1b4beb79fd30093ad6" } ,
{ file = "orjson-3.10.14-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:8050a5d81c022561ee29cd2739de5b4445f3c72f39423fde80a63299c1892c52" } ,
{ file = "orjson-3.10.14-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:b49a28e30d3eca86db3fe6f9b7f4152fcacbb4a467953cd1b42b94b479b77956" } ,
{ file = "orjson-3.10.14-cp39-cp39-musllinux_1_2_armv7l.whl" , hash = "sha256:ca041ad20291a65d853a9523744eebc3f5a4b2f7634e99f8fe88320695ddf766" } ,
{ file = "orjson-3.10.14-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:d313a2998b74bb26e9e371851a173a9b9474764916f1fc7971095699b3c6e964" } ,
{ file = "orjson-3.10.14-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:7796692136a67b3e301ef9052bde6fe8e7bd5200da766811a3a608ffa62aaff0" } ,
{ file = "orjson-3.10.14-cp39-cp39-win32.whl" , hash = "sha256:eee4bc767f348fba485ed9dc576ca58b0a9eac237f0e160f7a59bce628ed06b3" } ,
{ file = "orjson-3.10.14-cp39-cp39-win_amd64.whl" , hash = "sha256:96a1c0ee30fb113b3ae3c748fd75ca74a157ff4c58476c47db4d61518962a011" } ,
{ file = "orjson-3.10.14.tar.gz" , hash = "sha256:cf31f6f071a6b8e7aa1ead1fa27b935b48d00fbfa6a28ce856cfff2d5dd68eed" } ,
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"
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 = "*"
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 = "*"
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"
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"
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)" ]
2024-01-10 15:18:28 -06:00
typing = [ "typing-extensions" ]
xmp = [ "defusedxml" ]
2022-12-29 15:21:48 -08:00
2024-04-04 18:31:10 -05:00
[ [ package ] ]
name = "pillow-heif"
2024-11-30 06:46:33 +00:00
version = "0.21.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"
2024-04-04 18:31:10 -05:00
files = [
2024-11-30 06:46:33 +00:00
{ file = "pillow_heif-0.21.0-cp310-cp310-macosx_13_0_x86_64.whl" , hash = "sha256:f54609401164b0cb58000bd2516a88516b5e3e9b2f9c52ad9500575f1851da5e" } ,
{ file = "pillow_heif-0.21.0-cp310-cp310-macosx_14_0_arm64.whl" , hash = "sha256:d0a68246340d4fad4f10721a1a50b87a7011f1bd18d0a7b7d231e196776d0260" } ,
{ file = "pillow_heif-0.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:208b066bc7349b1ea1447199668edb6e2f74f36df54c86457ecb0131db8294df" } ,
{ file = "pillow_heif-0.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cea6f1519a9c486baf3bdf63487fa3f699402724895d64841bb4636258a87c90" } ,
{ file = "pillow_heif-0.21.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:7f9e939cd8e343237800fe998e26558a82cb25496b74d7674f29e75dc87eb636" } ,
{ file = "pillow_heif-0.21.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:8b30fbbb672a3413413bcfc726f9994e495c647c6b96ab9f832dccb61b67fb2f" } ,
{ file = "pillow_heif-0.21.0-cp310-cp310-win_amd64.whl" , hash = "sha256:9807c955ea7ed2caa5d105aea7d870d8c0958079ed2aba39a6ace7ef82aad402" } ,
{ file = "pillow_heif-0.21.0-cp311-cp311-macosx_13_0_x86_64.whl" , hash = "sha256:0c3ffa486f56f52fe790d3b1bd522d93d2f59e22ce86045641cd596adc3c5273" } ,
{ file = "pillow_heif-0.21.0-cp311-cp311-macosx_14_0_arm64.whl" , hash = "sha256:c46be20058d72a5a158ffc65e6158279a4bcb337707a29b312c5293846bd5b8a" } ,
{ file = "pillow_heif-0.21.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:06663c825a3d71779e51df02080467761b74d515e59fce9d780220cd75de7dd0" } ,
{ file = "pillow_heif-0.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:23efab69a03a9a3a9ff07043d8c8bf0d15ffd661ecc5c7bff59b386eb25f0466" } ,
{ file = "pillow_heif-0.21.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:e5eebb73268b806d3c801271126382da4f556b756990f87590c843c5a8ec14e2" } ,
{ file = "pillow_heif-0.21.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:3456b4cdb4da485f27c53a91c81f0488b44dc99c0be6870f6a1dc5ac85709894" } ,
{ file = "pillow_heif-0.21.0-cp311-cp311-win_amd64.whl" , hash = "sha256:d36441100756122b9d401502e39b60d0df9d876a929f5db858a4b7d05cc02e88" } ,
{ file = "pillow_heif-0.21.0-cp312-cp312-macosx_13_0_x86_64.whl" , hash = "sha256:0aaea6ea45257cf74e76666b80b6109f8f56217009534726fa7f6a5694ebd563" } ,
{ file = "pillow_heif-0.21.0-cp312-cp312-macosx_14_0_arm64.whl" , hash = "sha256:f28c2c934f547823de3e204e48866c571d81ebb6b3e8646c32fe2104c570c7b2" } ,
{ file = "pillow_heif-0.21.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e10ab63559346fc294b9612502221ddd6bfac8cd74091ace7328fefc1163a167" } ,
{ file = "pillow_heif-0.21.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:da2a015cfe4afec75551190d93c99dda13410aec89dc468794885b90f870f657" } ,
{ file = "pillow_heif-0.21.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:41693f5d87ed2b5fd01df4a6215045aff14d148a750aa0708c77e71139698154" } ,
{ file = "pillow_heif-0.21.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:8b27031c561ee3485a119c769fc2ef41d81fae1de530857beef935683e09615e" } ,
{ file = "pillow_heif-0.21.0-cp312-cp312-win_amd64.whl" , hash = "sha256:60196c08e9c256e81054c5da468eb5a0266c931b8564c96283a43e5fd2d7ce0e" } ,
{ file = "pillow_heif-0.21.0-cp313-cp313-macosx_13_0_x86_64.whl" , hash = "sha256:9e67aae3c22a90bc7dfd42c9f0033c53a7d358e0f0d5d29aa42f2f193162fb01" } ,
{ file = "pillow_heif-0.21.0-cp313-cp313-macosx_14_0_arm64.whl" , hash = "sha256:ee2d68cbc0df8ba6fd9103ac6b550ebafcaa3a179416737a96becf6e5f079586" } ,
{ file = "pillow_heif-0.21.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9e5c0df7b8c84e4a8c249ba45ceca2453f205028d8a6525612ec6dd0553d925d" } ,
{ file = "pillow_heif-0.21.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:aaedb7f16f3f18fbb315648ba576d0d7bb26b18b50c16281665123c38f73101e" } ,
{ file = "pillow_heif-0.21.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:6724d6a2561f36b06e14e1cd396c004d32717e81528cb03565491ac8679ed760" } ,
{ file = "pillow_heif-0.21.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:bf2e2b0abad455a0896118856e82a8d5358dfe5480bedd09ddd6a04b23773899" } ,
{ file = "pillow_heif-0.21.0-cp313-cp313-win_amd64.whl" , hash = "sha256:1b6ba6c3c4de739a1abf4f7fe0cdd04acd9e0c7fc661985b9a5288d94893a4b1" } ,
{ file = "pillow_heif-0.21.0-cp39-cp39-macosx_13_0_x86_64.whl" , hash = "sha256:2448e180150b1ecb6576cc5030a6d14a179a7fa430b2b54d976f3beb3c5628ae" } ,
{ file = "pillow_heif-0.21.0-cp39-cp39-macosx_14_0_arm64.whl" , hash = "sha256:fa9a91d6e390e78fe5670ff6083f26d13c6f1cabfaf0f61d0b272f50b5651c81" } ,
{ file = "pillow_heif-0.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dc919aa10fe97cb2134043d6e2d0d7fdbe17d7a2a833b202437e53be39fa7eae" } ,
{ file = "pillow_heif-0.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8d2fec1715ec77c2622e1eb52a6b30b58cea437b66dc45cfd28515dcb70bcc99" } ,
{ file = "pillow_heif-0.21.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:55cba67787dfabb20e3fe0f54e4e768ca42c0ac5aa74c6b293b3407c7782fc87" } ,
{ file = "pillow_heif-0.21.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:04e824c087934bfd09605a992788db3c461f045a903dbc9f14b20eba0df0c6ac" } ,
{ file = "pillow_heif-0.21.0-cp39-cp39-win_amd64.whl" , hash = "sha256:c2d2ec026094c919ce010921586192968abe9dfd2528b38bce905c74cac9b9c6" } ,
{ file = "pillow_heif-0.21.0-pp310-pypy310_pp73-macosx_13_0_x86_64.whl" , hash = "sha256:9305aa837ce77d98a8b5e7bc8f86eeaefb52237686d84d60de11d55bad541d7f" } ,
{ file = "pillow_heif-0.21.0-pp310-pypy310_pp73-macosx_14_0_arm64.whl" , hash = "sha256:fc9bfc50f55267d13b0abf63bd7d141b92a39e09812dadee1a88b5863d9b8808" } ,
{ file = "pillow_heif-0.21.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:03273b94a7548ba615f6bfc1031137f1a025b657226de6c3f09f84945295f565" } ,
{ file = "pillow_heif-0.21.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6576c9c7713e33150395cdc6e9cf59efd8f42c5783cf0764092ba50a048ee2c6" } ,
{ file = "pillow_heif-0.21.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:2813c34cdd3f07e406b6a2cb216019409eb62270e6799088ddf3d4cb08a0d503" } ,
{ file = "pillow_heif-0.21.0-pp39-pypy39_pp73-macosx_13_0_x86_64.whl" , hash = "sha256:b06125d594ca71c9af3bf69118c661b8f82a3a7ce2d2ea5302328d91ebef36cb" } ,
{ file = "pillow_heif-0.21.0-pp39-pypy39_pp73-macosx_14_0_arm64.whl" , hash = "sha256:22a73ed7ca5c2c8ef1b4872827dc7d8a6875938e9e791fff2db92fb4ca60f560" } ,
{ file = "pillow_heif-0.21.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:121451d016c450bfb4d926fe08274e165553679917eb8c85d41fcadfda5f3b2e" } ,
{ file = "pillow_heif-0.21.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5680a00519e5f3c7c1c51dfd41e7f1c632793dfde57a9620339ba4cc70cf9196" } ,
{ file = "pillow_heif-0.21.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:a39d1043ec74afdeef00086c8d24b3cc30095927817182ae5bc960ddb3422d9c" } ,
{ file = "pillow_heif-0.21.0.tar.gz" , hash = "sha256:07aee1bff05e5d61feb989eaa745ae21b367011fd66ee48f7732931f8a12b49b" } ,
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 ]
2024-07-02 09:10:04 -05:00
dev = [ "coverage" , "defusedxml" , "numpy" , "opencv-python (==4.10.0.84)" , "packaging" , "pre-commit" , "pylint" , "pympler" , "pytest" ]
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" ]
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"
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"
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"
2024-10-09 13:55:36 +02:00
version = "4.0.1"
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"
2022-12-29 15:21:48 -08:00
files = [
2024-10-09 13:55:36 +02:00
{ file = "pre_commit-4.0.1-py2.py3-none-any.whl" , hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878" } ,
{ file = "pre_commit-4.0.1.tar.gz" , hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2" } ,
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"
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 = "*"
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 = "*"
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.*"
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-01-09 16:40:18 +00:00
version = "2.10.5"
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
2024-02-11 10:47:37 -06:00
python-versions = ">=3.8"
2022-12-29 15:21:48 -08:00
files = [
2025-01-09 16:40:18 +00:00
{ file = "pydantic-2.10.5-py3-none-any.whl" , hash = "sha256:4dd4e322dbe55472cb7ca7e73f4b63574eecccf2835ffa2af9021ce113c83c53" } ,
{ file = "pydantic-2.10.5.tar.gz" , hash = "sha256:278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff" } ,
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"
2024-12-18 15:17:50 -06:00
pydantic-core = "2.27.2"
2024-11-29 23:34:53 -06:00
typing-extensions = ">=4.12.2"
2022-12-29 15:21:48 -08:00
[ package . extras ]
2024-02-11 10:47:37 -06:00
email = [ "email-validator (>=2.0.0)" ]
2024-09-09 20:57:20 +10:00
timezone = [ "tzdata" ]
2024-02-11 10:47:37 -06:00
[ [ package ] ]
name = "pydantic-core"
2024-12-18 15:17:50 -06:00
version = "2.27.2"
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
python-versions = ">=3.8"
files = [
2024-12-18 15:17:50 -06:00
{ file = "pydantic_core-2.27.2-cp310-cp310-macosx_10_12_x86_64.whl" , hash = "sha256:2d367ca20b2f14095a8f4fa1210f5a7b78b8a20009ecced6b12818f455b1e9fa" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:491a2b73db93fab69731eaee494f320faa4e093dbed776be1a829c2eb222c34c" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7969e133a6f183be60e9f6f56bfae753585680f3b7307a8e555a948d443cc05a" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:3de9961f2a346257caf0aa508a4da705467f53778e9ef6fe744c038119737ef5" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e2bb4d3e5873c37bb3dd58714d4cd0b0e6238cebc4177ac8fe878f8b3aa8e74c" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:280d219beebb0752699480fe8f1dc61ab6615c2046d76b7ab7ee38858de0a4e7" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:47956ae78b6422cbd46f772f1746799cbb862de838fd8d1fbd34a82e05b0983a" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:14d4a5c49d2f009d62a2a7140d3064f686d17a5d1a268bc641954ba181880236" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:337b443af21d488716f8d0b6164de833e788aa6bd7e3a39c005febc1284f4962" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-musllinux_1_1_armv7l.whl" , hash = "sha256:03d0f86ea3184a12f41a2d23f7ccb79cdb5a18e06993f8a45baa8dfec746f0e9" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:7041c36f5680c6e0f08d922aed302e98b3745d97fe1589db0a3eebf6624523af" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-win32.whl" , hash = "sha256:50a68f3e3819077be2c98110c1f9dcb3817e93f267ba80a2c05bb4f8799e2ff4" } ,
{ file = "pydantic_core-2.27.2-cp310-cp310-win_amd64.whl" , hash = "sha256:e0fd26b16394ead34a424eecf8a31a1f5137094cabe84a1bcb10fa6ba39d3d31" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-macosx_10_12_x86_64.whl" , hash = "sha256:8e10c99ef58cfdf2a66fc15d66b16c4a04f62bca39db589ae8cba08bc55331bc" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:26f32e0adf166a84d0cb63be85c562ca8a6fa8de28e5f0d92250c6b7e9e2aff7" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8c19d1ea0673cd13cc2f872f6c9ab42acc4e4f492a7ca9d3795ce2b112dd7e15" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:5e68c4446fe0810e959cdff46ab0a41ce2f2c86d227d96dc3847af0ba7def306" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d9640b0059ff4f14d1f37321b94061c6db164fbe49b334b31643e0528d100d99" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:40d02e7d45c9f8af700f3452f329ead92da4c5f4317ca9b896de7ce7199ea459" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1c1fd185014191700554795c99b347d64f2bb637966c4cfc16998a0ca700d048" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:d81d2068e1c1228a565af076598f9e7451712700b673de8f502f0334f281387d" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:1a4207639fb02ec2dbb76227d7c751a20b1a6b4bc52850568e52260cae64ca3b" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-musllinux_1_1_armv7l.whl" , hash = "sha256:3de3ce3c9ddc8bbd88f6e0e304dea0e66d843ec9de1b0042b0911c1663ffd474" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:30c5f68ded0c36466acede341551106821043e9afaad516adfb6e8fa80a4e6a6" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-win32.whl" , hash = "sha256:c70c26d2c99f78b125a3459f8afe1aed4d9687c24fd677c6a4436bc042e50d6c" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-win_amd64.whl" , hash = "sha256:08e125dbdc505fa69ca7d9c499639ab6407cfa909214d500897d02afb816e7cc" } ,
{ file = "pydantic_core-2.27.2-cp311-cp311-win_arm64.whl" , hash = "sha256:26f0d68d4b235a2bae0c3fc585c585b4ecc51382db0e3ba402a22cbc440915e4" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-macosx_10_12_x86_64.whl" , hash = "sha256:9e0c8cfefa0ef83b4da9588448b6d8d2a2bf1a53c3f1ae5fca39eb3061e2f0b0" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:83097677b8e3bd7eaa6775720ec8e0405f1575015a463285a92bfdfe254529ef" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:172fce187655fece0c90d90a678424b013f8fbb0ca8b036ac266749c09438cb7" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:519f29f5213271eeeeb3093f662ba2fd512b91c5f188f3bb7b27bc5973816934" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:05e3a55d124407fffba0dd6b0c0cd056d10e983ceb4e5dbd10dda135c31071d6" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9c3ed807c7b91de05e63930188f19e921d1fe90de6b4f5cd43ee7fcc3525cb8c" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6fb4aadc0b9a0c063206846d603b92030eb6f03069151a625667f982887153e2" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:28ccb213807e037460326424ceb8b5245acb88f32f3d2777427476e1b32c48c4" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:de3cd1899e2c279b140adde9357c4495ed9d47131b4a4eaff9052f23398076b3" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-musllinux_1_1_armv7l.whl" , hash = "sha256:220f892729375e2d736b97d0e51466252ad84c51857d4d15f5e9692f9ef12be4" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:a0fcd29cd6b4e74fe8ddd2c90330fd8edf2e30cb52acda47f06dd615ae72da57" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-win32.whl" , hash = "sha256:1e2cb691ed9834cd6a8be61228471d0a503731abfb42f82458ff27be7b2186fc" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-win_amd64.whl" , hash = "sha256:cc3f1a99a4f4f9dd1de4fe0312c114e740b5ddead65bb4102884b384c15d8bc9" } ,
{ file = "pydantic_core-2.27.2-cp312-cp312-win_arm64.whl" , hash = "sha256:3911ac9284cd8a1792d3cb26a2da18f3ca26c6908cc434a18f730dc0db7bfa3b" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-macosx_10_12_x86_64.whl" , hash = "sha256:7d14bd329640e63852364c306f4d23eb744e0f8193148d4044dd3dacdaacbd8b" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:82f91663004eb8ed30ff478d77c4d1179b3563df6cdb15c0817cd1cdaf34d154" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:71b24c7d61131bb83df10cc7e687433609963a944ccf45190cfc21e0887b08c9" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:fa8e459d4954f608fa26116118bb67f56b93b209c39b008277ace29937453dc9" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ce8918cbebc8da707ba805b7fd0b382816858728ae7fe19a942080c24e5b7cd1" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:eda3f5c2a021bbc5d976107bb302e0131351c2ba54343f8a496dc8783d3d3a6a" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bd8086fa684c4775c27f03f062cbb9eaa6e17f064307e86b21b9e0abc9c0f02e" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:8d9b3388db186ba0c099a6d20f0604a44eabdeef1777ddd94786cdae158729e4" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-musllinux_1_1_aarch64.whl" , hash = "sha256:7a66efda2387de898c8f38c0cf7f14fca0b51a8ef0b24bfea5849f1b3c95af27" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-musllinux_1_1_armv7l.whl" , hash = "sha256:18a101c168e4e092ab40dbc2503bdc0f62010e95d292b27827871dc85450d7ee" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-musllinux_1_1_x86_64.whl" , hash = "sha256:ba5dd002f88b78a4215ed2f8ddbdf85e8513382820ba15ad5ad8955ce0ca19a1" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-win32.whl" , hash = "sha256:1ebaf1d0481914d004a573394f4be3a7616334be70261007e47c2a6fe7e50130" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-win_amd64.whl" , hash = "sha256:953101387ecf2f5652883208769a79e48db18c6df442568a0b5ccd8c2723abee" } ,
{ file = "pydantic_core-2.27.2-cp313-cp313-win_arm64.whl" , hash = "sha256:ac4dbfd1691affb8f48c2c13241a2e3b60ff23247cbcf981759c768b6633cf8b" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-macosx_10_12_x86_64.whl" , hash = "sha256:d3e8d504bdd3f10835468f29008d72fc8359d95c9c415ce6e767203db6127506" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:521eb9b7f036c9b6187f0b47318ab0d7ca14bd87f776240b90b21c1f4f149320" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:85210c4d99a0114f5a9481b44560d7d1e35e32cc5634c656bc48e590b669b145" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:d716e2e30c6f140d7560ef1538953a5cd1a87264c737643d481f2779fc247fe1" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f66d89ba397d92f840f8654756196d93804278457b5fbede59598a1f9f90b228" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:669e193c1c576a58f132e3158f9dfa9662969edb1a250c54d8fa52590045f046" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9fdbe7629b996647b99c01b37f11170a57ae675375b14b8c13b8518b8320ced5" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:d262606bf386a5ba0b0af3b97f37c83d7011439e3dc1a9298f21efb292e42f1a" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:cabb9bcb7e0d97f74df8646f34fc76fbf793b7f6dc2438517d7a9e50eee4f14d" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-musllinux_1_1_armv7l.whl" , hash = "sha256:d2d63f1215638d28221f664596b1ccb3944f6e25dd18cd3b86b0a4c408d5ebb9" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:bca101c00bff0adb45a833f8451b9105d9df18accb8743b08107d7ada14bd7da" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-win32.whl" , hash = "sha256:f6f8e111843bbb0dee4cb6594cdc73e79b3329b526037ec242a3e49012495b3b" } ,
{ file = "pydantic_core-2.27.2-cp38-cp38-win_amd64.whl" , hash = "sha256:fd1aea04935a508f62e0d0ef1f5ae968774a32afc306fb8545e06f5ff5cdf3ad" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-macosx_10_12_x86_64.whl" , hash = "sha256:c10eb4f1659290b523af58fa7cffb452a61ad6ae5613404519aee4bfbf1df993" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:ef592d4bad47296fb11f96cd7dc898b92e795032b4894dfb4076cfccd43a9308" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c61709a844acc6bf0b7dce7daae75195a10aac96a596ea1b776996414791ede4" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:42c5f762659e47fdb7b16956c71598292f60a03aa92f8b6351504359dbdba6cf" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4c9775e339e42e79ec99c441d9730fccf07414af63eac2f0e48e08fd38a64d76" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:57762139821c31847cfb2df63c12f725788bd9f04bc2fb392790959b8f70f118" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0d1e85068e818c73e048fe28cfc769040bb1f475524f4745a5dc621f75ac7630" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:097830ed52fd9e427942ff3b9bc17fab52913b2f50f2880dc4a5611446606a54" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:044a50963a614ecfae59bb1eaf7ea7efc4bc62f49ed594e18fa1e5d953c40e9f" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-musllinux_1_1_armv7l.whl" , hash = "sha256:4e0b4220ba5b40d727c7f879eac379b822eee5d8fff418e9d3381ee45b3b0362" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5e4f4bb20d75e9325cc9696c6802657b58bc1dbbe3022f32cc2b2b632c3fbb96" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-win32.whl" , hash = "sha256:cca63613e90d001b9f2f9a9ceb276c308bfa2a43fafb75c8031c4f66039e8c6e" } ,
{ file = "pydantic_core-2.27.2-cp39-cp39-win_amd64.whl" , hash = "sha256:77d1bca19b0f7021b3a982e6f903dcd5b2b06076def36a652e3907f596e29f67" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:2bf14caea37e91198329b828eae1618c068dfb8ef17bb33287a7ad4b61ac314e" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:b0cb791f5b45307caae8810c2023a184c74605ec3bcbb67d13846c28ff731ff8" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:688d3fd9fcb71f41c4c015c023d12a79d1c4c0732ec9eb35d96e3388a120dcf3" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3d591580c34f4d731592f0e9fe40f9cc1b430d297eecc70b962e93c5c668f15f" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:82f986faf4e644ffc189a7f1aafc86e46ef70372bb153e7001e8afccc6e54133" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl" , hash = "sha256:bec317a27290e2537f922639cafd54990551725fc844249e64c523301d0822fc" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl" , hash = "sha256:0296abcb83a797db256b773f45773da397da75a08f5fcaef41f2044adec05f50" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl" , hash = "sha256:0d75070718e369e452075a6017fbf187f788e17ed67a3abd47fa934d001863d9" } ,
{ file = "pydantic_core-2.27.2-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:7e17b560be3c98a8e3aa66ce828bdebb9e9ac6ad5466fba92eb74c4c95cb1151" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:c33939a82924da9ed65dab5a65d427205a73181d8098e79b6b426bdf8ad4e656" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:00bad2484fa6bda1e216e7345a798bd37c68fb2d97558edd584942aa41b7d278" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c817e2b40aba42bac6f457498dacabc568c3b7a986fc9ba7c8d9d260b71485fb" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:251136cdad0cb722e93732cb45ca5299fb56e1344a833640bf93b2803f8d1bfd" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:d2088237af596f0a524d3afc39ab3b036e8adb054ee57cbb1dcf8e09da5b29cc" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl" , hash = "sha256:d4041c0b966a84b4ae7a09832eb691a35aec90910cd2dbe7a208de59be77965b" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl" , hash = "sha256:8083d4e875ebe0b864ffef72a4304827015cff328a1be6e22cc850753bfb122b" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl" , hash = "sha256:f141ee28a0ad2123b6611b6ceff018039df17f32ada8b534e6aa039545a3efb2" } ,
{ file = "pydantic_core-2.27.2-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:7d0c8399fcc1848491f00e0314bd59fb34a9c008761bcb422a057670c3f65e35" } ,
{ file = "pydantic_core-2.27.2.tar.gz" , hash = "sha256:eb026e5a4c1fee05726072337ff51d1efb6f59090b7da90d30ea58625b1ffb39" } ,
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-01-07 16:03:37 -06:00
version = "2.7.1"
2024-02-11 10:47:37 -06:00
description = "Settings management using Pydantic"
optional = false
python-versions = ">=3.8"
files = [
2025-01-07 16:03:37 -06:00
{ file = "pydantic_settings-2.7.1-py3-none-any.whl" , hash = "sha256:590be9e6e24d06db33a4262829edef682500ef008565a969c73d39d5f8bfb3fd" } ,
{ file = "pydantic_settings-2.7.1.tar.gz" , hash = "sha256:10c9caad35e64bfb3c2fbf70a078c0e25cc92499782e5200747f942a065dec93" } ,
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 = "*"
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"
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 ]
plugins = [ "importlib-metadata" ]
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 = "*"
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"
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"
2024-12-23 23:02:53 -06:00
version = "3.3.3"
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"
2022-12-29 15:21:48 -08:00
files = [
2024-12-23 23:02:53 -06:00
{ file = "pylint-3.3.3-py3-none-any.whl" , hash = "sha256:26e271a2bc8bce0fc23833805a9076dd9b4d5194e2a02164942cb3cdc37b4183" } ,
{ file = "pylint-3.3.3.tar.gz" , hash = "sha256:07c607523b17e6d16e2ae0d7ef59602e332caa762af64203c24b41c27139f36a" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2024-12-23 23:02:53 -06: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\"" }
2024-01-10 18:58:50 +00:00
isort = ">=4.2.5,<5.13.0 || >5.13.0,<6"
2022-12-29 15:21:48 -08:00
mccabe = ">=0.6,<0.8"
platformdirs = ">=2.2.0"
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"
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"
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"
2024-10-11 20:04:22 -05:00
version = "3.6.2"
2024-09-15 11:48:50 +10:00
description = "pyRdfa distiller/parser library"
2022-12-29 15:21:48 -08:00
optional = false
2024-10-11 20:04:22 -05:00
python-versions = ">=3.7"
2022-12-29 15:21:48 -08:00
files = [
2024-10-11 20:04:22 -05:00
{ file = "pyRdfa3-3.6.2-py3-none-any.whl" , hash = "sha256:290c2fa966ddd1b45ac94a727da144f5a233ed58c63c370e3d68e6d00b0dee5d" } ,
{ file = "pyRdfa3-3.6.2.tar.gz" , hash = "sha256:73681dab957f60901696767388b956a5769c730bc451da6ffb2f0e36f18314c2" } ,
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"
2024-10-11 20:04:22 -05:00
rdflib = ">=6.1.1"
requests = ">=2.25.1"
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "pytest"
2024-12-01 12:05:54 -06:00
version = "8.3.4"
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"
2022-12-29 15:21:48 -08:00
files = [
2024-12-01 12:05:54 -06:00
{ file = "pytest-8.3.4-py3-none-any.whl" , hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6" } ,
{ file = "pytest-8.3.4.tar.gz" , hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761" } ,
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-01-09 11:55:33 -06:00
version = "0.25.2"
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"
2023-01-28 16:06:27 -09:00
files = [
2025-01-09 11:55:33 -06:00
{ file = "pytest_asyncio-0.25.2-py3-none-any.whl" , hash = "sha256:0d0bb693f7b99da304a0634afc0a4b19e49d5e0de2d670f38dc4bfa5727c5075" } ,
{ file = "pytest_asyncio-0.25.2.tar.gz" , hash = "sha256:3f8ef9a98f45948ea91a0ed3dc4268b5326c0e7bce73892acc654df4262ad45f" } ,
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
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"
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"
2024-01-24 15:44:36 -06:00
version = "1.0.1"
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
2023-02-26 10:13:10 -09:00
python-versions = ">=3.8"
2022-12-29 15:21:48 -08:00
files = [
2024-01-24 15:44:36 -06:00
{ file = "python-dotenv-1.0.1.tar.gz" , hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca" } ,
{ file = "python_dotenv-1.0.1-py3-none-any.whl" , hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a" } ,
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"
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"
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"
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"
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"
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"
2024-12-17 14:21:13 -06:00
version = "3.11.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"
2023-09-15 12:19:34 -05:00
files = [
2024-12-17 14:21:13 -06:00
{ file = "rapidfuzz-3.11.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:eb8a54543d16ab1b69e2c5ed96cabbff16db044a50eddfc028000138ca9ddf33" } ,
{ file = "rapidfuzz-3.11.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:231c8b2efbd7f8d2ecd1ae900363ba168b8870644bb8f2b5aa96e4a7573bde19" } ,
{ file = "rapidfuzz-3.11.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:54e7f442fb9cca81e9df32333fb075ef729052bcabe05b0afc0441f462299114" } ,
{ file = "rapidfuzz-3.11.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:906f1f2a1b91c06599b3dd1be207449c5d4fc7bd1e1fa2f6aef161ea6223f165" } ,
{ file = "rapidfuzz-3.11.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8ed59044aea9eb6c663112170f2399b040d5d7b162828b141f2673e822093fa8" } ,
{ file = "rapidfuzz-3.11.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1cb1965a28b0fa64abdee130c788a0bc0bb3cf9ef7e3a70bf055c086c14a3d7e" } ,
{ file = "rapidfuzz-3.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0b488b244931d0291412917e6e46ee9f6a14376625e150056fe7c4426ef28225" } ,
{ file = "rapidfuzz-3.11.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:f0ba13557fec9d5ffc0a22826754a7457cc77f1b25145be10b7bb1d143ce84c6" } ,
{ file = "rapidfuzz-3.11.0-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:3871fa7dfcef00bad3c7e8ae8d8fd58089bad6fb21f608d2bf42832267ca9663" } ,
{ file = "rapidfuzz-3.11.0-cp310-cp310-musllinux_1_2_ppc64le.whl" , hash = "sha256:b2669eafee38c5884a6e7cc9769d25c19428549dcdf57de8541cf9e82822e7db" } ,
{ file = "rapidfuzz-3.11.0-cp310-cp310-musllinux_1_2_s390x.whl" , hash = "sha256:ffa1bb0e26297b0f22881b219ffc82a33a3c84ce6174a9d69406239b14575bd5" } ,
{ file = "rapidfuzz-3.11.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:45b15b8a118856ac9caac6877f70f38b8a0d310475d50bc814698659eabc1cdb" } ,
{ file = "rapidfuzz-3.11.0-cp310-cp310-win32.whl" , hash = "sha256:22033677982b9c4c49676f215b794b0404073f8974f98739cb7234e4a9ade9ad" } ,
{ file = "rapidfuzz-3.11.0-cp310-cp310-win_amd64.whl" , hash = "sha256:be15496e7244361ff0efcd86e52559bacda9cd975eccf19426a0025f9547c792" } ,
{ file = "rapidfuzz-3.11.0-cp310-cp310-win_arm64.whl" , hash = "sha256:714a7ba31ba46b64d30fccfe95f8013ea41a2e6237ba11a805a27cdd3bce2573" } ,
{ file = "rapidfuzz-3.11.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:8724a978f8af7059c5323d523870bf272a097478e1471295511cf58b2642ff83" } ,
{ file = "rapidfuzz-3.11.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:8b63cb1f2eb371ef20fb155e95efd96e060147bdd4ab9fc400c97325dfee9fe1" } ,
{ file = "rapidfuzz-3.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:82497f244aac10b20710448645f347d862364cc4f7d8b9ba14bd66b5ce4dec18" } ,
{ file = "rapidfuzz-3.11.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:339607394941801e6e3f6c1ecd413a36e18454e7136ed1161388de674f47f9d9" } ,
{ file = "rapidfuzz-3.11.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:84819390a36d6166cec706b9d8f0941f115f700b7faecab5a7e22fc367408bc3" } ,
{ file = "rapidfuzz-3.11.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:eea8d9e20632d68f653455265b18c35f90965e26f30d4d92f831899d6682149b" } ,
{ file = "rapidfuzz-3.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5b659e1e2ea2784a9a397075a7fc395bfa4fe66424042161c4bcaf6e4f637b38" } ,
{ file = "rapidfuzz-3.11.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:1315cd2a351144572e31fe3df68340d4b83ddec0af8b2e207cd32930c6acd037" } ,
{ file = "rapidfuzz-3.11.0-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:a7743cca45b4684c54407e8638f6d07b910d8d811347b9d42ff21262c7c23245" } ,
{ file = "rapidfuzz-3.11.0-cp311-cp311-musllinux_1_2_ppc64le.whl" , hash = "sha256:5bb636b0150daa6d3331b738f7c0f8b25eadc47f04a40e5c23c4bfb4c4e20ae3" } ,
{ file = "rapidfuzz-3.11.0-cp311-cp311-musllinux_1_2_s390x.whl" , hash = "sha256:42f4dd264ada7a9aa0805ea0da776dc063533917773cf2df5217f14eb4429eae" } ,
{ file = "rapidfuzz-3.11.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:51f24cb39e64256221e6952f22545b8ce21cacd59c0d3e367225da8fc4b868d8" } ,
{ file = "rapidfuzz-3.11.0-cp311-cp311-win32.whl" , hash = "sha256:aaf391fb6715866bc14681c76dc0308f46877f7c06f61d62cc993b79fc3c4a2a" } ,
{ file = "rapidfuzz-3.11.0-cp311-cp311-win_amd64.whl" , hash = "sha256:ebadd5b8624d8ad503e505a99b8eb26fe3ea9f8e9c2234e805a27b269e585842" } ,
{ file = "rapidfuzz-3.11.0-cp311-cp311-win_arm64.whl" , hash = "sha256:d895998fec712544c13cfe833890e0226585cf0391dd3948412441d5d68a2b8c" } ,
{ file = "rapidfuzz-3.11.0-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:f382fec4a7891d66fb7163c90754454030bb9200a13f82ee7860b6359f3f2fa8" } ,
{ file = "rapidfuzz-3.11.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:dfaefe08af2a928e72344c800dcbaf6508e86a4ed481e28355e8d4b6a6a5230e" } ,
{ file = "rapidfuzz-3.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:92ebb7c12f682b5906ed98429f48a3dd80dd0f9721de30c97a01473d1a346576" } ,
{ file = "rapidfuzz-3.11.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9a1b3ebc62d4bcdfdeba110944a25ab40916d5383c5e57e7c4a8dc0b6c17211a" } ,
{ file = "rapidfuzz-3.11.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9c6d7fea39cb33e71de86397d38bf7ff1a6273e40367f31d05761662ffda49e4" } ,
{ file = "rapidfuzz-3.11.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:99aebef8268f2bc0b445b5640fd3312e080bd17efd3fbae4486b20ac00466308" } ,
{ file = "rapidfuzz-3.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4469307f464ae3089acf3210b8fc279110d26d10f79e576f385a98f4429f7d97" } ,
{ file = "rapidfuzz-3.11.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:eb97c53112b593f89a90b4f6218635a9d1eea1d7f9521a3b7d24864228bbc0aa" } ,
{ file = "rapidfuzz-3.11.0-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:ef8937dae823b889c0273dfa0f0f6c46a3658ac0d851349c464d1b00e7ff4252" } ,
{ file = "rapidfuzz-3.11.0-cp312-cp312-musllinux_1_2_ppc64le.whl" , hash = "sha256:d95f9e9f3777b96241d8a00d6377cc9c716981d828b5091082d0fe3a2924b43e" } ,
{ file = "rapidfuzz-3.11.0-cp312-cp312-musllinux_1_2_s390x.whl" , hash = "sha256:b1d67d67f89e4e013a5295e7523bc34a7a96f2dba5dd812c7c8cb65d113cbf28" } ,
{ file = "rapidfuzz-3.11.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:d994cf27e2f874069884d9bddf0864f9b90ad201fcc9cb2f5b82bacc17c8d5f2" } ,
{ file = "rapidfuzz-3.11.0-cp312-cp312-win32.whl" , hash = "sha256:ba26d87fe7fcb56c4a53b549a9e0e9143f6b0df56d35fe6ad800c902447acd5b" } ,
{ file = "rapidfuzz-3.11.0-cp312-cp312-win_amd64.whl" , hash = "sha256:b1f7efdd7b7adb32102c2fa481ad6f11923e2deb191f651274be559d56fc913b" } ,
{ file = "rapidfuzz-3.11.0-cp312-cp312-win_arm64.whl" , hash = "sha256:ed78c8e94f57b44292c1a0350f580e18d3a3c5c0800e253f1583580c1b417ad2" } ,
{ file = "rapidfuzz-3.11.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:e60814edd0c9b511b5f377d48b9782b88cfe8be07a98f99973669299c8bb318a" } ,
{ file = "rapidfuzz-3.11.0-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:3f28952da055dbfe75828891cd3c9abf0984edc8640573c18b48c14c68ca5e06" } ,
{ file = "rapidfuzz-3.11.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5e8f93bc736020351a6f8e71666e1f486bb8bd5ce8112c443a30c77bfde0eb68" } ,
{ file = "rapidfuzz-3.11.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:76a4a11ba8f678c9e5876a7d465ab86def047a4fcc043617578368755d63a1bc" } ,
{ file = "rapidfuzz-3.11.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:dc0e0d41ad8a056a9886bac91ff9d9978e54a244deb61c2972cc76b66752de9c" } ,
{ file = "rapidfuzz-3.11.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5e8ea35f2419c7d56b3e75fbde2698766daedb374f20eea28ac9b1f668ef4f74" } ,
{ file = "rapidfuzz-3.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cd340bbd025302276b5aa221dccfe43040c7babfc32f107c36ad783f2ffd8775" } ,
{ file = "rapidfuzz-3.11.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:494eef2c68305ab75139034ea25328a04a548d297712d9cf887bf27c158c388b" } ,
{ file = "rapidfuzz-3.11.0-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:5a167344c1d6db06915fb0225592afdc24d8bafaaf02de07d4788ddd37f4bc2f" } ,
{ file = "rapidfuzz-3.11.0-cp313-cp313-musllinux_1_2_ppc64le.whl" , hash = "sha256:8c7af25bda96ac799378ac8aba54a8ece732835c7b74cfc201b688a87ed11152" } ,
{ file = "rapidfuzz-3.11.0-cp313-cp313-musllinux_1_2_s390x.whl" , hash = "sha256:d2a0f7e17f33e7890257367a1662b05fecaf56625f7dbb6446227aaa2b86448b" } ,
{ file = "rapidfuzz-3.11.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:4d0d26c7172bdb64f86ee0765c5b26ea1dc45c52389175888ec073b9b28f4305" } ,
{ file = "rapidfuzz-3.11.0-cp313-cp313-win32.whl" , hash = "sha256:6ad02bab756751c90fa27f3069d7b12146613061341459abf55f8190d899649f" } ,
{ file = "rapidfuzz-3.11.0-cp313-cp313-win_amd64.whl" , hash = "sha256:b1472986fd9c5d318399a01a0881f4a0bf4950264131bb8e2deba9df6d8c362b" } ,
{ file = "rapidfuzz-3.11.0-cp313-cp313-win_arm64.whl" , hash = "sha256:c408f09649cbff8da76f8d3ad878b64ba7f7abdad1471efb293d2c075e80c822" } ,
{ file = "rapidfuzz-3.11.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:1bac4873f6186f5233b0084b266bfb459e997f4c21fc9f029918f44a9eccd304" } ,
{ file = "rapidfuzz-3.11.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:4f9f12c2d0aa52b86206d2059916153876a9b1cf9dfb3cf2f344913167f1c3d4" } ,
{ file = "rapidfuzz-3.11.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8dd501de6f7a8f83557d20613b58734d1cb5f0be78d794cde64fe43cfc63f5f2" } ,
{ file = "rapidfuzz-3.11.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4416ca69af933d4a8ad30910149d3db6d084781d5c5fdedb713205389f535385" } ,
{ file = "rapidfuzz-3.11.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f0821b9bdf18c5b7d51722b906b233a39b17f602501a966cfbd9b285f8ab83cd" } ,
{ file = "rapidfuzz-3.11.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:d0edecc3f90c2653298d380f6ea73b536944b767520c2179ec5d40b9145e47aa" } ,
{ file = "rapidfuzz-3.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4513dd01cee11e354c31b75f652d4d466c9440b6859f84e600bdebfccb17735a" } ,
{ file = "rapidfuzz-3.11.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:d9727b85511b912571a76ce53c7640ba2c44c364e71cef6d7359b5412739c570" } ,
{ file = "rapidfuzz-3.11.0-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:ab9eab33ee3213f7751dc07a1a61b8d9a3d748ca4458fffddd9defa6f0493c16" } ,
{ file = "rapidfuzz-3.11.0-cp39-cp39-musllinux_1_2_ppc64le.whl" , hash = "sha256:6b01c1ddbb054283797967ddc5433d5c108d680e8fa2684cf368be05407b07e4" } ,
{ file = "rapidfuzz-3.11.0-cp39-cp39-musllinux_1_2_s390x.whl" , hash = "sha256:3857e335f97058c4b46fa39ca831290b70de554a5c5af0323d2f163b19c5f2a6" } ,
{ file = "rapidfuzz-3.11.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:d98a46cf07c0c875d27e8a7ed50f304d83063e49b9ab63f21c19c154b4c0d08d" } ,
{ file = "rapidfuzz-3.11.0-cp39-cp39-win32.whl" , hash = "sha256:c36539ed2c0173b053dafb221458812e178cfa3224ade0960599bec194637048" } ,
{ file = "rapidfuzz-3.11.0-cp39-cp39-win_amd64.whl" , hash = "sha256:ec8d7d8567e14af34a7911c98f5ac74a3d4a743cd848643341fc92b12b3784ff" } ,
{ file = "rapidfuzz-3.11.0-cp39-cp39-win_arm64.whl" , hash = "sha256:62171b270ecc4071be1c1f99960317db261d4c8c83c169e7f8ad119211fe7397" } ,
{ file = "rapidfuzz-3.11.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:f06e3c4c0a8badfc4910b9fd15beb1ad8f3b8fafa8ea82c023e5e607b66a78e4" } ,
{ file = "rapidfuzz-3.11.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:fe7aaf5a54821d340d21412f7f6e6272a9b17a0cbafc1d68f77f2fc11009dcd5" } ,
{ file = "rapidfuzz-3.11.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:25398d9ac7294e99876a3027ffc52c6bebeb2d702b1895af6ae9c541ee676702" } ,
{ file = "rapidfuzz-3.11.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9a52eea839e4bdc72c5e60a444d26004da00bb5bc6301e99b3dde18212e41465" } ,
{ file = "rapidfuzz-3.11.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2c87319b0ab9d269ab84f6453601fd49b35d9e4a601bbaef43743f26fabf496c" } ,
{ file = "rapidfuzz-3.11.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:3048c6ed29d693fba7d2a7caf165f5e0bb2b9743a0989012a98a47b975355cca" } ,
{ file = "rapidfuzz-3.11.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:b04f29735bad9f06bb731c214f27253bd8bedb248ef9b8a1b4c5bde65b838454" } ,
{ file = "rapidfuzz-3.11.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:7864e80a0d4e23eb6194254a81ee1216abdc53f9dc85b7f4d56668eced022eb8" } ,
{ file = "rapidfuzz-3.11.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3794df87313dfb56fafd679b962e0613c88a293fd9bd5dd5c2793d66bf06a101" } ,
{ file = "rapidfuzz-3.11.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d71da0012face6f45432a11bc59af19e62fac5a41f8ce489e80c0add8153c3d1" } ,
{ file = "rapidfuzz-3.11.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ff38378346b7018f42cbc1f6d1d3778e36e16d8595f79a312b31e7c25c50bd08" } ,
{ file = "rapidfuzz-3.11.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:6668321f90aa02a5a789d4e16058f2e4f2692c5230252425c3532a8a62bc3424" } ,
{ file = "rapidfuzz-3.11.0.tar.gz" , hash = "sha256:a53ca4d3f52f00b393fab9b5913c5bafb9afc27d030c8a1db1283da6917a860f" } ,
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"
2024-10-11 20:04:22 -05:00
version = "6.2.0"
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
2024-10-11 20:04:22 -05:00
python-versions = ">=3.7"
2022-12-29 15:21:48 -08:00
files = [
2024-10-11 20:04:22 -05:00
{ file = "rdflib-6.2.0-py3-none-any.whl" , hash = "sha256:85c34a86dfc517a41e5f2425a41a0aceacc23983462b32e68610b9fad1383bca" } ,
{ file = "rdflib-6.2.0.tar.gz" , hash = "sha256:62dc3c86d1712db0f55785baf8047f63731fa59b2682be03219cb89262065942" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2024-10-11 20:04:22 -05:00
isodate = "*"
pyparsing = "*"
setuptools = "*"
2022-12-29 15:21:48 -08:00
[ package . extras ]
2024-10-11 20:04:22 -05:00
berkeleydb = [ "berkeleydb" ]
dev = [ "black (==22.6.0)" , "flake8" , "flakeheaven" , "isort" , "mypy" , "pep8-naming" , "types-setuptools" ]
docs = [ "myst-parser" , "sphinx (<6)" , "sphinx-autodoc-typehints" , "sphinxcontrib-apidoc" , "sphinxcontrib-kroki" ]
html = [ "html5lib" ]
networkx = [ "networkx" ]
tests = [ "html5lib" , "pytest" , "pytest-cov" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "recipe-scrapers"
2024-12-14 23:04:23 +01:00
version = "15.3.3"
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"
2022-12-29 15:21:48 -08:00
files = [
2024-12-14 23:04:23 +01:00
{ file = "recipe_scrapers-15.3.3-py3-none-any.whl" , hash = "sha256:e3092190ff81d79992bb3fd373c6d1ac7dff5d8be033d219ff6eb46bff8a37d3" } ,
{ file = "recipe_scrapers-15.3.3.tar.gz" , hash = "sha256:9bd41de3da0769eae6fa8a211a99db630fd283873eae6b518f51d27836c034f9" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2024-04-25 20:15:33 +02: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)" ]
linters = [ "black (==24.10.0)" , "flake8 (==7.1.1)" , "mypy (==1.13.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)" ]
2024-12-14 23:04:23 +01:00
tests = [ "coverage (>=7.6.9)" , "importlib-metadata (>=4.6)" , "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"
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"
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.*"
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"
2024-11-05 16:32:54 +01:00
version = "13.9.4"
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"
2022-12-29 15:21:48 -08:00
files = [
2024-11-05 16:32:54 +01:00
{ file = "rich-13.9.4-py3-none-any.whl" , hash = "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90" } ,
{ file = "rich-13.9.4.tar.gz" , hash = "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098" } ,
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-01-13 17:45:56 +01:00
version = "0.9.1"
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"
files = [
2025-01-13 17:45:56 +01:00
{ file = "ruff-0.9.1-py3-none-linux_armv6l.whl" , hash = "sha256:84330dda7abcc270e6055551aca93fdde1b0685fc4fd358f26410f9349cf1743" } ,
{ file = "ruff-0.9.1-py3-none-macosx_10_12_x86_64.whl" , hash = "sha256:3cae39ba5d137054b0e5b472aee3b78a7c884e61591b100aeb544bcd1fc38d4f" } ,
{ file = "ruff-0.9.1-py3-none-macosx_11_0_arm64.whl" , hash = "sha256:50c647ff96f4ba288db0ad87048257753733763b409b2faf2ea78b45c8bb7fcb" } ,
{ file = "ruff-0.9.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f0c8b149e9c7353cace7d698e1656ffcf1e36e50f8ea3b5d5f7f87ff9986a7ca" } ,
{ file = "ruff-0.9.1-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:beb3298604540c884d8b282fe7625651378e1986c25df51dec5b2f60cafc31ce" } ,
{ file = "ruff-0.9.1-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:39d0174ccc45c439093971cc06ed3ac4dc545f5e8bdacf9f067adf879544d969" } ,
{ file = "ruff-0.9.1-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl" , hash = "sha256:69572926c0f0c9912288915214ca9b2809525ea263603370b9e00bed2ba56dbd" } ,
{ file = "ruff-0.9.1-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:937267afce0c9170d6d29f01fcd1f4378172dec6760a9f4dface48cdabf9610a" } ,
{ file = "ruff-0.9.1-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:186c2313de946f2c22bdf5954b8dd083e124bcfb685732cfb0beae0c47233d9b" } ,
{ file = "ruff-0.9.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3f94942a3bb767675d9a051867c036655fe9f6c8a491539156a6f7e6b5f31831" } ,
{ file = "ruff-0.9.1-py3-none-musllinux_1_2_aarch64.whl" , hash = "sha256:728d791b769cc28c05f12c280f99e8896932e9833fef1dd8756a6af2261fd1ab" } ,
{ file = "ruff-0.9.1-py3-none-musllinux_1_2_armv7l.whl" , hash = "sha256:2f312c86fb40c5c02b44a29a750ee3b21002bd813b5233facdaf63a51d9a85e1" } ,
{ file = "ruff-0.9.1-py3-none-musllinux_1_2_i686.whl" , hash = "sha256:ae017c3a29bee341ba584f3823f805abbe5fe9cd97f87ed07ecbf533c4c88366" } ,
{ file = "ruff-0.9.1-py3-none-musllinux_1_2_x86_64.whl" , hash = "sha256:5dc40a378a0e21b4cfe2b8a0f1812a6572fc7b230ef12cd9fac9161aa91d807f" } ,
{ file = "ruff-0.9.1-py3-none-win32.whl" , hash = "sha256:46ebf5cc106cf7e7378ca3c28ce4293b61b449cd121b98699be727d40b79ba72" } ,
{ file = "ruff-0.9.1-py3-none-win_amd64.whl" , hash = "sha256:342a824b46ddbcdddd3abfbb332fa7fcaac5488bf18073e841236aadf4ad5c19" } ,
{ file = "ruff-0.9.1-py3-none-win_arm64.whl" , hash = "sha256:1cd76c7f9c679e6e8f2af8f778367dca82b95009bc7b1a85a47f1521ae524fa7" } ,
{ file = "ruff-0.9.1.tar.gz" , hash = "sha256:fd2b25ecaf907d6458fa842675382c8597b3c746a2dde6717fe3415425df0c17" } ,
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"
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 ]
2024-12-04 22:31:26 -06:00
check = [ "pytest-checkdocs (>=2.4)" , "pytest-ruff (>=0.2.1)" , "ruff (>=0.7.0)" ]
core = [ "importlib_metadata (>=6)" , "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)" , "wheel (>=0.43.0)" ]
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)" ]
test = [ "build[virtualenv] (>=1.0.3)" , "filelock (>=3.4.0)" , "ini2toml[lite] (>=0.14)" , "jaraco.develop (>=7.21)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "jaraco.test (>=5.5)" , "packaging (>=24.2)" , "pip (>=19.1)" , "pyproject-hooks (!=1.1)" , "pytest (>=6,!=8.1.*)" , "pytest-home (>=0.5)" , "pytest-perf" , "pytest-subprocess" , "pytest-timeout" , "pytest-xdist (>=3)" , "tomli-w (>=1.0.0)" , "virtualenv (>=13.0.0)" , "wheel (>=0.44.0)" ]
type = [ "importlib_metadata (>=7.0.2)" , "jaraco.develop (>=7.21)" , "mypy (>=1.12,<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.*"
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"
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"
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-01-11 10:58:59 +00:00
version = "2.0.37"
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"
files = [
2025-01-11 10:58:59 +00:00
{ file = "SQLAlchemy-2.0.37-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:da36c3b0e891808a7542c5c89f224520b9a16c7f5e4d6a1156955605e54aef0e" } ,
{ file = "SQLAlchemy-2.0.37-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:e7402ff96e2b073a98ef6d6142796426d705addd27b9d26c3b32dbaa06d7d069" } ,
{ file = "SQLAlchemy-2.0.37-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e6f5d254a22394847245f411a2956976401e84da4288aa70cbcd5190744062c1" } ,
{ file = "SQLAlchemy-2.0.37-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:41296bbcaa55ef5fdd32389a35c710133b097f7b2609d8218c0eabded43a1d84" } ,
{ file = "SQLAlchemy-2.0.37-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:bedee60385c1c0411378cbd4dc486362f5ee88deceea50002772912d798bb00f" } ,
{ file = "SQLAlchemy-2.0.37-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:6c67415258f9f3c69867ec02fea1bf6508153709ecbd731a982442a590f2b7e4" } ,
{ file = "SQLAlchemy-2.0.37-cp310-cp310-win32.whl" , hash = "sha256:650dcb70739957a492ad8acff65d099a9586b9b8920e3507ca61ec3ce650bb72" } ,
{ file = "SQLAlchemy-2.0.37-cp310-cp310-win_amd64.whl" , hash = "sha256:93d1543cd8359040c02b6614421c8e10cd7a788c40047dbc507ed46c29ae5636" } ,
{ file = "SQLAlchemy-2.0.37-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:78361be6dc9073ed17ab380985d1e45e48a642313ab68ab6afa2457354ff692c" } ,
{ file = "SQLAlchemy-2.0.37-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:b661b49d0cb0ab311a189b31e25576b7ac3e20783beb1e1817d72d9d02508bf5" } ,
{ file = "SQLAlchemy-2.0.37-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d57bafbab289e147d064ffbd5cca2d7b1394b63417c0636cea1f2e93d16eb9e8" } ,
{ file = "SQLAlchemy-2.0.37-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2fa2c0913f02341d25fb858e4fb2031e6b0813494cca1ba07d417674128ce11b" } ,
{ file = "SQLAlchemy-2.0.37-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:9df21b8d9e5c136ea6cde1c50d2b1c29a2b5ff2b1d610165c23ff250e0704087" } ,
{ file = "SQLAlchemy-2.0.37-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:db18ff6b8c0f1917f8b20f8eca35c28bbccb9f83afa94743e03d40203ed83de9" } ,
{ file = "SQLAlchemy-2.0.37-cp311-cp311-win32.whl" , hash = "sha256:46954173612617a99a64aee103bcd3f078901b9a8dcfc6ae80cbf34ba23df989" } ,
{ file = "SQLAlchemy-2.0.37-cp311-cp311-win_amd64.whl" , hash = "sha256:7b7e772dc4bc507fdec4ee20182f15bd60d2a84f1e087a8accf5b5b7a0dcf2ba" } ,
{ file = "SQLAlchemy-2.0.37-cp312-cp312-macosx_10_13_x86_64.whl" , hash = "sha256:2952748ecd67ed3b56773c185e85fc084f6bdcdec10e5032a7c25a6bc7d682ef" } ,
{ file = "SQLAlchemy-2.0.37-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:3151822aa1db0eb5afd65ccfafebe0ef5cda3a7701a279c8d0bf17781a793bb4" } ,
{ file = "SQLAlchemy-2.0.37-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:eaa8039b6d20137a4e02603aba37d12cd2dde7887500b8855356682fc33933f4" } ,
{ file = "SQLAlchemy-2.0.37-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1cdba1f73b64530c47b27118b7053b8447e6d6f3c8104e3ac59f3d40c33aa9fd" } ,
{ file = "SQLAlchemy-2.0.37-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:1b2690456528a87234a75d1a1644cdb330a6926f455403c8e4f6cad6921f9098" } ,
{ file = "SQLAlchemy-2.0.37-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:cf5ae8a9dcf657fd72144a7fd01f243236ea39e7344e579a121c4205aedf07bb" } ,
{ file = "SQLAlchemy-2.0.37-cp312-cp312-win32.whl" , hash = "sha256:ea308cec940905ba008291d93619d92edaf83232ec85fbd514dcb329f3192761" } ,
{ file = "SQLAlchemy-2.0.37-cp312-cp312-win_amd64.whl" , hash = "sha256:635d8a21577341dfe4f7fa59ec394b346da12420b86624a69e466d446de16aff" } ,
{ file = "SQLAlchemy-2.0.37-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:8c4096727193762e72ce9437e2a86a110cf081241919ce3fab8e89c02f6b6658" } ,
{ file = "SQLAlchemy-2.0.37-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:e4fb5ac86d8fe8151966814f6720996430462e633d225497566b3996966b9bdb" } ,
{ file = "SQLAlchemy-2.0.37-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e56a139bfe136a22c438478a86f8204c1eb5eed36f4e15c4224e4b9db01cb3e4" } ,
{ file = "SQLAlchemy-2.0.37-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2f95fc8e3f34b5f6b3effb49d10ac97c569ec8e32f985612d9b25dd12d0d2e94" } ,
{ file = "SQLAlchemy-2.0.37-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:c505edd429abdfe3643fa3b2e83efb3445a34a9dc49d5f692dd087be966020e0" } ,
{ file = "SQLAlchemy-2.0.37-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:12b0f1ec623cccf058cf21cb544f0e74656618165b083d78145cafde156ea7b6" } ,
{ file = "SQLAlchemy-2.0.37-cp313-cp313-win32.whl" , hash = "sha256:293f9ade06b2e68dd03cfb14d49202fac47b7bb94bffcff174568c951fbc7af2" } ,
{ file = "SQLAlchemy-2.0.37-cp313-cp313-win_amd64.whl" , hash = "sha256:d70f53a0646cc418ca4853da57cf3ddddbccb8c98406791f24426f2dd77fd0e2" } ,
{ file = "SQLAlchemy-2.0.37-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:44f569d0b1eb82301b92b72085583277316e7367e038d97c3a1a899d9a05e342" } ,
{ file = "SQLAlchemy-2.0.37-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b2eae3423e538c10d93ae3e87788c6a84658c3ed6db62e6a61bb9495b0ad16bb" } ,
{ file = "SQLAlchemy-2.0.37-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dfff7be361048244c3aa0f60b5e63221c5e0f0e509f4e47b8910e22b57d10ae7" } ,
{ file = "SQLAlchemy-2.0.37-cp37-cp37m-musllinux_1_2_aarch64.whl" , hash = "sha256:5bc3339db84c5fb9130ac0e2f20347ee77b5dd2596ba327ce0d399752f4fce39" } ,
{ file = "SQLAlchemy-2.0.37-cp37-cp37m-musllinux_1_2_x86_64.whl" , hash = "sha256:84b9f23b0fa98a6a4b99d73989350a94e4a4ec476b9a7dfe9b79ba5939f5e80b" } ,
{ file = "SQLAlchemy-2.0.37-cp37-cp37m-win32.whl" , hash = "sha256:51bc9cfef83e0ac84f86bf2b10eaccb27c5a3e66a1212bef676f5bee6ef33ebb" } ,
{ file = "SQLAlchemy-2.0.37-cp37-cp37m-win_amd64.whl" , hash = "sha256:8e47f1af09444f87c67b4f1bb6231e12ba6d4d9f03050d7fc88df6d075231a49" } ,
{ file = "SQLAlchemy-2.0.37-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:6b788f14c5bb91db7f468dcf76f8b64423660a05e57fe277d3f4fad7b9dcb7ce" } ,
{ file = "SQLAlchemy-2.0.37-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:521ef85c04c33009166777c77e76c8a676e2d8528dc83a57836b63ca9c69dcd1" } ,
{ file = "SQLAlchemy-2.0.37-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:75311559f5c9881a9808eadbeb20ed8d8ba3f7225bef3afed2000c2a9f4d49b9" } ,
{ file = "SQLAlchemy-2.0.37-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cce918ada64c956b62ca2c2af59b125767097ec1dca89650a6221e887521bfd7" } ,
{ file = "SQLAlchemy-2.0.37-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:9d087663b7e1feabea8c578d6887d59bb00388158e8bff3a76be11aa3f748ca2" } ,
{ file = "SQLAlchemy-2.0.37-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:cf95a60b36997dad99692314c4713f141b61c5b0b4cc5c3426faad570b31ca01" } ,
{ file = "SQLAlchemy-2.0.37-cp38-cp38-win32.whl" , hash = "sha256:d75ead7dd4d255068ea0f21492ee67937bd7c90964c8f3c2bea83c7b7f81b95f" } ,
{ file = "SQLAlchemy-2.0.37-cp38-cp38-win_amd64.whl" , hash = "sha256:74bbd1d0a9bacf34266a7907d43260c8d65d31d691bb2356f41b17c2dca5b1d0" } ,
{ file = "SQLAlchemy-2.0.37-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:648ec5acf95ad59255452ef759054f2176849662af4521db6cb245263ae4aa33" } ,
{ file = "SQLAlchemy-2.0.37-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:35bd2df269de082065d4b23ae08502a47255832cc3f17619a5cea92ce478b02b" } ,
{ file = "SQLAlchemy-2.0.37-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4f581d365af9373a738c49e0c51e8b18e08d8a6b1b15cc556773bcd8a192fa8b" } ,
{ file = "SQLAlchemy-2.0.37-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:82df02816c14f8dc9f4d74aea4cb84a92f4b0620235daa76dde002409a3fbb5a" } ,
{ file = "SQLAlchemy-2.0.37-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:94b564e38b344d3e67d2e224f0aec6ba09a77e4582ced41e7bfd0f757d926ec9" } ,
{ file = "SQLAlchemy-2.0.37-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:955a2a765aa1bd81aafa69ffda179d4fe3e2a3ad462a736ae5b6f387f78bfeb8" } ,
{ file = "SQLAlchemy-2.0.37-cp39-cp39-win32.whl" , hash = "sha256:03f0528c53ca0b67094c4764523c1451ea15959bbf0a8a8a3096900014db0278" } ,
{ file = "SQLAlchemy-2.0.37-cp39-cp39-win_amd64.whl" , hash = "sha256:4b12885dc85a2ab2b7d00995bac6d967bffa8594123b02ed21e8eb2205a7584b" } ,
{ file = "SQLAlchemy-2.0.37-py3-none-any.whl" , hash = "sha256:a8998bf9f8658bd3839cbc44ddbe982955641863da0c1efe5b00c1ab4f5c16b1" } ,
{ file = "sqlalchemy-2.0.37.tar.gz" , hash = "sha256:12b28d99a9c14eaf4055810df1001557176716de0167b91026e648e65229bffb" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2025-01-11 10:58:59 +00:00
greenlet = { version = "!=0.4.17" , 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 ]
2024-02-19 15:17:40 +00:00
aiomysql = [ "aiomysql (>=0.2.0)" , "greenlet (!=0.4.17)" ]
aioodbc = [ "aioodbc" , "greenlet (!=0.4.17)" ]
aiosqlite = [ "aiosqlite" , "greenlet (!=0.4.17)" , "typing_extensions (!=3.10.0.1)" ]
2022-12-29 15:21:48 -08:00
asyncio = [ "greenlet (!=0.4.17)" ]
2023-02-06 18:43:12 -09:00
asyncmy = [ "asyncmy (>=0.2.3,!=0.2.4,!=0.2.6)" , "greenlet (!=0.4.17)" ]
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)" ]
postgresql-asyncpg = [ "asyncpg" , "greenlet (!=0.4.17)" ]
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"
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 = "*"
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"
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"
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 = "*"
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 = "*"
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 = "*"
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 = "*"
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 = "*"
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"
version = "4.12.2"
description = "Backported and Experimental Type Hints for Python 3.8+"
optional = false
python-versions = ">=3.8"
files = [
{ file = "typing_extensions-4.12.2-py3-none-any.whl" , hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d" } ,
{ file = "typing_extensions-4.12.2.tar.gz" , hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" } ,
]
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"
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.*"
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 ]
brotli = [ "brotli (>=1.0.9)" , "brotlicffi (>=0.8.0)" , "brotlipy (>=0.6.0)" ]
2023-02-06 18:43:12 -09:00
secure = [ "certifi" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "ipaddress" , "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"
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\"" }
2023-07-23 12:53:45 -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 ]
2024-11-26 12:25:04 +01:00
standard = [ "colorama (>=0.4)" , "httptools (>=0.6.3)" , "python-dotenv (>=0.13)" , "pyyaml (>=5.1)" , "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)" , "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"
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)" ]
2024-09-15 11:48:50 +10:00
test = [ "Cython (>=0.29.36,<0.30.0)" , "aiohttp (==3.9.0b0)" , "aiohttp (>=3.8.1)" , "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"
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)" ]
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)" , "pytest-mock (>=3.11.1)" , "pytest-randomly (>=3.12)" , "pytest-timeout (>=2.1)" , "setuptools (>=68)" , "time-machine (>=2.10)" ]
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"
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"
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"
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 = "*"
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"
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 ]
lock-version = "2.0"
2024-12-04 22:31:26 -06:00
python-versions = "^3.12"
2025-01-13 15:43:55 +00:00
content-hash = "1561f8552de2253187d19299bb098f0ab53b1def90a0fa121a3cba379d5b0da8"