2024-08-06 09:29:34 -05:00
# This file is automatically @generated by Poetry 1.8.3 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-06-27 08:35:56 -05:00
version = "1.13.2"
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-06-27 08:35:56 -05:00
{ file = "alembic-1.13.2-py3-none-any.whl" , hash = "sha256:6b8733129a6224a9a711e17c99b08462dbf7cc9670ba8f2e2ae9af860ceb1953" } ,
{ file = "alembic-1.13.2.tar.gz" , hash = "sha256:1ff0ae32975f4fd96028c39ed9bb3c867fe3af956bd7bb37343b54c9fe7445ef" } ,
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 ]
2023-10-07 16:02:15 -05:00
exceptiongroup = { version = "*" , markers = "python_version < \"3.11\"" }
2022-01-08 22:24:34 -09:00
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"
2024-09-02 20:35:14 +00:00
version = "1.9.0"
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 = [
2024-09-02 20:35:14 +00:00
{ file = "apprise-1.9.0-py3-none-any.whl" , hash = "sha256:7192c953eeb282a7afee012512d3de0104b5a6a11bdda29283435df5a79dfe7f" } ,
{ file = "apprise-1.9.0.tar.gz" , hash = "sha256:b5c93afd6331afe4b63a55d1cea9076e47becb4ba89b562b181c13e25bb0c7d6" } ,
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-07-21 22:02:55 +00:00
version = "3.2.4"
2021-05-01 20:46:02 -08:00
description = "An abstract syntax tree for Python with inference support."
optional = false
2024-01-10 18:58:50 +00:00
python-versions = ">=3.8.0"
2022-12-29 15:21:48 -08:00
files = [
2024-07-21 22:02:55 +00:00
{ file = "astroid-3.2.4-py3-none-any.whl" , hash = "sha256:413658a61eeca6202a59231abb473f932038fbcbf1666587f66d482083413a25" } ,
{ file = "astroid-3.2.4.tar.gz" , hash = "sha256:0e14202810b30da1b735827f78f5157be2bbd4a7a59b7707ca0bfc2fb4c0063a" } ,
2022-12-29 15:21:48 -08:00
]
2021-05-01 20:46:02 -08:00
[ package . dependencies ]
2023-02-06 18:43:12 -09:00
typing-extensions = { version = ">=4.0.0" , markers = "python_version < \"3.11\"" }
2021-05-01 20:46:02 -08:00
2024-03-10 13:51:36 -05:00
[ [ package ] ]
name = "authlib"
2024-08-26 17:37:34 +00:00
version = "1.3.2"
2024-03-10 13:51:36 -05:00
description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients."
optional = false
python-versions = ">=3.8"
files = [
2024-08-26 17:37:34 +00:00
{ file = "Authlib-1.3.2-py2.py3-none-any.whl" , hash = "sha256:ede026a95e9f5cdc2d4364a52103f5405e75aa156357e831ef2bfd0bc5094dfc" } ,
{ file = "authlib-1.3.2.tar.gz" , hash = "sha256:4b16130117f9eb82aa6eec97f6dd4673c3f960ac0283ccdae2897ee4bc030ba2" } ,
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-07-25 11:55:26 -08:00
version = "4.2.0"
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-07-25 11:55:26 -08:00
{ file = "bcrypt-4.2.0-cp37-abi3-macosx_10_12_universal2.whl" , hash = "sha256:096a15d26ed6ce37a14c1ac1e48119660f21b24cba457f160a4b830f3fe6b5cb" } ,
{ file = "bcrypt-4.2.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c02d944ca89d9b1922ceb8a46460dd17df1ba37ab66feac4870f6862a1533c00" } ,
{ file = "bcrypt-4.2.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1d84cf6d877918620b687b8fd1bf7781d11e8a0998f576c7aa939776b512b98d" } ,
{ file = "bcrypt-4.2.0-cp37-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:1bb429fedbe0249465cdd85a58e8376f31bb315e484f16e68ca4c786dcc04291" } ,
{ file = "bcrypt-4.2.0-cp37-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:655ea221910bcac76ea08aaa76df427ef8625f92e55a8ee44fbf7753dbabb328" } ,
{ file = "bcrypt-4.2.0-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:1ee38e858bf5d0287c39b7a1fc59eec64bbf880c7d504d3a06a96c16e14058e7" } ,
{ file = "bcrypt-4.2.0-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:0da52759f7f30e83f1e30a888d9163a81353ef224d82dc58eb5bb52efcabc399" } ,
{ file = "bcrypt-4.2.0-cp37-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:3698393a1b1f1fd5714524193849d0c6d524d33523acca37cd28f02899285060" } ,
{ file = "bcrypt-4.2.0-cp37-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:762a2c5fb35f89606a9fde5e51392dad0cd1ab7ae64149a8b935fe8d79dd5ed7" } ,
{ file = "bcrypt-4.2.0-cp37-abi3-win32.whl" , hash = "sha256:5a1e8aa9b28ae28020a3ac4b053117fb51c57a010b9f969603ed885f23841458" } ,
{ file = "bcrypt-4.2.0-cp37-abi3-win_amd64.whl" , hash = "sha256:8f6ede91359e5df88d1f5c1ef47428a4420136f3ce97763e31b86dd8280fbdf5" } ,
{ file = "bcrypt-4.2.0-cp39-abi3-macosx_10_12_universal2.whl" , hash = "sha256:c52aac18ea1f4a4f65963ea4f9530c306b56ccd0c6f8c8da0c06976e34a6e841" } ,
{ file = "bcrypt-4.2.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3bbbfb2734f0e4f37c5136130405332640a1e46e6b23e000eeff2ba8d005da68" } ,
{ file = "bcrypt-4.2.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3413bd60460f76097ee2e0a493ccebe4a7601918219c02f503984f0a7ee0aebe" } ,
{ file = "bcrypt-4.2.0-cp39-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:8d7bb9c42801035e61c109c345a28ed7e84426ae4865511eb82e913df18f58c2" } ,
{ file = "bcrypt-4.2.0-cp39-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:3d3a6d28cb2305b43feac298774b997e372e56c7c7afd90a12b3dc49b189151c" } ,
{ file = "bcrypt-4.2.0-cp39-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:9c1c4ad86351339c5f320ca372dfba6cb6beb25e8efc659bedd918d921956bae" } ,
{ file = "bcrypt-4.2.0-cp39-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:27fe0f57bb5573104b5a6de5e4153c60814c711b29364c10a75a54bb6d7ff48d" } ,
{ file = "bcrypt-4.2.0-cp39-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:8ac68872c82f1add6a20bd489870c71b00ebacd2e9134a8aa3f98a0052ab4b0e" } ,
{ file = "bcrypt-4.2.0-cp39-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:cb2a8ec2bc07d3553ccebf0746bbf3d19426d1c6d1adbd4fa48925f66af7b9e8" } ,
{ file = "bcrypt-4.2.0-cp39-abi3-win32.whl" , hash = "sha256:77800b7147c9dc905db1cba26abe31e504d8247ac73580b4aa179f98e6608f34" } ,
{ file = "bcrypt-4.2.0-cp39-abi3-win_amd64.whl" , hash = "sha256:61ed14326ee023917ecd093ee6ef422a72f3aec6f07e21ea5f10622b735538a9" } ,
{ file = "bcrypt-4.2.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:39e1d30c7233cfc54f5c3f2c825156fe044efdd3e0b9d309512cc514a263ec2a" } ,
{ file = "bcrypt-4.2.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:f4f4acf526fcd1c34e7ce851147deedd4e26e6402369304220250598b26448db" } ,
{ file = "bcrypt-4.2.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:1ff39b78a52cf03fdf902635e4c81e544714861ba3f0efc56558979dd4f09170" } ,
{ file = "bcrypt-4.2.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:373db9abe198e8e2c70d12b479464e0d5092cc122b20ec504097b5f2297ed184" } ,
{ file = "bcrypt-4.2.0.tar.gz" , hash = "sha256:cf69eaf5185fd58f268f805b505ce31f9b9fc2d64b376642164e9244540c1221" } ,
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-08-05 09:54:14 -05:00
version = "7.6.1"
2021-05-01 20:46:02 -08:00
description = "Code coverage measurement for Python"
optional = false
2024-01-10 01:03:08 +00:00
python-versions = ">=3.8"
2023-01-01 11:53:51 -09:00
files = [
2024-08-05 09:54:14 -05:00
{ file = "coverage-7.6.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:b06079abebbc0e89e6163b8e8f0e16270124c154dc6e4a47b413dd538859af16" } ,
{ file = "coverage-7.6.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:cf4b19715bccd7ee27b6b120e7e9dd56037b9c0681dcc1adc9ba9db3d417fa36" } ,
{ file = "coverage-7.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e61c0abb4c85b095a784ef23fdd4aede7a2628478e7baba7c5e3deba61070a02" } ,
{ file = "coverage-7.6.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:fd21f6ae3f08b41004dfb433fa895d858f3f5979e7762d052b12aef444e29afc" } ,
{ file = "coverage-7.6.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8f59d57baca39b32db42b83b2a7ba6f47ad9c394ec2076b084c3f029b7afca23" } ,
{ file = "coverage-7.6.1-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:a1ac0ae2b8bd743b88ed0502544847c3053d7171a3cff9228af618a068ed9c34" } ,
{ file = "coverage-7.6.1-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:e6a08c0be454c3b3beb105c0596ebdc2371fab6bb90c0c0297f4e58fd7e1012c" } ,
{ file = "coverage-7.6.1-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:f5796e664fe802da4f57a168c85359a8fbf3eab5e55cd4e4569fbacecc903959" } ,
{ file = "coverage-7.6.1-cp310-cp310-win32.whl" , hash = "sha256:7bb65125fcbef8d989fa1dd0e8a060999497629ca5b0efbca209588a73356232" } ,
{ file = "coverage-7.6.1-cp310-cp310-win_amd64.whl" , hash = "sha256:3115a95daa9bdba70aea750db7b96b37259a81a709223c8448fa97727d546fe0" } ,
{ file = "coverage-7.6.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:7dea0889685db8550f839fa202744652e87c60015029ce3f60e006f8c4462c93" } ,
{ file = "coverage-7.6.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:ed37bd3c3b063412f7620464a9ac1314d33100329f39799255fb8d3027da50d3" } ,
{ file = "coverage-7.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d85f5e9a5f8b73e2350097c3756ef7e785f55bd71205defa0bfdaf96c31616ff" } ,
{ file = "coverage-7.6.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9bc572be474cafb617672c43fe989d6e48d3c83af02ce8de73fff1c6bb3c198d" } ,
{ file = "coverage-7.6.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0c0420b573964c760df9e9e86d1a9a622d0d27f417e1a949a8a66dd7bcee7bc6" } ,
{ file = "coverage-7.6.1-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:1f4aa8219db826ce6be7099d559f8ec311549bfc4046f7f9fe9b5cea5c581c56" } ,
{ file = "coverage-7.6.1-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:fc5a77d0c516700ebad189b587de289a20a78324bc54baee03dd486f0855d234" } ,
{ file = "coverage-7.6.1-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:b48f312cca9621272ae49008c7f613337c53fadca647d6384cc129d2996d1133" } ,
{ file = "coverage-7.6.1-cp311-cp311-win32.whl" , hash = "sha256:1125ca0e5fd475cbbba3bb67ae20bd2c23a98fac4e32412883f9bcbaa81c314c" } ,
{ file = "coverage-7.6.1-cp311-cp311-win_amd64.whl" , hash = "sha256:8ae539519c4c040c5ffd0632784e21b2f03fc1340752af711f33e5be83a9d6c6" } ,
{ file = "coverage-7.6.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:95cae0efeb032af8458fc27d191f85d1717b1d4e49f7cb226cf526ff28179778" } ,
{ file = "coverage-7.6.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:5621a9175cf9d0b0c84c2ef2b12e9f5f5071357c4d2ea6ca1cf01814f45d2391" } ,
{ file = "coverage-7.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:260933720fdcd75340e7dbe9060655aff3af1f0c5d20f46b57f262ab6c86a5e8" } ,
{ file = "coverage-7.6.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:07e2ca0ad381b91350c0ed49d52699b625aab2b44b65e1b4e02fa9df0e92ad2d" } ,
{ file = "coverage-7.6.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c44fee9975f04b33331cb8eb272827111efc8930cfd582e0320613263ca849ca" } ,
{ file = "coverage-7.6.1-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:877abb17e6339d96bf08e7a622d05095e72b71f8afd8a9fefc82cf30ed944163" } ,
{ file = "coverage-7.6.1-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:3e0cadcf6733c09154b461f1ca72d5416635e5e4ec4e536192180d34ec160f8a" } ,
{ file = "coverage-7.6.1-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:c3c02d12f837d9683e5ab2f3d9844dc57655b92c74e286c262e0fc54213c216d" } ,
{ file = "coverage-7.6.1-cp312-cp312-win32.whl" , hash = "sha256:e05882b70b87a18d937ca6768ff33cc3f72847cbc4de4491c8e73880766718e5" } ,
{ file = "coverage-7.6.1-cp312-cp312-win_amd64.whl" , hash = "sha256:b5d7b556859dd85f3a541db6a4e0167b86e7273e1cdc973e5b175166bb634fdb" } ,
{ file = "coverage-7.6.1-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:a4acd025ecc06185ba2b801f2de85546e0b8ac787cf9d3b06e7e2a69f925b106" } ,
{ file = "coverage-7.6.1-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:a6d3adcf24b624a7b778533480e32434a39ad8fa30c315208f6d3e5542aeb6e9" } ,
{ file = "coverage-7.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d0c212c49b6c10e6951362f7c6df3329f04c2b1c28499563d4035d964ab8e08c" } ,
{ file = "coverage-7.6.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6e81d7a3e58882450ec4186ca59a3f20a5d4440f25b1cff6f0902ad890e6748a" } ,
{ file = "coverage-7.6.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:78b260de9790fd81e69401c2dc8b17da47c8038176a79092a89cb2b7d945d060" } ,
{ file = "coverage-7.6.1-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:a78d169acd38300060b28d600344a803628c3fd585c912cacc9ea8790fe96862" } ,
{ file = "coverage-7.6.1-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:2c09f4ce52cb99dd7505cd0fc8e0e37c77b87f46bc9c1eb03fe3bc9991085388" } ,
{ file = "coverage-7.6.1-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:6878ef48d4227aace338d88c48738a4258213cd7b74fd9a3d4d7582bb1d8a155" } ,
{ file = "coverage-7.6.1-cp313-cp313-win32.whl" , hash = "sha256:44df346d5215a8c0e360307d46ffaabe0f5d3502c8a1cefd700b34baf31d411a" } ,
{ file = "coverage-7.6.1-cp313-cp313-win_amd64.whl" , hash = "sha256:8284cf8c0dd272a247bc154eb6c95548722dce90d098c17a883ed36e67cdb129" } ,
{ file = "coverage-7.6.1-cp313-cp313t-macosx_10_13_x86_64.whl" , hash = "sha256:d3296782ca4eab572a1a4eca686d8bfb00226300dcefdf43faa25b5242ab8a3e" } ,
{ file = "coverage-7.6.1-cp313-cp313t-macosx_11_0_arm64.whl" , hash = "sha256:502753043567491d3ff6d08629270127e0c31d4184c4c8d98f92c26f65019962" } ,
{ file = "coverage-7.6.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6a89ecca80709d4076b95f89f308544ec8f7b4727e8a547913a35f16717856cb" } ,
{ file = "coverage-7.6.1-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a318d68e92e80af8b00fa99609796fdbcdfef3629c77c6283566c6f02c6d6704" } ,
{ file = "coverage-7.6.1-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:13b0a73a0896988f053e4fbb7de6d93388e6dd292b0d87ee51d106f2c11b465b" } ,
{ file = "coverage-7.6.1-cp313-cp313t-musllinux_1_2_aarch64.whl" , hash = "sha256:4421712dbfc5562150f7554f13dde997a2e932a6b5f352edcce948a815efee6f" } ,
{ file = "coverage-7.6.1-cp313-cp313t-musllinux_1_2_i686.whl" , hash = "sha256:166811d20dfea725e2e4baa71fffd6c968a958577848d2131f39b60043400223" } ,
{ file = "coverage-7.6.1-cp313-cp313t-musllinux_1_2_x86_64.whl" , hash = "sha256:225667980479a17db1048cb2bf8bfb39b8e5be8f164b8f6628b64f78a72cf9d3" } ,
{ file = "coverage-7.6.1-cp313-cp313t-win32.whl" , hash = "sha256:170d444ab405852903b7d04ea9ae9b98f98ab6d7e63e1115e82620807519797f" } ,
{ file = "coverage-7.6.1-cp313-cp313t-win_amd64.whl" , hash = "sha256:b9f222de8cded79c49bf184bdbc06630d4c58eec9459b939b4a690c82ed05657" } ,
{ file = "coverage-7.6.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:6db04803b6c7291985a761004e9060b2bca08da6d04f26a7f2294b8623a0c1a0" } ,
{ file = "coverage-7.6.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:f1adfc8ac319e1a348af294106bc6a8458a0f1633cc62a1446aebc30c5fa186a" } ,
{ file = "coverage-7.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a95324a9de9650a729239daea117df21f4b9868ce32e63f8b650ebe6cef5595b" } ,
{ file = "coverage-7.6.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b43c03669dc4618ec25270b06ecd3ee4fa94c7f9b3c14bae6571ca00ef98b0d3" } ,
{ file = "coverage-7.6.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8929543a7192c13d177b770008bc4e8119f2e1f881d563fc6b6305d2d0ebe9de" } ,
{ file = "coverage-7.6.1-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:a09ece4a69cf399510c8ab25e0950d9cf2b42f7b3cb0374f95d2e2ff594478a6" } ,
{ file = "coverage-7.6.1-cp38-cp38-musllinux_1_2_i686.whl" , hash = "sha256:9054a0754de38d9dbd01a46621636689124d666bad1936d76c0341f7d71bf569" } ,
{ file = "coverage-7.6.1-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:0dbde0f4aa9a16fa4d754356a8f2e36296ff4d83994b2c9d8398aa32f222f989" } ,
{ file = "coverage-7.6.1-cp38-cp38-win32.whl" , hash = "sha256:da511e6ad4f7323ee5702e6633085fb76c2f893aaf8ce4c51a0ba4fc07580ea7" } ,
{ file = "coverage-7.6.1-cp38-cp38-win_amd64.whl" , hash = "sha256:3f1156e3e8f2872197af3840d8ad307a9dd18e615dc64d9ee41696f287c57ad8" } ,
{ file = "coverage-7.6.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:abd5fd0db5f4dc9289408aaf34908072f805ff7792632250dcb36dc591d24255" } ,
{ file = "coverage-7.6.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:547f45fa1a93154bd82050a7f3cddbc1a7a4dd2a9bf5cb7d06f4ae29fe94eaf8" } ,
{ file = "coverage-7.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:645786266c8f18a931b65bfcefdbf6952dd0dea98feee39bd188607a9d307ed2" } ,
{ file = "coverage-7.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9e0b2df163b8ed01d515807af24f63de04bebcecbd6c3bfeff88385789fdf75a" } ,
{ file = "coverage-7.6.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:609b06f178fe8e9f89ef676532760ec0b4deea15e9969bf754b37f7c40326dbc" } ,
{ file = "coverage-7.6.1-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:702855feff378050ae4f741045e19a32d57d19f3e0676d589df0575008ea5004" } ,
{ file = "coverage-7.6.1-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:2bdb062ea438f22d99cba0d7829c2ef0af1d768d1e4a4f528087224c90b132cb" } ,
{ file = "coverage-7.6.1-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:9c56863d44bd1c4fe2abb8a4d6f5371d197f1ac0ebdee542f07f35895fc07f36" } ,
{ file = "coverage-7.6.1-cp39-cp39-win32.whl" , hash = "sha256:6e2cd258d7d927d09493c8df1ce9174ad01b381d4729a9d8d4e38670ca24774c" } ,
{ file = "coverage-7.6.1-cp39-cp39-win_amd64.whl" , hash = "sha256:06a737c882bd26d0d6ee7269b20b12f14a8704807a01056c80bb881a4b2ce6ca" } ,
{ file = "coverage-7.6.1-pp38.pp39.pp310-none-any.whl" , hash = "sha256:e9a6e0eb86070e8ccaedfbd9d38fec54864f3125ab95419970575b42af7541df" } ,
{ file = "coverage-7.6.1.tar.gz" , hash = "sha256:953510dfb7b12ab69d20135a0662397f077c59b1e6379a768e97c59d852ee51d" } ,
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"
2023-02-06 18:43:12 -09:00
version = "0.3.6"
2022-03-15 15:01:56 -08:00
description = "Distribution utilities"
optional = false
python-versions = "*"
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "distlib-0.3.6-py2.py3-none-any.whl" , hash = "sha256:f35c4b692542ca110de7ef0bea44d73981caeb34ca0b9b6b2e6d7790dda8f80e" } ,
{ file = "distlib-0.3.6.tar.gz" , hash = "sha256:14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46" } ,
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" } ,
]
2022-11-30 20:20:28 -09:00
[ [ package ] ]
name = "exceptiongroup"
2023-02-06 18:43:12 -09:00
version = "1.1.0"
2022-11-30 20:20:28 -09:00
description = "Backport of PEP 654 (exception groups)"
optional = false
python-versions = ">=3.7"
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "exceptiongroup-1.1.0-py3-none-any.whl" , hash = "sha256:327cbda3da756e2de031a3107b81ab7b3770a602c4d16ca618298c526f4bec1e" } ,
{ file = "exceptiongroup-1.1.0.tar.gz" , hash = "sha256:bcb67d800a4497e1b404c2dd44fca47d3b7a5e5433dbab67f96c1a685cdfdf23" } ,
2022-12-29 15:21:48 -08:00
]
2022-11-30 20:20:28 -09:00
[ package . extras ]
test = [ "pytest (>=6)" ]
2021-05-01 20:46:02 -08:00
[ [ package ] ]
name = "extruct"
2024-05-29 09:21:06 -05:00
version = "0.17.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-05-29 09:21:06 -05:00
{ file = "extruct-0.17.0-py2.py3-none-any.whl" , hash = "sha256:5f1d8e307fbb0c41f64ce486ddfaf16dc67e4b8f6e9570c57b123409ee37a307" } ,
{ file = "extruct-0.17.0.tar.gz" , hash = "sha256:a94c0be5b5fd95a8370204ecc02687bd27845d536055d8d1c69a0a30da0420c7" } ,
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-09-14 01:12:27 +00:00
version = "0.114.2"
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-09-14 01:12:27 +00:00
{ file = "fastapi-0.114.2-py3-none-any.whl" , hash = "sha256:44474a22913057b1acb973ab90f4b671ba5200482e7622816d79105dcece1ac5" } ,
{ file = "fastapi-0.114.2.tar.gz" , hash = "sha256:0adb148b62edb09e8c6eeefa3ea934e8f276dabc038c5a82989ea6346050c3da" } ,
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-08-18 21:18:11 +00:00
starlette = ">=0.37.2,<0.39.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"
2023-02-06 18:43:12 -09:00
version = "3.9.0"
2022-03-15 15:01:56 -08:00
description = "A platform independent file lock."
optional = false
python-versions = ">=3.7"
2022-12-29 15:21:48 -08:00
files = [
2023-02-06 18:43:12 -09:00
{ file = "filelock-3.9.0-py3-none-any.whl" , hash = "sha256:f58d535af89bb9ad5cd4df046f741f8553a418c01a7856bf0d173bbc9f6bd16d" } ,
{ file = "filelock-3.9.0.tar.gz" , hash = "sha256:7b319f24340b51f55a2bf7a12ac0755a9b03e718311dac567a0f4f7fabd2f5de" } ,
2022-12-29 15:21:48 -08:00
]
2022-03-15 15:01:56 -08:00
[ package . extras ]
2023-02-06 18:43:12 -09:00
docs = [ "furo (>=2022.12.7)" , "sphinx (>=5.3)" , "sphinx-autodoc-typehints (>=1.19.5)" ]
testing = [ "covdefaults (>=2.2.2)" , "coverage (>=7.0.1)" , "pytest (>=7.2)" , "pytest-cov (>=4)" , "pytest-timeout (>=2.1)" ]
2022-03-15 15:01:56 -08:00
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-09-15 11:48:50 +10:00
version = "0.6.1"
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 = [
{ file = "httptools-0.6.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d2f6c3c4cb1948d912538217838f6e9960bc4a521d7f9b323b3da579cd14532f" } ,
{ file = "httptools-0.6.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:00d5d4b68a717765b1fabfd9ca755bd12bf44105eeb806c03d1962acd9b8e563" } ,
{ file = "httptools-0.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:639dc4f381a870c9ec860ce5c45921db50205a37cc3334e756269736ff0aac58" } ,
{ file = "httptools-0.6.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e57997ac7fb7ee43140cc03664de5f268813a481dff6245e0075925adc6aa185" } ,
{ file = "httptools-0.6.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:0ac5a0ae3d9f4fe004318d64b8a854edd85ab76cffbf7ef5e32920faef62f142" } ,
{ file = "httptools-0.6.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:3f30d3ce413088a98b9db71c60a6ada2001a08945cb42dd65a9a9fe228627658" } ,
{ file = "httptools-0.6.1-cp310-cp310-win_amd64.whl" , hash = "sha256:1ed99a373e327f0107cb513b61820102ee4f3675656a37a50083eda05dc9541b" } ,
{ file = "httptools-0.6.1-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:7a7ea483c1a4485c71cb5f38be9db078f8b0e8b4c4dc0210f531cdd2ddac1ef1" } ,
{ file = "httptools-0.6.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:85ed077c995e942b6f1b07583e4eb0a8d324d418954fc6af913d36db7c05a5a0" } ,
{ file = "httptools-0.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8b0bb634338334385351a1600a73e558ce619af390c2b38386206ac6a27fecfc" } ,
{ file = "httptools-0.6.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7d9ceb2c957320def533671fc9c715a80c47025139c8d1f3797477decbc6edd2" } ,
{ file = "httptools-0.6.1-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:4f0f8271c0a4db459f9dc807acd0eadd4839934a4b9b892f6f160e94da309837" } ,
{ file = "httptools-0.6.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:6a4f5ccead6d18ec072ac0b84420e95d27c1cdf5c9f1bc8fbd8daf86bd94f43d" } ,
{ file = "httptools-0.6.1-cp311-cp311-win_amd64.whl" , hash = "sha256:5cceac09f164bcba55c0500a18fe3c47df29b62353198e4f37bbcc5d591172c3" } ,
{ file = "httptools-0.6.1-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:75c8022dca7935cba14741a42744eee13ba05db00b27a4b940f0d646bd4d56d0" } ,
{ file = "httptools-0.6.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:48ed8129cd9a0d62cf4d1575fcf90fb37e3ff7d5654d3a5814eb3d55f36478c2" } ,
{ file = "httptools-0.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6f58e335a1402fb5a650e271e8c2d03cfa7cea46ae124649346d17bd30d59c90" } ,
{ file = "httptools-0.6.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:93ad80d7176aa5788902f207a4e79885f0576134695dfb0fefc15b7a4648d503" } ,
{ file = "httptools-0.6.1-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:9bb68d3a085c2174c2477eb3ffe84ae9fb4fde8792edb7bcd09a1d8467e30a84" } ,
{ file = "httptools-0.6.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:b512aa728bc02354e5ac086ce76c3ce635b62f5fbc32ab7082b5e582d27867bb" } ,
{ file = "httptools-0.6.1-cp312-cp312-win_amd64.whl" , hash = "sha256:97662ce7fb196c785344d00d638fc9ad69e18ee4bfb4000b35a52efe5adcc949" } ,
{ file = "httptools-0.6.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:8e216a038d2d52ea13fdd9b9c9c7459fb80d78302b257828285eca1c773b99b3" } ,
{ file = "httptools-0.6.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:3e802e0b2378ade99cd666b5bffb8b2a7cc8f3d28988685dc300469ea8dd86cb" } ,
{ file = "httptools-0.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4bd3e488b447046e386a30f07af05f9b38d3d368d1f7b4d8f7e10af85393db97" } ,
{ file = "httptools-0.6.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fe467eb086d80217b7584e61313ebadc8d187a4d95bb62031b7bab4b205c3ba3" } ,
{ file = "httptools-0.6.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:3c3b214ce057c54675b00108ac42bacf2ab8f85c58e3f324a4e963bbc46424f4" } ,
{ file = "httptools-0.6.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:8ae5b97f690badd2ca27cbf668494ee1b6d34cf1c464271ef7bfa9ca6b83ffaf" } ,
{ file = "httptools-0.6.1-cp38-cp38-win_amd64.whl" , hash = "sha256:405784577ba6540fa7d6ff49e37daf104e04f4b4ff2d1ac0469eaa6a20fde084" } ,
{ file = "httptools-0.6.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:95fb92dd3649f9cb139e9c56604cc2d7c7bf0fc2e7c8d7fbd58f96e35eddd2a3" } ,
{ file = "httptools-0.6.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:dcbab042cc3ef272adc11220517278519adf8f53fd3056d0e68f0a6f891ba94e" } ,
{ file = "httptools-0.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0cf2372e98406efb42e93bfe10f2948e467edfd792b015f1b4ecd897903d3e8d" } ,
{ file = "httptools-0.6.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:678fcbae74477a17d103b7cae78b74800d795d702083867ce160fc202104d0da" } ,
{ file = "httptools-0.6.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:e0b281cf5a125c35f7f6722b65d8542d2e57331be573e9e88bc8b0115c4a7a81" } ,
{ file = "httptools-0.6.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:95658c342529bba4e1d3d2b1a874db16c7cca435e8827422154c9da76ac4e13a" } ,
{ file = "httptools-0.6.1-cp39-cp39-win_amd64.whl" , hash = "sha256:7ebaec1bf683e4bf5e9fbb49b8cc36da482033596a415b3e4ebab5a4c0d7ec5e" } ,
{ file = "httptools-0.6.1.tar.gz" , hash = "sha256:c6e26c30455600b95d94b1b836085138e82f177351454ee841c148f93a9bad5a" } ,
2022-12-30 12:44:54 -08:00
]
[ package . extras ]
test = [ "Cython (>=0.29.24,<0.30.0)" ]
[ [ package ] ]
name = "httpx"
2024-08-27 14:47:44 +00:00
version = "0.27.2"
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-08-27 14:47:44 +00:00
{ file = "httpx-0.27.2-py3-none-any.whl" , hash = "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0" } ,
{ file = "httpx-0.27.2.tar.gz" , hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2" } ,
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
sniffio = "*"
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"
2022-01-09 21:04:24 -09:00
version = "0.6.1"
2021-05-01 20:46:02 -08:00
description = "An ISO 8601 date/time/duration parser and formatter"
optional = false
python-versions = "*"
2022-12-29 15:21:48 -08:00
files = [
{ file = "isodate-0.6.1-py2.py3-none-any.whl" , hash = "sha256:0751eece944162659049d35f4f549ed815792b38793f07cf73381c1c87cbed96" } ,
{ file = "isodate-0.6.1.tar.gz" , hash = "sha256:48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9" } ,
]
2021-05-01 20:46:02 -08:00
[ package . dependencies ]
six = "*"
[ [ 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
[ [ package ] ]
name = "jinja2"
2024-05-06 01:46:21 +00:00
version = "3.1.4"
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-05-06 01:46:21 +00:00
{ file = "jinja2-3.1.4-py3-none-any.whl" , hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" } ,
{ file = "jinja2-3.1.4.tar.gz" , hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369" } ,
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-09-02 15:12:06 -05:00
version = "9.5.34"
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-09-02 15:12:06 -05:00
{ file = "mkdocs_material-9.5.34-py3-none-any.whl" , hash = "sha256:54caa8be708de2b75167fd4d3b9f3d949579294f49cb242515d4653dbee9227e" } ,
{ file = "mkdocs_material-9.5.34.tar.gz" , hash = "sha256:1e60ddf716cfb5679dfd65900b8a25d277064ed82d9a53cd5190e3f894df7840" } ,
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-08-26 17:25:04 +00:00
version = "1.11.2"
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-08-26 17:25:04 +00:00
{ file = "mypy-1.11.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d42a6dd818ffce7be66cce644f1dff482f1d97c53ca70908dff0b9ddc120b77a" } ,
{ file = "mypy-1.11.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:801780c56d1cdb896eacd5619a83e427ce436d86a3bdf9112527f24a66618fef" } ,
{ file = "mypy-1.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:41ea707d036a5307ac674ea172875f40c9d55c5394f888b168033177fce47383" } ,
{ file = "mypy-1.11.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:6e658bd2d20565ea86da7d91331b0eed6d2eee22dc031579e6297f3e12c758c8" } ,
{ file = "mypy-1.11.2-cp310-cp310-win_amd64.whl" , hash = "sha256:478db5f5036817fe45adb7332d927daa62417159d49783041338921dcf646fc7" } ,
{ file = "mypy-1.11.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:75746e06d5fa1e91bfd5432448d00d34593b52e7e91a187d981d08d1f33d4385" } ,
{ file = "mypy-1.11.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:a976775ab2256aadc6add633d44f100a2517d2388906ec4f13231fafbb0eccca" } ,
{ file = "mypy-1.11.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:cd953f221ac1379050a8a646585a29574488974f79d8082cedef62744f0a0104" } ,
{ file = "mypy-1.11.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:57555a7715c0a34421013144a33d280e73c08df70f3a18a552938587ce9274f4" } ,
{ file = "mypy-1.11.2-cp311-cp311-win_amd64.whl" , hash = "sha256:36383a4fcbad95f2657642a07ba22ff797de26277158f1cc7bd234821468b1b6" } ,
{ file = "mypy-1.11.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:e8960dbbbf36906c5c0b7f4fbf2f0c7ffb20f4898e6a879fcf56a41a08b0d318" } ,
{ file = "mypy-1.11.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:06d26c277962f3fb50e13044674aa10553981ae514288cb7d0a738f495550b36" } ,
{ file = "mypy-1.11.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:6e7184632d89d677973a14d00ae4d03214c8bc301ceefcdaf5c474866814c987" } ,
{ file = "mypy-1.11.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:3a66169b92452f72117e2da3a576087025449018afc2d8e9bfe5ffab865709ca" } ,
{ file = "mypy-1.11.2-cp312-cp312-win_amd64.whl" , hash = "sha256:969ea3ef09617aff826885a22ece0ddef69d95852cdad2f60c8bb06bf1f71f70" } ,
{ file = "mypy-1.11.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:37c7fa6121c1cdfcaac97ce3d3b5588e847aa79b580c1e922bb5d5d2902df19b" } ,
{ file = "mypy-1.11.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:4a8a53bc3ffbd161b5b2a4fff2f0f1e23a33b0168f1c0778ec70e1a3d66deb86" } ,
{ file = "mypy-1.11.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:2ff93107f01968ed834f4256bc1fc4475e2fecf6c661260066a985b52741ddce" } ,
{ file = "mypy-1.11.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:edb91dded4df17eae4537668b23f0ff6baf3707683734b6a818d5b9d0c0c31a1" } ,
{ file = "mypy-1.11.2-cp38-cp38-win_amd64.whl" , hash = "sha256:ee23de8530d99b6db0573c4ef4bd8f39a2a6f9b60655bf7a1357e585a3486f2b" } ,
{ file = "mypy-1.11.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:801ca29f43d5acce85f8e999b1e431fb479cb02d0e11deb7d2abb56bdaf24fd6" } ,
{ file = "mypy-1.11.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:af8d155170fcf87a2afb55b35dc1a0ac21df4431e7d96717621962e4b9192e70" } ,
{ file = "mypy-1.11.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:f7821776e5c4286b6a13138cc935e2e9b6fde05e081bdebf5cdb2bb97c9df81d" } ,
{ file = "mypy-1.11.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:539c570477a96a4e6fb718b8d5c3e0c0eba1f485df13f86d2970c91f0673148d" } ,
{ file = "mypy-1.11.2-cp39-cp39-win_amd64.whl" , hash = "sha256:3f14cd3d386ac4d05c5a39a51b84387403dadbd936e17cb35882134d4f8f0d24" } ,
{ file = "mypy-1.11.2-py3-none-any.whl" , hash = "sha256:b499bc07dbdcd3de92b0a8b29fdf592c111276f6a12fe29c30f6c417dd546d12" } ,
{ file = "mypy-1.11.2.tar.gz" , hash = "sha256:7f9993ad3e0ffdc95c2a14b66dee63729f021968bff8ad911867579c65d13a79" } ,
2022-12-29 15:21:48 -08:00
]
2022-03-15 15:01:56 -08:00
[ package . dependencies ]
2023-04-01 17:42:31 -08:00
mypy-extensions = ">=1.0.0"
2022-05-30 10:30:54 -08:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
2024-07-19 17:27:56 -05:00
typing-extensions = ">=4.6.0"
2022-03-15 15:01:56 -08:00
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
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"
2024-09-13 19:38:52 -05:00
version = "1.45.0"
2024-05-22 04:45:07 -05:00
description = "The official Python library for the openai API"
optional = false
python-versions = ">=3.7.1"
files = [
2024-09-13 19:38:52 -05:00
{ file = "openai-1.45.0-py3-none-any.whl" , hash = "sha256:2f1f7b7cf90f038a9f1c24f0d26c0f1790c102ec5acd07ffd70a9b7feac1ff4e" } ,
{ file = "openai-1.45.0.tar.gz" , hash = "sha256:731207d10637335413aa3c0955f8f8df30d7636a4a0f9c381f2209d32cf8de97" } ,
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)" ]
2022-10-18 14:49:41 -08:00
[ [ package ] ]
name = "orjson"
2024-08-12 10:33:29 +00:00
version = "3.10.7"
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 = [
2024-08-12 10:33:29 +00:00
{ file = "orjson-3.10.7-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:74f4544f5a6405b90da8ea724d15ac9c36da4d72a738c64685003337401f5c12" } ,
{ file = "orjson-3.10.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:34a566f22c28222b08875b18b0dfbf8a947e69df21a9ed5c51a6bf91cfb944ac" } ,
{ file = "orjson-3.10.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:bf6ba8ebc8ef5792e2337fb0419f8009729335bb400ece005606336b7fd7bab7" } ,
{ file = "orjson-3.10.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ac7cf6222b29fbda9e3a472b41e6a5538b48f2c8f99261eecd60aafbdb60690c" } ,
{ file = "orjson-3.10.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:de817e2f5fc75a9e7dd350c4b0f54617b280e26d1631811a43e7e968fa71e3e9" } ,
{ file = "orjson-3.10.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:348bdd16b32556cf8d7257b17cf2bdb7ab7976af4af41ebe79f9796c218f7e91" } ,
{ file = "orjson-3.10.7-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:479fd0844ddc3ca77e0fd99644c7fe2de8e8be1efcd57705b5c92e5186e8a250" } ,
{ file = "orjson-3.10.7-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:fdf5197a21dd660cf19dfd2a3ce79574588f8f5e2dbf21bda9ee2d2b46924d84" } ,
{ file = "orjson-3.10.7-cp310-none-win32.whl" , hash = "sha256:d374d36726746c81a49f3ff8daa2898dccab6596864ebe43d50733275c629175" } ,
{ file = "orjson-3.10.7-cp310-none-win_amd64.whl" , hash = "sha256:cb61938aec8b0ffb6eef484d480188a1777e67b05d58e41b435c74b9d84e0b9c" } ,
{ file = "orjson-3.10.7-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:7db8539039698ddfb9a524b4dd19508256107568cdad24f3682d5773e60504a2" } ,
{ file = "orjson-3.10.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:480f455222cb7a1dea35c57a67578848537d2602b46c464472c995297117fa09" } ,
{ file = "orjson-3.10.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:8a9c9b168b3a19e37fe2778c0003359f07822c90fdff8f98d9d2a91b3144d8e0" } ,
{ file = "orjson-3.10.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8de062de550f63185e4c1c54151bdddfc5625e37daf0aa1e75d2a1293e3b7d9a" } ,
{ file = "orjson-3.10.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:6b0dd04483499d1de9c8f6203f8975caf17a6000b9c0c54630cef02e44ee624e" } ,
{ file = "orjson-3.10.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b58d3795dafa334fc8fd46f7c5dc013e6ad06fd5b9a4cc98cb1456e7d3558bd6" } ,
{ file = "orjson-3.10.7-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:33cfb96c24034a878d83d1a9415799a73dc77480e6c40417e5dda0710d559ee6" } ,
{ file = "orjson-3.10.7-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:e724cebe1fadc2b23c6f7415bad5ee6239e00a69f30ee423f319c6af70e2a5c0" } ,
{ file = "orjson-3.10.7-cp311-none-win32.whl" , hash = "sha256:82763b46053727a7168d29c772ed5c870fdae2f61aa8a25994c7984a19b1021f" } ,
{ file = "orjson-3.10.7-cp311-none-win_amd64.whl" , hash = "sha256:eb8d384a24778abf29afb8e41d68fdd9a156cf6e5390c04cc07bbc24b89e98b5" } ,
{ file = "orjson-3.10.7-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:44a96f2d4c3af51bfac6bc4ef7b182aa33f2f054fd7f34cc0ee9a320d051d41f" } ,
{ file = "orjson-3.10.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:76ac14cd57df0572453543f8f2575e2d01ae9e790c21f57627803f5e79b0d3c3" } ,
{ file = "orjson-3.10.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:bdbb61dcc365dd9be94e8f7df91975edc9364d6a78c8f7adb69c1cdff318ec93" } ,
{ file = "orjson-3.10.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b48b3db6bb6e0a08fa8c83b47bc169623f801e5cc4f24442ab2b6617da3b5313" } ,
{ file = "orjson-3.10.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:23820a1563a1d386414fef15c249040042b8e5d07b40ab3fe3efbfbbcbcb8864" } ,
{ file = "orjson-3.10.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a0c6a008e91d10a2564edbb6ee5069a9e66df3fbe11c9a005cb411f441fd2c09" } ,
{ file = "orjson-3.10.7-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:d352ee8ac1926d6193f602cbe36b1643bbd1bbcb25e3c1a657a4390f3000c9a5" } ,
{ file = "orjson-3.10.7-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:d2d9f990623f15c0ae7ac608103c33dfe1486d2ed974ac3f40b693bad1a22a7b" } ,
{ file = "orjson-3.10.7-cp312-none-win32.whl" , hash = "sha256:7c4c17f8157bd520cdb7195f75ddbd31671997cbe10aee559c2d613592e7d7eb" } ,
{ file = "orjson-3.10.7-cp312-none-win_amd64.whl" , hash = "sha256:1d9c0e733e02ada3ed6098a10a8ee0052dd55774de3d9110d29868d24b17faa1" } ,
{ file = "orjson-3.10.7-cp313-cp313-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:77d325ed866876c0fa6492598ec01fe30e803272a6e8b10e992288b009cbe149" } ,
{ file = "orjson-3.10.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9ea2c232deedcb605e853ae1db2cc94f7390ac776743b699b50b071b02bea6fe" } ,
{ file = "orjson-3.10.7-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:3dcfbede6737fdbef3ce9c37af3fb6142e8e1ebc10336daa05872bfb1d87839c" } ,
{ file = "orjson-3.10.7-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:11748c135f281203f4ee695b7f80bb1358a82a63905f9f0b794769483ea854ad" } ,
{ file = "orjson-3.10.7-cp313-none-win32.whl" , hash = "sha256:a7e19150d215c7a13f39eb787d84db274298d3f83d85463e61d277bbd7f401d2" } ,
{ file = "orjson-3.10.7-cp313-none-win_amd64.whl" , hash = "sha256:eef44224729e9525d5261cc8d28d6b11cafc90e6bd0be2157bde69a52ec83024" } ,
{ file = "orjson-3.10.7-cp38-cp38-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:6ea2b2258eff652c82652d5e0f02bd5e0463a6a52abb78e49ac288827aaa1469" } ,
{ file = "orjson-3.10.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:430ee4d85841e1483d487e7b81401785a5dfd69db5de01314538f31f8fbf7ee1" } ,
{ file = "orjson-3.10.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:4b6146e439af4c2472c56f8540d799a67a81226e11992008cb47e1267a9b3225" } ,
{ file = "orjson-3.10.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:084e537806b458911137f76097e53ce7bf5806dda33ddf6aaa66a028f8d43a23" } ,
{ file = "orjson-3.10.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:4829cf2195838e3f93b70fd3b4292156fc5e097aac3739859ac0dcc722b27ac0" } ,
{ file = "orjson-3.10.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1193b2416cbad1a769f868b1749535d5da47626ac29445803dae7cc64b3f5c98" } ,
{ file = "orjson-3.10.7-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:4e6c3da13e5a57e4b3dca2de059f243ebec705857522f188f0180ae88badd354" } ,
{ file = "orjson-3.10.7-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:c31008598424dfbe52ce8c5b47e0752dca918a4fdc4a2a32004efd9fab41d866" } ,
{ file = "orjson-3.10.7-cp38-none-win32.whl" , hash = "sha256:7122a99831f9e7fe977dc45784d3b2edc821c172d545e6420c375e5a935f5a1c" } ,
{ file = "orjson-3.10.7-cp38-none-win_amd64.whl" , hash = "sha256:a763bc0e58504cc803739e7df040685816145a6f3c8a589787084b54ebc9f16e" } ,
{ file = "orjson-3.10.7-cp39-cp39-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl" , hash = "sha256:e76be12658a6fa376fcd331b1ea4e58f5a06fd0220653450f0d415b8fd0fbe20" } ,
{ file = "orjson-3.10.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ed350d6978d28b92939bfeb1a0570c523f6170efc3f0a0ef1f1df287cd4f4960" } ,
{ file = "orjson-3.10.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:144888c76f8520e39bfa121b31fd637e18d4cc2f115727865fdf9fa325b10412" } ,
{ file = "orjson-3.10.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:09b2d92fd95ad2402188cf51573acde57eb269eddabaa60f69ea0d733e789fe9" } ,
{ file = "orjson-3.10.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5b24a579123fa884f3a3caadaed7b75eb5715ee2b17ab5c66ac97d29b18fe57f" } ,
{ file = "orjson-3.10.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e72591bcfe7512353bd609875ab38050efe3d55e18934e2f18950c108334b4ff" } ,
{ file = "orjson-3.10.7-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:f4db56635b58cd1a200b0a23744ff44206ee6aa428185e2b6c4a65b3197abdcd" } ,
{ file = "orjson-3.10.7-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:0fa5886854673222618638c6df7718ea7fe2f3f2384c452c9ccedc70b4a510a5" } ,
{ file = "orjson-3.10.7-cp39-none-win32.whl" , hash = "sha256:8272527d08450ab16eb405f47e0f4ef0e5ff5981c3d82afe0efd25dcbef2bcd2" } ,
{ file = "orjson-3.10.7-cp39-none-win_amd64.whl" , hash = "sha256:974683d4618c0c7dbf4f69c95a979734bf183d0658611760017f6e70a145af58" } ,
{ file = "orjson-3.10.7.tar.gz" , hash = "sha256:75ef0640403f945f3a1f9f6400686560dbfb0fb5b16589ad62cd477043c4eee3" } ,
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"
2024-07-01 11:57:37 -05:00
version = "10.4.0"
2022-12-29 15:21:48 -08:00
description = "Python Imaging Library (Fork)"
optional = false
2023-10-07 16:02:15 -05:00
python-versions = ">=3.8"
2022-12-29 15:21:48 -08:00
files = [
2024-07-01 11:57:37 -05:00
{ file = "pillow-10.4.0-cp310-cp310-macosx_10_10_x86_64.whl" , hash = "sha256:4d9667937cfa347525b319ae34375c37b9ee6b525440f3ef48542fcf66f2731e" } ,
{ file = "pillow-10.4.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:543f3dc61c18dafb755773efc89aae60d06b6596a63914107f75459cf984164d" } ,
{ file = "pillow-10.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7928ecbf1ece13956b95d9cbcfc77137652b02763ba384d9ab508099a2eca856" } ,
{ file = "pillow-10.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e4d49b85c4348ea0b31ea63bc75a9f3857869174e2bf17e7aba02945cd218e6f" } ,
{ file = "pillow-10.4.0-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:6c762a5b0997f5659a5ef2266abc1d8851ad7749ad9a6a5506eb23d314e4f46b" } ,
{ file = "pillow-10.4.0-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:a985e028fc183bf12a77a8bbf36318db4238a3ded7fa9df1b9a133f1cb79f8fc" } ,
{ file = "pillow-10.4.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:812f7342b0eee081eaec84d91423d1b4650bb9828eb53d8511bcef8ce5aecf1e" } ,
{ file = "pillow-10.4.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:ac1452d2fbe4978c2eec89fb5a23b8387aba707ac72810d9490118817d9c0b46" } ,
{ file = "pillow-10.4.0-cp310-cp310-win32.whl" , hash = "sha256:bcd5e41a859bf2e84fdc42f4edb7d9aba0a13d29a2abadccafad99de3feff984" } ,
{ file = "pillow-10.4.0-cp310-cp310-win_amd64.whl" , hash = "sha256:ecd85a8d3e79cd7158dec1c9e5808e821feea088e2f69a974db5edf84dc53141" } ,
{ file = "pillow-10.4.0-cp310-cp310-win_arm64.whl" , hash = "sha256:ff337c552345e95702c5fde3158acb0625111017d0e5f24bf3acdb9cc16b90d1" } ,
{ file = "pillow-10.4.0-cp311-cp311-macosx_10_10_x86_64.whl" , hash = "sha256:0a9ec697746f268507404647e531e92889890a087e03681a3606d9b920fbee3c" } ,
{ file = "pillow-10.4.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:dfe91cb65544a1321e631e696759491ae04a2ea11d36715eca01ce07284738be" } ,
{ file = "pillow-10.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5dc6761a6efc781e6a1544206f22c80c3af4c8cf461206d46a1e6006e4429ff3" } ,
{ file = "pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5e84b6cc6a4a3d76c153a6b19270b3526a5a8ed6b09501d3af891daa2a9de7d6" } ,
{ file = "pillow-10.4.0-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:bbc527b519bd3aa9d7f429d152fea69f9ad37c95f0b02aebddff592688998abe" } ,
{ file = "pillow-10.4.0-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:76a911dfe51a36041f2e756b00f96ed84677cdeb75d25c767f296c1c1eda1319" } ,
{ file = "pillow-10.4.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:59291fb29317122398786c2d44427bbd1a6d7ff54017075b22be9d21aa59bd8d" } ,
{ file = "pillow-10.4.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:416d3a5d0e8cfe4f27f574362435bc9bae57f679a7158e0096ad2beb427b8696" } ,
{ file = "pillow-10.4.0-cp311-cp311-win32.whl" , hash = "sha256:7086cc1d5eebb91ad24ded9f58bec6c688e9f0ed7eb3dbbf1e4800280a896496" } ,
{ file = "pillow-10.4.0-cp311-cp311-win_amd64.whl" , hash = "sha256:cbed61494057c0f83b83eb3a310f0bf774b09513307c434d4366ed64f4128a91" } ,
{ file = "pillow-10.4.0-cp311-cp311-win_arm64.whl" , hash = "sha256:f5f0c3e969c8f12dd2bb7e0b15d5c468b51e5017e01e2e867335c81903046a22" } ,
{ file = "pillow-10.4.0-cp312-cp312-macosx_10_10_x86_64.whl" , hash = "sha256:673655af3eadf4df6b5457033f086e90299fdd7a47983a13827acf7459c15d94" } ,
{ file = "pillow-10.4.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:866b6942a92f56300012f5fbac71f2d610312ee65e22f1aa2609e491284e5597" } ,
{ file = "pillow-10.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:29dbdc4207642ea6aad70fbde1a9338753d33fb23ed6956e706936706f52dd80" } ,
{ file = "pillow-10.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bf2342ac639c4cf38799a44950bbc2dfcb685f052b9e262f446482afaf4bffca" } ,
{ file = "pillow-10.4.0-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:f5b92f4d70791b4a67157321c4e8225d60b119c5cc9aee8ecf153aace4aad4ef" } ,
{ file = "pillow-10.4.0-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:86dcb5a1eb778d8b25659d5e4341269e8590ad6b4e8b44d9f4b07f8d136c414a" } ,
{ file = "pillow-10.4.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:780c072c2e11c9b2c7ca37f9a2ee8ba66f44367ac3e5c7832afcfe5104fd6d1b" } ,
{ file = "pillow-10.4.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:37fb69d905be665f68f28a8bba3c6d3223c8efe1edf14cc4cfa06c241f8c81d9" } ,
{ file = "pillow-10.4.0-cp312-cp312-win32.whl" , hash = "sha256:7dfecdbad5c301d7b5bde160150b4db4c659cee2b69589705b6f8a0c509d9f42" } ,
{ file = "pillow-10.4.0-cp312-cp312-win_amd64.whl" , hash = "sha256:1d846aea995ad352d4bdcc847535bd56e0fd88d36829d2c90be880ef1ee4668a" } ,
{ file = "pillow-10.4.0-cp312-cp312-win_arm64.whl" , hash = "sha256:e553cad5179a66ba15bb18b353a19020e73a7921296a7979c4a2b7f6a5cd57f9" } ,
{ file = "pillow-10.4.0-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:8bc1a764ed8c957a2e9cacf97c8b2b053b70307cf2996aafd70e91a082e70df3" } ,
{ file = "pillow-10.4.0-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:6209bb41dc692ddfee4942517c19ee81b86c864b626dbfca272ec0f7cff5d9fb" } ,
{ file = "pillow-10.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bee197b30783295d2eb680b311af15a20a8b24024a19c3a26431ff83eb8d1f70" } ,
{ file = "pillow-10.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1ef61f5dd14c300786318482456481463b9d6b91ebe5ef12f405afbba77ed0be" } ,
{ file = "pillow-10.4.0-cp313-cp313-manylinux_2_28_aarch64.whl" , hash = "sha256:297e388da6e248c98bc4a02e018966af0c5f92dfacf5a5ca22fa01cb3179bca0" } ,
{ file = "pillow-10.4.0-cp313-cp313-manylinux_2_28_x86_64.whl" , hash = "sha256:e4db64794ccdf6cb83a59d73405f63adbe2a1887012e308828596100a0b2f6cc" } ,
{ file = "pillow-10.4.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:bd2880a07482090a3bcb01f4265f1936a903d70bc740bfcb1fd4e8a2ffe5cf5a" } ,
{ file = "pillow-10.4.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:4b35b21b819ac1dbd1233317adeecd63495f6babf21b7b2512d244ff6c6ce309" } ,
{ file = "pillow-10.4.0-cp313-cp313-win32.whl" , hash = "sha256:551d3fd6e9dc15e4c1eb6fc4ba2b39c0c7933fa113b220057a34f4bb3268a060" } ,
{ file = "pillow-10.4.0-cp313-cp313-win_amd64.whl" , hash = "sha256:030abdbe43ee02e0de642aee345efa443740aa4d828bfe8e2eb11922ea6a21ea" } ,
{ file = "pillow-10.4.0-cp313-cp313-win_arm64.whl" , hash = "sha256:5b001114dd152cfd6b23befeb28d7aee43553e2402c9f159807bf55f33af8a8d" } ,
{ file = "pillow-10.4.0-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:8d4d5063501b6dd4024b8ac2f04962d661222d120381272deea52e3fc52d3736" } ,
{ file = "pillow-10.4.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:7c1ee6f42250df403c5f103cbd2768a28fe1a0ea1f0f03fe151c8741e1469c8b" } ,
{ file = "pillow-10.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b15e02e9bb4c21e39876698abf233c8c579127986f8207200bc8a8f6bb27acf2" } ,
{ file = "pillow-10.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7a8d4bade9952ea9a77d0c3e49cbd8b2890a399422258a77f357b9cc9be8d680" } ,
{ file = "pillow-10.4.0-cp38-cp38-manylinux_2_28_aarch64.whl" , hash = "sha256:43efea75eb06b95d1631cb784aa40156177bf9dd5b4b03ff38979e048258bc6b" } ,
{ file = "pillow-10.4.0-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:950be4d8ba92aca4b2bb0741285a46bfae3ca699ef913ec8416c1b78eadd64cd" } ,
{ file = "pillow-10.4.0-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:d7480af14364494365e89d6fddc510a13e5a2c3584cb19ef65415ca57252fb84" } ,
{ file = "pillow-10.4.0-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:73664fe514b34c8f02452ffb73b7a92c6774e39a647087f83d67f010eb9a0cf0" } ,
{ file = "pillow-10.4.0-cp38-cp38-win32.whl" , hash = "sha256:e88d5e6ad0d026fba7bdab8c3f225a69f063f116462c49892b0149e21b6c0a0e" } ,
{ file = "pillow-10.4.0-cp38-cp38-win_amd64.whl" , hash = "sha256:5161eef006d335e46895297f642341111945e2c1c899eb406882a6c61a4357ab" } ,
{ file = "pillow-10.4.0-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:0ae24a547e8b711ccaaf99c9ae3cd975470e1a30caa80a6aaee9a2f19c05701d" } ,
{ file = "pillow-10.4.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:298478fe4f77a4408895605f3482b6cc6222c018b2ce565c2b6b9c354ac3229b" } ,
{ file = "pillow-10.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:134ace6dc392116566980ee7436477d844520a26a4b1bd4053f6f47d096997fd" } ,
{ file = "pillow-10.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:930044bb7679ab003b14023138b50181899da3f25de50e9dbee23b61b4de2126" } ,
{ file = "pillow-10.4.0-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:c76e5786951e72ed3686e122d14c5d7012f16c8303a674d18cdcd6d89557fc5b" } ,
{ file = "pillow-10.4.0-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:b2724fdb354a868ddf9a880cb84d102da914e99119211ef7ecbdc613b8c96b3c" } ,
{ file = "pillow-10.4.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:dbc6ae66518ab3c5847659e9988c3b60dc94ffb48ef9168656e0019a93dbf8a1" } ,
{ file = "pillow-10.4.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:06b2f7898047ae93fad74467ec3d28fe84f7831370e3c258afa533f81ef7f3df" } ,
{ file = "pillow-10.4.0-cp39-cp39-win32.whl" , hash = "sha256:7970285ab628a3779aecc35823296a7869f889b8329c16ad5a71e4901a3dc4ef" } ,
{ file = "pillow-10.4.0-cp39-cp39-win_amd64.whl" , hash = "sha256:961a7293b2457b405967af9c77dcaa43cc1a8cd50d23c532e62d48ab6cdd56f5" } ,
{ file = "pillow-10.4.0-cp39-cp39-win_arm64.whl" , hash = "sha256:32cda9e3d601a52baccb2856b8ea1fc213c90b340c542dcef77140dfa3278a9e" } ,
{ file = "pillow-10.4.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:5b4815f2e65b30f5fbae9dfffa8636d992d49705723fe86a3661806e069352d4" } ,
{ file = "pillow-10.4.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:8f0aef4ef59694b12cadee839e2ba6afeab89c0f39a3adc02ed51d109117b8da" } ,
{ file = "pillow-10.4.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9f4727572e2918acaa9077c919cbbeb73bd2b3ebcfe033b72f858fc9fbef0026" } ,
{ file = "pillow-10.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ff25afb18123cea58a591ea0244b92eb1e61a1fd497bf6d6384f09bc3262ec3e" } ,
{ file = "pillow-10.4.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:dc3e2db6ba09ffd7d02ae9141cfa0ae23393ee7687248d46a7507b75d610f4f5" } ,
{ file = "pillow-10.4.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:02a2be69f9c9b8c1e97cf2713e789d4e398c751ecfd9967c18d0ce304efbf885" } ,
{ file = "pillow-10.4.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:0755ffd4a0c6f267cccbae2e9903d95477ca2f77c4fcf3a3a09570001856c8a5" } ,
{ file = "pillow-10.4.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:a02364621fe369e06200d4a16558e056fe2805d3468350df3aef21e00d26214b" } ,
{ file = "pillow-10.4.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:1b5dea9831a90e9d0721ec417a80d4cbd7022093ac38a568db2dd78363b00908" } ,
{ file = "pillow-10.4.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9b885f89040bb8c4a1573566bbb2f44f5c505ef6e74cec7ab9068c900047f04b" } ,
{ file = "pillow-10.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:87dd88ded2e6d74d31e1e0a99a726a6765cda32d00ba72dc37f0651f306daaa8" } ,
{ file = "pillow-10.4.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:2db98790afc70118bd0255c2eeb465e9767ecf1f3c25f9a1abb8ffc8cfd1fe0a" } ,
{ file = "pillow-10.4.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:f7baece4ce06bade126fb84b8af1c33439a76d8a6fd818970215e0560ca28c27" } ,
{ file = "pillow-10.4.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:cfdd747216947628af7b259d274771d84db2268ca062dd5faf373639d00113a3" } ,
{ file = "pillow-10.4.0.tar.gz" , hash = "sha256:166c1cd4d24309b30d61f79f4a9114b7b2313d7450912277855ff5dfd7cd4a06" } ,
2021-09-19 15:31:34 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . extras ]
2024-07-01 11:57:37 -05:00
docs = [ "furo" , "olefile" , "sphinx (>=7.3)" , "sphinx-copybutton" , "sphinx-inline-tabs" , "sphinxext-opengraph" ]
2024-01-10 15:18:28 -06:00
fpx = [ "olefile" ]
mic = [ "olefile" ]
2022-12-29 15:21:48 -08:00
tests = [ "check-manifest" , "coverage" , "defusedxml" , "markdown2" , "olefile" , "packaging" , "pyroma" , "pytest" , "pytest-cov" , "pytest-timeout" ]
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-07-30 11:40:42 -05:00
version = "0.18.0"
2024-04-04 18:31:10 -05:00
description = "Python interface for libheif library"
optional = false
python-versions = ">=3.8"
files = [
2024-07-30 11:40:42 -05:00
{ file = "pillow_heif-0.18.0-cp310-cp310-macosx_12_0_x86_64.whl" , hash = "sha256:e1ad1d97f42fc39de8639b3f45d4d053e00158fc64f1674a14d8912cf81791e3" } ,
{ file = "pillow_heif-0.18.0-cp310-cp310-macosx_14_0_arm64.whl" , hash = "sha256:c45b8d19d8bb1fc61f1f648d042da16d9085506055665a64b56ce8d8ed83c42b" } ,
{ file = "pillow_heif-0.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d524458837bdc5410f66de8e68e864bd179d19a1c205daf7f8c9a07194cc5615" } ,
{ file = "pillow_heif-0.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2f032593b3cfc96970efc91860ef6eaa62b1e661418d7f9ec186dff9ac7c9844" } ,
{ file = "pillow_heif-0.18.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:06649ea6bfac8ca5e7ac898c78c4aad2fd0bc1ce278fa86c503170010902193b" } ,
{ file = "pillow_heif-0.18.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:8612f4c2e8a3388647c3ce0b7810398cf941aceecd4b2c7790331a53117baf10" } ,
{ file = "pillow_heif-0.18.0-cp310-cp310-win_amd64.whl" , hash = "sha256:a7cc374452f5b00cf44171a7bfc08c016b0c0a9f226a99369ffbeb13fd45fa7b" } ,
{ file = "pillow_heif-0.18.0-cp311-cp311-macosx_12_0_x86_64.whl" , hash = "sha256:a5d8bfcf8b23b67b8937bcc25fd464f1ca383d3d1d65220463be81ccf6c8185b" } ,
{ file = "pillow_heif-0.18.0-cp311-cp311-macosx_14_0_arm64.whl" , hash = "sha256:2a4c41e76f2da4e046f170cb3716b7aedc466a194509bc0bf1a7c735d5278b8c" } ,
{ file = "pillow_heif-0.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:68781589ee03bf4bd670e55444c25cb0784451b0beacfb0f79d7f56ae497a767" } ,
{ file = "pillow_heif-0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b8782f9f82c534f4a37ce3c609505f992f340a495da1247951108218a201d0e9" } ,
{ file = "pillow_heif-0.18.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:2902460d60843e2c379320f1b752a6d4879e3ab0479674ee323d7dee487cccc8" } ,
{ file = "pillow_heif-0.18.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:c8bebd570446a7b4f7db5ca8eb333dd4591fda13524bc49eee34b3f5cf40741b" } ,
{ file = "pillow_heif-0.18.0-cp311-cp311-win_amd64.whl" , hash = "sha256:4476bbd7bb7cc1d94c35f0c85786dbe528661bc937422db03fdc865b9ee91d30" } ,
{ file = "pillow_heif-0.18.0-cp312-cp312-macosx_12_0_x86_64.whl" , hash = "sha256:c795e7ccceea33e01e49ce536139f94cabb1bf017393666f76c05a9daebae2da" } ,
{ file = "pillow_heif-0.18.0-cp312-cp312-macosx_14_0_arm64.whl" , hash = "sha256:4dd5b3ec09be45c1ef63be31773df90e18ee08e5e950018b0a349924b54a24ac" } ,
{ file = "pillow_heif-0.18.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:eb2eade59c2654c2643a3b637de37c19e75a77c66a3e9a5e0ae26210e4f48aee" } ,
{ file = "pillow_heif-0.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:35b59d599bfdb8454739db6b92f0841ecadbe887babb5ed5abd5299587843eef" } ,
{ file = "pillow_heif-0.18.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:26a0b8b8e899e7bcc876ee61fcadb0f0b849bd6a0d5c20f0e969c77a43b40568" } ,
{ file = "pillow_heif-0.18.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:0276a3e0c667677ed0c67f4512cdf2f674065018049307ba4de5cb4648b0a33e" } ,
{ file = "pillow_heif-0.18.0-cp312-cp312-win_amd64.whl" , hash = "sha256:5916fa31f2015626dd2372d14e24521ea6caed11b25be14faa9b9c67731087ce" } ,
{ file = "pillow_heif-0.18.0-cp313-cp313-macosx_12_0_x86_64.whl" , hash = "sha256:ca554f086bc146f1a798adcd77fdecd81564cc0cd74802ee61e3869ab87282f7" } ,
{ file = "pillow_heif-0.18.0-cp313-cp313-macosx_14_0_arm64.whl" , hash = "sha256:2821d30d22bbb94c2a0fae25eb566421bf22c909958e031d3f0973b482b88515" } ,
{ file = "pillow_heif-0.18.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8376309e178f39a2891183cb9662f1c2c87b8614ff13871f077f89edf65ecf48" } ,
{ file = "pillow_heif-0.18.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3549e26a65e04e7e986888993b03aae0f848576c2404b5edf12d7db76ef2e72b" } ,
{ file = "pillow_heif-0.18.0-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:0138a08ed90e54c230878c0b8cb92447ad591b7b2e86bfca145029322ba384c7" } ,
{ file = "pillow_heif-0.18.0-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:f552419c8bd754603f1dfbc7f8cdd666118fdd3d063d67974c5bd5a8d7fed9de" } ,
{ file = "pillow_heif-0.18.0-cp313-cp313-win_amd64.whl" , hash = "sha256:be148b8463ac5d25fdf94d70c69a53712890cd3974ead906c98e7bf35fc96ba6" } ,
{ file = "pillow_heif-0.18.0-cp38-cp38-macosx_12_0_x86_64.whl" , hash = "sha256:bca173920f16ea8d1c40a970f002be15ac34a5fa99d39403a85472e265db2357" } ,
{ file = "pillow_heif-0.18.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d8e8e9860259688700f13baed015632c4ddaf813d26cc856e37ebf0a3f171661" } ,
{ file = "pillow_heif-0.18.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:21b9080d96d51158774e3022fc9af19b650863cbb23fac991458cb354b1aa63d" } ,
{ file = "pillow_heif-0.18.0-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:5b2ee478e373c0502dc431b22840dd0c551c4ce0e1007ab13f038a868ed375c1" } ,
{ file = "pillow_heif-0.18.0-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:35d2d7199dc34f28aef39cec984c043b1ee30d5c46048566584dc61cf4108c09" } ,
{ file = "pillow_heif-0.18.0-cp38-cp38-win_amd64.whl" , hash = "sha256:d399ac5fb499c8feb9770503db25073dfeaccd01238bcb6aaf01354cd83db123" } ,
{ file = "pillow_heif-0.18.0-cp39-cp39-macosx_12_0_x86_64.whl" , hash = "sha256:3af89fa7a73143bc49fc18f92b1a6c0fa68ecb56fb56224fb369c2f56729fbb6" } ,
{ file = "pillow_heif-0.18.0-cp39-cp39-macosx_14_0_arm64.whl" , hash = "sha256:8b0b9a66e604aef2d0a19a7cb2247c5f9b3352827bb1b00816053ce4982ec8ab" } ,
{ file = "pillow_heif-0.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:02af8950d190e3bea28ed2d0ca40798eeae88eaf6e099ee44ec654667f979d97" } ,
{ file = "pillow_heif-0.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:165430447de0f7da259eb07d9487571784912a64c75cd0c52d0d506c114ec7ce" } ,
{ file = "pillow_heif-0.18.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:7666cbab98246cf9355625e66bf1bb885fdcf8ff4a917f4db04231e80ea692ee" } ,
{ file = "pillow_heif-0.18.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:f403aadee232509ee2fdedbfda2dd0bae75098e70a8ddcc010061f92ab962517" } ,
{ file = "pillow_heif-0.18.0-cp39-cp39-win_amd64.whl" , hash = "sha256:7ed6cc5ea21f04b15b7604e20592e0ee760ee10fb2da2209b85c94bf0b6f1034" } ,
{ file = "pillow_heif-0.18.0-pp310-pypy310_pp73-macosx_12_0_x86_64.whl" , hash = "sha256:744b8a00a817e7139a7e2fd296092689116700dfd63e34941abdc8ae85b3a982" } ,
{ file = "pillow_heif-0.18.0-pp310-pypy310_pp73-macosx_14_0_arm64.whl" , hash = "sha256:89b1d63be7e8036ab45f0cd58e27e54113cfd7e852e91606b5cec4fa788a503f" } ,
{ file = "pillow_heif-0.18.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d9a8ab9803d79e84e7751cc0930d381112efbf71461ca123a5c2b7abf1050c72" } ,
{ file = "pillow_heif-0.18.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7649431ea30a9c342888d814f07d2aed9cab06ef5fe5bf065d514eceb2c8d24e" } ,
{ file = "pillow_heif-0.18.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:8ee07e334f99bdf399d207bb19653496c65fcbf006f2cee964047f6d6d57acd9" } ,
{ file = "pillow_heif-0.18.0-pp39-pypy39_pp73-macosx_12_0_x86_64.whl" , hash = "sha256:4148a7f17d184c815f428949d6e60582136ef0802a7462c842ee9fe15ca9be16" } ,
{ file = "pillow_heif-0.18.0-pp39-pypy39_pp73-macosx_14_0_arm64.whl" , hash = "sha256:5908e8079f62ec8ace9e7c554691a82ece088d0945d980a877e981f208e85193" } ,
{ file = "pillow_heif-0.18.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:28358d5e4e3aeb4af2a60a20187099ba03ab8619bcec8212900657371778da96" } ,
{ file = "pillow_heif-0.18.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8988a9ce18425aff189913905ce28e61220061c3f222e08213eb473b88a41a20" } ,
{ file = "pillow_heif-0.18.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:7ef23775de70124a02ad9be69af58126ec63a2e2987495355e75cabb265c01cb" } ,
{ file = "pillow_heif-0.18.0.tar.gz" , hash = "sha256:70318dad9faa76121c6592ac0ab59881ff0dac6ab791a922e70d82c7706cce88" } ,
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"
2023-02-06 18:43:12 -09:00
version = "2.6.2"
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
python-versions = ">=3.7"
files = [
2023-02-06 18:43:12 -09:00
{ file = "platformdirs-2.6.2-py3-none-any.whl" , hash = "sha256:83c8f6d04389165de7c9b6f0c682439697887bca0aa2f1c87ef1826be3584490" } ,
{ file = "platformdirs-2.6.2.tar.gz" , hash = "sha256:e1fea1fe471b9ff8332e229df3cb7de4f53eeea4998d3b6bfff542115e998bd2" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . extras ]
2023-02-06 18:43:12 -09:00
docs = [ "furo (>=2022.12.7)" , "proselint (>=0.13)" , "sphinx (>=5.3)" , "sphinx-autodoc-typehints (>=1.19.5)" ]
test = [ "appdirs (==1.4.4)" , "covdefaults (>=2.2.2)" , "pytest (>=7.2)" , "pytest-cov (>=4)" , "pytest-mock (>=3.10)" ]
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-07-30 12:02:42 -05:00
version = "3.8.0"
2022-12-29 15:21:48 -08:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false
2024-01-10 12:40:43 -06:00
python-versions = ">=3.9"
2022-12-29 15:21:48 -08:00
files = [
2024-07-30 12:02:42 -05:00
{ file = "pre_commit-3.8.0-py2.py3-none-any.whl" , hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f" } ,
{ file = "pre_commit-3.8.0.tar.gz" , hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af" } ,
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-01-10 13:51:45 -06:00
version = "2.9.9"
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-01-10 13:51:45 -06:00
python-versions = ">=3.7"
2022-12-29 15:21:48 -08:00
files = [
2024-01-10 13:51:45 -06:00
{ file = "psycopg2-binary-2.9.9.tar.gz" , hash = "sha256:7f01846810177d829c7692f1f5ada8096762d9172af1b1a28d4ab5b77c923c1c" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:c2470da5418b76232f02a2fcd2229537bb2d5a7096674ce61859c3229f2eb202" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c6af2a6d4b7ee9615cbb162b0738f6e1fd1f5c3eda7e5da17861eacf4c717ea7" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:75723c3c0fbbf34350b46a3199eb50638ab22a0228f93fb472ef4d9becc2382b" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:83791a65b51ad6ee6cf0845634859d69a038ea9b03d7b26e703f94c7e93dbcf9" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:0ef4854e82c09e84cc63084a9e4ccd6d9b154f1dbdd283efb92ecd0b5e2b8c84" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ed1184ab8f113e8d660ce49a56390ca181f2981066acc27cf637d5c1e10ce46e" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:d2997c458c690ec2bc6b0b7ecbafd02b029b7b4283078d3b32a852a7ce3ddd98" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:b58b4710c7f4161b5e9dcbe73bb7c62d65670a87df7bcce9e1faaad43e715245" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:0c009475ee389757e6e34611d75f6e4f05f0cf5ebb76c6037508318e1a1e0d7e" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:8dbf6d1bc73f1d04ec1734bae3b4fb0ee3cb2a493d35ede9badbeb901fb40f6f" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-win32.whl" , hash = "sha256:3f78fd71c4f43a13d342be74ebbc0666fe1f555b8837eb113cb7416856c79682" } ,
{ file = "psycopg2_binary-2.9.9-cp310-cp310-win_amd64.whl" , hash = "sha256:876801744b0dee379e4e3c38b76fc89f88834bb15bf92ee07d94acd06ec890a0" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:ee825e70b1a209475622f7f7b776785bd68f34af6e7a46e2e42f27b659b5bc26" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:1ea665f8ce695bcc37a90ee52de7a7980be5161375d42a0b6c6abedbf0d81f0f" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:143072318f793f53819048fdfe30c321890af0c3ec7cb1dfc9cc87aa88241de2" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c332c8d69fb64979ebf76613c66b985414927a40f8defa16cf1bc028b7b0a7b0" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f7fc5a5acafb7d6ccca13bfa8c90f8c51f13d8fb87d95656d3950f0158d3ce53" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:977646e05232579d2e7b9c59e21dbe5261f403a88417f6a6512e70d3f8a046be" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:b6356793b84728d9d50ead16ab43c187673831e9d4019013f1402c41b1db9b27" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:bc7bb56d04601d443f24094e9e31ae6deec9ccb23581f75343feebaf30423359" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:77853062a2c45be16fd6b8d6de2a99278ee1d985a7bd8b103e97e41c034006d2" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:78151aa3ec21dccd5cdef6c74c3e73386dcdfaf19bced944169697d7ac7482fc" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-win32.whl" , hash = "sha256:dc4926288b2a3e9fd7b50dc6a1909a13bbdadfc67d93f3374d984e56f885579d" } ,
{ file = "psycopg2_binary-2.9.9-cp311-cp311-win_amd64.whl" , hash = "sha256:b76bedd166805480ab069612119ea636f5ab8f8771e640ae103e05a4aae3e417" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:8532fd6e6e2dc57bcb3bc90b079c60de896d2128c5d9d6f24a63875a95a088cf" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:b0605eaed3eb239e87df0d5e3c6489daae3f7388d455d0c0b4df899519c6a38d" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8f8544b092a29a6ddd72f3556a9fcf249ec412e10ad28be6a0c0d948924f2212" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2d423c8d8a3c82d08fe8af900ad5b613ce3632a1249fd6a223941d0735fce493" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2e5afae772c00980525f6d6ecf7cbca55676296b580c0e6abb407f15f3706996" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6e6f98446430fdf41bd36d4faa6cb409f5140c1c2cf58ce0bbdaf16af7d3f119" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:c77e3d1862452565875eb31bdb45ac62502feabbd53429fdc39a1cc341d681ba" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:cb16c65dcb648d0a43a2521f2f0a2300f40639f6f8c1ecbc662141e4e3e1ee07" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_ppc64le.whl" , hash = "sha256:911dda9c487075abd54e644ccdf5e5c16773470a6a5d3826fda76699410066fb" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:57fede879f08d23c85140a360c6a77709113efd1c993923c59fde17aa27599fe" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-win32.whl" , hash = "sha256:64cf30263844fa208851ebb13b0732ce674d8ec6a0c86a4e160495d299ba3c93" } ,
{ file = "psycopg2_binary-2.9.9-cp312-cp312-win_amd64.whl" , hash = "sha256:81ff62668af011f9a48787564ab7eded4e9fb17a4a6a74af5ffa6a457400d2ab" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:2293b001e319ab0d869d660a704942c9e2cce19745262a8aba2115ef41a0a42a" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:03ef7df18daf2c4c07e2695e8cfd5ee7f748a1d54d802330985a78d2a5a6dca9" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0a602ea5aff39bb9fac6308e9c9d82b9a35c2bf288e184a816002c9fae930b77" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8359bf4791968c5a78c56103702000105501adb557f3cf772b2c207284273984" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:275ff571376626195ab95a746e6a04c7df8ea34638b99fc11160de91f2fef503" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:f9b5571d33660d5009a8b3c25dc1db560206e2d2f89d3df1cb32d72c0d117d52" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:420f9bbf47a02616e8554e825208cb947969451978dceb77f95ad09c37791dae" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:4154ad09dac630a0f13f37b583eae260c6aa885d67dfbccb5b02c33f31a6d420" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:a148c5d507bb9b4f2030a2025c545fccb0e1ef317393eaba42e7eabd28eb6041" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-win32.whl" , hash = "sha256:68fc1f1ba168724771e38bee37d940d2865cb0f562380a1fb1ffb428b75cb692" } ,
{ file = "psycopg2_binary-2.9.9-cp37-cp37m-win_amd64.whl" , hash = "sha256:281309265596e388ef483250db3640e5f414168c5a67e9c665cafce9492eda2f" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:60989127da422b74a04345096c10d416c2b41bd7bf2a380eb541059e4e999980" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:246b123cc54bb5361588acc54218c8c9fb73068bf227a4a531d8ed56fa3ca7d6" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:34eccd14566f8fe14b2b95bb13b11572f7c7d5c36da61caf414d23b91fcc5d94" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:18d0ef97766055fec15b5de2c06dd8e7654705ce3e5e5eed3b6651a1d2a9a152" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d3f82c171b4ccd83bbaf35aa05e44e690113bd4f3b7b6cc54d2219b132f3ae55" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ead20f7913a9c1e894aebe47cccf9dc834e1618b7aa96155d2091a626e59c972" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:ca49a8119c6cbd77375ae303b0cfd8c11f011abbbd64601167ecca18a87e7cdd" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:323ba25b92454adb36fa425dc5cf6f8f19f78948cbad2e7bc6cdf7b0d7982e59" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:1236ed0952fbd919c100bc839eaa4a39ebc397ed1c08a97fc45fee2a595aa1b3" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:729177eaf0aefca0994ce4cffe96ad3c75e377c7b6f4efa59ebf003b6d398716" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-win32.whl" , hash = "sha256:804d99b24ad523a1fe18cc707bf741670332f7c7412e9d49cb5eab67e886b9b5" } ,
{ file = "psycopg2_binary-2.9.9-cp38-cp38-win_amd64.whl" , hash = "sha256:a6cdcc3ede532f4a4b96000b6362099591ab4a3e913d70bcbac2b56c872446f7" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:72dffbd8b4194858d0941062a9766f8297e8868e1dd07a7b36212aaa90f49472" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:30dcc86377618a4c8f3b72418df92e77be4254d8f89f14b8e8f57d6d43603c0f" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:31a34c508c003a4347d389a9e6fcc2307cc2150eb516462a7a17512130de109e" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:15208be1c50b99203fe88d15695f22a5bed95ab3f84354c494bcb1d08557df67" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1873aade94b74715be2246321c8650cabf5a0d098a95bab81145ffffa4c13876" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3a58c98a7e9c021f357348867f537017057c2ed7f77337fd914d0bedb35dace7" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:4686818798f9194d03c9129a4d9a702d9e113a89cb03bffe08c6cf799e053291" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:ebdc36bea43063116f0486869652cb2ed7032dbc59fbcb4445c4862b5c1ecf7f" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:ca08decd2697fdea0aea364b370b1249d47336aec935f87b8bbfd7da5b2ee9c1" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:ac05fb791acf5e1a3e39402641827780fe44d27e72567a000412c648a85ba860" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-win32.whl" , hash = "sha256:9dba73be7305b399924709b91682299794887cbbd88e38226ed9f6712eabee90" } ,
{ file = "psycopg2_binary-2.9.9-cp39-cp39-win_amd64.whl" , hash = "sha256:f7ae5d65ccfbebdfa761585228eb4d0df3a8b15cfb53bd953e713e09fbb12957" } ,
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"
2024-09-09 20:57:20 +10:00
version = "2.9.1"
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 = [
2024-09-09 20:57:20 +10:00
{ file = "pydantic-2.9.1-py3-none-any.whl" , hash = "sha256:7aff4db5fdf3cf573d4b3c30926a510a10e19a0774d38fc4967f78beb6deb612" } ,
{ file = "pydantic-2.9.1.tar.gz" , hash = "sha256:1363c7d975c7036df0db2b4a61f2e062fbc0aa5ab5f2772e0ffc7191a4f4bce2" } ,
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"
pydantic-core = "2.23.3"
2024-07-01 12:34:25 -05:00
typing-extensions = [
2024-09-09 20:57:20 +10:00
{ version = ">=4.6.1" , markers = "python_version < \"3.13\"" } ,
2024-09-09 20:33:43 +00:00
{ version = ">=4.12.2" , markers = "python_version >= \"3.13\"" } ,
2024-07-01 12:34:25 -05:00
]
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-09-09 20:57:20 +10:00
version = "2.23.3"
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-09-09 20:57:20 +10:00
{ file = "pydantic_core-2.23.3-cp310-cp310-macosx_10_12_x86_64.whl" , hash = "sha256:7f10a5d1b9281392f1bf507d16ac720e78285dfd635b05737c3911637601bae6" } ,
{ file = "pydantic_core-2.23.3-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:3c09a7885dd33ee8c65266e5aa7fb7e2f23d49d8043f089989726391dd7350c5" } ,
{ file = "pydantic_core-2.23.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6470b5a1ec4d1c2e9afe928c6cb37eb33381cab99292a708b8cb9aa89e62429b" } ,
{ file = "pydantic_core-2.23.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:9172d2088e27d9a185ea0a6c8cebe227a9139fd90295221d7d495944d2367700" } ,
{ file = "pydantic_core-2.23.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:86fc6c762ca7ac8fbbdff80d61b2c59fb6b7d144aa46e2d54d9e1b7b0e780e01" } ,
{ file = "pydantic_core-2.23.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f0cb80fd5c2df4898693aa841425ea1727b1b6d2167448253077d2a49003e0ed" } ,
{ file = "pydantic_core-2.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:03667cec5daf43ac4995cefa8aaf58f99de036204a37b889c24a80927b629cec" } ,
{ file = "pydantic_core-2.23.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:047531242f8e9c2db733599f1c612925de095e93c9cc0e599e96cf536aaf56ba" } ,
{ file = "pydantic_core-2.23.3-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:5499798317fff7f25dbef9347f4451b91ac2a4330c6669821c8202fd354c7bee" } ,
{ file = "pydantic_core-2.23.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:bbb5e45eab7624440516ee3722a3044b83fff4c0372efe183fd6ba678ff681fe" } ,
{ file = "pydantic_core-2.23.3-cp310-none-win32.whl" , hash = "sha256:8b5b3ed73abb147704a6e9f556d8c5cb078f8c095be4588e669d315e0d11893b" } ,
{ file = "pydantic_core-2.23.3-cp310-none-win_amd64.whl" , hash = "sha256:2b603cde285322758a0279995b5796d64b63060bfbe214b50a3ca23b5cee3e83" } ,
{ file = "pydantic_core-2.23.3-cp311-cp311-macosx_10_12_x86_64.whl" , hash = "sha256:c889fd87e1f1bbeb877c2ee56b63bb297de4636661cc9bbfcf4b34e5e925bc27" } ,
{ file = "pydantic_core-2.23.3-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:ea85bda3189fb27503af4c45273735bcde3dd31c1ab17d11f37b04877859ef45" } ,
{ file = "pydantic_core-2.23.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a7f7f72f721223f33d3dc98a791666ebc6a91fa023ce63733709f4894a7dc611" } ,
{ file = "pydantic_core-2.23.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:2b2b55b0448e9da68f56b696f313949cda1039e8ec7b5d294285335b53104b61" } ,
{ file = "pydantic_core-2.23.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c24574c7e92e2c56379706b9a3f07c1e0c7f2f87a41b6ee86653100c4ce343e5" } ,
{ file = "pydantic_core-2.23.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f2b05e6ccbee333a8f4b8f4d7c244fdb7a979e90977ad9c51ea31261e2085ce0" } ,
{ file = "pydantic_core-2.23.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e2c409ce1c219c091e47cb03feb3c4ed8c2b8e004efc940da0166aaee8f9d6c8" } ,
{ file = "pydantic_core-2.23.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:d965e8b325f443ed3196db890d85dfebbb09f7384486a77461347f4adb1fa7f8" } ,
{ file = "pydantic_core-2.23.3-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:f56af3a420fb1ffaf43ece3ea09c2d27c444e7c40dcb7c6e7cf57aae764f2b48" } ,
{ file = "pydantic_core-2.23.3-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:5b01a078dd4f9a52494370af21aa52964e0a96d4862ac64ff7cea06e0f12d2c5" } ,
{ file = "pydantic_core-2.23.3-cp311-none-win32.whl" , hash = "sha256:560e32f0df04ac69b3dd818f71339983f6d1f70eb99d4d1f8e9705fb6c34a5c1" } ,
{ file = "pydantic_core-2.23.3-cp311-none-win_amd64.whl" , hash = "sha256:c744fa100fdea0d000d8bcddee95213d2de2e95b9c12be083370b2072333a0fa" } ,
{ file = "pydantic_core-2.23.3-cp312-cp312-macosx_10_12_x86_64.whl" , hash = "sha256:e0ec50663feedf64d21bad0809f5857bac1ce91deded203efc4a84b31b2e4305" } ,
{ file = "pydantic_core-2.23.3-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:db6e6afcb95edbe6b357786684b71008499836e91f2a4a1e55b840955b341dbb" } ,
{ file = "pydantic_core-2.23.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:98ccd69edcf49f0875d86942f4418a4e83eb3047f20eb897bffa62a5d419c8fa" } ,
{ file = "pydantic_core-2.23.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:a678c1ac5c5ec5685af0133262103defb427114e62eafeda12f1357a12140162" } ,
{ file = "pydantic_core-2.23.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:01491d8b4d8db9f3391d93b0df60701e644ff0894352947f31fff3e52bd5c801" } ,
{ file = "pydantic_core-2.23.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:fcf31facf2796a2d3b7fe338fe8640aa0166e4e55b4cb108dbfd1058049bf4cb" } ,
{ file = "pydantic_core-2.23.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7200fd561fb3be06827340da066df4311d0b6b8eb0c2116a110be5245dceb326" } ,
{ file = "pydantic_core-2.23.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:dc1636770a809dee2bd44dd74b89cc80eb41172bcad8af75dd0bc182c2666d4c" } ,
{ file = "pydantic_core-2.23.3-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:67a5def279309f2e23014b608c4150b0c2d323bd7bccd27ff07b001c12c2415c" } ,
{ file = "pydantic_core-2.23.3-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:748bdf985014c6dd3e1e4cc3db90f1c3ecc7246ff5a3cd4ddab20c768b2f1dab" } ,
{ file = "pydantic_core-2.23.3-cp312-none-win32.whl" , hash = "sha256:255ec6dcb899c115f1e2a64bc9ebc24cc0e3ab097775755244f77360d1f3c06c" } ,
{ file = "pydantic_core-2.23.3-cp312-none-win_amd64.whl" , hash = "sha256:40b8441be16c1e940abebed83cd006ddb9e3737a279e339dbd6d31578b802f7b" } ,
{ file = "pydantic_core-2.23.3-cp313-cp313-macosx_10_12_x86_64.whl" , hash = "sha256:6daaf5b1ba1369a22c8b050b643250e3e5efc6a78366d323294aee54953a4d5f" } ,
{ file = "pydantic_core-2.23.3-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:d015e63b985a78a3d4ccffd3bdf22b7c20b3bbd4b8227809b3e8e75bc37f9cb2" } ,
{ file = "pydantic_core-2.23.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a3fc572d9b5b5cfe13f8e8a6e26271d5d13f80173724b738557a8c7f3a8a3791" } ,
{ file = "pydantic_core-2.23.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:f6bd91345b5163ee7448bee201ed7dd601ca24f43f439109b0212e296eb5b423" } ,
{ file = "pydantic_core-2.23.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:fc379c73fd66606628b866f661e8785088afe2adaba78e6bbe80796baf708a63" } ,
{ file = "pydantic_core-2.23.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:fbdce4b47592f9e296e19ac31667daed8753c8367ebb34b9a9bd89dacaa299c9" } ,
{ file = "pydantic_core-2.23.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fc3cf31edf405a161a0adad83246568647c54404739b614b1ff43dad2b02e6d5" } ,
{ file = "pydantic_core-2.23.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:8e22b477bf90db71c156f89a55bfe4d25177b81fce4aa09294d9e805eec13855" } ,
{ file = "pydantic_core-2.23.3-cp313-cp313-musllinux_1_1_aarch64.whl" , hash = "sha256:0a0137ddf462575d9bce863c4c95bac3493ba8e22f8c28ca94634b4a1d3e2bb4" } ,
{ file = "pydantic_core-2.23.3-cp313-cp313-musllinux_1_1_x86_64.whl" , hash = "sha256:203171e48946c3164fe7691fc349c79241ff8f28306abd4cad5f4f75ed80bc8d" } ,
{ file = "pydantic_core-2.23.3-cp313-none-win32.whl" , hash = "sha256:76bdab0de4acb3f119c2a4bff740e0c7dc2e6de7692774620f7452ce11ca76c8" } ,
{ file = "pydantic_core-2.23.3-cp313-none-win_amd64.whl" , hash = "sha256:37ba321ac2a46100c578a92e9a6aa33afe9ec99ffa084424291d84e456f490c1" } ,
{ file = "pydantic_core-2.23.3-cp38-cp38-macosx_10_12_x86_64.whl" , hash = "sha256:d063c6b9fed7d992bcbebfc9133f4c24b7a7f215d6b102f3e082b1117cddb72c" } ,
{ file = "pydantic_core-2.23.3-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:6cb968da9a0746a0cf521b2b5ef25fc5a0bee9b9a1a8214e0a1cfaea5be7e8a4" } ,
{ file = "pydantic_core-2.23.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:edbefe079a520c5984e30e1f1f29325054b59534729c25b874a16a5048028d16" } ,
{ file = "pydantic_core-2.23.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:cbaaf2ef20d282659093913da9d402108203f7cb5955020bd8d1ae5a2325d1c4" } ,
{ file = "pydantic_core-2.23.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:fb539d7e5dc4aac345846f290cf504d2fd3c1be26ac4e8b5e4c2b688069ff4cf" } ,
{ file = "pydantic_core-2.23.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7e6f33503c5495059148cc486867e1d24ca35df5fc064686e631e314d959ad5b" } ,
{ file = "pydantic_core-2.23.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:04b07490bc2f6f2717b10c3969e1b830f5720b632f8ae2f3b8b1542394c47a8e" } ,
{ file = "pydantic_core-2.23.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:03795b9e8a5d7fda05f3873efc3f59105e2dcff14231680296b87b80bb327295" } ,
{ file = "pydantic_core-2.23.3-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:c483dab0f14b8d3f0df0c6c18d70b21b086f74c87ab03c59250dbf6d3c89baba" } ,
{ file = "pydantic_core-2.23.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:8b2682038e255e94baf2c473dca914a7460069171ff5cdd4080be18ab8a7fd6e" } ,
{ file = "pydantic_core-2.23.3-cp38-none-win32.whl" , hash = "sha256:f4a57db8966b3a1d1a350012839c6a0099f0898c56512dfade8a1fe5fb278710" } ,
{ file = "pydantic_core-2.23.3-cp38-none-win_amd64.whl" , hash = "sha256:13dd45ba2561603681a2676ca56006d6dee94493f03d5cadc055d2055615c3ea" } ,
{ file = "pydantic_core-2.23.3-cp39-cp39-macosx_10_12_x86_64.whl" , hash = "sha256:82da2f4703894134a9f000e24965df73cc103e31e8c31906cc1ee89fde72cbd8" } ,
{ file = "pydantic_core-2.23.3-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:dd9be0a42de08f4b58a3cc73a123f124f65c24698b95a54c1543065baca8cf0e" } ,
{ file = "pydantic_core-2.23.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:89b731f25c80830c76fdb13705c68fef6a2b6dc494402987c7ea9584fe189f5d" } ,
{ file = "pydantic_core-2.23.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:c6de1ec30c4bb94f3a69c9f5f2182baeda5b809f806676675e9ef6b8dc936f28" } ,
{ file = "pydantic_core-2.23.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:bb68b41c3fa64587412b104294b9cbb027509dc2f6958446c502638d481525ef" } ,
{ file = "pydantic_core-2.23.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1c3980f2843de5184656aab58698011b42763ccba11c4a8c35936c8dd6c7068c" } ,
{ file = "pydantic_core-2.23.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:94f85614f2cba13f62c3c6481716e4adeae48e1eaa7e8bac379b9d177d93947a" } ,
{ file = "pydantic_core-2.23.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:510b7fb0a86dc8f10a8bb43bd2f97beb63cffad1203071dc434dac26453955cd" } ,
{ file = "pydantic_core-2.23.3-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:1eba2f7ce3e30ee2170410e2171867ea73dbd692433b81a93758ab2de6c64835" } ,
{ file = "pydantic_core-2.23.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:4b259fd8409ab84b4041b7b3f24dcc41e4696f180b775961ca8142b5b21d0e70" } ,
{ file = "pydantic_core-2.23.3-cp39-none-win32.whl" , hash = "sha256:40d9bd259538dba2f40963286009bf7caf18b5112b19d2b55b09c14dde6db6a7" } ,
{ file = "pydantic_core-2.23.3-cp39-none-win_amd64.whl" , hash = "sha256:5a8cd3074a98ee70173a8633ad3c10e00dcb991ecec57263aacb4095c5efb958" } ,
{ file = "pydantic_core-2.23.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:f399e8657c67313476a121a6944311fab377085ca7f490648c9af97fc732732d" } ,
{ file = "pydantic_core-2.23.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:6b5547d098c76e1694ba85f05b595720d7c60d342f24d5aad32c3049131fa5c4" } ,
{ file = "pydantic_core-2.23.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0dda0290a6f608504882d9f7650975b4651ff91c85673341789a476b1159f211" } ,
{ file = "pydantic_core-2.23.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:65b6e5da855e9c55a0c67f4db8a492bf13d8d3316a59999cfbaf98cc6e401961" } ,
{ file = "pydantic_core-2.23.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:09e926397f392059ce0afdcac920df29d9c833256354d0c55f1584b0b70cf07e" } ,
{ file = "pydantic_core-2.23.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl" , hash = "sha256:87cfa0ed6b8c5bd6ae8b66de941cece179281239d482f363814d2b986b79cedc" } ,
{ file = "pydantic_core-2.23.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl" , hash = "sha256:e61328920154b6a44d98cabcb709f10e8b74276bc709c9a513a8c37a18786cc4" } ,
{ file = "pydantic_core-2.23.3-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:ce3317d155628301d649fe5e16a99528d5680af4ec7aa70b90b8dacd2d725c9b" } ,
{ file = "pydantic_core-2.23.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:e89513f014c6be0d17b00a9a7c81b1c426f4eb9224b15433f3d98c1a071f8433" } ,
{ file = "pydantic_core-2.23.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:4f62c1c953d7ee375df5eb2e44ad50ce2f5aff931723b398b8bc6f0ac159791a" } ,
{ file = "pydantic_core-2.23.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2718443bc671c7ac331de4eef9b673063b10af32a0bb385019ad61dcf2cc8f6c" } ,
{ file = "pydantic_core-2.23.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a0d90e08b2727c5d01af1b5ef4121d2f0c99fbee692c762f4d9d0409c9da6541" } ,
{ file = "pydantic_core-2.23.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:2b676583fc459c64146debea14ba3af54e540b61762dfc0613dc4e98c3f66eeb" } ,
{ file = "pydantic_core-2.23.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl" , hash = "sha256:50e4661f3337977740fdbfbae084ae5693e505ca2b3130a6d4eb0f2281dc43b8" } ,
{ file = "pydantic_core-2.23.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl" , hash = "sha256:68f4cf373f0de6abfe599a38307f4417c1c867ca381c03df27c873a9069cda25" } ,
{ file = "pydantic_core-2.23.3-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:59d52cf01854cb26c46958552a21acb10dd78a52aa34c86f284e66b209db8cab" } ,
{ file = "pydantic_core-2.23.3.tar.gz" , hash = "sha256:3cb0f65d8b4121c1b015c60104a685feb929a29d7cf204387c7f2688c7974690" } ,
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"
2024-09-11 10:12:35 +00:00
version = "2.5.2"
2024-02-11 10:47:37 -06:00
description = "Settings management using Pydantic"
optional = false
python-versions = ">=3.8"
files = [
2024-09-11 10:12:35 +00:00
{ file = "pydantic_settings-2.5.2-py3-none-any.whl" , hash = "sha256:2c912e55fd5794a59bf8c832b9de832dcfdf4778d79ff79b708744eed499a907" } ,
{ file = "pydantic_settings-2.5.2.tar.gz" , hash = "sha256:f90b139682bee4d2065273d5185d71d37ea46cfe57e1b5ae184fc6a0b2484ca0" } ,
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-08-02 11:25:35 -05:00
version = "2.9.0"
2024-04-29 04:49:13 -05:00
description = "JSON Web Token implementation in Python"
optional = false
2024-08-02 11:25:35 -05:00
python-versions = ">=3.8"
2024-04-29 04:49:13 -05:00
files = [
2024-08-02 11:25:35 -05:00
{ file = "PyJWT-2.9.0-py3-none-any.whl" , hash = "sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850" } ,
{ file = "pyjwt-2.9.0.tar.gz" , hash = "sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c" } ,
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-08-31 15:23:58 -08:00
version = "3.2.7"
2022-12-29 15:21:48 -08:00
description = "python code static checker"
optional = false
2024-01-10 18:58:50 +00:00
python-versions = ">=3.8.0"
2022-12-29 15:21:48 -08:00
files = [
2024-08-31 15:23:58 -08:00
{ file = "pylint-3.2.7-py3-none-any.whl" , hash = "sha256:02f4aedeac91be69fb3b4bea997ce580a4ac68ce58b89eaefeaf06749df73f4b" } ,
{ file = "pylint-3.2.7.tar.gz" , hash = "sha256:1b7a721b575eaeaa7d39db076b6e7743c993ea44f57979127c517c6c572c803e" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2024-07-21 22:02:55 +00:00
astroid = ">=3.2.4,<=3.3.0-dev0"
2022-12-29 15:21:48 -08:00
colorama = { version = ">=0.4.5" , markers = "sys_platform == \"win32\"" }
2023-02-06 18:43:12 -09:00
dill = [
2024-09-09 20:57:20 +10:00
{ version = ">=0.2" , markers = "python_version < \"3.11\"" } ,
2024-09-09 20:33:43 +00:00
{ version = ">=0.3.7" , markers = "python_version >= \"3.12\"" } ,
2024-01-10 18:58:50 +00:00
{ version = ">=0.3.6" , markers = "python_version >= \"3.11\" and python_version < \"3.12\"" } ,
2023-02-06 18:43:12 -09:00
]
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"
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
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-09-15 11:48:50 +10:00
version = "3.6.4"
description = "pyRdfa distiller/parser library"
2022-12-29 15:21:48 -08:00
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 = "pyRdfa3-3.6.4-py3-none-any.whl" , hash = "sha256:ed11affa5567ab7afdbc939a58f9286a274447f3ab2999c260c56b5c6e87fb2f" } ,
{ file = "pyrdfa3-3.6.4.tar.gz" , hash = "sha256:64712d1a4bf21829652b39715bada6e7c03bcf19cb49f962c190a38f46172243" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2024-09-15 11:48:50 +10:00
html5lib = ">=1.1"
rdflib = ">=7.0.0"
requests = ">=2.32.3"
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "pytest"
2024-09-10 14:32:50 +00:00
version = "8.3.3"
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-09-10 14:32:50 +00:00
{ file = "pytest-8.3.3-py3-none-any.whl" , hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2" } ,
{ file = "pytest-8.3.3.tar.gz" , hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181" } ,
2021-06-10 18:31:14 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
exceptiongroup = { version = ">=1.0.0rc8" , markers = "python_version < \"3.11\"" }
iniconfig = "*"
packaging = "*"
2024-07-20 22:39:57 -05:00
pluggy = ">=1.5,<2"
2024-03-09 11:55:16 -06:00
tomli = { version = ">=1" , markers = "python_version < \"3.11\"" }
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"
2024-08-23 14:15:09 +00:00
version = "0.24.0"
2023-01-28 16:06:27 -09:00
description = "Pytest support for asyncio"
optional = false
2024-01-10 12:29:39 -06:00
python-versions = ">=3.8"
2023-01-28 16:06:27 -09:00
files = [
2024-08-23 14:15:09 +00:00
{ file = "pytest_asyncio-0.24.0-py3-none-any.whl" , hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b" } ,
{ file = "pytest_asyncio-0.24.0.tar.gz" , hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276" } ,
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 ]
docs = [ "sphinx (>=5.3)" , "sphinx-rtd-theme (>=1.0)" ]
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-02-11 11:10:02 +00:00
version = "0.0.9"
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-02-11 11:10:02 +00:00
{ file = "python_multipart-0.0.9-py3-none-any.whl" , hash = "sha256:97ca7b8ea7b05f977dc3849c3ba99d51689822fab725c3703af7c866a0c2b215" } ,
{ file = "python_multipart-0.0.9.tar.gz" , hash = "sha256:03f54688c663f1b7977105f021043b0793151e4cb1c1a9d4a11fc13d622c4026" } ,
2021-05-01 20:46:02 -08:00
]
2022-12-29 15:21:48 -08:00
2023-03-23 09:20:50 -08:00
[ package . extras ]
2024-02-11 11:10:02 +00:00
dev = [ "atomicwrites (==1.4.1)" , "attrs (==23.2.0)" , "coverage (==7.4.1)" , "hatch" , "invoke (==2.2.0)" , "more-itertools (==10.2.0)" , "pbr (==6.0.0)" , "pluggy (==1.4.0)" , "py (==1.11.0)" , "pytest (==8.0.0)" , "pytest-cov (==4.1.0)" , "pytest-timeout (==2.2.0)" , "pyyaml (==6.0.1)" , "ruff (==0.2.1)" ]
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-09-02 15:23:43 -05:00
version = "3.9.7"
2023-09-15 12:19:34 -05:00
description = "rapid fuzzy string matching"
optional = false
2024-01-10 21:29:39 +00:00
python-versions = ">=3.8"
2023-09-15 12:19:34 -05:00
files = [
2024-09-02 15:23:43 -05:00
{ file = "rapidfuzz-3.9.7-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:ccf68e30b80e903f2309f90a438dbd640dd98e878eeb5ad361a288051ee5b75c" } ,
{ file = "rapidfuzz-3.9.7-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:696a79018ef989bf1c9abd9005841cee18005ccad4748bad8a4c274c47b6241a" } ,
{ file = "rapidfuzz-3.9.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c4eebf6c93af0ae866c22b403a84747580bb5c10f0d7b51c82a87f25405d4dcb" } ,
{ file = "rapidfuzz-3.9.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0e9125377fa3d21a8abd4fbdbcf1c27be73e8b1850f0b61b5b711364bf3b59db" } ,
{ file = "rapidfuzz-3.9.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c12d180b17a22d107c8747de9c68d0b9c1d15dcda5445ff9bf9f4ccfb67c3e16" } ,
{ file = "rapidfuzz-3.9.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c1318d42610c26dcd68bd3279a1bf9e3605377260867c9a8ed22eafc1bd93a7c" } ,
{ file = "rapidfuzz-3.9.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dd5fa6e3c6e0333051c1f3a49f0807b3366f4131c8d6ac8c3e05fd0d0ce3755c" } ,
{ file = "rapidfuzz-3.9.7-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:fcf79b686962d7bec458a0babc904cb4fa319808805e036b9d5a531ee6b9b835" } ,
{ file = "rapidfuzz-3.9.7-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:8b01153c7466d0bad48fba77a303d5a768e66f24b763853469f47220b3de4661" } ,
{ file = "rapidfuzz-3.9.7-cp310-cp310-musllinux_1_2_ppc64le.whl" , hash = "sha256:94baaeea0b4f8632a6da69348b1e741043eba18d4e3088d674d3f76586b6223d" } ,
{ file = "rapidfuzz-3.9.7-cp310-cp310-musllinux_1_2_s390x.whl" , hash = "sha256:6c5b32875646cb7f60c193ade99b2e4b124f19583492115293cd00f6fb198b17" } ,
{ file = "rapidfuzz-3.9.7-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:110b6294396bc0a447648627479c9320f095c2034c0537f687592e0f58622638" } ,
{ file = "rapidfuzz-3.9.7-cp310-cp310-win32.whl" , hash = "sha256:3445a35c4c8d288f2b2011eb61bce1227c633ce85a3154e727170f37c0266bb2" } ,
{ file = "rapidfuzz-3.9.7-cp310-cp310-win_amd64.whl" , hash = "sha256:0d1415a732ee75e74a90af12020b77a0b396b36c60afae1bde3208a78cd2c9fc" } ,
{ file = "rapidfuzz-3.9.7-cp310-cp310-win_arm64.whl" , hash = "sha256:836f4d88b8bd0fff2ebe815dcaab8aa6c8d07d1d566a7e21dd137cf6fe11ed5b" } ,
{ file = "rapidfuzz-3.9.7-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:d098ce6162eb5e48fceb0745455bc950af059df6113eec83e916c129fca11408" } ,
{ file = "rapidfuzz-3.9.7-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:048d55d36c02c6685a2b2741688503c3d15149694506655b6169dcfd3b6c2585" } ,
{ file = "rapidfuzz-3.9.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c33211cfff9aec425bb1bfedaf94afcf337063aa273754f22779d6dadebef4c2" } ,
{ file = "rapidfuzz-3.9.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e6d9db2fa4e9be171e9bb31cf2d2575574774966b43f5b951062bb2e67885852" } ,
{ file = "rapidfuzz-3.9.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d4e049d5ad61448c9a020d1061eba20944c4887d720c4069724beb6ea1692507" } ,
{ file = "rapidfuzz-3.9.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cfa74aac64c85898b93d9c80bb935a96bf64985e28d4ee0f1a3d1f3bf11a5106" } ,
{ file = "rapidfuzz-3.9.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:965693c2e9efd425b0f059f5be50ef830129f82892fa1858e220e424d9d0160f" } ,
{ file = "rapidfuzz-3.9.7-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:8501000a5eb8037c4b56857724797fe5a8b01853c363de91c8d0d0ad56bef319" } ,
{ file = "rapidfuzz-3.9.7-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:8d92c552c6b7577402afdd547dcf5d31ea6c8ae31ad03f78226e055cfa37f3c6" } ,
{ file = "rapidfuzz-3.9.7-cp311-cp311-musllinux_1_2_ppc64le.whl" , hash = "sha256:1ee2086f490cb501d86b7e386c1eb4e3a0ccbb0c99067089efaa8c79012c8952" } ,
{ file = "rapidfuzz-3.9.7-cp311-cp311-musllinux_1_2_s390x.whl" , hash = "sha256:1de91e7fd7f525e10ea79a6e62c559d1b0278ec097ad83d9da378b6fab65a265" } ,
{ file = "rapidfuzz-3.9.7-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:a4da514d13f4433e16960a17f05b67e0af30ac771719c9a9fb877e5004f74477" } ,
{ file = "rapidfuzz-3.9.7-cp311-cp311-win32.whl" , hash = "sha256:a40184c67db8252593ec518e17fb8a6e86d7259dc9f2d6c0bf4ff4db8cf1ad4b" } ,
{ file = "rapidfuzz-3.9.7-cp311-cp311-win_amd64.whl" , hash = "sha256:c4f28f1930b09a2c300357d8465b388cecb7e8b2f454a5d5425561710b7fd07f" } ,
{ file = "rapidfuzz-3.9.7-cp311-cp311-win_arm64.whl" , hash = "sha256:675b75412a943bb83f1f53e2e54fd18c80ef15ed642dc6eb0382d1949419d904" } ,
{ file = "rapidfuzz-3.9.7-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:1ef6a1a8f0b12f8722f595f15c62950c9a02d5abc64742561299ffd49f6c6944" } ,
{ file = "rapidfuzz-3.9.7-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:32532af1d70c6ec02ea5ac7ee2766dfff7c8ae8c761abfe8da9e527314e634e8" } ,
{ file = "rapidfuzz-3.9.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ae1a38bade755aa9dd95a81cda949e1bf9cd92b79341ccc5e2189c9e7bdfc5ec" } ,
{ file = "rapidfuzz-3.9.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d73ee2df41224c87336448d279b5b6a3a75f36e41dd3dcf538c0c9cce36360d8" } ,
{ file = "rapidfuzz-3.9.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:be3a1fc3e2ab3bdf93dc0c83c00acca8afd2a80602297d96cf4a0ba028333cdf" } ,
{ file = "rapidfuzz-3.9.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:603f48f621272a448ff58bb556feb4371252a02156593303391f5c3281dfaeac" } ,
{ file = "rapidfuzz-3.9.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:268f8e1ca50fc61c0736f3fe9d47891424adf62d96ed30196f30f4bd8216b41f" } ,
{ file = "rapidfuzz-3.9.7-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:5f8bf3f0d02935751d8660abda6044821a861f6229f7d359f98bcdcc7e66c39b" } ,
{ file = "rapidfuzz-3.9.7-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:b997ff3b39d4cee9fb025d6c46b0a24bd67595ce5a5b652a97fb3a9d60beb651" } ,
{ file = "rapidfuzz-3.9.7-cp312-cp312-musllinux_1_2_ppc64le.whl" , hash = "sha256:ca66676c8ef6557f9b81c5b2b519097817a7c776a6599b8d6fcc3e16edd216fe" } ,
{ file = "rapidfuzz-3.9.7-cp312-cp312-musllinux_1_2_s390x.whl" , hash = "sha256:35d3044cb635ca6b1b2b7b67b3597bd19f34f1753b129eb6d2ae04cf98cd3945" } ,
{ file = "rapidfuzz-3.9.7-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:5a93c9e60904cb76e7aefef67afffb8b37c4894f81415ed513db090f29d01101" } ,
{ file = "rapidfuzz-3.9.7-cp312-cp312-win32.whl" , hash = "sha256:579d107102c0725f7c79b4e79f16d3cf4d7c9208f29c66b064fa1fd4641d5155" } ,
{ file = "rapidfuzz-3.9.7-cp312-cp312-win_amd64.whl" , hash = "sha256:953b3780765c8846866faf891ee4290f6a41a6dacf4fbcd3926f78c9de412ca6" } ,
{ file = "rapidfuzz-3.9.7-cp312-cp312-win_arm64.whl" , hash = "sha256:7c20c1474b068c4bd45bf2fd0ad548df284f74e9a14a68b06746c56e3aa8eb70" } ,
{ file = "rapidfuzz-3.9.7-cp313-cp313-macosx_10_13_x86_64.whl" , hash = "sha256:fde81b1da9a947f931711febe2e2bee694e891f6d3e6aa6bc02c1884702aea19" } ,
{ file = "rapidfuzz-3.9.7-cp313-cp313-macosx_11_0_arm64.whl" , hash = "sha256:47e92c155a14f44511ea8ebcc6bc1535a1fe8d0a7d67ad3cc47ba61606df7bcf" } ,
{ file = "rapidfuzz-3.9.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8772b745668260c5c4d069c678bbaa68812e6c69830f3771eaad521af7bc17f8" } ,
{ file = "rapidfuzz-3.9.7-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:578302828dd97ee2ba507d2f71d62164e28d2fc7bc73aad0d2d1d2afc021a5d5" } ,
{ file = "rapidfuzz-3.9.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:fc3e6081069eea61593f1d6839029da53d00c8c9b205c5534853eaa3f031085c" } ,
{ file = "rapidfuzz-3.9.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0b1c2d504eddf97bc0f2eba422c8915576dbf025062ceaca2d68aecd66324ad9" } ,
{ file = "rapidfuzz-3.9.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6fb76e5a21034f0307c51c5a2fc08856f698c53a4c593b17d291f7d6e9d09ca3" } ,
{ file = "rapidfuzz-3.9.7-cp313-cp313-musllinux_1_2_aarch64.whl" , hash = "sha256:d4ba2318ef670ce505f42881a5d2af70f948124646947341a3c6ccb33cd70369" } ,
{ file = "rapidfuzz-3.9.7-cp313-cp313-musllinux_1_2_i686.whl" , hash = "sha256:057bb03f39e285047d7e9412e01ecf31bb2d42b9466a5409d715d587460dd59b" } ,
{ file = "rapidfuzz-3.9.7-cp313-cp313-musllinux_1_2_ppc64le.whl" , hash = "sha256:a8feac9006d5c9758438906f093befffc4290de75663dbb2098461df7c7d28dd" } ,
{ file = "rapidfuzz-3.9.7-cp313-cp313-musllinux_1_2_s390x.whl" , hash = "sha256:95b8292383e717e10455f2c917df45032b611141e43d1adf70f71b1566136b11" } ,
{ file = "rapidfuzz-3.9.7-cp313-cp313-musllinux_1_2_x86_64.whl" , hash = "sha256:e9fbf659537d246086d0297628b3795dc3e4a384101ecc01e5791c827b8d7345" } ,
{ file = "rapidfuzz-3.9.7-cp313-cp313-win32.whl" , hash = "sha256:1dc516ac6d32027be2b0196bedf6d977ac26debd09ca182376322ad620460feb" } ,
{ file = "rapidfuzz-3.9.7-cp313-cp313-win_amd64.whl" , hash = "sha256:b4f86e09d3064dca0b014cd48688964036a904a2d28048f00c8f4640796d06a8" } ,
{ file = "rapidfuzz-3.9.7-cp313-cp313-win_arm64.whl" , hash = "sha256:19c64d8ddb2940b42a4567b23f1681af77f50a5ff6c9b8e85daba079c210716e" } ,
{ file = "rapidfuzz-3.9.7-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:fbda3dd68d8b28ccb20ffb6f756fefd9b5ba570a772bedd7643ed441f5793308" } ,
{ file = "rapidfuzz-3.9.7-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:2379e0b2578ad3ac7004f223251550f08bca873ff76c169b09410ec562ad78d8" } ,
{ file = "rapidfuzz-3.9.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5d1eff95362f993b0276fd3839aee48625b09aac8938bb0c23b40d219cba5dc5" } ,
{ file = "rapidfuzz-3.9.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cd9360e30041690912525a210e48a897b49b230768cc8af1c702e5395690464f" } ,
{ file = "rapidfuzz-3.9.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a93cd834b3c315ab437f0565ee3a2f42dd33768dc885ccbabf9710b131cf70d2" } ,
{ file = "rapidfuzz-3.9.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:4ff196996240db7075f62c7bc4506f40a3c80cd4ae3ab0e79ac6892283a90859" } ,
{ file = "rapidfuzz-3.9.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:948dcee7aaa1cd14358b2a7ef08bf0be42bf89049c3a906669874a715fc2c937" } ,
{ file = "rapidfuzz-3.9.7-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:d95751f505a301af1aaf086c19f34536056d6c8efa91b2240de532a3db57b543" } ,
{ file = "rapidfuzz-3.9.7-cp38-cp38-musllinux_1_2_i686.whl" , hash = "sha256:90db86fa196eecf96cb6db09f1083912ea945c50c57188039392d810d0b784e1" } ,
{ file = "rapidfuzz-3.9.7-cp38-cp38-musllinux_1_2_ppc64le.whl" , hash = "sha256:3171653212218a162540a3c8eb8ae7d3dcc8548540b69eaecaf3b47c14d89c90" } ,
{ file = "rapidfuzz-3.9.7-cp38-cp38-musllinux_1_2_s390x.whl" , hash = "sha256:36dd6e820379c37a1ffefc8a52b648758e867cd9d78ee5b5dc0c9a6a10145378" } ,
{ file = "rapidfuzz-3.9.7-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:7b702de95666a1f7d5c6b47eacadfe2d2794af3742d63d2134767d13e5d1c713" } ,
{ file = "rapidfuzz-3.9.7-cp38-cp38-win32.whl" , hash = "sha256:9030e7238c0df51aed5c9c5ed8eee2bdd47a2ae788e562c1454af2851c3d1906" } ,
{ file = "rapidfuzz-3.9.7-cp38-cp38-win_amd64.whl" , hash = "sha256:f847fb0fbfb72482b1c05c59cbb275c58a55b73708a7f77a83f8035ee3c86497" } ,
{ file = "rapidfuzz-3.9.7-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:97f2ce529d2a70a60c290f6ab269a2bbf1d3b47b9724dccc84339b85f7afb044" } ,
{ file = "rapidfuzz-3.9.7-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e2957fdad10bb83b1982b02deb3604a3f6911a5e545f518b59c741086f92d152" } ,
{ file = "rapidfuzz-3.9.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5d5262383634626eb45c536017204b8163a03bc43bda880cf1bdd7885db9a163" } ,
{ file = "rapidfuzz-3.9.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:364587827d7cbd41afa0782adc2d2d19e3f07d355b0750a02a8e33ad27a9c368" } ,
{ file = "rapidfuzz-3.9.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ecc24af7f905f3d6efb371a01680116ffea8d64e266618fb9ad1602a9b4f7934" } ,
{ file = "rapidfuzz-3.9.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9dc86aa6b29d174713c5f4caac35ffb7f232e3e649113e8d13812b35ab078228" } ,
{ file = "rapidfuzz-3.9.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e3dcfbe7266e74a707173a12a7b355a531f2dcfbdb32f09468e664330da14874" } ,
{ file = "rapidfuzz-3.9.7-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:b23806fbdd6b510ba9ac93bb72d503066263b0fba44b71b835be9f063a84025f" } ,
{ file = "rapidfuzz-3.9.7-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:5551d68264c1bb6943f542da83a4dc8940ede52c5847ef158698799cc28d14f5" } ,
{ file = "rapidfuzz-3.9.7-cp39-cp39-musllinux_1_2_ppc64le.whl" , hash = "sha256:13d8675a1fa7e2b19650ca7ef9a6ec01391d4bb12ab9e0793e8eb024538b4a34" } ,
{ file = "rapidfuzz-3.9.7-cp39-cp39-musllinux_1_2_s390x.whl" , hash = "sha256:9b6a5de507b9be6de688dae40143b656f7a93b10995fb8bd90deb555e7875c60" } ,
{ file = "rapidfuzz-3.9.7-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:111a20a3c090cf244d9406e60500b6c34b2375ba3a5009e2b38fd806fe38e337" } ,
{ file = "rapidfuzz-3.9.7-cp39-cp39-win32.whl" , hash = "sha256:22589c0b8ccc6c391ce7f776c93a8c92c96ab8d34e1a19f1bd2b12a235332632" } ,
{ file = "rapidfuzz-3.9.7-cp39-cp39-win_amd64.whl" , hash = "sha256:6f83221db5755b8f34222e40607d87f1176a8d5d4dbda4a55a0f0b67d588a69c" } ,
{ file = "rapidfuzz-3.9.7-cp39-cp39-win_arm64.whl" , hash = "sha256:3665b92e788578c3bb334bd5b5fa7ee1a84bafd68be438e3110861d1578c63a0" } ,
{ file = "rapidfuzz-3.9.7-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:d7df9c2194c7ec930b33c991c55dbd0c10951bd25800c0b7a7b571994ebbced5" } ,
{ file = "rapidfuzz-3.9.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:68bd888eafd07b09585dcc8bc2716c5ecdb7eed62827470664d25588982b2873" } ,
{ file = "rapidfuzz-3.9.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d1230e0f9026851a6a432beaa0ce575dda7b39fe689b576f99a0704fbb81fc9c" } ,
{ file = "rapidfuzz-3.9.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a3b36e1c61b796ae1777f3e9e11fd39898b09d351c9384baf6e3b7e6191d8ced" } ,
{ file = "rapidfuzz-3.9.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9dba13d86806fcf3fe9c9919f58575e0090eadfb89c058bde02bcc7ab24e4548" } ,
{ file = "rapidfuzz-3.9.7-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:1f1a33e84056b7892c721d84475d3bde49a145126bc4c6efe0d6d0d59cb31c29" } ,
{ file = "rapidfuzz-3.9.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:3492c7a42b7fa9f0051d7fcce9893e95ed91c97c9ec7fb64346f3e070dd318ed" } ,
{ file = "rapidfuzz-3.9.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl" , hash = "sha256:ece45eb2af8b00f90d10f7419322e8804bd42fb1129026f9bfe712c37508b514" } ,
{ file = "rapidfuzz-3.9.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9dcd14cf4876f04b488f6e54a7abd3e9b31db5f5a6aba0ce90659917aaa8c088" } ,
{ file = "rapidfuzz-3.9.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:521c58c72ed8a612b25cda378ff10dee17e6deb4ee99a070b723519a345527b9" } ,
{ file = "rapidfuzz-3.9.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:18669bb6cdf7d40738526d37e550df09ba065b5a7560f3d802287988b6cb63cf" } ,
{ file = "rapidfuzz-3.9.7-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:7abe2dbae81120a64bb4f8d3fcafe9122f328c9f86d7f327f174187a5af4ed86" } ,
{ file = "rapidfuzz-3.9.7-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:a3c0783910911f4f24655826d007c9f4360f08107410952c01ee3df98c713eb2" } ,
{ file = "rapidfuzz-3.9.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:03126f9a040ff21d2a110610bfd6b93b79377ce8b4121edcb791d61b7df6eec5" } ,
{ file = "rapidfuzz-3.9.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:591908240f4085e2ade5b685c6e8346e2ed44932cffeaac2fb32ddac95b55c7f" } ,
{ file = "rapidfuzz-3.9.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e9012d86c6397edbc9da4ac0132de7f8ee9d6ce857f4194d5684c4ddbcdd1c5c" } ,
{ file = "rapidfuzz-3.9.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:df596ddd3db38aa513d4c0995611267b3946e7cbe5a8761b50e9306dfec720ee" } ,
{ file = "rapidfuzz-3.9.7-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:3ed5adb752f4308fcc8f4fb6f8eb7aa4082f9d12676fda0a74fa5564242a8107" } ,
{ file = "rapidfuzz-3.9.7.tar.gz" , hash = "sha256:f1c7296534c1afb6f495aa95871f14ccdc197c6db42965854e483100df313030" } ,
2023-09-15 12:19:34 -05:00
]
[ package . extras ]
full = [ "numpy" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "rdflib"
2024-09-15 11:48:50 +10:00
version = "7.0.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-09-15 11:48:50 +10:00
python-versions = ">=3.8.1,<4.0.0"
2022-12-29 15:21:48 -08:00
files = [
2024-09-15 11:48:50 +10:00
{ file = "rdflib-7.0.0-py3-none-any.whl" , hash = "sha256:0438920912a642c866a513de6fe8a0001bd86ef975057d6962c79ce4771687cd" } ,
{ file = "rdflib-7.0.0.tar.gz" , hash = "sha256:9995eb8569428059b8c1affd26b25eac510d64f5043d9ce8c84e0d0036e995ae" } ,
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
isodate = ">=0.6.0,<0.7.0"
pyparsing = ">=2.1.0,<4"
2022-12-29 15:21:48 -08:00
[ package . extras ]
2024-09-15 11:48:50 +10:00
berkeleydb = [ "berkeleydb (>=18.1.0,<19.0.0)" ]
html = [ "html5lib (>=1.0,<2.0)" ]
lxml = [ "lxml (>=4.3.0,<5.0.0)" ]
networkx = [ "networkx (>=2.0.0,<3.0.0)" ]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "recipe-scrapers"
2024-08-26 16:19:45 +00:00
version = "15.1.0"
2022-12-29 15:21:48 -08:00
description = "Python package, scraping recipes from all over the internet"
optional = false
2023-10-17 10:14:25 -07:00
python-versions = ">=3.8"
2022-12-29 15:21:48 -08:00
files = [
2024-08-26 16:19:45 +00:00
{ file = "recipe_scrapers-15.1.0-py3-none-any.whl" , hash = "sha256:f3fc6568d3e7562c049cc358e0a6fb1b349a783206279cbaa4ee16d6ae1903ea" } ,
{ file = "recipe_scrapers-15.1.0.tar.gz" , hash = "sha256:268915941fe881e8bbeee72bde78d516808db57e1a9cc54001f332e3e18c6111" } ,
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 ]
online = [ "requests (>=2.31.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-09-10 14:44:50 +00:00
version = "13.8.1"
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
2023-01-01 09:21:01 -08:00
python-versions = ">=3.7.0"
2022-12-29 15:21:48 -08:00
files = [
2024-09-10 14:44:50 +00:00
{ file = "rich-13.8.1-py3-none-any.whl" , hash = "sha256:1760a3c0848469b97b558fc61c85233e3dafb69c7a071b4d60c38099d3cd4c06" } ,
{ file = "rich-13.8.1.tar.gz" , hash = "sha256:8260cda28e3db6bf04d2d1ef4dbc03ba80a824c88b0e7668a0f23126a424844a" } ,
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"
2024-09-13 19:59:47 -05:00
version = "0.6.5"
2024-01-11 00:53:54 +00:00
description = "An extremely fast Python linter and code formatter, written in Rust."
2022-12-29 15:21:48 -08:00
optional = false
python-versions = ">=3.7"
files = [
2024-09-13 19:59:47 -05:00
{ file = "ruff-0.6.5-py3-none-linux_armv6l.whl" , hash = "sha256:7e4e308f16e07c95fc7753fc1aaac690a323b2bb9f4ec5e844a97bb7fbebd748" } ,
{ file = "ruff-0.6.5-py3-none-macosx_10_12_x86_64.whl" , hash = "sha256:932cd69eefe4daf8c7d92bd6689f7e8182571cb934ea720af218929da7bd7d69" } ,
{ file = "ruff-0.6.5-py3-none-macosx_11_0_arm64.whl" , hash = "sha256:3a8d42d11fff8d3143ff4da41742a98f8f233bf8890e9fe23077826818f8d680" } ,
{ file = "ruff-0.6.5-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a50af6e828ee692fb10ff2dfe53f05caecf077f4210fae9677e06a808275754f" } ,
{ file = "ruff-0.6.5-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:794ada3400a0d0b89e3015f1a7e01f4c97320ac665b7bc3ade24b50b54cb2972" } ,
{ file = "ruff-0.6.5-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:381413ec47f71ce1d1c614f7779d88886f406f1fd53d289c77e4e533dc6ea200" } ,
{ file = "ruff-0.6.5-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl" , hash = "sha256:52e75a82bbc9b42e63c08d22ad0ac525117e72aee9729a069d7c4f235fc4d276" } ,
{ file = "ruff-0.6.5-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:09c72a833fd3551135ceddcba5ebdb68ff89225d30758027280968c9acdc7810" } ,
{ file = "ruff-0.6.5-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:800c50371bdcb99b3c1551d5691e14d16d6f07063a518770254227f7f6e8c178" } ,
{ file = "ruff-0.6.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8e25ddd9cd63ba1f3bd51c1f09903904a6adf8429df34f17d728a8fa11174253" } ,
{ file = "ruff-0.6.5-py3-none-musllinux_1_2_aarch64.whl" , hash = "sha256:7291e64d7129f24d1b0c947ec3ec4c0076e958d1475c61202497c6aced35dd19" } ,
{ file = "ruff-0.6.5-py3-none-musllinux_1_2_armv7l.whl" , hash = "sha256:9ad7dfbd138d09d9a7e6931e6a7e797651ce29becd688be8a0d4d5f8177b4b0c" } ,
{ file = "ruff-0.6.5-py3-none-musllinux_1_2_i686.whl" , hash = "sha256:005256d977021790cc52aa23d78f06bb5090dc0bfbd42de46d49c201533982ae" } ,
{ file = "ruff-0.6.5-py3-none-musllinux_1_2_x86_64.whl" , hash = "sha256:482c1e6bfeb615eafc5899127b805d28e387bd87db38b2c0c41d271f5e58d8cc" } ,
{ file = "ruff-0.6.5-py3-none-win32.whl" , hash = "sha256:cf4d3fa53644137f6a4a27a2b397381d16454a1566ae5335855c187fbf67e4f5" } ,
{ file = "ruff-0.6.5-py3-none-win_amd64.whl" , hash = "sha256:3e42a57b58e3612051a636bc1ac4e6b838679530235520e8f095f7c44f706ff9" } ,
{ file = "ruff-0.6.5-py3-none-win_arm64.whl" , hash = "sha256:51935067740773afdf97493ba9b8231279e9beef0f2a8079188c4776c25688e0" } ,
{ file = "ruff-0.6.5.tar.gz" , hash = "sha256:4d32d87fab433c0cf285c3683dd4dae63be05fd7a1d65b3f5bf7cdd05a6b96fb" } ,
2022-11-30 20:20:28 -09:00
]
2022-12-29 15:21:48 -08:00
[ [ package ] ]
name = "setuptools"
2023-02-06 18:43:12 -09:00
version = "67.1.0"
2022-12-29 15:21:48 -08:00
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.7"
files = [
2023-02-06 18:43:12 -09:00
{ file = "setuptools-67.1.0-py3-none-any.whl" , hash = "sha256:a7687c12b444eaac951ea87a9627c4f904ac757e7abdc5aac32833234af90378" } ,
{ file = "setuptools-67.1.0.tar.gz" , hash = "sha256:e261cdf010c11a41cb5cb5f1bf3338a7433832029f559a6a7614bd42a967c300" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . extras ]
2023-02-06 18:43:12 -09:00
docs = [ "furo" , "jaraco.packaging (>=9)" , "jaraco.tidelift (>=1.4)" , "pygments-github-lexers (==0.0.5)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-favicon" , "sphinx-hoverxref (<2)" , "sphinx-inline-tabs" , "sphinx-lint" , "sphinx-notfound-page (==0.8.3)" , "sphinx-reredirects" , "sphinxcontrib-towncrier" ]
testing = [ "build[virtualenv]" , "filelock (>=3.4.0)" , "flake8 (<5)" , "flake8-2020" , "ini2toml[lite] (>=0.9)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "pip (>=19.1)" , "pip-run (>=8.8)" , "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=1.3)" , "pytest-flake8" , "pytest-mypy (>=0.9.1)" , "pytest-perf" , "pytest-timeout" , "pytest-xdist" , "tomli-w (>=1.0.0)" , "virtualenv (>=13.0.0)" , "wheel" ]
2022-12-29 15:21:48 -08:00
testing-integration = [ "build[virtualenv]" , "filelock (>=3.4.0)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "pytest" , "pytest-enabler" , "pytest-xdist" , "tomli" , "virtualenv (>=13.0.0)" , "wheel" ]
[ [ 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"
2024-09-16 18:57:09 -05:00
version = "2.0.35"
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 = [
2024-09-16 18:57:09 -05:00
{ file = "SQLAlchemy-2.0.35-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:67219632be22f14750f0d1c70e62f204ba69d28f62fd6432ba05ab295853de9b" } ,
{ file = "SQLAlchemy-2.0.35-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:4668bd8faf7e5b71c0319407b608f278f279668f358857dbfd10ef1954ac9f90" } ,
{ file = "SQLAlchemy-2.0.35-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f552023710d4b93d8fb29a91fadf97de89c5926c6bd758897875435f2a939f33" } ,
{ file = "SQLAlchemy-2.0.35-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:7befc148de64b6060937231cbff8d01ccf0bfd75aa26383ffdf8d82b12ec04ff" } ,
{ file = "SQLAlchemy-2.0.35-cp310-cp310-win32.whl" , hash = "sha256:22b83aed390e3099584b839b93f80a0f4a95ee7f48270c97c90acd40ee646f0b" } ,
{ file = "SQLAlchemy-2.0.35-cp310-cp310-win_amd64.whl" , hash = "sha256:a29762cd3d116585278ffb2e5b8cc311fb095ea278b96feef28d0b423154858e" } ,
{ file = "SQLAlchemy-2.0.35-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:e21f66748ab725ade40fa7af8ec8b5019c68ab00b929f6643e1b1af461eddb60" } ,
{ file = "SQLAlchemy-2.0.35-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:8a6219108a15fc6d24de499d0d515c7235c617b2540d97116b663dade1a54d62" } ,
{ file = "SQLAlchemy-2.0.35-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:042622a5306c23b972192283f4e22372da3b8ddf5f7aac1cc5d9c9b222ab3ff6" } ,
{ file = "SQLAlchemy-2.0.35-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:627dee0c280eea91aed87b20a1f849e9ae2fe719d52cbf847c0e0ea34464b3f7" } ,
{ file = "SQLAlchemy-2.0.35-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:4fdcd72a789c1c31ed242fd8c1bcd9ea186a98ee8e5408a50e610edfef980d71" } ,
{ file = "SQLAlchemy-2.0.35-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:89b64cd8898a3a6f642db4eb7b26d1b28a497d4022eccd7717ca066823e9fb01" } ,
{ file = "SQLAlchemy-2.0.35-cp311-cp311-win32.whl" , hash = "sha256:6a93c5a0dfe8d34951e8a6f499a9479ffb9258123551fa007fc708ae2ac2bc5e" } ,
{ file = "SQLAlchemy-2.0.35-cp311-cp311-win_amd64.whl" , hash = "sha256:c68fe3fcde03920c46697585620135b4ecfdfc1ed23e75cc2c2ae9f8502c10b8" } ,
{ file = "SQLAlchemy-2.0.35-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:eb60b026d8ad0c97917cb81d3662d0b39b8ff1335e3fabb24984c6acd0c900a2" } ,
{ file = "SQLAlchemy-2.0.35-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:6921ee01caf375363be5e9ae70d08ce7ca9d7e0e8983183080211a062d299468" } ,
{ file = "SQLAlchemy-2.0.35-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8cdf1a0dbe5ced887a9b127da4ffd7354e9c1a3b9bb330dce84df6b70ccb3a8d" } ,
{ file = "SQLAlchemy-2.0.35-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:93a71c8601e823236ac0e5d087e4f397874a421017b3318fd92c0b14acf2b6db" } ,
{ file = "SQLAlchemy-2.0.35-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:e04b622bb8a88f10e439084486f2f6349bf4d50605ac3e445869c7ea5cf0fa8c" } ,
{ file = "SQLAlchemy-2.0.35-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:1b56961e2d31389aaadf4906d453859f35302b4eb818d34a26fab72596076bb8" } ,
{ file = "SQLAlchemy-2.0.35-cp312-cp312-win32.whl" , hash = "sha256:0f9f3f9a3763b9c4deb8c5d09c4cc52ffe49f9876af41cc1b2ad0138878453cf" } ,
{ file = "SQLAlchemy-2.0.35-cp312-cp312-win_amd64.whl" , hash = "sha256:25b0f63e7fcc2a6290cb5f7f5b4fc4047843504983a28856ce9b35d8f7de03cc" } ,
{ file = "SQLAlchemy-2.0.35-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:f021d334f2ca692523aaf7bbf7592ceff70c8594fad853416a81d66b35e3abf9" } ,
{ file = "SQLAlchemy-2.0.35-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:032d979ce77a6c2432653322ba4cbeabf5a6837f704d16fa38b5a05d8e21fa00" } ,
{ file = "SQLAlchemy-2.0.35-cp37-cp37m-musllinux_1_2_x86_64.whl" , hash = "sha256:cc32b2990fc34380ec2f6195f33a76b6cdaa9eecf09f0c9404b74fc120aef36f" } ,
{ file = "SQLAlchemy-2.0.35-cp37-cp37m-win32.whl" , hash = "sha256:9509c4123491d0e63fb5e16199e09f8e262066e58903e84615c301dde8fa2e87" } ,
{ file = "SQLAlchemy-2.0.35-cp37-cp37m-win_amd64.whl" , hash = "sha256:3655af10ebcc0f1e4e06c5900bb33e080d6a1fa4228f502121f28a3b1753cde5" } ,
{ file = "SQLAlchemy-2.0.35-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:4c31943b61ed8fdd63dfd12ccc919f2bf95eefca133767db6fbbd15da62078ec" } ,
{ file = "SQLAlchemy-2.0.35-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:a62dd5d7cc8626a3634208df458c5fe4f21200d96a74d122c83bc2015b333bc1" } ,
{ file = "SQLAlchemy-2.0.35-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8d625eddf7efeba2abfd9c014a22c0f6b3796e0ffb48f5d5ab106568ef01ff5a" } ,
{ file = "SQLAlchemy-2.0.35-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:c41411e192f8d3ea39ea70e0fae48762cd11a2244e03751a98bd3c0ca9a4e936" } ,
{ file = "SQLAlchemy-2.0.35-cp38-cp38-win32.whl" , hash = "sha256:d299797d75cd747e7797b1b41817111406b8b10a4f88b6e8fe5b5e59598b43b0" } ,
{ file = "SQLAlchemy-2.0.35-cp38-cp38-win_amd64.whl" , hash = "sha256:0375a141e1c0878103eb3d719eb6d5aa444b490c96f3fedab8471c7f6ffe70ee" } ,
{ file = "SQLAlchemy-2.0.35-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:ccae5de2a0140d8be6838c331604f91d6fafd0735dbdcee1ac78fc8fbaba76b4" } ,
{ file = "SQLAlchemy-2.0.35-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:2a275a806f73e849e1c309ac11108ea1a14cd7058577aba962cd7190e27c9e3c" } ,
{ file = "SQLAlchemy-2.0.35-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:890da8cd1941fa3dab28c5bac3b9da8502e7e366f895b3b8e500896f12f94d11" } ,
{ file = "SQLAlchemy-2.0.35-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:b76d63495b0508ab9fc23f8152bac63205d2a704cd009a2b0722f4c8e0cba8e0" } ,
{ file = "SQLAlchemy-2.0.35-cp39-cp39-win32.whl" , hash = "sha256:69683e02e8a9de37f17985905a5eca18ad651bf592314b4d3d799029797d0eb3" } ,
{ file = "SQLAlchemy-2.0.35-cp39-cp39-win_amd64.whl" , hash = "sha256:aee110e4ef3c528f3abbc3c2018c121e708938adeeff9006428dd7c8555e9b3f" } ,
{ file = "sqlalchemy-2.0.35.tar.gz" , hash = "sha256:e11d7ea4d24f0a262bccf9a7cd6284c976c5369dac21db237cff59586045ab9f" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2024-06-20 21:48:27 +10:00
greenlet = { version = "!=0.4.17" , markers = "python_version < \"3.13\" 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)" ]
mariadb-connector = [ "mariadb (>=1.0.1,!=1.1.2,!=1.1.5)" ]
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-04-02 08:13:19 +00:00
version = "0.37.2"
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-04-02 08:13:19 +00:00
{ file = "starlette-0.37.2-py3-none-any.whl" , hash = "sha256:6fe59f29268538e5d0d182f2791a479a0c64638e6935d1c6989e63fb2699c6ee" } ,
{ file = "starlette-0.37.2.tar.gz" , hash = "sha256:9af890290133b79fc3db55474ade20f6220a364a0402e0b556e7cd5e1e093823" } ,
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 = "tomli"
version = "1.2.3"
description = "A lil' TOML parser"
optional = false
python-versions = ">=3.6"
files = [
2022-01-09 21:04:24 -09:00
{ file = "tomli-1.2.3-py3-none-any.whl" , hash = "sha256:e3069e4be3ead9668e21cb9b074cd948f7b3113fd9c8bba083f48247aab8b11c" } ,
{ file = "tomli-1.2.3.tar.gz" , hash = "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f" } ,
2021-05-01 20:46:02 -08:00
]
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-08-06 09:29:34 -05:00
version = "2024.1"
2022-12-29 15:21:48 -08:00
description = "Provider of IANA time zone data"
optional = false
python-versions = ">=2"
files = [
2024-08-06 09:29:34 -05:00
{ file = "tzdata-2024.1-py2.py3-none-any.whl" , hash = "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252" } ,
{ file = "tzdata-2024.1.tar.gz" , hash = "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd" } ,
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-08-15 21:53:06 +10:00
version = "0.30.6"
2022-12-29 15:21:48 -08:00
description = "The lightning-fast ASGI server."
optional = false
2024-01-10 15:44:23 -06:00
python-versions = ">=3.8"
2022-12-29 15:21:48 -08:00
files = [
2024-08-15 21:53:06 +10:00
{ file = "uvicorn-0.30.6-py3-none-any.whl" , hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5" } ,
{ file = "uvicorn-0.30.6.tar.gz" , hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788" } ,
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"
2022-12-30 12:44:54 -08:00
httptools = { version = ">=0.5.0" , 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\"" }
2024-01-10 15:44:23 -06:00
typing-extensions = { version = ">=4.0" , markers = "python_version < \"3.11\"" }
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 ]
2022-12-30 12:44:54 -08:00
standard = [ "colorama (>=0.4)" , "httptools (>=0.5.0)" , "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"
2023-02-06 18:43:12 -09:00
version = "20.17.1"
2022-12-29 15:21:48 -08:00
description = "Virtual Python Environment builder"
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 = "virtualenv-20.17.1-py3-none-any.whl" , hash = "sha256:ce3b1684d6e1a20a3e5ed36795a97dfc6af29bc3970ca8dab93e11ac6094b3c4" } ,
{ file = "virtualenv-20.17.1.tar.gz" , hash = "sha256:f8b927684efc6f1cc206c9db297a570ab9ad0e51c16fa9e45487d36d1905c058" } ,
2022-09-25 16:01:25 -08:00
]
2022-12-29 15:21:48 -08:00
[ package . dependencies ]
2023-02-06 18:43:12 -09:00
distlib = ">=0.3.6,<1"
filelock = ">=3.4.1,<4"
platformdirs = ">=2.4,<3"
2022-12-29 15:21:48 -08:00
[ package . extras ]
2023-02-06 18:43:12 -09:00
docs = [ "proselint (>=0.13)" , "sphinx (>=5.3)" , "sphinx-argparse (>=0.3.2)" , "sphinx-rtd-theme (>=1)" , "towncrier (>=22.8)" ]
testing = [ "coverage (>=6.2)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3.7)" , "packaging (>=21.3)" , "pytest (>=7.0.1)" , "pytest-env (>=0.6.2)" , "pytest-freezegun (>=0.4.2)" , "pytest-mock (>=3.6.1)" , "pytest-randomly (>=3.10.3)" , "pytest-timeout (>=2.1)" ]
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"
python-versions = "^3.10"
2024-09-06 21:57:57 -05:00
content-hash = "56ba1c022f27506ca044a9736690a1ad7d328d348785aa088e2f8784f046af22"