2024-04-25 11:50:30 +02:00
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
2022-12-13 08:44:06 +01:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "agate"
2023-12-28 12:12:03 +01:00
version = "1.9.1"
2020-09-08 14:04:00 +02:00
description = "A data analysis library that is optimized for humans instead of machines."
2020-05-31 16:31:36 +02:00
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
2023-12-28 12:12:03 +01:00
{ file = "agate-1.9.1-py2.py3-none-any.whl" , hash = "sha256:1cf329510b3dde07c4ad1740b7587c9c679abc3dcd92bb1107eabc10c2e03c50" } ,
{ file = "agate-1.9.1.tar.gz" , hash = "sha256:bc60880c2ee59636a2a80cd8603d63f995be64526abf3cbba12f00767bcd5b3d" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ package . dependencies ]
Babel = ">=2.0"
isodate = ">=0.5.4"
leather = ">=0.3.2"
2023-01-24 12:17:44 +01:00
parsedatetime = ">=2.1,<2.5 || >2.5"
2020-05-31 16:31:36 +02:00
python-slugify = ">=1.2.1"
pytimeparse = ">=1.1.5"
2023-10-15 22:22:48 +02:00
tzdata = { version = ">=2023.3" , markers = "platform_system == \"Windows\"" }
2020-05-31 16:31:36 +02:00
2021-08-12 20:47:46 +02:00
[ package . extras ]
2023-10-15 22:22:48 +02:00
test = [ "PyICU (>=2.4.2)" , "backports.zoneinfo" , "coverage (>=3.7.1)" , "cssselect (>=0.9.1)" , "lxml (>=3.6.0)" , "pytest" , "pytest-cov" ]
2021-08-12 20:47:46 +02:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "agate-dbf"
2024-04-25 11:50:30 +02:00
version = "0.2.3"
2020-09-08 14:04:00 +02:00
description = "agate-dbf adds read support for dbf files to agate."
2020-05-31 16:31:36 +02:00
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "agate-dbf-0.2.3.tar.gz" , hash = "sha256:98a2b53757136cc74dc297e59e2101d34f6d48f41f74156bb6c0de26bba2aa3f" } ,
{ file = "agate_dbf-0.2.3-py2.py3-none-any.whl" , hash = "sha256:b36e5a8321f9c42f812750256cadd600f779a19e334a80fee6e032395c0b9aa0" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ package . dependencies ]
agate = ">=1.5.0"
dbfread = ">=2.0.5"
2024-04-25 11:50:30 +02:00
[ package . extras ]
test = [ "pytest" , "pytest-cov" ]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "agate-excel"
2023-11-22 20:07:30 +01:00
version = "0.4.1"
2020-09-08 14:04:00 +02:00
description = "agate-excel adds read support for Excel files (xls and xlsx) to agate."
2020-05-31 16:31:36 +02:00
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
2023-11-22 20:07:30 +01:00
{ file = "agate-excel-0.4.1.tar.gz" , hash = "sha256:28426618c90747111e6d566e983d838f1e2fae641ea6970d7acb0e9d4b384091" } ,
{ file = "agate_excel-0.4.1-py2.py3-none-any.whl" , hash = "sha256:398f214cb24e3debcb6cc75f52dc558dee84d594f5f4b5e73997299c6c786158" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ package . dependencies ]
agate = ">=1.5.0"
2021-08-12 20:47:46 +02:00
olefile = "*"
2020-05-31 16:31:36 +02:00
openpyxl = ">=2.3.0"
xlrd = ">=0.9.4"
2021-08-12 20:47:46 +02:00
[ package . extras ]
2023-11-22 20:07:30 +01:00
test = [ "pytest" , "pytest-cov" ]
2021-08-12 20:47:46 +02:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "agate-sql"
2024-04-25 11:50:30 +02:00
version = "0.7.2"
2020-09-08 14:04:00 +02:00
description = "agate-sql adds SQL read/write support to agate."
2020-05-31 16:31:36 +02:00
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "agate-sql-0.7.2.tar.gz" , hash = "sha256:9b1b30284a573fd416759437273dcc5c81022bdf2facb24b4aa029a62afd53b0" } ,
{ file = "agate_sql-0.7.2-py2.py3-none-any.whl" , hash = "sha256:be1cb9a99b3e4ec7f6106278dfb7b534be9629c8a983abb168c3effacc79dd10" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ package . dependencies ]
agate = ">=1.5.0"
2023-10-15 22:22:48 +02:00
sqlalchemy = ">=1.4"
2020-05-31 16:31:36 +02:00
2021-03-17 08:57:31 +01:00
[ package . extras ]
2023-02-18 20:09:33 +01:00
test = [ "crate" , "geojson" , "pytest" , "pytest-cov" ]
2021-03-17 08:57:31 +01:00
2022-11-28 15:15:19 +01:00
[ [ package ] ]
name = "asttokens"
2023-11-22 20:07:30 +01:00
version = "2.4.1"
2022-11-28 15:15:19 +01:00
description = "Annotate AST trees with source code positions"
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
2023-11-22 20:07:30 +01:00
{ file = "asttokens-2.4.1-py2.py3-none-any.whl" , hash = "sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24" } ,
{ file = "asttokens-2.4.1.tar.gz" , hash = "sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0" } ,
2022-12-13 08:44:06 +01:00
]
2022-11-28 15:15:19 +01:00
[ package . dependencies ]
2023-10-15 22:22:48 +02:00
six = ">=1.12.0"
2022-11-28 15:15:19 +01:00
[ package . extras ]
2023-11-22 20:07:30 +01:00
astroid = [ "astroid (>=1,<2)" , "astroid (>=2,<4)" ]
test = [ "astroid (>=1,<2)" , "astroid (>=2,<4)" , "pytest" ]
2022-11-28 15:15:19 +01:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "attrs"
2024-04-25 11:50:30 +02:00
version = "23.2.0"
2020-09-08 14:04:00 +02:00
description = "Classes Without Boilerplate"
2020-05-31 16:31:36 +02:00
optional = false
2023-04-22 21:44:16 +02:00
python-versions = ">=3.7"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "attrs-23.2.0-py3-none-any.whl" , hash = "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1" } ,
{ file = "attrs-23.2.0.tar.gz" , hash = "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ package . extras ]
2023-04-22 21:44:16 +02:00
cov = [ "attrs[tests]" , "coverage[toml] (>=5.3)" ]
2024-04-25 11:50:30 +02:00
dev = [ "attrs[tests]" , "pre-commit" ]
2023-04-22 21:44:16 +02:00
docs = [ "furo" , "myst-parser" , "sphinx" , "sphinx-notfound-page" , "sphinxcontrib-towncrier" , "towncrier" , "zope-interface" ]
tests = [ "attrs[tests-no-zope]" , "zope-interface" ]
2024-04-25 11:50:30 +02:00
tests-mypy = [ "mypy (>=1.6)" , "pytest-mypy-plugins" ]
tests-no-zope = [ "attrs[tests-mypy]" , "cloudpickle" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "pytest-xdist[psutil]" ]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
2022-11-01 10:20:43 +01:00
name = "babel"
2023-12-28 12:12:03 +01:00
version = "2.14.0"
2020-09-08 14:04:00 +02:00
description = "Internationalization utilities"
2020-05-31 16:31:36 +02:00
optional = false
2023-03-04 04:53:55 +01:00
python-versions = ">=3.7"
2022-12-13 08:44:06 +01:00
files = [
2023-12-28 12:12:03 +01:00
{ file = "Babel-2.14.0-py3-none-any.whl" , hash = "sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287" } ,
{ file = "Babel-2.14.0.tar.gz" , hash = "sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
2023-10-15 22:22:48 +02:00
[ package . extras ]
dev = [ "freezegun (>=1.0,<2.0)" , "pytest (>=6.0)" , "pytest-cov" ]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "black"
2023-12-23 01:35:13 +01:00
version = "23.12.1"
2020-09-08 14:04:00 +02:00
description = "The uncompromising code formatter."
2020-05-31 16:31:36 +02:00
optional = false
2023-08-08 09:55:41 +02:00
python-versions = ">=3.8"
2022-12-13 08:44:06 +01:00
files = [
2023-12-23 01:35:13 +01:00
{ file = "black-23.12.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:e0aaf6041986767a5e0ce663c7a2f0e9eaf21e6ff87a5f95cbf3675bfd4c41d2" } ,
{ file = "black-23.12.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c88b3711d12905b74206227109272673edce0cb29f27e1385f33b0163c414bba" } ,
{ file = "black-23.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a920b569dc6b3472513ba6ddea21f440d4b4c699494d2e972a1753cdc25df7b0" } ,
{ file = "black-23.12.1-cp310-cp310-win_amd64.whl" , hash = "sha256:3fa4be75ef2a6b96ea8d92b1587dd8cb3a35c7e3d51f0738ced0781c3aa3a5a3" } ,
{ file = "black-23.12.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:8d4df77958a622f9b5a4c96edb4b8c0034f8434032ab11077ec6c56ae9f384ba" } ,
{ file = "black-23.12.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:602cfb1196dc692424c70b6507593a2b29aac0547c1be9a1d1365f0d964c353b" } ,
{ file = "black-23.12.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9c4352800f14be5b4864016882cdba10755bd50805c95f728011bcb47a4afd59" } ,
{ file = "black-23.12.1-cp311-cp311-win_amd64.whl" , hash = "sha256:0808494f2b2df923ffc5723ed3c7b096bd76341f6213989759287611e9837d50" } ,
{ file = "black-23.12.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:25e57fd232a6d6ff3f4478a6fd0580838e47c93c83eaf1ccc92d4faf27112c4e" } ,
{ file = "black-23.12.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:2d9e13db441c509a3763a7a3d9a49ccc1b4e974a47be4e08ade2a228876500ec" } ,
{ file = "black-23.12.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6d1bd9c210f8b109b1762ec9fd36592fdd528485aadb3f5849b2740ef17e674e" } ,
{ file = "black-23.12.1-cp312-cp312-win_amd64.whl" , hash = "sha256:ae76c22bde5cbb6bfd211ec343ded2163bba7883c7bc77f6b756a1049436fbb9" } ,
{ file = "black-23.12.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:1fa88a0f74e50e4487477bc0bb900c6781dbddfdfa32691e780bf854c3b4a47f" } ,
{ file = "black-23.12.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:a4d6a9668e45ad99d2f8ec70d5c8c04ef4f32f648ef39048d010b0689832ec6d" } ,
{ file = "black-23.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b18fb2ae6c4bb63eebe5be6bd869ba2f14fd0259bda7d18a46b764d8fb86298a" } ,
{ file = "black-23.12.1-cp38-cp38-win_amd64.whl" , hash = "sha256:c04b6d9d20e9c13f43eee8ea87d44156b8505ca8a3c878773f68b4e4812a421e" } ,
{ file = "black-23.12.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3e1b38b3135fd4c025c28c55ddfc236b05af657828a8a6abe5deec419a0b7055" } ,
{ file = "black-23.12.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:4f0031eaa7b921db76decd73636ef3a12c942ed367d8c3841a0739412b260a54" } ,
{ file = "black-23.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:97e56155c6b737854e60a9ab1c598ff2533d57e7506d97af5481141671abf3ea" } ,
{ file = "black-23.12.1-cp39-cp39-win_amd64.whl" , hash = "sha256:dd15245c8b68fe2b6bd0f32c1556509d11bb33aec9b5d0866dd8e2ed3dba09c2" } ,
{ file = "black-23.12.1-py3-none-any.whl" , hash = "sha256:78baad24af0f033958cad29731e27363183e140962595def56423e626f4bee3e" } ,
{ file = "black-23.12.1.tar.gz" , hash = "sha256:4ce3ef14ebe8d9509188014d96af1c456a910d5b5cbf434a09fef7e024b3d0d5" } ,
2022-12-13 08:44:06 +01:00
]
2020-09-08 14:04:00 +02:00
2020-05-31 16:31:36 +02:00
[ package . dependencies ]
2022-01-30 11:26:04 +01:00
click = ">=8.0.0"
2020-10-06 16:20:16 +02:00
mypy-extensions = ">=0.4.3"
2023-02-18 20:09:33 +01:00
packaging = ">=22.0"
2022-01-30 11:26:04 +01:00
pathspec = ">=0.9.0"
2021-09-06 20:03:30 +02:00
platformdirs = ">=2"
2023-02-18 20:09:33 +01:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
2023-10-15 22:22:48 +02:00
typing-extensions = { version = ">=4.0.1" , markers = "python_version < \"3.11\"" }
2020-05-31 16:31:36 +02:00
2021-02-04 20:45:30 +01:00
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
2023-12-23 01:35:13 +01:00
d = [ "aiohttp (>=3.7.4)" , "aiohttp (>=3.7.4,!=3.9.0)" ]
2021-09-06 20:03:30 +02:00
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
2021-07-06 14:37:57 +02:00
uvloop = [ "uvloop (>=0.15.2)" ]
2021-02-04 20:45:30 +01:00
2023-05-29 21:24:22 +02:00
[ [ package ] ]
name = "bottleneck"
2024-04-25 11:50:30 +02:00
version = "1.3.8"
2023-05-29 21:24:22 +02:00
description = "Fast NumPy array functions written in C"
optional = false
python-versions = "*"
files = [
2024-04-25 11:50:30 +02:00
{ file = "Bottleneck-1.3.8-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:865c8ed5b798c0198b0b80553e09cc0d890c4f5feb3d81d31661517ca7819fa3" } ,
{ file = "Bottleneck-1.3.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d073a31e259d40b25e29dbba80f73abf38afe98fd730c79dad7edd9a0ad6cff5" } ,
{ file = "Bottleneck-1.3.8-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b806b277ab47495032822f55f43b8d336e4b7e73f8506ed34d3ea3da6d644abc" } ,
{ file = "Bottleneck-1.3.8-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:770b517609916adeb39d3b1a386a29bc316da03dd61e7ee6e8a38325b80cc327" } ,
{ file = "Bottleneck-1.3.8-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:2948502b0394ee419945b55b092585222a505c61d41a874c741be49f2cac056f" } ,
{ file = "Bottleneck-1.3.8-cp310-cp310-win32.whl" , hash = "sha256:271b6333522beb8aee32e640ba49a2064491d2c10317baa58a5996be3dd443e4" } ,
{ file = "Bottleneck-1.3.8-cp310-cp310-win_amd64.whl" , hash = "sha256:d41000ea7ca196b5fd39d6fccd34bf0704c8831731cedd2da2dcae3c6ac49c42" } ,
{ file = "Bottleneck-1.3.8-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:d0a7f454394cd3642498b6e077e70f4a6b9fd46a8eb908c83ac737fdc9f9a98c" } ,
{ file = "Bottleneck-1.3.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2c4ea8b9024dcb4e83b5c118a3c8faa863ace2ad572849da548a74a8ee4e8f2a" } ,
{ file = "Bottleneck-1.3.8-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f40724b6e965ff5b88b333d4a10097b1629e60c0db21bb3d08c24d7b1a904a16" } ,
{ file = "Bottleneck-1.3.8-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:4bd7183b8dcca89d0e65abe4507c19667dd31dacfbcc8ed705bad642f26a46e1" } ,
{ file = "Bottleneck-1.3.8-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:20aa31a7d9d747c499ace1610a6e1f7aba6e3d4a9923e0312f6b4b6d68a59af3" } ,
{ file = "Bottleneck-1.3.8-cp311-cp311-win32.whl" , hash = "sha256:350520105d9449e6565b3f0c4ce1f80a0b3e4d63695ebbf29db41f62e13f6461" } ,
{ file = "Bottleneck-1.3.8-cp311-cp311-win_amd64.whl" , hash = "sha256:167a278902775defde7dfded6e98e3707dfe54971ffd9aec25c43bc74e4e381a" } ,
{ file = "Bottleneck-1.3.8-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:c6e93ed45c6c83392f73d0333b310b38772df7eb78c120c1447245691bdedaf4" } ,
{ file = "Bottleneck-1.3.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d3400f47dda0196b5af50b0b0678e33cc8c42e52e55ae0a63cdfed60725659bc" } ,
{ file = "Bottleneck-1.3.8-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fba5fd1805c71b2eeea50bea93d59be449c4af23ebd8da5f75fd74fd0331e314" } ,
{ file = "Bottleneck-1.3.8-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:60139c5c3d2a9c1454a04af5ee981a9f56548d27fa36f264069b149a6e9b01ed" } ,
{ file = "Bottleneck-1.3.8-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:99fab17fa26c811ccad63e208314726e718ae6605314329eca09641954550523" } ,
{ file = "Bottleneck-1.3.8-cp312-cp312-win32.whl" , hash = "sha256:d3ae2bb5d4168912e438e377cc1301fa01df949ba59cd86317b3e00404fd4a97" } ,
{ file = "Bottleneck-1.3.8-cp312-cp312-win_amd64.whl" , hash = "sha256:bcba1d5d5328c50f94852ab521fcb26f35d9e0ccd928d120d56455d1a5bb743f" } ,
{ file = "Bottleneck-1.3.8-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:8d01fd5389d3160d54619119987ac24b020fa6810b7b398fff4945892237b3da" } ,
{ file = "Bottleneck-1.3.8-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7ca25f0003ef65264942f6306d793e0f270ece8b406c5a293dfc7d878146e9f8" } ,
{ file = "Bottleneck-1.3.8-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bf7763cf1516fa388c3587d12182fc1bc1c8089eab1a0a1bf09761f4c41af73c" } ,
{ file = "Bottleneck-1.3.8-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:38837c022350e2a656453f0e448416b7108cf67baccf11d04a0b3b70a48074dd" } ,
{ file = "Bottleneck-1.3.8-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:84ca5e741fae1c1796744dbdd0d2c1789cb74dd79c12ea8ec5834f83430f8520" } ,
{ file = "Bottleneck-1.3.8-cp37-cp37m-win32.whl" , hash = "sha256:f4dfc22a3450227e692ef2ff4657639c33eec88ad04ee3ce29d1a23a4942da24" } ,
{ file = "Bottleneck-1.3.8-cp37-cp37m-win_amd64.whl" , hash = "sha256:90b87eed152bbd760c4eb11473c2cf036abdb26e2f84caeb00787da74fb08c40" } ,
{ file = "Bottleneck-1.3.8-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:54a1b5d9d63b2d9f2955f8542eea26c418f97873e0abf86ca52beea0208c9306" } ,
{ file = "Bottleneck-1.3.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:019dd142d1e870388fb0b649213a0d8e569cce784326e183deba8f17826edd9f" } ,
{ file = "Bottleneck-1.3.8-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8b5ed34a540eb7df59f45da659af9f792306637de1c69c95f020294f3b9fc4a8" } ,
{ file = "Bottleneck-1.3.8-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:b69fcd4d818bcf9d53497d8accd0d5f852a447728baaa33b9b7168f8c4221d06" } ,
{ file = "Bottleneck-1.3.8-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:02616a830bd477f5ba51103396092da4b9d83cea2e88f5b8069e3f4f7b796704" } ,
{ file = "Bottleneck-1.3.8-cp38-cp38-win32.whl" , hash = "sha256:93d359fb83eb3bdd6635ef6e64835c38ffdc211441fc190549f286e6af98b5f6" } ,
{ file = "Bottleneck-1.3.8-cp38-cp38-win_amd64.whl" , hash = "sha256:51c8bb3dffeb72c14f0382b80de76eabac6726d316babbd48f7e4056267d7910" } ,
{ file = "Bottleneck-1.3.8-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:84453548b0f722c3be912ce3c6b685917fea842bf1252eeb63714a2c1fd1ffc9" } ,
{ file = "Bottleneck-1.3.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:92700867504a213cafa9b8d9be529bd6e18dc83366b2ba00e86e80769b93f678" } ,
{ file = "Bottleneck-1.3.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fadfd2f3931fdff42f4b9867eb02ed7c662d01e6099ff6b347b6ced791450651" } ,
{ file = "Bottleneck-1.3.8-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:cfbc4a3a934b677bfbc37ac8757c4e1264a76262b774259bd3fa8a265dbd668b" } ,
{ file = "Bottleneck-1.3.8-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:3c74c18f86a1ffac22280b005df8bb8a58505ac6663c4d6807f39873c17dc347" } ,
{ file = "Bottleneck-1.3.8-cp39-cp39-win32.whl" , hash = "sha256:211f881159e8adb3a57df2263028ae6dc89ec4328bfd43f3421e507406c28654" } ,
{ file = "Bottleneck-1.3.8-cp39-cp39-win_amd64.whl" , hash = "sha256:8615eeb75009ba7c0a112a5a6a5154ed3d61fd6b0879631778b3e42e2d9a6d65" } ,
{ file = "Bottleneck-1.3.8.tar.gz" , hash = "sha256:6780d896969ba7f53c8995ba90c87c548beb3db435dc90c60b9a10ed1ab4d868" } ,
2023-05-29 21:24:22 +02:00
]
[ package . dependencies ]
numpy = "*"
[ package . extras ]
doc = [ "gitpython" , "numpydoc" , "sphinx" ]
2022-01-30 11:26:04 +01:00
[ [ package ] ]
name = "cattrs"
2023-12-07 15:10:01 +01:00
version = "23.2.3"
2022-01-30 11:26:04 +01:00
description = "Composable complex class support for attrs and dataclasses."
optional = false
2023-11-22 20:07:30 +01:00
python-versions = ">=3.8"
2022-12-13 08:44:06 +01:00
files = [
2023-12-07 15:10:01 +01:00
{ file = "cattrs-23.2.3-py3-none-any.whl" , hash = "sha256:0341994d94971052e9ee70662542699a3162ea1e0c62f7ce1b4a57f563685108" } ,
{ file = "cattrs-23.2.3.tar.gz" , hash = "sha256:a934090d95abaa9e911dac357e3a8699e0b4b14f8529bcc7d2b1ad9d51672b9f" } ,
2022-12-13 08:44:06 +01:00
]
2022-01-30 11:26:04 +01:00
[ package . dependencies ]
2023-11-22 20:07:30 +01:00
attrs = ">=23.1.0"
exceptiongroup = { version = ">=1.1.1" , markers = "python_version < \"3.11\"" }
typing-extensions = { version = ">=4.1.0,<4.6.3 || >4.6.3" , markers = "python_version < \"3.11\"" }
2023-06-12 09:39:24 +02:00
[ package . extras ]
2023-11-22 20:07:30 +01:00
bson = [ "pymongo (>=4.4.0)" ]
cbor2 = [ "cbor2 (>=5.4.6)" ]
msgpack = [ "msgpack (>=1.0.5)" ]
orjson = [ "orjson (>=3.9.2)" ]
pyyaml = [ "pyyaml (>=6.0)" ]
tomlkit = [ "tomlkit (>=0.11.8)" ]
ujson = [ "ujson (>=5.7.0)" ]
2022-01-30 11:26:04 +01:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "certifi"
2024-04-25 11:50:30 +02:00
version = "2024.2.2"
2020-09-08 14:04:00 +02:00
description = "Python package for providing Mozilla's CA Bundle."
2020-05-31 16:31:36 +02:00
optional = false
2022-07-08 14:50:03 +02:00
python-versions = ">=3.6"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "certifi-2024.2.2-py3-none-any.whl" , hash = "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1" } ,
{ file = "certifi-2024.2.2.tar.gz" , hash = "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
2021-08-12 20:47:46 +02:00
name = "charset-normalizer"
2023-11-22 20:07:30 +01:00
version = "3.3.2"
2021-08-12 20:47:46 +02:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2020-05-31 16:31:36 +02:00
optional = false
2023-03-22 10:17:26 +01:00
python-versions = ">=3.7.0"
2022-12-13 08:44:06 +01:00
files = [
2023-11-22 20:07:30 +01:00
{ file = "charset-normalizer-3.3.2.tar.gz" , hash = "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-win32.whl" , hash = "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_s390x.whl" , hash = "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-win32.whl" , hash = "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl" , hash = "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_ppc64le.whl" , hash = "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_s390x.whl" , hash = "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-win32.whl" , hash = "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl" , hash = "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-win32.whl" , hash = "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-win32.whl" , hash = "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-win32.whl" , hash = "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d" } ,
{ file = "charset_normalizer-3.3.2-py3-none-any.whl" , hash = "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc" } ,
2022-12-13 08:44:06 +01:00
]
2021-08-12 20:47:46 +02:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "click"
2023-10-15 22:22:48 +02:00
version = "8.1.7"
2020-09-08 14:04:00 +02:00
description = "Composable command line interface toolkit"
2020-05-31 16:31:36 +02:00
optional = false
2022-07-08 14:50:03 +02:00
python-versions = ">=3.7"
2022-12-13 08:44:06 +01:00
files = [
2023-10-15 22:22:48 +02:00
{ file = "click-8.1.7-py3-none-any.whl" , hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28" } ,
{ file = "click-8.1.7.tar.gz" , hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" } ,
2022-12-13 08:44:06 +01:00
]
2021-06-14 11:52:28 +02:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "colorama"
2022-11-01 10:20:43 +01:00
version = "0.4.6"
2020-09-08 14:04:00 +02:00
description = "Cross-platform colored terminal text."
2020-05-31 16:31:36 +02:00
optional = false
2022-11-01 10:20:43 +01:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
2022-12-13 08:44:06 +01:00
files = [
{ file = "colorama-0.4.6-py2.py3-none-any.whl" , hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" } ,
{ file = "colorama-0.4.6.tar.gz" , hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" } ,
]
2020-05-31 16:31:36 +02:00
2021-12-08 14:19:49 +01:00
[ [ package ] ]
name = "country-converter"
2023-11-20 19:37:44 +01:00
version = "1.1.1"
2023-03-04 04:53:55 +01:00
description = "The country converter (coco) - a Python package for converting country names between different classifications schemes"
2021-12-08 14:19:49 +01:00
optional = false
2023-03-04 04:53:55 +01:00
python-versions = ">=3.7"
files = [
2023-11-20 19:37:44 +01:00
{ file = "country_converter-1.1.1-py3-none-any.whl" , hash = "sha256:54f6918ab1114a19e1b91b1f9b7578345d5875cad24473168c06a22b932ea81a" } ,
{ file = "country_converter-1.1.1.tar.gz" , hash = "sha256:9fc1a43699efdd0eed91164e96280d320d0034bd6028502b23c9261ff12ec900" } ,
2023-03-04 04:53:55 +01:00
]
2021-12-08 14:19:49 +01:00
[ package . dependencies ]
pandas = ">=1.0"
2023-03-04 04:53:55 +01:00
[ package . extras ]
dev = [ "country-converter[lint,test]" ]
lint = [ "black (>=22.3.0)" , "isort (>=5.5.2)" ]
test = [ "coveralls" , "pytest (>=5.4.0)" , "pytest-black" , "pytest-cov (>=2.7.0)" , "pytest-datadir" , "pytest-mypy" ]
2022-11-28 15:38:45 +01:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "csvkit"
2024-04-25 11:50:30 +02:00
version = "1.5.0"
2020-09-08 14:04:00 +02:00
description = "A suite of command-line tools for working with CSV, the king of tabular file formats."
2020-05-31 16:31:36 +02:00
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "csvkit-1.5.0-py2.py3-none-any.whl" , hash = "sha256:3f81e6f9af1774688ee30f4bdf8abd7f927995c85cad6491cf7478c658cfe7be" } ,
{ file = "csvkit-1.5.0.tar.gz" , hash = "sha256:967a8be8fc58edf5621225b5a6a697b0e8730b962ea68085916a91860b22211c" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ package . dependencies ]
2024-04-25 11:50:30 +02:00
agate = ">=1.6.3"
2022-03-21 12:37:03 +01:00
agate-dbf = ">=0.2.2"
2020-05-31 16:31:36 +02:00
agate-excel = ">=0.2.2"
agate-sql = ">=0.5.3"
2023-10-15 22:22:48 +02:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.10\"" }
openpyxl = "*"
sqlalchemy = "*"
xlrd = "*"
2020-05-31 16:31:36 +02:00
2021-08-12 20:47:46 +02:00
[ package . extras ]
2023-01-24 12:17:44 +01:00
test = [ "coverage (>=4.4.2)" , "pytest" , "pytest-cov" ]
2024-04-25 11:50:30 +02:00
zstandard = [ "zstandard" ]
2021-08-12 20:47:46 +02:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "dbfread"
2020-09-08 14:04:00 +02:00
version = "2.0.7"
description = "Read DBF Files with Python"
2020-05-31 16:31:36 +02:00
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
{ file = "dbfread-2.0.7-py2.py3-none-any.whl" , hash = "sha256:f604def58c59694fa0160d7be5d0b8d594467278d2bb6a47d46daf7162c84cec" } ,
{ file = "dbfread-2.0.7.tar.gz" , hash = "sha256:07c8a9af06ffad3f6f03e8fe91ad7d2733e31a26d2b72c4dd4cfbae07ee3b73d" } ,
]
2020-05-31 16:31:36 +02:00
2022-11-28 15:15:19 +01:00
[ [ package ] ]
name = "decorator"
version = "5.1.1"
description = "Decorators for Humans"
optional = false
python-versions = ">=3.5"
2022-12-13 08:44:06 +01:00
files = [
{ file = "decorator-5.1.1-py3-none-any.whl" , hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186" } ,
{ file = "decorator-5.1.1.tar.gz" , hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330" } ,
]
2022-11-28 15:15:19 +01:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "et-xmlfile"
2021-06-14 11:52:28 +02:00
version = "1.1.0"
2020-09-08 14:04:00 +02:00
description = "An implementation of lxml.xmlfile for the standard library"
2020-05-31 16:31:36 +02:00
optional = false
2021-06-14 11:52:28 +02:00
python-versions = ">=3.6"
2022-12-13 08:44:06 +01:00
files = [
{ file = "et_xmlfile-1.1.0-py3-none-any.whl" , hash = "sha256:a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada" } ,
{ file = "et_xmlfile-1.1.0.tar.gz" , hash = "sha256:8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c" } ,
]
2020-05-31 16:31:36 +02:00
2022-07-08 14:50:03 +02:00
[ [ package ] ]
name = "exceptiongroup"
2024-04-25 11:50:30 +02:00
version = "1.2.1"
2022-07-08 14:50:03 +02:00
description = "Backport of PEP 654 (exception groups)"
optional = false
python-versions = ">=3.7"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "exceptiongroup-1.2.1-py3-none-any.whl" , hash = "sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad" } ,
{ file = "exceptiongroup-1.2.1.tar.gz" , hash = "sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16" } ,
2022-12-13 08:44:06 +01:00
]
2022-07-08 14:50:03 +02:00
[ package . extras ]
test = [ "pytest (>=6)" ]
2022-11-28 15:15:19 +01:00
[ [ package ] ]
name = "executing"
2023-11-22 20:07:30 +01:00
version = "2.0.1"
2022-11-28 15:15:19 +01:00
description = "Get the currently executing AST node of a frame, and other information"
optional = false
2023-11-22 20:07:30 +01:00
python-versions = ">=3.5"
2022-12-13 08:44:06 +01:00
files = [
2023-11-22 20:07:30 +01:00
{ file = "executing-2.0.1-py2.py3-none-any.whl" , hash = "sha256:eac49ca94516ccc753f9fb5ce82603156e590b27525a8bc32cce8ae302eb61bc" } ,
{ file = "executing-2.0.1.tar.gz" , hash = "sha256:35afe2ce3affba8ee97f2d69927fa823b08b472b7b994e36a52a964b93d16147" } ,
2022-12-13 08:44:06 +01:00
]
2022-11-28 15:15:19 +01:00
[ package . extras ]
2023-10-15 22:22:48 +02:00
tests = [ "asttokens (>=2.1.0)" , "coverage" , "coverage-enable-subprocess" , "ipython" , "littleutils" , "pytest" , "rich" ]
2022-11-28 15:15:19 +01:00
2023-11-22 19:54:09 +01:00
[ [ package ] ]
name = "fixit"
version = "2.1.0"
description = "A lint framework that writes better Python code for you."
optional = false
python-versions = ">=3.8"
files = [
{ file = "fixit-2.1.0-py3-none-any.whl" , hash = "sha256:76b286c0abb9d6a63e5c7d1b6673a041c4356e93d70472e94a9ad2c447da7753" } ,
{ file = "fixit-2.1.0.tar.gz" , hash = "sha256:b31665cb6491d659d8dfef5a6078a7e9f786e299826636d03d6bd91b6f71e95b" } ,
]
[ package . dependencies ]
click = ">=8.0"
libcst = ">=0.3.18"
moreorless = ">=0.4.0"
packaging = ">=21"
tomli = { version = ">=2.0" , markers = "python_version < \"3.11\"" }
trailrunner = ">=1.2"
[ package . extras ]
dev = [ "attribution (==1.6.2)" , "black (==23.9.1)" , "flake8 (==6.1.0)" , "flake8-bugbear (==23.9.16)" , "mypy (==1.5.1)" , "ufmt (==2.2.0)" , "usort (==1.0.7)" ]
docs = [ "jinja2 (==3.1.2)" , "sphinx (==7.0.1)" , "sphinx-mdinclude (==0.5.3)" ]
pretty = [ "rich (>=12.6.0)" ]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "flake8"
2024-01-05 01:58:28 +01:00
version = "7.0.0"
2020-09-08 14:04:00 +02:00
description = "the modular source code checker: pep8 pyflakes and co"
2020-05-31 16:31:36 +02:00
optional = false
2023-02-18 20:09:33 +01:00
python-versions = ">=3.8.1"
2022-12-13 08:44:06 +01:00
files = [
2024-01-05 01:58:28 +01:00
{ file = "flake8-7.0.0-py2.py3-none-any.whl" , hash = "sha256:a6dfbb75e03252917f2473ea9653f7cd799c3064e54d4c8140044c5c065f53c3" } ,
{ file = "flake8-7.0.0.tar.gz" , hash = "sha256:33f96621059e65eec474169085dc92bf26e7b2d47366b70be2f67ab80dc25132" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ package . dependencies ]
2022-09-02 15:31:19 +02:00
mccabe = ">=0.7.0,<0.8.0"
2023-08-08 09:55:41 +02:00
pycodestyle = ">=2.11.0,<2.12.0"
2024-01-05 01:58:28 +01:00
pyflakes = ">=3.2.0,<3.3.0"
2021-03-17 08:57:31 +01:00
2021-03-19 09:28:55 +01:00
[ [ package ] ]
name = "ftfy"
2024-04-25 11:50:30 +02:00
version = "6.2.0"
2022-03-21 12:37:03 +01:00
description = "Fixes mojibake and other problems with Unicode, after the fact"
2021-03-19 09:28:55 +01:00
optional = false
2023-11-22 20:07:30 +01:00
python-versions = ">=3.8,<4"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "ftfy-6.2.0-py3-none-any.whl" , hash = "sha256:f94a2c34b76e07475720e3096f5ca80911d152406fbde66fdb45c4d0c9150026" } ,
{ file = "ftfy-6.2.0.tar.gz" , hash = "sha256:5e42143c7025ef97944ca2619d6b61b0619fc6654f98771d39e862c1424c75c0" } ,
2022-12-13 08:44:06 +01:00
]
2021-03-19 09:28:55 +01:00
[ package . dependencies ]
2023-11-22 20:07:30 +01:00
wcwidth = ">=0.2.12,<0.3.0"
2021-12-15 22:10:27 +01:00
2021-03-17 08:57:31 +01:00
[ [ package ] ]
name = "greenlet"
2023-12-28 12:12:03 +01:00
version = "3.0.3"
2021-03-17 08:57:31 +01:00
description = "Lightweight in-process concurrent programming"
optional = false
2023-10-15 22:22:48 +02:00
python-versions = ">=3.7"
files = [
2023-12-28 12:12:03 +01:00
{ 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-13 08:44:06 +01:00
]
2021-03-17 08:57:31 +01:00
[ package . extras ]
2023-12-28 12:12:03 +01:00
docs = [ "Sphinx" , "furo" ]
2023-02-18 20:09:33 +01:00
test = [ "objgraph" , "psutil" ]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "idna"
2024-04-25 11:50:30 +02:00
version = "3.7"
2020-09-08 14:04:00 +02:00
description = "Internationalized Domain Names in Applications (IDNA)"
2020-05-31 16:31:36 +02:00
optional = false
2021-08-12 20:47:46 +02:00
python-versions = ">=3.5"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "idna-3.7-py3-none-any.whl" , hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" } ,
{ file = "idna-3.7.tar.gz" , hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
2023-10-15 22:22:48 +02:00
[ [ package ] ]
name = "importlib-metadata"
2024-04-25 11:50:30 +02:00
version = "7.1.0"
2023-10-15 22:22:48 +02:00
description = "Read metadata from Python packages"
optional = false
python-versions = ">=3.8"
files = [
2024-04-25 11:50:30 +02:00
{ file = "importlib_metadata-7.1.0-py3-none-any.whl" , hash = "sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570" } ,
{ file = "importlib_metadata-7.1.0.tar.gz" , hash = "sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2" } ,
2023-10-15 22:22:48 +02:00
]
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
2024-04-25 11:50:30 +02:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
2023-10-15 22:22:48 +02:00
perf = [ "ipython" ]
2024-04-25 11:50:30 +02:00
testing = [ "flufl.flake8" , "importlib-resources (>=1.3)" , "jaraco.test (>=5.4)" , "packaging" , "pyfakefs" , "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-mypy" , "pytest-perf (>=0.9.2)" , "pytest-ruff (>=0.2.1)" ]
2023-10-15 22:22:48 +02:00
2020-10-06 16:20:16 +02:00
[ [ package ] ]
name = "iniconfig"
2023-01-24 12:17:44 +01:00
version = "2.0.0"
description = "brain-dead simple config-ini parsing"
2020-10-06 16:20:16 +02:00
optional = false
2023-01-24 12:17:44 +01:00
python-versions = ">=3.7"
2022-12-13 08:44:06 +01:00
files = [
2023-01-24 12:17:44 +01: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-13 08:44:06 +01:00
]
2020-10-06 16:20:16 +02:00
2022-11-28 15:15:19 +01:00
[ [ package ] ]
name = "ipython"
2023-12-07 15:10:01 +01:00
version = "8.18.1"
2022-11-28 15:15:19 +01:00
description = "IPython: Productive Interactive Computing"
optional = false
2023-05-03 13:28:47 +02:00
python-versions = ">=3.9"
2022-12-13 08:44:06 +01:00
files = [
2023-12-07 15:10:01 +01:00
{ file = "ipython-8.18.1-py3-none-any.whl" , hash = "sha256:e8267419d72d81955ec1177f8a29aaa90ac80ad647499201119e2f05e99aa397" } ,
{ file = "ipython-8.18.1.tar.gz" , hash = "sha256:ca6f079bb33457c66e233e4580ebfc4128855b4cf6370dddd73842a9563e8a27" } ,
2022-12-13 08:44:06 +01:00
]
2022-11-28 15:15:19 +01:00
[ package . dependencies ]
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
decorator = "*"
2023-10-15 22:22:48 +02:00
exceptiongroup = { version = "*" , markers = "python_version < \"3.11\"" }
2022-11-28 15:15:19 +01:00
jedi = ">=0.16"
matplotlib-inline = "*"
pexpect = { version = ">4.3" , markers = "sys_platform != \"win32\"" }
2023-12-07 15:10:01 +01:00
prompt-toolkit = ">=3.0.41,<3.1.0"
2022-11-28 15:15:19 +01:00
pygments = ">=2.4.0"
stack-data = "*"
traitlets = ">=5"
2023-04-05 10:15:55 +02:00
typing-extensions = { version = "*" , markers = "python_version < \"3.10\"" }
2022-11-28 15:15:19 +01:00
[ package . extras ]
2023-10-31 14:47:08 +01:00
all = [ "black" , "curio" , "docrepr" , "exceptiongroup" , "ipykernel" , "ipyparallel" , "ipywidgets" , "matplotlib" , "matplotlib (!=3.2.0)" , "nbconvert" , "nbformat" , "notebook" , "numpy (>=1.22)" , "pandas" , "pickleshare" , "pytest (<7)" , "pytest (<7.1)" , "pytest-asyncio (<0.22)" , "qtconsole" , "setuptools (>=18.5)" , "sphinx (>=1.3)" , "sphinx-rtd-theme" , "stack-data" , "testpath" , "trio" , "typing-extensions" ]
2022-11-28 15:15:19 +01:00
black = [ "black" ]
2023-10-31 14:47:08 +01:00
doc = [ "docrepr" , "exceptiongroup" , "ipykernel" , "matplotlib" , "pickleshare" , "pytest (<7)" , "pytest (<7.1)" , "pytest-asyncio (<0.22)" , "setuptools (>=18.5)" , "sphinx (>=1.3)" , "sphinx-rtd-theme" , "stack-data" , "testpath" , "typing-extensions" ]
2022-11-28 15:15:19 +01:00
kernel = [ "ipykernel" ]
nbconvert = [ "nbconvert" ]
nbformat = [ "nbformat" ]
notebook = [ "ipywidgets" , "notebook" ]
parallel = [ "ipyparallel" ]
qtconsole = [ "qtconsole" ]
2023-10-31 14:47:08 +01:00
test = [ "pickleshare" , "pytest (<7.1)" , "pytest-asyncio (<0.22)" , "testpath" ]
test-extra = [ "curio" , "matplotlib (!=3.2.0)" , "nbformat" , "numpy (>=1.22)" , "pandas" , "pickleshare" , "pytest (<7.1)" , "pytest-asyncio (<0.22)" , "testpath" , "trio" ]
2022-11-28 15:15:19 +01:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "isodate"
2021-12-15 22:10:27 +01:00
version = "0.6.1"
2020-09-08 14:04:00 +02:00
description = "An ISO 8601 date/time/duration parser and formatter"
2020-05-31 16:31:36 +02:00
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01: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" } ,
]
2020-05-31 16:31:36 +02:00
[ package . dependencies ]
six = "*"
[ [ package ] ]
name = "isort"
2023-12-13 23:21:38 +01:00
version = "5.13.2"
2020-09-08 14:04:00 +02:00
description = "A Python utility / library to sort Python imports."
2020-05-31 16:31:36 +02:00
optional = false
2023-02-18 20:09:33 +01:00
python-versions = ">=3.8.0"
2022-12-13 08:44:06 +01:00
files = [
2023-12-13 23:21:38 +01:00
{ file = "isort-5.13.2-py3-none-any.whl" , hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6" } ,
{ file = "isort-5.13.2.tar.gz" , hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ package . extras ]
2023-12-13 23:21:38 +01:00
colors = [ "colorama (>=0.4.6)" ]
2021-07-06 14:37:57 +02:00
2022-11-28 15:15:19 +01:00
[ [ package ] ]
name = "jedi"
2023-10-15 22:22:48 +02:00
version = "0.19.1"
2022-11-28 15:15:19 +01:00
description = "An autocompletion tool for Python that can be used for text editors."
optional = false
python-versions = ">=3.6"
2022-12-13 08:44:06 +01:00
files = [
2023-10-15 22:22:48 +02:00
{ file = "jedi-0.19.1-py2.py3-none-any.whl" , hash = "sha256:e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0" } ,
{ file = "jedi-0.19.1.tar.gz" , hash = "sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd" } ,
2022-12-13 08:44:06 +01:00
]
2022-11-28 15:15:19 +01:00
[ package . dependencies ]
2023-08-08 09:55:41 +02:00
parso = ">=0.8.3,<0.9.0"
2022-11-28 15:15:19 +01:00
[ package . extras ]
docs = [ "Jinja2 (==2.11.3)" , "MarkupSafe (==1.1.1)" , "Pygments (==2.8.1)" , "alabaster (==0.7.12)" , "babel (==2.9.1)" , "chardet (==4.0.0)" , "commonmark (==0.8.1)" , "docutils (==0.17.1)" , "future (==0.18.2)" , "idna (==2.10)" , "imagesize (==1.2.0)" , "mock (==1.0.1)" , "packaging (==20.9)" , "pyparsing (==2.4.7)" , "pytz (==2021.1)" , "readthedocs-sphinx-ext (==2.1.4)" , "recommonmark (==0.5.0)" , "requests (==2.25.1)" , "six (==1.15.0)" , "snowballstemmer (==2.1.0)" , "sphinx (==1.8.5)" , "sphinx-rtd-theme (==0.4.3)" , "sphinxcontrib-serializinghtml (==1.1.4)" , "sphinxcontrib-websupport (==1.2.4)" , "urllib3 (==1.26.4)" ]
2023-08-08 09:55:41 +02:00
qa = [ "flake8 (==5.0.4)" , "mypy (==0.971)" , "types-setuptools (==67.2.0.1)" ]
2023-10-15 22:22:48 +02:00
testing = [ "Django" , "attrs" , "colorama" , "docopt" , "pytest (<7.0.0)" ]
2022-11-28 15:15:19 +01:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "leather"
2024-04-25 11:50:30 +02:00
version = "0.4.0"
2020-09-08 14:04:00 +02:00
description = "Python charting for 80% of humans."
2020-05-31 16:31:36 +02:00
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "leather-0.4.0-py2.py3-none-any.whl" , hash = "sha256:18290bc93749ae39039af5e31e871fcfad74d26c4c3ea28ea4f681f4571b3a2b" } ,
{ file = "leather-0.4.0.tar.gz" , hash = "sha256:f964bec2086f3153a6c16e707f20cb718f811f57af116075f4c0f4805c608b95" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
2024-04-25 11:50:30 +02:00
[ package . extras ]
test = [ "cssselect (>=0.9.1)" , "lxml (>=3.6.0)" , "pytest" , "pytest-cov" ]
2020-05-31 16:31:36 +02:00
2023-11-22 19:54:09 +01:00
[ [ package ] ]
name = "libcst"
2024-04-25 11:50:30 +02:00
version = "1.3.1"
description = "A concrete syntax tree with AST-like properties for Python 3.0 through 3.12 programs."
2023-11-22 19:54:09 +01:00
optional = false
2024-04-25 11:50:30 +02:00
python-versions = ">=3.9"
2023-11-22 19:54:09 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "libcst-1.3.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:de93193cba6d54f2a4419e94ba2de642b111f52e4fa01bb6e2c655914585f65b" } ,
{ file = "libcst-1.3.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a2d64d86dcd6c80a5dac2e243c5ed7a7a193242209ac33bad4b0639b24f6d131" } ,
{ file = "libcst-1.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:db084f7bbf825c7bd5ed256290066d0336df6a7dc3a029c9870a64cd2298b87f" } ,
{ file = "libcst-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:16880711be03a1f5da7028fe791ba5b482a50d830225a70272dc332dfd927652" } ,
{ file = "libcst-1.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:189bb28c19c5dd3c64583f969b72f7732dbdb1dee9eca3acc85099e4cef9148b" } ,
{ file = "libcst-1.3.1-cp310-cp310-win_amd64.whl" , hash = "sha256:181372386c986e3de07d7a93f269214cd825adc714f1f9da8252b44f05e181c4" } ,
{ file = "libcst-1.3.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:8c2020f7449270e3ff0bdc481ae244d812f2d9a8b7dbff0ea66b830f4b350f54" } ,
{ file = "libcst-1.3.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:be3bf9aaafebda6a21e241e819f0ab67e186e898c3562704e41241cf8738353a" } ,
{ file = "libcst-1.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0a0d250fb6a2c1d158f30d25ba5e33e3ed3672d2700d480dd47beffd1431a008" } ,
{ file = "libcst-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4ad5741b251d901f3da1819ac539192230cc6f8f81aaf04eb4ec0009c1c97285" } ,
{ file = "libcst-1.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b740dc0c3d1adbd91442fb878343d5a11e23a0e3ac5484be301fd8d148bcb085" } ,
{ file = "libcst-1.3.1-cp311-cp311-win_amd64.whl" , hash = "sha256:9e6bc95fa7dde79cde63a34a0412cd4a3d9fcc27be781a590f8c45c840c83658" } ,
{ file = "libcst-1.3.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:4186076ce12141609ce950d61867b2a73ea199a7a9870dbafa76ad600e075b3c" } ,
{ file = "libcst-1.3.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:4ed52a1a2fe4d8603de51649db5e438317b8116ebb9fc09ec68703535fe6c1c8" } ,
{ file = "libcst-1.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c0886a9963597367b227345f19b24931b3ed6a4703fff237760745f90f0e6a20" } ,
{ file = "libcst-1.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:904c4cc5c801a5747e64b43e0accc87c67a4c804842d977ee215872c4cf8cf88" } ,
{ file = "libcst-1.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7cdb7e8a118b60e064a02f6cbfa4d328212a3a115d125244495190f405709d5f" } ,
{ file = "libcst-1.3.1-cp312-cp312-win_amd64.whl" , hash = "sha256:431badf0e544b79c0ac9682dbd291ff63ddbc3c3aca0d13d3cc7a10c3a9db8a2" } ,
{ file = "libcst-1.3.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:701f5335e4fd566871497b9af1e871c98e1ef10c30b3b244f39343d709213401" } ,
{ file = "libcst-1.3.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:7c6e709623b68ca9148e8ecbdc145f7b83befb26032e4bf6a8122500ba558b17" } ,
{ file = "libcst-1.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ede0f026a82b03b33a559ec566860085ece2e76d8f9bc21cb053eedf9cde8c79" } ,
{ file = "libcst-1.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c12b7b01d8745f82dd86a82acd2a9f8e8e7d6c94ddcfda996896e83d1a8d5c42" } ,
{ file = "libcst-1.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f2995ca687118a9d3d41876f7270bc29305a2d402f4b8c81a3cff0aeee6d4c81" } ,
{ file = "libcst-1.3.1-cp39-cp39-win_amd64.whl" , hash = "sha256:2dbac1ac0a9d59ea7bbc3f87cdcca5bfe98835e31c668e95cb6f3d907ffc53fc" } ,
{ file = "libcst-1.3.1.tar.gz" , hash = "sha256:03b1df1ae02456f1d465fcd5ead1d0d454bb483caefd8c8e6bde515ffdb53d1b" } ,
2023-11-22 19:54:09 +01:00
]
[ package . dependencies ]
pyyaml = ">=5.2"
[ package . extras ]
2024-04-25 11:50:30 +02:00
dev = [ "Sphinx (>=5.1.1)" , "black (==23.12.1)" , "build (>=0.10.0)" , "coverage (>=4.5.4)" , "fixit (==2.1.0)" , "flake8 (==7.0.0)" , "hypothesis (>=4.36.0)" , "hypothesmith (>=0.0.4)" , "jinja2 (==3.1.3)" , "jupyter (>=1.0.0)" , "maturin (>=0.8.3,<1.5)" , "nbsphinx (>=0.4.2)" , "prompt-toolkit (>=2.0.9)" , "pyre-check (==0.9.18)" , "setuptools-rust (>=1.5.2)" , "setuptools-scm (>=6.0.1)" , "slotscheck (>=0.7.1)" , "sphinx-rtd-theme (>=0.4.3)" , "ufmt (==2.5.1)" , "usort (==1.0.8.post1)" ]
2023-11-22 19:54:09 +01:00
2023-05-29 21:24:22 +02:00
[ [ package ] ]
name = "llvmlite"
2024-04-25 11:50:30 +02:00
version = "0.42.0"
2023-05-29 21:24:22 +02:00
description = "lightweight wrapper around basic LLVM functionality"
optional = false
2024-04-25 11:50:30 +02:00
python-versions = ">=3.9"
2023-05-29 21:24:22 +02:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "llvmlite-0.42.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:3366938e1bf63d26c34fbfb4c8e8d2ded57d11e0567d5bb243d89aab1eb56098" } ,
{ file = "llvmlite-0.42.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c35da49666a21185d21b551fc3caf46a935d54d66969d32d72af109b5e7d2b6f" } ,
{ file = "llvmlite-0.42.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:70f44ccc3c6220bd23e0ba698a63ec2a7d3205da0d848804807f37fc243e3f77" } ,
{ file = "llvmlite-0.42.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:763f8d8717a9073b9e0246998de89929071d15b47f254c10eef2310b9aac033d" } ,
{ file = "llvmlite-0.42.0-cp310-cp310-win_amd64.whl" , hash = "sha256:8d90edf400b4ceb3a0e776b6c6e4656d05c7187c439587e06f86afceb66d2be5" } ,
{ file = "llvmlite-0.42.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:ae511caed28beaf1252dbaf5f40e663f533b79ceb408c874c01754cafabb9cbf" } ,
{ file = "llvmlite-0.42.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:81e674c2fe85576e6c4474e8c7e7aba7901ac0196e864fe7985492b737dbab65" } ,
{ file = "llvmlite-0.42.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bb3975787f13eb97629052edb5017f6c170eebc1c14a0433e8089e5db43bcce6" } ,
{ file = "llvmlite-0.42.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c5bece0cdf77f22379f19b1959ccd7aee518afa4afbd3656c6365865f84903f9" } ,
{ file = "llvmlite-0.42.0-cp311-cp311-win_amd64.whl" , hash = "sha256:7e0c4c11c8c2aa9b0701f91b799cb9134a6a6de51444eff5a9087fc7c1384275" } ,
{ file = "llvmlite-0.42.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:08fa9ab02b0d0179c688a4216b8939138266519aaa0aa94f1195a8542faedb56" } ,
{ file = "llvmlite-0.42.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:b2fce7d355068494d1e42202c7aff25d50c462584233013eb4470c33b995e3ee" } ,
{ file = "llvmlite-0.42.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ebe66a86dc44634b59a3bc860c7b20d26d9aaffcd30364ebe8ba79161a9121f4" } ,
{ file = "llvmlite-0.42.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d47494552559e00d81bfb836cf1c4d5a5062e54102cc5767d5aa1e77ccd2505c" } ,
{ file = "llvmlite-0.42.0-cp312-cp312-win_amd64.whl" , hash = "sha256:05cb7e9b6ce69165ce4d1b994fbdedca0c62492e537b0cc86141b6e2c78d5888" } ,
{ file = "llvmlite-0.42.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:bdd3888544538a94d7ec99e7c62a0cdd8833609c85f0c23fcb6c5c591aec60ad" } ,
{ file = "llvmlite-0.42.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:d0936c2067a67fb8816c908d5457d63eba3e2b17e515c5fe00e5ee2bace06040" } ,
{ file = "llvmlite-0.42.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a78ab89f1924fc11482209f6799a7a3fc74ddc80425a7a3e0e8174af0e9e2301" } ,
{ file = "llvmlite-0.42.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d7599b65c7af7abbc978dbf345712c60fd596aa5670496561cc10e8a71cebfb2" } ,
{ file = "llvmlite-0.42.0-cp39-cp39-win_amd64.whl" , hash = "sha256:43d65cc4e206c2e902c1004dd5418417c4efa6c1d04df05c6c5675a27e8ca90e" } ,
{ file = "llvmlite-0.42.0.tar.gz" , hash = "sha256:f92b09243c0cc3f457da8b983f67bd8e1295d0f5b3746c7a1861d7a99403854a" } ,
2023-05-29 21:24:22 +02:00
]
2023-01-24 12:17:44 +01:00
[ [ package ] ]
name = "markdown-it-py"
2023-08-08 09:55:41 +02:00
version = "3.0.0"
2023-01-24 12:17:44 +01:00
description = "Python port of markdown-it. Markdown parsing, done right!"
optional = false
2023-08-08 09:55:41 +02:00
python-versions = ">=3.8"
2023-01-24 12:17:44 +01:00
files = [
2023-08-08 09:55:41 +02:00
{ file = "markdown-it-py-3.0.0.tar.gz" , hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" } ,
{ file = "markdown_it_py-3.0.0-py3-none-any.whl" , hash = "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1" } ,
2023-01-24 12:17:44 +01:00
]
[ package . dependencies ]
mdurl = ">=0.1,<1.0"
[ package . extras ]
2023-02-23 09:45:53 +01: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-01-24 12:17:44 +01:00
plugins = [ "mdit-py-plugins" ]
profiling = [ "gprof2dot" ]
2023-08-08 09:55:41 +02:00
rtd = [ "jupyter_sphinx" , "mdit-py-plugins" , "myst-parser" , "pyyaml" , "sphinx" , "sphinx-copybutton" , "sphinx-design" , "sphinx_book_theme" ]
2023-01-24 12:17:44 +01:00
testing = [ "coverage" , "pytest" , "pytest-cov" , "pytest-regressions" ]
2022-11-28 15:15:19 +01:00
[ [ package ] ]
name = "matplotlib-inline"
2024-04-25 11:50:30 +02:00
version = "0.1.7"
2022-11-28 15:15:19 +01:00
description = "Inline Matplotlib backend for Jupyter"
optional = false
2024-04-25 11:50:30 +02:00
python-versions = ">=3.8"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "matplotlib_inline-0.1.7-py3-none-any.whl" , hash = "sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca" } ,
{ file = "matplotlib_inline-0.1.7.tar.gz" , hash = "sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90" } ,
2022-12-13 08:44:06 +01:00
]
2022-11-28 15:15:19 +01:00
[ package . dependencies ]
traitlets = "*"
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "mccabe"
2022-09-02 15:31:19 +02:00
version = "0.7.0"
2020-09-08 14:04:00 +02:00
description = "McCabe checker, plugin for flake8"
2020-05-31 16:31:36 +02:00
optional = false
2022-09-02 15:31:19 +02:00
python-versions = ">=3.6"
2022-12-13 08:44:06 +01:00
files = [
{ file = "mccabe-0.7.0-py2.py3-none-any.whl" , hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e" } ,
{ file = "mccabe-0.7.0.tar.gz" , hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325" } ,
]
2020-05-31 16:31:36 +02:00
2023-01-24 12:17:44 +01:00
[ [ package ] ]
name = "mdurl"
version = "0.1.2"
description = "Markdown URL utilities"
optional = false
python-versions = ">=3.7"
files = [
{ file = "mdurl-0.1.2-py3-none-any.whl" , hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8" } ,
{ file = "mdurl-0.1.2.tar.gz" , hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" } ,
]
2023-11-22 19:54:09 +01:00
[ [ package ] ]
name = "moreorless"
version = "0.4.0"
description = "Python diff wrapper"
optional = false
python-versions = ">=3.6"
files = [
{ file = "moreorless-0.4.0-py2.py3-none-any.whl" , hash = "sha256:17f1fbef60fd21c84ee085a929fe3acefcaddca30df5dd09c024e9939a9e6a00" } ,
{ file = "moreorless-0.4.0.tar.gz" , hash = "sha256:85e19972c1a0b3a49f8543914f57bd83f6e1b10df144d5b97b8c5e9744d9c08c" } ,
]
[ package . dependencies ]
click = "*"
2020-05-31 16:31:36 +02:00
[ [ package ] ]
2020-10-06 16:20:16 +02:00
name = "mypy-extensions"
2023-02-18 20:09:33 +01:00
version = "1.0.0"
description = "Type system extensions for programs checked with the mypy type checker."
2020-05-31 16:31:36 +02:00
optional = false
2023-02-18 20:09:33 +01:00
python-versions = ">=3.5"
2022-12-13 08:44:06 +01:00
files = [
2023-02-18 20:09:33 +01: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-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
2023-11-19 10:26:49 +01:00
[ [ package ] ]
name = "numba"
2024-04-25 11:50:30 +02:00
version = "0.59.1"
2023-11-19 10:26:49 +01:00
description = "compiling Python code using LLVM"
optional = false
2024-04-25 11:50:30 +02:00
python-versions = ">=3.9"
2023-11-19 10:26:49 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "numba-0.59.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:97385a7f12212c4f4bc28f648720a92514bee79d7063e40ef66c2d30600fd18e" } ,
{ file = "numba-0.59.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:0b77aecf52040de2a1eb1d7e314497b9e56fba17466c80b457b971a25bb1576d" } ,
{ file = "numba-0.59.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:3476a4f641bfd58f35ead42f4dcaf5f132569c4647c6f1360ccf18ee4cda3990" } ,
{ file = "numba-0.59.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:525ef3f820931bdae95ee5379c670d5c97289c6520726bc6937a4a7d4230ba24" } ,
{ file = "numba-0.59.1-cp310-cp310-win_amd64.whl" , hash = "sha256:990e395e44d192a12105eca3083b61307db7da10e093972ca285c85bef0963d6" } ,
{ file = "numba-0.59.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:43727e7ad20b3ec23ee4fc642f5b61845c71f75dd2825b3c234390c6d8d64051" } ,
{ file = "numba-0.59.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:411df625372c77959570050e861981e9d196cc1da9aa62c3d6a836b5cc338966" } ,
{ file = "numba-0.59.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:2801003caa263d1e8497fb84829a7ecfb61738a95f62bc05693fcf1733e978e4" } ,
{ file = "numba-0.59.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:dd2842fac03be4e5324ebbbd4d2d0c8c0fc6e0df75c09477dd45b288a0777389" } ,
{ file = "numba-0.59.1-cp311-cp311-win_amd64.whl" , hash = "sha256:0594b3dfb369fada1f8bb2e3045cd6c61a564c62e50cf1f86b4666bc721b3450" } ,
{ file = "numba-0.59.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:1cce206a3b92836cdf26ef39d3a3242fec25e07f020cc4feec4c4a865e340569" } ,
{ file = "numba-0.59.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:8c8b4477763cb1fbd86a3be7050500229417bf60867c93e131fd2626edb02238" } ,
{ file = "numba-0.59.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:7d80bce4ef7e65bf895c29e3889ca75a29ee01da80266a01d34815918e365835" } ,
{ file = "numba-0.59.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:f7ad1d217773e89a9845886401eaaab0a156a90aa2f179fdc125261fd1105096" } ,
{ file = "numba-0.59.1-cp312-cp312-win_amd64.whl" , hash = "sha256:5bf68f4d69dd3a9f26a9b23548fa23e3bcb9042e2935257b471d2a8d3c424b7f" } ,
{ file = "numba-0.59.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:4e0318ae729de6e5dbe64c75ead1a95eb01fabfe0e2ebed81ebf0344d32db0ae" } ,
{ file = "numba-0.59.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:0f68589740a8c38bb7dc1b938b55d1145244c8353078eea23895d4f82c8b9ec1" } ,
{ file = "numba-0.59.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl" , hash = "sha256:649913a3758891c77c32e2d2a3bcbedf4a69f5fea276d11f9119677c45a422e8" } ,
{ file = "numba-0.59.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl" , hash = "sha256:9712808e4545270291d76b9a264839ac878c5eb7d8b6e02c970dc0ac29bc8187" } ,
{ file = "numba-0.59.1-cp39-cp39-win_amd64.whl" , hash = "sha256:8d51ccd7008a83105ad6a0082b6a2b70f1142dc7cfd76deb8c5a862367eb8c86" } ,
{ file = "numba-0.59.1.tar.gz" , hash = "sha256:76f69132b96028d2774ed20415e8c528a34e3299a40581bae178f0994a2f370b" } ,
2023-11-19 10:26:49 +01:00
]
[ package . dependencies ]
2024-04-25 11:50:30 +02:00
llvmlite = "==0.42.*"
2023-11-19 10:26:49 +01:00
numpy = ">=1.22,<1.27"
2023-05-29 21:24:22 +02:00
[ [ package ] ]
name = "numexpr"
2024-04-25 11:50:30 +02:00
version = "2.10.0"
2023-05-29 21:24:22 +02:00
description = "Fast numerical expression evaluator for NumPy"
optional = false
2023-10-15 22:22:48 +02:00
python-versions = ">=3.9"
2023-05-29 21:24:22 +02:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "numexpr-2.10.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:1af6dc6b3bd2e11a802337b352bf58f30df0b70be16c4f863b70a3af3a8ef95e" } ,
{ file = "numexpr-2.10.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:3c66dc0188358cdcc9465b6ee54fd5eef2e83ac64b1d4ba9117c41df59bf6fca" } ,
{ file = "numexpr-2.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:83f1e7a7f7ee741b8dcd20c56c3f862a3a3ec26fa8b9fcadb7dcd819876d2f35" } ,
{ file = "numexpr-2.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4f0b045e1831953a47cc9fabae76a6794c69cbb60921751a5cf2d555034c55bf" } ,
{ file = "numexpr-2.10.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:1d8eb88b0ae3d3c609d732a17e71096779b2bf47b3a084320ffa93d9f9132786" } ,
{ file = "numexpr-2.10.0-cp310-cp310-win32.whl" , hash = "sha256:629b66cc1b750671e7fb396506b3f9410612e5bd8bc1dd55b5a0a0041d839f95" } ,
{ file = "numexpr-2.10.0-cp310-cp310-win_amd64.whl" , hash = "sha256:78e0a8bc4417c3dedcbae3c473505b69080535246edc977c7dccf3ec8454a685" } ,
{ file = "numexpr-2.10.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:a602692cd52ce923ce8a0a90fb1d6cf186ebe8706eed83eee0de685e634b9aa9" } ,
{ file = "numexpr-2.10.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:745b46a1fb76920a3eebfaf26e50bc94a9c13b5aee34b256ab4b2d792dbaa9ca" } ,
{ file = "numexpr-2.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:10789450032357afaeda4ac4d06da9542d1535c13151e8d32b49ae1a488d1358" } ,
{ file = "numexpr-2.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4feafc65ea3044b8bf8f305b757a928e59167a310630c22b97a57dff07a56490" } ,
{ file = "numexpr-2.10.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:937d36c6d3cf15601f26f84f0f706649f976491e9e0892d16cd7c876d77fa7dc" } ,
{ file = "numexpr-2.10.0-cp311-cp311-win32.whl" , hash = "sha256:03d0ba492e484a5a1aeb24b300c4213ed168f2c246177be5733abb4e18cbb043" } ,
{ file = "numexpr-2.10.0-cp311-cp311-win_amd64.whl" , hash = "sha256:6b5f8242c075477156d26b3a6b8e0cd0a06d4c8eb68d907bde56dd3c9c683e92" } ,
{ file = "numexpr-2.10.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:b276e2ba3e87ace9a30fd49078ad5dcdc6a1674d030b1ec132599c55465c0346" } ,
{ file = "numexpr-2.10.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:cb5e12787101f1216f2cdabedc3417748f2e1f472442e16bbfabf0bab2336300" } ,
{ file = "numexpr-2.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:05278bad96b5846d712eba58b44e5cec743bdb3e19ca624916c921d049fdbcf6" } ,
{ file = "numexpr-2.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a6cdf9e64c5b3dbb61729edb505ea75ee212fa02b85c5b1d851331381ae3b0e1" } ,
{ file = "numexpr-2.10.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:e3a973265591b0a875fd1151c4549e468959c7192821aac0bb86937694a08efa" } ,
{ file = "numexpr-2.10.0-cp312-cp312-win32.whl" , hash = "sha256:416e0e9f0fc4cced67767585e44cb6b301728bdb9edbb7c534a853222ec62cac" } ,
{ file = "numexpr-2.10.0-cp312-cp312-win_amd64.whl" , hash = "sha256:748e8d4cde22d9a5603165293fb293a4de1a4623513299416c64fdab557118c2" } ,
{ file = "numexpr-2.10.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:dc3506c30c03b082da2cadef43747d474e5170c1f58a6dcdf882b3dc88b1e849" } ,
{ file = "numexpr-2.10.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:efa63ecdc9fcaf582045639ddcf56e9bdc1f4d9a01729be528f62df4db86c9d6" } ,
{ file = "numexpr-2.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:96a64d0dd8f8e694da3f8582d73d7da8446ff375f6dd239b546010efea371ac3" } ,
{ file = "numexpr-2.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d47bb567e330ebe86781864219a36cbccb3a47aec893bd509f0139c6b23e8104" } ,
{ file = "numexpr-2.10.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:c7517b774d309b1f0896c89bdd1ddd33c4418a92ecfbe5e1df3ac698698f6fcf" } ,
{ file = "numexpr-2.10.0-cp39-cp39-win32.whl" , hash = "sha256:04e8620e7e676504201d4082e7b3ee2d9b561d1cb9470b47a6104e10c1e2870e" } ,
{ file = "numexpr-2.10.0-cp39-cp39-win_amd64.whl" , hash = "sha256:56d0d96b130f7cd4d78d0017030d6a0e9d9fc2a717ac51d4cf4860b39637e86a" } ,
{ file = "numexpr-2.10.0.tar.gz" , hash = "sha256:c89e930752639df040539160326d8f99a84159bbea41943ab8e960591edaaef0" } ,
2023-05-29 21:24:22 +02:00
]
[ package . dependencies ]
2024-04-25 11:50:30 +02:00
numpy = ">=1.19.3"
2023-05-29 21:24:22 +02:00
2023-11-19 10:26:49 +01:00
[ [ package ] ]
name = "numpy"
2024-04-25 11:50:30 +02:00
version = "1.26.4"
2023-11-19 10:26:49 +01:00
description = "Fundamental package for array computing in Python"
optional = false
python-versions = ">=3.9"
files = [
2024-04-25 11:50:30 +02:00
{ file = "numpy-1.26.4-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:9ff0f4f29c51e2803569d7a51c2304de5554655a60c5d776e35b4a41413830d0" } ,
{ file = "numpy-1.26.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:2e4ee3380d6de9c9ec04745830fd9e2eccb3e6cf790d39d7b98ffd19b0dd754a" } ,
{ file = "numpy-1.26.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d209d8969599b27ad20994c8e41936ee0964e6da07478d6c35016bc386b66ad4" } ,
{ file = "numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f" } ,
{ file = "numpy-1.26.4-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:62b8e4b1e28009ef2846b4c7852046736bab361f7aeadeb6a5b89ebec3c7055a" } ,
{ file = "numpy-1.26.4-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:a4abb4f9001ad2858e7ac189089c42178fcce737e4169dc61321660f1a96c7d2" } ,
{ file = "numpy-1.26.4-cp310-cp310-win32.whl" , hash = "sha256:bfe25acf8b437eb2a8b2d49d443800a5f18508cd811fea3181723922a8a82b07" } ,
{ file = "numpy-1.26.4-cp310-cp310-win_amd64.whl" , hash = "sha256:b97fe8060236edf3662adfc2c633f56a08ae30560c56310562cb4f95500022d5" } ,
{ file = "numpy-1.26.4-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71" } ,
{ file = "numpy-1.26.4-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef" } ,
{ file = "numpy-1.26.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7ab55401287bfec946ced39700c053796e7cc0e3acbef09993a9ad2adba6ca6e" } ,
{ file = "numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5" } ,
{ file = "numpy-1.26.4-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:96ff0b2ad353d8f990b63294c8986f1ec3cb19d749234014f4e7eb0112ceba5a" } ,
{ file = "numpy-1.26.4-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:60dedbb91afcbfdc9bc0b1f3f402804070deed7392c23eb7a7f07fa857868e8a" } ,
{ file = "numpy-1.26.4-cp311-cp311-win32.whl" , hash = "sha256:1af303d6b2210eb850fcf03064d364652b7120803a0b872f5211f5234b399f20" } ,
{ file = "numpy-1.26.4-cp311-cp311-win_amd64.whl" , hash = "sha256:cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2" } ,
{ file = "numpy-1.26.4-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:b3ce300f3644fb06443ee2222c2201dd3a89ea6040541412b8fa189341847218" } ,
{ file = "numpy-1.26.4-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b" } ,
{ file = "numpy-1.26.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9fad7dcb1aac3c7f0584a5a8133e3a43eeb2fe127f47e3632d43d677c66c102b" } ,
{ file = "numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:675d61ffbfa78604709862923189bad94014bef562cc35cf61d3a07bba02a7ed" } ,
{ file = "numpy-1.26.4-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:ab47dbe5cc8210f55aa58e4805fe224dac469cde56b9f731a4c098b91917159a" } ,
{ file = "numpy-1.26.4-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:1dda2e7b4ec9dd512f84935c5f126c8bd8b9f2fc001e9f54af255e8c5f16b0e0" } ,
{ file = "numpy-1.26.4-cp312-cp312-win32.whl" , hash = "sha256:50193e430acfc1346175fcbdaa28ffec49947a06918b7b92130744e81e640110" } ,
{ file = "numpy-1.26.4-cp312-cp312-win_amd64.whl" , hash = "sha256:08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818" } ,
{ file = "numpy-1.26.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:7349ab0fa0c429c82442a27a9673fc802ffdb7c7775fad780226cb234965e53c" } ,
{ file = "numpy-1.26.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:52b8b60467cd7dd1e9ed082188b4e6bb35aa5cdd01777621a1658910745b90be" } ,
{ file = "numpy-1.26.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d5241e0a80d808d70546c697135da2c613f30e28251ff8307eb72ba696945764" } ,
{ file = "numpy-1.26.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f870204a840a60da0b12273ef34f7051e98c3b5961b61b0c2c1be6dfd64fbcd3" } ,
{ file = "numpy-1.26.4-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:679b0076f67ecc0138fd2ede3a8fd196dddc2ad3254069bcb9faf9a79b1cebcd" } ,
{ file = "numpy-1.26.4-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:47711010ad8555514b434df65f7d7b076bb8261df1ca9bb78f53d3b2db02e95c" } ,
{ file = "numpy-1.26.4-cp39-cp39-win32.whl" , hash = "sha256:a354325ee03388678242a4d7ebcd08b5c727033fcff3b2f536aea978e15ee9e6" } ,
{ file = "numpy-1.26.4-cp39-cp39-win_amd64.whl" , hash = "sha256:3373d5d70a5fe74a2c1bb6d2cfd9609ecf686d47a2d7b1d37a8f3b6bf6003aea" } ,
{ file = "numpy-1.26.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:afedb719a9dcfc7eaf2287b839d8198e06dcd4cb5d276a3df279231138e83d30" } ,
{ file = "numpy-1.26.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:95a7476c59002f2f6c590b9b7b998306fba6a5aa646b1e22ddfeaf8f78c3a29c" } ,
{ file = "numpy-1.26.4-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:7e50d0a0cc3189f9cb0aeb3a6a6af18c16f59f004b866cd2be1c14b36134a4a0" } ,
{ file = "numpy-1.26.4.tar.gz" , hash = "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010" } ,
2023-11-19 10:26:49 +01:00
]
2021-08-12 20:47:46 +02:00
[ [ package ] ]
name = "olefile"
2023-12-07 15:10:01 +01:00
version = "0.47"
2021-08-12 20:47:46 +02:00
description = "Python package to parse, read and write Microsoft OLE2 files (Structured Storage or Compound Document, Microsoft Office)"
optional = false
2023-12-07 15:10:01 +01:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2022-12-13 08:44:06 +01:00
files = [
2023-12-07 15:10:01 +01:00
{ file = "olefile-0.47-py2.py3-none-any.whl" , hash = "sha256:543c7da2a7adadf21214938bb79c83ea12b473a4b6ee4ad4bf854e7715e13d1f" } ,
{ file = "olefile-0.47.zip" , hash = "sha256:599383381a0bf3dfbd932ca0ca6515acd174ed48870cbf7fee123d698c192c1c" } ,
2022-12-13 08:44:06 +01:00
]
2021-08-12 20:47:46 +02:00
2023-12-07 15:10:01 +01:00
[ package . extras ]
tests = [ "pytest" , "pytest-cov" ]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "openpyxl"
2023-03-22 10:17:26 +01:00
version = "3.1.2"
2020-09-08 14:04:00 +02:00
description = "A Python library to read/write Excel 2010 xlsx/xlsm files"
2020-05-31 16:31:36 +02:00
optional = false
2021-09-27 13:11:21 +02:00
python-versions = ">=3.6"
2022-12-13 08:44:06 +01:00
files = [
2023-03-22 10:17:26 +01:00
{ file = "openpyxl-3.1.2-py2.py3-none-any.whl" , hash = "sha256:f91456ead12ab3c6c2e9491cf33ba6d08357d802192379bb482f1033ade496f5" } ,
{ file = "openpyxl-3.1.2.tar.gz" , hash = "sha256:a6f5977418eff3b2d5500d54d9db50c8277a368436f4e4f8ddb1be3422870184" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ package . dependencies ]
2020-07-06 12:56:31 +02:00
et-xmlfile = "*"
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "packaging"
2024-04-25 11:50:30 +02:00
version = "24.0"
2020-09-08 14:04:00 +02:00
description = "Core utilities for Python packages"
2020-05-31 16:31:36 +02:00
optional = false
2022-12-13 08:44:06 +01:00
python-versions = ">=3.7"
files = [
2024-04-25 11:50:30 +02:00
{ file = "packaging-24.0-py3-none-any.whl" , hash = "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5" } ,
{ file = "packaging-24.0.tar.gz" , hash = "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
2023-10-15 22:22:48 +02:00
[ [ package ] ]
name = "pandas"
2024-04-25 11:50:30 +02:00
version = "2.2.2"
2023-10-15 22:22:48 +02:00
description = "Powerful data structures for data analysis, time series, and statistics"
optional = false
python-versions = ">=3.9"
files = [
2024-04-25 11:50:30 +02:00
{ file = "pandas-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:90c6fca2acf139569e74e8781709dccb6fe25940488755716d1d354d6bc58bce" } ,
{ file = "pandas-2.2.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c7adfc142dac335d8c1e0dcbd37eb8617eac386596eb9e1a1b77791cf2498238" } ,
{ file = "pandas-2.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4abfe0be0d7221be4f12552995e58723c7422c80a659da13ca382697de830c08" } ,
{ file = "pandas-2.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8635c16bf3d99040fdf3ca3db669a7250ddf49c55dc4aa8fe0ae0fa8d6dcc1f0" } ,
{ file = "pandas-2.2.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:40ae1dffb3967a52203105a077415a86044a2bea011b5f321c6aa64b379a3f51" } ,
{ file = "pandas-2.2.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:8e5a0b00e1e56a842f922e7fae8ae4077aee4af0acb5ae3622bd4b4c30aedf99" } ,
{ file = "pandas-2.2.2-cp310-cp310-win_amd64.whl" , hash = "sha256:ddf818e4e6c7c6f4f7c8a12709696d193976b591cc7dc50588d3d1a6b5dc8772" } ,
{ file = "pandas-2.2.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:696039430f7a562b74fa45f540aca068ea85fa34c244d0deee539cb6d70aa288" } ,
{ file = "pandas-2.2.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:8e90497254aacacbc4ea6ae5e7a8cd75629d6ad2b30025a4a8b09aa4faf55151" } ,
{ file = "pandas-2.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:58b84b91b0b9f4bafac2a0ac55002280c094dfc6402402332c0913a59654ab2b" } ,
{ file = "pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6d2123dc9ad6a814bcdea0f099885276b31b24f7edf40f6cdbc0912672e22eee" } ,
{ file = "pandas-2.2.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:2925720037f06e89af896c70bca73459d7e6a4be96f9de79e2d440bd499fe0db" } ,
{ file = "pandas-2.2.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:0cace394b6ea70c01ca1595f839cf193df35d1575986e484ad35c4aeae7266c1" } ,
{ file = "pandas-2.2.2-cp311-cp311-win_amd64.whl" , hash = "sha256:873d13d177501a28b2756375d59816c365e42ed8417b41665f346289adc68d24" } ,
{ file = "pandas-2.2.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:9dfde2a0ddef507a631dc9dc4af6a9489d5e2e740e226ad426a05cabfbd7c8ef" } ,
{ file = "pandas-2.2.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:e9b79011ff7a0f4b1d6da6a61aa1aa604fb312d6647de5bad20013682d1429ce" } ,
{ file = "pandas-2.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1cb51fe389360f3b5a4d57dbd2848a5f033350336ca3b340d1c53a1fad33bcad" } ,
{ file = "pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:eee3a87076c0756de40b05c5e9a6069c035ba43e8dd71c379e68cab2c20f16ad" } ,
{ file = "pandas-2.2.2-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:3e374f59e440d4ab45ca2fffde54b81ac3834cf5ae2cdfa69c90bc03bde04d76" } ,
{ file = "pandas-2.2.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:43498c0bdb43d55cb162cdc8c06fac328ccb5d2eabe3cadeb3529ae6f0517c32" } ,
{ file = "pandas-2.2.2-cp312-cp312-win_amd64.whl" , hash = "sha256:d187d355ecec3629624fccb01d104da7d7f391db0311145817525281e2804d23" } ,
{ file = "pandas-2.2.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:0ca6377b8fca51815f382bd0b697a0814c8bda55115678cbc94c30aacbb6eff2" } ,
{ file = "pandas-2.2.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:9057e6aa78a584bc93a13f0a9bf7e753a5e9770a30b4d758b8d5f2a62a9433cd" } ,
{ file = "pandas-2.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:001910ad31abc7bf06f49dcc903755d2f7f3a9186c0c040b827e522e9cef0863" } ,
{ file = "pandas-2.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:66b479b0bd07204e37583c191535505410daa8df638fd8e75ae1b383851fe921" } ,
{ file = "pandas-2.2.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:a77e9d1c386196879aa5eb712e77461aaee433e54c68cf253053a73b7e49c33a" } ,
{ file = "pandas-2.2.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:92fd6b027924a7e178ac202cfbe25e53368db90d56872d20ffae94b96c7acc57" } ,
{ file = "pandas-2.2.2-cp39-cp39-win_amd64.whl" , hash = "sha256:640cef9aa381b60e296db324337a554aeeb883ead99dc8f6c18e81a93942f5f4" } ,
{ file = "pandas-2.2.2.tar.gz" , hash = "sha256:9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54" } ,
2023-10-15 22:22:48 +02:00
]
[ package . dependencies ]
2024-04-25 11:50:30 +02:00
bottleneck = { version = ">=1.3.6" , optional = true , markers = "extra == \"performance\"" }
numba = { version = ">=0.56.4" , optional = true , markers = "extra == \"performance\"" }
numexpr = { version = ">=2.8.4" , optional = true , markers = "extra == \"performance\"" }
2021-11-27 11:25:40 +01:00
numpy = [
2024-04-25 11:50:30 +02:00
{ version = ">=1.22.4" , markers = "python_version < \"3.11\"" } ,
{ version = ">=1.23.2" , markers = "python_version == \"3.11\"" } ,
{ version = ">=1.26.0" , markers = "python_version >= \"3.12\"" } ,
2021-11-27 11:25:40 +01:00
]
2024-04-25 11:50:30 +02:00
pyarrow = { version = ">=10.0.1" , optional = true , markers = "extra == \"feather\"" }
2023-03-22 10:17:26 +01:00
python-dateutil = ">=2.8.2"
2022-01-30 11:26:04 +01:00
pytz = ">=2020.1"
2024-04-25 11:50:30 +02:00
tzdata = ">=2022.7"
2020-09-08 14:04:00 +02:00
2021-02-04 20:45:30 +01:00
[ package . extras ]
2024-04-25 11:50:30 +02:00
all = [ "PyQt5 (>=5.15.9)" , "SQLAlchemy (>=2.0.0)" , "adbc-driver-postgresql (>=0.8.0)" , "adbc-driver-sqlite (>=0.8.0)" , "beautifulsoup4 (>=4.11.2)" , "bottleneck (>=1.3.6)" , "dataframe-api-compat (>=0.1.7)" , "fastparquet (>=2022.12.0)" , "fsspec (>=2022.11.0)" , "gcsfs (>=2022.11.0)" , "html5lib (>=1.1)" , "hypothesis (>=6.46.1)" , "jinja2 (>=3.1.2)" , "lxml (>=4.9.2)" , "matplotlib (>=3.6.3)" , "numba (>=0.56.4)" , "numexpr (>=2.8.4)" , "odfpy (>=1.4.1)" , "openpyxl (>=3.1.0)" , "pandas-gbq (>=0.19.0)" , "psycopg2 (>=2.9.6)" , "pyarrow (>=10.0.1)" , "pymysql (>=1.0.2)" , "pyreadstat (>=1.2.0)" , "pytest (>=7.3.2)" , "pytest-xdist (>=2.2.0)" , "python-calamine (>=0.1.7)" , "pyxlsb (>=1.0.10)" , "qtpy (>=2.3.0)" , "s3fs (>=2022.11.0)" , "scipy (>=1.10.0)" , "tables (>=3.8.0)" , "tabulate (>=0.9.0)" , "xarray (>=2022.12.0)" , "xlrd (>=2.0.1)" , "xlsxwriter (>=3.0.5)" , "zstandard (>=0.19.0)" ]
aws = [ "s3fs (>=2022.11.0)" ]
clipboard = [ "PyQt5 (>=5.15.9)" , "qtpy (>=2.3.0)" ]
compression = [ "zstandard (>=0.19.0)" ]
computation = [ "scipy (>=1.10.0)" , "xarray (>=2022.12.0)" ]
2023-10-15 22:22:48 +02:00
consortium-standard = [ "dataframe-api-compat (>=0.1.7)" ]
2024-04-25 11:50:30 +02:00
excel = [ "odfpy (>=1.4.1)" , "openpyxl (>=3.1.0)" , "python-calamine (>=0.1.7)" , "pyxlsb (>=1.0.10)" , "xlrd (>=2.0.1)" , "xlsxwriter (>=3.0.5)" ]
feather = [ "pyarrow (>=10.0.1)" ]
fss = [ "fsspec (>=2022.11.0)" ]
gcp = [ "gcsfs (>=2022.11.0)" , "pandas-gbq (>=0.19.0)" ]
hdf5 = [ "tables (>=3.8.0)" ]
html = [ "beautifulsoup4 (>=4.11.2)" , "html5lib (>=1.1)" , "lxml (>=4.9.2)" ]
mysql = [ "SQLAlchemy (>=2.0.0)" , "pymysql (>=1.0.2)" ]
output-formatting = [ "jinja2 (>=3.1.2)" , "tabulate (>=0.9.0)" ]
parquet = [ "pyarrow (>=10.0.1)" ]
performance = [ "bottleneck (>=1.3.6)" , "numba (>=0.56.4)" , "numexpr (>=2.8.4)" ]
plot = [ "matplotlib (>=3.6.3)" ]
postgresql = [ "SQLAlchemy (>=2.0.0)" , "adbc-driver-postgresql (>=0.8.0)" , "psycopg2 (>=2.9.6)" ]
pyarrow = [ "pyarrow (>=10.0.1)" ]
spss = [ "pyreadstat (>=1.2.0)" ]
sql-other = [ "SQLAlchemy (>=2.0.0)" , "adbc-driver-postgresql (>=0.8.0)" , "adbc-driver-sqlite (>=0.8.0)" ]
2023-11-20 19:33:42 +01:00
test = [ "hypothesis (>=6.46.1)" , "pytest (>=7.3.2)" , "pytest-xdist (>=2.2.0)" ]
2024-04-25 11:50:30 +02:00
xml = [ "lxml (>=4.9.2)" ]
2021-02-04 20:45:30 +01:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "parsedatetime"
2023-01-24 12:17:44 +01:00
version = "2.6"
2020-09-08 14:04:00 +02:00
description = "Parse human-readable date/time text."
2020-05-31 16:31:36 +02:00
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
2023-01-24 12:17:44 +01:00
{ file = "parsedatetime-2.6-py3-none-any.whl" , hash = "sha256:cb96edd7016872f58479e35879294258c71437195760746faffedb692aef000b" } ,
{ file = "parsedatetime-2.6.tar.gz" , hash = "sha256:4cb368fbb18a0b7231f4d76119165451c8d2e35951455dfee97c62a87b04d455" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
2022-11-28 15:15:19 +01:00
[ [ package ] ]
name = "parso"
2024-04-25 11:50:30 +02:00
version = "0.8.4"
2022-11-28 15:15:19 +01:00
description = "A Python Parser"
optional = false
python-versions = ">=3.6"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "parso-0.8.4-py2.py3-none-any.whl" , hash = "sha256:a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18" } ,
{ file = "parso-0.8.4.tar.gz" , hash = "sha256:eb3a7b58240fb99099a345571deecc0f9540ea5f4dd2fe14c2a99d6b281ab92d" } ,
2022-12-13 08:44:06 +01:00
]
2022-11-28 15:15:19 +01:00
[ package . extras ]
2024-04-25 11:50:30 +02:00
qa = [ "flake8 (==5.0.4)" , "mypy (==0.971)" , "types-setuptools (==67.2.0.1)" ]
testing = [ "docopt" , "pytest" ]
2022-11-28 15:15:19 +01:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "pathspec"
2023-12-28 12:12:03 +01:00
version = "0.12.1"
2020-09-08 14:04:00 +02:00
description = "Utility library for gitignore style pattern matching of file paths."
2020-05-31 16:31:36 +02:00
optional = false
2023-12-28 12:12:03 +01:00
python-versions = ">=3.8"
2022-12-13 08:44:06 +01:00
files = [
2023-12-28 12:12:03 +01:00
{ file = "pathspec-0.12.1-py3-none-any.whl" , hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08" } ,
{ file = "pathspec-0.12.1.tar.gz" , hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
2022-11-28 15:15:19 +01:00
[ [ package ] ]
name = "pexpect"
2023-12-07 15:10:01 +01:00
version = "4.9.0"
2022-11-28 15:15:19 +01:00
description = "Pexpect allows easy control of interactive console applications."
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
2023-12-07 15:10:01 +01:00
{ file = "pexpect-4.9.0-py2.py3-none-any.whl" , hash = "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523" } ,
{ file = "pexpect-4.9.0.tar.gz" , hash = "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f" } ,
2022-12-13 08:44:06 +01:00
]
2022-11-28 15:15:19 +01:00
[ package . dependencies ]
ptyprocess = ">=0.5"
2021-09-06 20:03:30 +02:00
[ [ package ] ]
name = "platformdirs"
2024-04-25 11:50:30 +02:00
version = "4.2.1"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`."
2021-09-06 20:03:30 +02:00
optional = false
2023-12-07 15:10:01 +01:00
python-versions = ">=3.8"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "platformdirs-4.2.1-py3-none-any.whl" , hash = "sha256:17d5a1161b3fd67b390023cb2d3b026bbd40abde6fdb052dfbd3a29c3ba22ee1" } ,
{ file = "platformdirs-4.2.1.tar.gz" , hash = "sha256:031cd18d4ec63ec53e82dceaac0417d218a6863f7745dfcc9efe7793b7039bdf" } ,
2022-12-13 08:44:06 +01:00
]
2021-09-06 20:03:30 +02:00
[ package . extras ]
2024-04-25 11:50:30 +02:00
docs = [ "furo (>=2023.9.10)" , "proselint (>=0.13)" , "sphinx (>=7.2.6)" , "sphinx-autodoc-typehints (>=1.25.2)" ]
test = [ "appdirs (==1.4.4)" , "covdefaults (>=2.3)" , "pytest (>=7.4.3)" , "pytest-cov (>=4.1)" , "pytest-mock (>=3.12)" ]
type = [ "mypy (>=1.8)" ]
2021-09-06 20:03:30 +02:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "pluggy"
2024-04-25 11:50:30 +02:00
version = "1.5.0"
2020-09-08 14:04:00 +02:00
description = "plugin and hook calling mechanisms for python"
2020-05-31 16:31:36 +02:00
optional = false
2023-10-15 22:22:48 +02:00
python-versions = ">=3.8"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "pluggy-1.5.0-py3-none-any.whl" , hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669" } ,
{ file = "pluggy-1.5.0.tar.gz" , hash = "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2021-09-06 20:03:30 +02:00
testing = [ "pytest" , "pytest-benchmark" ]
2020-05-31 16:31:36 +02:00
2021-07-06 14:37:57 +02:00
[ [ package ] ]
name = "pprintpp"
version = "0.4.0"
description = "A drop-in replacement for pprint that's actually pretty"
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
{ file = "pprintpp-0.4.0-py2.py3-none-any.whl" , hash = "sha256:b6b4dcdd0c0c0d75e4d7b2f21a9e933e5b2ce62b26e1a54537f9651ae5a5c01d" } ,
{ file = "pprintpp-0.4.0.tar.gz" , hash = "sha256:ea826108e2c7f49dc6d66c752973c3fc9749142a798d6b254e1e301cfdbc6403" } ,
]
2021-07-06 14:37:57 +02:00
2022-11-28 15:15:19 +01:00
[ [ package ] ]
name = "prompt-toolkit"
2023-12-28 12:12:03 +01:00
version = "3.0.43"
2022-11-28 15:15:19 +01:00
description = "Library for building powerful interactive command lines in Python"
optional = false
2023-02-23 09:45:53 +01:00
python-versions = ">=3.7.0"
2022-12-13 08:44:06 +01:00
files = [
2023-12-28 12:12:03 +01:00
{ file = "prompt_toolkit-3.0.43-py3-none-any.whl" , hash = "sha256:a11a29cb3bf0a28a387fe5122cdb649816a957cd9261dcedf8c9f1fef33eacf6" } ,
{ file = "prompt_toolkit-3.0.43.tar.gz" , hash = "sha256:3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d" } ,
2022-12-13 08:44:06 +01:00
]
2022-11-28 15:15:19 +01:00
[ package . dependencies ]
wcwidth = "*"
[ [ package ] ]
name = "ptyprocess"
version = "0.7.0"
description = "Run a subprocess in a pseudo terminal"
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
{ file = "ptyprocess-0.7.0-py2.py3-none-any.whl" , hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35" } ,
{ file = "ptyprocess-0.7.0.tar.gz" , hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220" } ,
]
2022-11-28 15:15:19 +01:00
[ [ package ] ]
name = "pure-eval"
version = "0.2.2"
description = "Safely evaluate AST nodes without side effects"
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
{ file = "pure_eval-0.2.2-py3-none-any.whl" , hash = "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350" } ,
{ file = "pure_eval-0.2.2.tar.gz" , hash = "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3" } ,
]
[ package . extras ]
2022-11-28 15:15:19 +01:00
tests = [ "pytest" ]
2023-12-28 12:12:03 +01:00
[ [ package ] ]
name = "py3langid"
version = "0.2.2"
description = "Fork of the language identification tool langid.py, featuring a modernized codebase and faster execution times."
optional = false
python-versions = ">=3.6"
files = [
{ file = "py3langid-0.2.2-py3-none-any.whl" , hash = "sha256:a5460ccc565c7b6a7a0e72f42236900b810e73c065a1b769a69fa9d9cff13f00" } ,
{ file = "py3langid-0.2.2.tar.gz" , hash = "sha256:b4de01dad7e701f29d216a0935e85e096cc8675903d23ea8445b2bb5f090b96f" } ,
]
[ package . dependencies ]
numpy = "*"
2023-04-05 11:51:19 +02:00
[ [ package ] ]
name = "pyarrow"
2024-04-25 11:50:30 +02:00
version = "16.0.0"
2023-04-05 11:51:19 +02:00
description = "Python library for Apache Arrow"
optional = false
2023-10-15 22:22:48 +02:00
python-versions = ">=3.8"
2023-04-05 11:51:19 +02:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "pyarrow-16.0.0-cp310-cp310-macosx_10_15_x86_64.whl" , hash = "sha256:22a1fdb1254e5095d629e29cd1ea98ed04b4bbfd8e42cc670a6b639ccc208b60" } ,
{ file = "pyarrow-16.0.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:574a00260a4ed9d118a14770edbd440b848fcae5a3024128be9d0274dbcaf858" } ,
{ file = "pyarrow-16.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c0815d0ddb733b8c1b53a05827a91f1b8bde6240f3b20bf9ba5d650eb9b89cdf" } ,
{ file = "pyarrow-16.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:df0080339387b5d30de31e0a149c0c11a827a10c82f0c67d9afae3981d1aabb7" } ,
{ file = "pyarrow-16.0.0-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:edf38cce0bf0dcf726e074159c60516447e4474904c0033f018c1f33d7dac6c5" } ,
{ file = "pyarrow-16.0.0-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:91d28f9a40f1264eab2af7905a4d95320ac2f287891e9c8b0035f264fe3c3a4b" } ,
{ file = "pyarrow-16.0.0-cp310-cp310-win_amd64.whl" , hash = "sha256:99af421ee451a78884d7faea23816c429e263bd3618b22d38e7992c9ce2a7ad9" } ,
{ file = "pyarrow-16.0.0-cp311-cp311-macosx_10_15_x86_64.whl" , hash = "sha256:d22d0941e6c7bafddf5f4c0662e46f2075850f1c044bf1a03150dd9e189427ce" } ,
{ file = "pyarrow-16.0.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:266ddb7e823f03733c15adc8b5078db2df6980f9aa93d6bb57ece615df4e0ba7" } ,
{ file = "pyarrow-16.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5cc23090224b6594f5a92d26ad47465af47c1d9c079dd4a0061ae39551889efe" } ,
{ file = "pyarrow-16.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:56850a0afe9ef37249d5387355449c0f94d12ff7994af88f16803a26d38f2016" } ,
{ file = "pyarrow-16.0.0-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:705db70d3e2293c2f6f8e84874b5b775f690465798f66e94bb2c07bab0a6bb55" } ,
{ file = "pyarrow-16.0.0-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:5448564754c154997bc09e95a44b81b9e31ae918a86c0fcb35c4aa4922756f55" } ,
{ file = "pyarrow-16.0.0-cp311-cp311-win_amd64.whl" , hash = "sha256:729f7b262aa620c9df8b9967db96c1575e4cfc8c25d078a06968e527b8d6ec05" } ,
{ file = "pyarrow-16.0.0-cp312-cp312-macosx_10_15_x86_64.whl" , hash = "sha256:fb8065dbc0d051bf2ae2453af0484d99a43135cadabacf0af588a3be81fbbb9b" } ,
{ file = "pyarrow-16.0.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:20ce707d9aa390593ea93218b19d0eadab56390311cb87aad32c9a869b0e958c" } ,
{ file = "pyarrow-16.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5823275c8addbbb50cd4e6a6839952682a33255b447277e37a6f518d6972f4e1" } ,
{ file = "pyarrow-16.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1ab8b9050752b16a8b53fcd9853bf07d8daf19093533e990085168f40c64d978" } ,
{ file = "pyarrow-16.0.0-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:42e56557bc7c5c10d3e42c3b32f6cff649a29d637e8f4e8b311d334cc4326730" } ,
{ file = "pyarrow-16.0.0-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:2a7abdee4a4a7cfa239e2e8d721224c4b34ffe69a0ca7981354fe03c1328789b" } ,
{ file = "pyarrow-16.0.0-cp312-cp312-win_amd64.whl" , hash = "sha256:ef2f309b68396bcc5a354106741d333494d6a0d3e1951271849787109f0229a6" } ,
{ file = "pyarrow-16.0.0-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:ed66e5217b4526fa3585b5e39b0b82f501b88a10d36bd0d2a4d8aa7b5a48e2df" } ,
{ file = "pyarrow-16.0.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:cc8814310486f2a73c661ba8354540f17eef51e1b6dd090b93e3419d3a097b3a" } ,
{ file = "pyarrow-16.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3c2f5e239db7ed43e0ad2baf46a6465f89c824cc703f38ef0fde927d8e0955f7" } ,
{ file = "pyarrow-16.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f293e92d1db251447cb028ae12f7bc47526e4649c3a9924c8376cab4ad6b98bd" } ,
{ file = "pyarrow-16.0.0-cp38-cp38-manylinux_2_28_aarch64.whl" , hash = "sha256:dd9334a07b6dc21afe0857aa31842365a62eca664e415a3f9536e3a8bb832c07" } ,
{ file = "pyarrow-16.0.0-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:d91073d1e2fef2c121154680e2ba7e35ecf8d4969cc0af1fa6f14a8675858159" } ,
{ file = "pyarrow-16.0.0-cp38-cp38-win_amd64.whl" , hash = "sha256:71d52561cd7aefd22cf52538f262850b0cc9e4ec50af2aaa601da3a16ef48877" } ,
{ file = "pyarrow-16.0.0-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:b93c9a50b965ee0bf4fef65e53b758a7e8dcc0c2d86cebcc037aaaf1b306ecc0" } ,
{ file = "pyarrow-16.0.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:d831690844706e374c455fba2fb8cfcb7b797bfe53ceda4b54334316e1ac4fa4" } ,
{ file = "pyarrow-16.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:35692ce8ad0b8c666aa60f83950957096d92f2a9d8d7deda93fb835e6053307e" } ,
{ file = "pyarrow-16.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9dd3151d098e56f16a8389c1247137f9e4c22720b01c6f3aa6dec29a99b74d80" } ,
{ file = "pyarrow-16.0.0-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:bd40467bdb3cbaf2044ed7a6f7f251c8f941c8b31275aaaf88e746c4f3ca4a7a" } ,
{ file = "pyarrow-16.0.0-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:00a1dcb22ad4ceb8af87f7bd30cc3354788776c417f493089e0a0af981bc8d80" } ,
{ file = "pyarrow-16.0.0-cp39-cp39-win_amd64.whl" , hash = "sha256:fda9a7cebd1b1d46c97b511f60f73a5b766a6de4c5236f144f41a5d5afec1f35" } ,
{ file = "pyarrow-16.0.0.tar.gz" , hash = "sha256:59bb1f1edbbf4114c72415f039f1359f1a57d166a331c3229788ccbfbb31689a" } ,
2023-04-05 11:51:19 +02:00
]
[ package . dependencies ]
numpy = ">=1.16.6"
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "pycodestyle"
2023-10-15 22:22:48 +02:00
version = "2.11.1"
2020-09-08 14:04:00 +02:00
description = "Python style guide checker"
2020-05-31 16:31:36 +02:00
optional = false
2023-08-08 09:55:41 +02:00
python-versions = ">=3.8"
2022-12-13 08:44:06 +01:00
files = [
2023-10-15 22:22:48 +02:00
{ file = "pycodestyle-2.11.1-py2.py3-none-any.whl" , hash = "sha256:44fe31000b2d866f2e41841b18528a505fbd7fef9017b04eff4e2648a0fadc67" } ,
{ file = "pycodestyle-2.11.1.tar.gz" , hash = "sha256:41ba0e7afc9752dfb53ced5489e89f8186be00e599e712660695b7a75ff2663f" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "pycountry"
2023-12-11 22:50:09 +01:00
version = "23.12.11"
2020-09-08 14:04:00 +02:00
description = "ISO country, subdivision, language, currency and script definitions and their translations"
2020-05-31 16:31:36 +02:00
optional = false
2023-12-09 10:05:26 +01:00
python-versions = ">=3.8"
files = [
2023-12-11 22:50:09 +01:00
{ file = "pycountry-23.12.11-py3-none-any.whl" , hash = "sha256:2ff91cff4f40ff61086e773d61e72005fe95de4a57bfc765509db05695dc50ab" } ,
{ file = "pycountry-23.12.11.tar.gz" , hash = "sha256:00569d82eaefbc6a490a311bfa84a9c571cff9ddbf8b0a4f4e7b4f868b4ad925" } ,
2023-12-09 10:05:26 +01:00
]
2022-09-01 07:44:12 +02:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "pyflakes"
2024-01-05 01:58:28 +01:00
version = "3.2.0"
2020-09-08 14:04:00 +02:00
description = "passive checker of Python programs"
2020-05-31 16:31:36 +02:00
optional = false
2023-08-08 09:55:41 +02:00
python-versions = ">=3.8"
2022-12-13 08:44:06 +01:00
files = [
2024-01-05 01:58:28 +01:00
{ file = "pyflakes-3.2.0-py2.py3-none-any.whl" , hash = "sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a" } ,
{ file = "pyflakes-3.2.0.tar.gz" , hash = "sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
2022-11-01 10:20:43 +01:00
name = "pygments"
2023-11-22 20:07:30 +01:00
version = "2.17.2"
2020-09-08 14:04:00 +02:00
description = "Pygments is a syntax highlighting package written in Python."
2020-05-31 16:31:36 +02:00
optional = false
2023-04-22 21:44:16 +02:00
python-versions = ">=3.7"
2022-12-13 08:44:06 +01:00
files = [
2023-11-22 20:07:30 +01:00
{ file = "pygments-2.17.2-py3-none-any.whl" , hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c" } ,
{ file = "pygments-2.17.2.tar.gz" , hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
2022-09-01 07:44:12 +02:00
[ package . extras ]
plugins = [ "importlib-metadata" ]
2023-11-22 20:07:30 +01:00
windows-terminal = [ "colorama (>=0.4.6)" ]
2022-09-01 07:44:12 +02:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "pytest"
2023-12-31 14:47:46 +01:00
version = "7.4.4"
2020-09-08 14:04:00 +02:00
description = "pytest: simple powerful testing with Python"
2020-05-31 16:31:36 +02:00
optional = false
2022-09-02 15:31:19 +02:00
python-versions = ">=3.7"
2022-12-13 08:44:06 +01:00
files = [
2023-12-31 14:47:46 +01:00
{ file = "pytest-7.4.4-py3-none-any.whl" , hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8" } ,
{ file = "pytest-7.4.4.tar.gz" , hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280" } ,
2022-12-13 08:44:06 +01:00
]
2020-09-08 14:04:00 +02:00
2020-05-31 16:31:36 +02:00
[ package . dependencies ]
2021-02-04 20:45:30 +01:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2022-11-01 10:20:43 +01:00
exceptiongroup = { version = ">=1.0.0rc8" , markers = "python_version < \"3.11\"" }
2020-10-06 16:20:16 +02:00
iniconfig = "*"
2020-05-31 16:31:36 +02:00
packaging = "*"
2021-09-06 20:03:30 +02:00
pluggy = ">=0.12,<2.0"
2022-11-01 10:20:43 +01:00
tomli = { version = ">=1.0.0" , markers = "python_version < \"3.11\"" }
2020-05-31 16:31:36 +02:00
2021-02-04 20:45:30 +01:00
[ package . extras ]
2023-06-12 09:39:24 +02:00
testing = [ "argcomplete" , "attrs (>=19.2.0)" , "hypothesis (>=3.56)" , "mock" , "nose" , "pygments (>=2.7.2)" , "requests" , "setuptools" , "xmlschema" ]
2021-02-04 20:45:30 +01:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "pytest-clarity"
2021-07-06 14:37:57 +02:00
version = "1.0.1"
2020-09-08 14:04:00 +02:00
description = "A plugin providing an alternative, colourful diff output for failing assertions."
2020-05-31 16:31:36 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2022-12-13 08:44:06 +01:00
files = [
{ file = "pytest-clarity-1.0.1.tar.gz" , hash = "sha256:505fe345fad4fe11c6a4187fe683f2c7c52c077caa1e135f3e483fe112db7772" } ,
]
2020-05-31 16:31:36 +02:00
[ package . dependencies ]
2021-07-06 14:37:57 +02:00
pprintpp = ">=0.4.0"
2020-05-31 16:31:36 +02:00
pytest = ">=3.5.0"
2021-07-06 14:37:57 +02:00
rich = ">=8.0.0"
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "python-dateutil"
2024-04-25 11:50:30 +02:00
version = "2.9.0.post0"
2020-09-08 14:04:00 +02:00
description = "Extensions to the standard Python datetime module"
2020-05-31 16:31:36 +02:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "python-dateutil-2.9.0.post0.tar.gz" , hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3" } ,
{ file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl" , hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ package . dependencies ]
six = ">=1.5"
[ [ package ] ]
name = "python-slugify"
2024-04-25 11:50:30 +02:00
version = "8.0.4"
2022-03-21 12:37:03 +01:00
description = "A Python slugify application that also handles Unicode"
2020-05-31 16:31:36 +02:00
optional = false
2022-11-28 15:15:19 +01:00
python-versions = ">=3.7"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02: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" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
2020-09-08 14:04:00 +02:00
[ package . dependencies ]
text-unidecode = ">=1.3"
2021-02-04 20:45:30 +01:00
[ package . extras ]
unidecode = [ "Unidecode (>=1.1.1)" ]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "python-stdnum"
2024-04-25 11:50:30 +02:00
version = "1.20"
2020-09-08 14:04:00 +02:00
description = "Python module to handle standardized numbers and codes"
2020-05-31 16:31:36 +02:00
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "python-stdnum-1.20.tar.gz" , hash = "sha256:ad2a2cf2eb025de408210235f36b4ae31252de3186240ccaa8126e117cb82690" } ,
{ file = "python_stdnum-1.20-py2.py3-none-any.whl" , hash = "sha256:111008e10391d54fb2afad2a10df70d5cb0c6c0a7ec82fec6f022cb8712961d3" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ package . extras ]
soap = [ "zeep" ]
soap-alt = [ "suds" ]
2022-09-01 07:44:12 +02:00
soap-fallback = [ "PySimpleSOAP" ]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "pytimeparse"
2020-09-08 14:04:00 +02:00
version = "1.1.8"
description = "Time expression parser"
2020-05-31 16:31:36 +02:00
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
{ file = "pytimeparse-1.1.8-py2.py3-none-any.whl" , hash = "sha256:04b7be6cc8bd9f5647a6325444926c3ac34ee6bc7e69da4367ba282f076036bd" } ,
{ file = "pytimeparse-1.1.8.tar.gz" , hash = "sha256:e86136477be924d7e670646a98561957e8ca7308d44841e21f5ddea757556a0a" } ,
]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "pytz"
2024-04-25 11:50:30 +02:00
version = "2024.1"
2020-09-08 14:04:00 +02:00
description = "World timezone definitions, modern and historical"
2020-05-31 16:31:36 +02:00
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "pytz-2024.1-py2.py3-none-any.whl" , hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319" } ,
{ file = "pytz-2024.1.tar.gz" , hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
2023-11-22 19:54:09 +01:00
[ [ package ] ]
name = "pyyaml"
version = "6.0.1"
description = "YAML parser and emitter for Python"
optional = false
python-versions = ">=3.6"
files = [
{ file = "PyYAML-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-win32.whl" , hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl" , hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-win32.whl" , hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl" , hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-win32.whl" , hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl" , hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-win32.whl" , hash = "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-win32.whl" , hash = "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-win32.whl" , hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl" , hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-win32.whl" , hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl" , hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486" } ,
{ file = "PyYAML-6.0.1.tar.gz" , hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43" } ,
]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "requests"
2023-05-29 21:24:22 +02:00
version = "2.31.0"
2020-09-08 14:04:00 +02:00
description = "Python HTTP for Humans."
2020-05-31 16:31:36 +02:00
optional = false
2023-05-03 13:28:47 +02:00
python-versions = ">=3.7"
2022-12-13 08:44:06 +01:00
files = [
2023-05-29 21:24:22 +02:00
{ file = "requests-2.31.0-py3-none-any.whl" , hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f" } ,
{ file = "requests-2.31.0.tar.gz" , hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1" } ,
2022-12-13 08:44:06 +01:00
]
2020-09-08 14:04:00 +02:00
2020-05-31 16:31:36 +02:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2023-01-24 12:17:44 +01:00
charset-normalizer = ">=2,<4"
2022-07-08 14:50:03 +02:00
idna = ">=2.5,<4"
2023-05-10 14:06:41 +02:00
urllib3 = ">=1.21.1,<3"
2020-05-31 16:31:36 +02:00
2021-02-04 20:45:30 +01:00
[ package . extras ]
2022-07-08 14:50:03 +02:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" ]
2022-11-01 10:20:43 +01:00
use-chardet-on-py3 = [ "chardet (>=3.0.2,<6)" ]
2021-02-04 20:45:30 +01:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "requests-cache"
2024-04-25 11:50:30 +02:00
version = "1.2.0"
2023-05-29 21:25:58 +02:00
description = "A persistent cache for python requests"
2020-05-31 16:31:36 +02:00
optional = false
2024-04-25 11:50:30 +02:00
python-versions = ">=3.8"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "requests_cache-1.2.0-py3-none-any.whl" , hash = "sha256:490324301bf0cb924ff4e6324bd2613453e7e1f847353928b08adb0fdfb7f722" } ,
{ file = "requests_cache-1.2.0.tar.gz" , hash = "sha256:db1c709ca343cc1cd5b6c8b1a5387298eceed02306a6040760db538c885e3838" } ,
2022-12-13 08:44:06 +01:00
]
2021-07-06 14:37:57 +02:00
[ package . dependencies ]
2022-09-01 07:44:12 +02:00
attrs = ">=21.2"
2022-11-01 10:20:43 +01:00
cattrs = ">=22.2"
2023-05-29 21:25:58 +02:00
platformdirs = ">=2.5"
2022-09-01 07:44:12 +02:00
requests = ">=2.22"
url-normalize = ">=1.4"
urllib3 = ">=1.25.5"
2021-07-06 14:37:57 +02:00
[ package . extras ]
2024-04-25 11:50:30 +02:00
all = [ "boto3 (>=1.15)" , "botocore (>=1.18)" , "itsdangerous (>=2.0)" , "pymongo (>=3)" , "pyyaml (>=6.0.1)" , "redis (>=3)" , "ujson (>=5.4)" ]
2022-09-01 07:44:12 +02:00
bson = [ "bson (>=0.5)" ]
2024-04-25 11:50:30 +02:00
docs = [ "furo (>=2023.3,<2024.0)" , "linkify-it-py (>=2.0,<3.0)" , "myst-parser (>=1.0,<2.0)" , "sphinx (>=5.0.2,<6.0.0)" , "sphinx-autodoc-typehints (>=1.19)" , "sphinx-automodapi (>=0.14)" , "sphinx-copybutton (>=0.5)" , "sphinx-design (>=0.2)" , "sphinx-notfound-page (>=0.8)" , "sphinxcontrib-apidoc (>=0.3)" , "sphinxext-opengraph (>=0.9)" ]
2022-09-01 07:44:12 +02:00
dynamodb = [ "boto3 (>=1.15)" , "botocore (>=1.18)" ]
2023-05-29 21:25:58 +02:00
json = [ "ujson (>=5.4)" ]
2022-07-08 14:50:03 +02:00
mongodb = [ "pymongo (>=3)" ]
redis = [ "redis (>=3)" ]
2022-09-01 07:44:12 +02:00
security = [ "itsdangerous (>=2.0)" ]
2024-04-25 11:50:30 +02:00
yaml = [ "pyyaml (>=6.0.1)" ]
2021-07-06 14:37:57 +02:00
[ [ package ] ]
name = "rich"
2024-04-25 11:50:30 +02:00
version = "13.7.1"
2021-07-06 14:37:57 +02:00
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
optional = false
2023-01-24 12:17:44 +01:00
python-versions = ">=3.7.0"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "rich-13.7.1-py3-none-any.whl" , hash = "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222" } ,
{ file = "rich-13.7.1.tar.gz" , hash = "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ package . dependencies ]
2023-08-08 09:55:41 +02:00
markdown-it-py = ">=2.2.0"
2023-03-22 10:17:26 +01:00
pygments = ">=2.13.0,<3.0.0"
2021-07-06 14:37:57 +02:00
[ package . extras ]
2023-02-18 20:09:33 +01:00
jupyter = [ "ipywidgets (>=7.5.1,<9)" ]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "six"
2021-06-14 11:52:28 +02:00
version = "1.16.0"
2020-09-08 14:04:00 +02:00
description = "Python 2 and 3 compatibility utilities"
2020-05-31 16:31:36 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2022-12-13 08:44:06 +01:00
files = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
2021-03-11 10:10:02 +01:00
2020-05-31 16:31:36 +02:00
[ [ package ] ]
2022-11-01 10:20:43 +01:00
name = "sqlalchemy"
2024-04-25 11:50:30 +02:00
version = "2.0.29"
2020-09-08 14:04:00 +02:00
description = "Database Abstraction Library"
2020-05-31 16:31:36 +02:00
optional = false
2023-10-15 22:22:48 +02:00
python-versions = ">=3.7"
files = [
2024-04-25 11:50:30 +02:00
{ file = "SQLAlchemy-2.0.29-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:4c142852ae192e9fe5aad5c350ea6befe9db14370b34047e1f0f7cf99e63c63b" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:99a1e69d4e26f71e750e9ad6fdc8614fbddb67cfe2173a3628a2566034e223c7" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5ef3fbccb4058355053c51b82fd3501a6e13dd808c8d8cd2561e610c5456013c" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9d6753305936eddc8ed190e006b7bb33a8f50b9854823485eed3a886857ab8d1" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:0f3ca96af060a5250a8ad5a63699180bc780c2edf8abf96c58af175921df847a" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:c4520047006b1d3f0d89e0532978c0688219857eb2fee7c48052560ae76aca1e" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-win32.whl" , hash = "sha256:b2a0e3cf0caac2085ff172c3faacd1e00c376e6884b5bc4dd5b6b84623e29e4f" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-win_amd64.whl" , hash = "sha256:01d10638a37460616708062a40c7b55f73e4d35eaa146781c683e0fa7f6c43fb" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:308ef9cb41d099099fffc9d35781638986870b29f744382904bf9c7dadd08513" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:296195df68326a48385e7a96e877bc19aa210e485fa381c5246bc0234c36c78e" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a13b917b4ffe5a0a31b83d051d60477819ddf18276852ea68037a144a506efb9" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4f6d971255d9ddbd3189e2e79d743ff4845c07f0633adfd1de3f63d930dbe673" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:61405ea2d563407d316c63a7b5271ae5d274a2a9fbcd01b0aa5503635699fa1e" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:de7202ffe4d4a8c1e3cde1c03e01c1a3772c92858837e8f3879b497158e4cb44" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-win32.whl" , hash = "sha256:b5d7ed79df55a731749ce65ec20d666d82b185fa4898430b17cb90c892741520" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-win_amd64.whl" , hash = "sha256:205f5a2b39d7c380cbc3b5dcc8f2762fb5bcb716838e2d26ccbc54330775b003" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:d96710d834a6fb31e21381c6d7b76ec729bd08c75a25a5184b1089141356171f" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:52de4736404e53c5c6a91ef2698c01e52333988ebdc218f14c833237a0804f1b" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5c7b02525ede2a164c5fa5014915ba3591730f2cc831f5be9ff3b7fd3e30958e" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0dfefdb3e54cd15f5d56fd5ae32f1da2d95d78319c1f6dfb9bcd0eb15d603d5d" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:a88913000da9205b13f6f195f0813b6ffd8a0c0c2bd58d499e00a30eb508870c" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:fecd5089c4be1bcc37c35e9aa678938d2888845a134dd016de457b942cf5a758" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-win32.whl" , hash = "sha256:8197d6f7a3d2b468861ebb4c9f998b9df9e358d6e1cf9c2a01061cb9b6cf4e41" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-win_amd64.whl" , hash = "sha256:9b19836ccca0d321e237560e475fd99c3d8655d03da80c845c4da20dda31b6e1" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:87a1d53a5382cdbbf4b7619f107cc862c1b0a4feb29000922db72e5a66a5ffc0" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2a0732dffe32333211801b28339d2a0babc1971bc90a983e3035e7b0d6f06b93" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:90453597a753322d6aa770c5935887ab1fc49cc4c4fdd436901308383d698b4b" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:ea311d4ee9a8fa67f139c088ae9f905fcf0277d6cd75c310a21a88bf85e130f5" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:5f20cb0a63a3e0ec4e169aa8890e32b949c8145983afa13a708bc4b0a1f30e03" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-win32.whl" , hash = "sha256:e5bbe55e8552019c6463709b39634a5fc55e080d0827e2a3a11e18eb73f5cdbd" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-win_amd64.whl" , hash = "sha256:c2f9c762a2735600654c654bf48dad388b888f8ce387b095806480e6e4ff6907" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:7e614d7a25a43a9f54fcce4675c12761b248547f3d41b195e8010ca7297c369c" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:471fcb39c6adf37f820350c28aac4a7df9d3940c6548b624a642852e727ea586" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:988569c8732f54ad3234cf9c561364221a9e943b78dc7a4aaf35ccc2265f1930" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dddaae9b81c88083e6437de95c41e86823d150f4ee94bf24e158a4526cbead01" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:334184d1ab8f4c87f9652b048af3f7abea1c809dfe526fb0435348a6fef3d380" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:38b624e5cf02a69b113c8047cf7f66b5dfe4a2ca07ff8b8716da4f1b3ae81567" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-win32.whl" , hash = "sha256:bab41acf151cd68bc2b466deae5deeb9e8ae9c50ad113444151ad965d5bf685b" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-win_amd64.whl" , hash = "sha256:52c8011088305476691b8750c60e03b87910a123cfd9ad48576d6414b6ec2a1d" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3071ad498896907a5ef756206b9dc750f8e57352113c19272bdfdc429c7bd7de" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:dba622396a3170974f81bad49aacebd243455ec3cc70615aeaef9e9613b5bca5" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7b184e3de58009cc0bf32e20f137f1ec75a32470f5fede06c58f6c355ed42a72" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8c37f1050feb91f3d6c32f864d8e114ff5545a4a7afe56778d76a9aec62638ba" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:bda7ce59b06d0f09afe22c56714c65c957b1068dee3d5e74d743edec7daba552" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:25664e18bef6dc45015b08f99c63952a53a0a61f61f2e48a9e70cec27e55f699" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-win32.whl" , hash = "sha256:77d29cb6c34b14af8a484e831ab530c0f7188f8efed1c6a833a2c674bf3c26ec" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-win_amd64.whl" , hash = "sha256:04c487305ab035a9548f573763915189fc0fe0824d9ba28433196f8436f1449c" } ,
{ file = "SQLAlchemy-2.0.29-py3-none-any.whl" , hash = "sha256:dc4ee2d4ee43251905f88637d5281a8d52e916a021384ec10758826f5cbae305" } ,
{ file = "SQLAlchemy-2.0.29.tar.gz" , hash = "sha256:bd9566b8e58cabd700bc367b60e90d9349cd16f0984973f98a9a09f9c64e86f0" } ,
2022-12-13 08:44:06 +01:00
]
2021-03-17 08:57:31 +01:00
[ package . dependencies ]
2023-10-15 22:22:48 +02:00
greenlet = { version = "!=0.4.17" , markers = "platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\"" }
2024-04-25 11:50:30 +02:00
typing-extensions = ">=4.6.0"
2020-05-31 16:31:36 +02:00
[ package . extras ]
2023-10-15 22:22:48 +02:00
aiomysql = [ "aiomysql (>=0.2.0)" , "greenlet (!=0.4.17)" ]
2023-11-22 20:07:30 +01:00
aioodbc = [ "aioodbc" , "greenlet (!=0.4.17)" ]
2024-04-25 11:50:30 +02:00
aiosqlite = [ "aiosqlite" , "greenlet (!=0.4.17)" , "typing_extensions (!=3.10.0.1)" ]
2021-03-17 08:57:31 +01:00
asyncio = [ "greenlet (!=0.4.17)" ]
2023-10-15 22:22:48 +02: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)" ]
2020-05-31 16:31:36 +02:00
mssql = [ "pyodbc" ]
2022-11-01 10:20:43 +01:00
mssql-pymssql = [ "pymssql" ]
mssql-pyodbc = [ "pyodbc" ]
2023-10-15 22:22:48 +02:00
mypy = [ "mypy (>=0.910)" ]
mysql = [ "mysqlclient (>=1.4.0)" ]
2022-11-01 10:20:43 +01:00
mysql-connector = [ "mysql-connector-python" ]
2024-04-25 11:50:30 +02:00
oracle = [ "cx_oracle (>=8)" ]
2023-10-15 22:22:48 +02:00
oracle-oracledb = [ "oracledb (>=1.0.1)" ]
2021-03-17 08:57:31 +01:00
postgresql = [ "psycopg2 (>=2.7)" ]
2022-11-01 10:20:43 +01:00
postgresql-asyncpg = [ "asyncpg" , "greenlet (!=0.4.17)" ]
2023-10-15 22:22:48 +02:00
postgresql-pg8000 = [ "pg8000 (>=1.29.1)" ]
postgresql-psycopg = [ "psycopg (>=3.0.7)" ]
2022-11-01 10:20:43 +01:00
postgresql-psycopg2binary = [ "psycopg2-binary" ]
postgresql-psycopg2cffi = [ "psycopg2cffi" ]
2023-10-15 22:22:48 +02:00
postgresql-psycopgbinary = [ "psycopg[binary] (>=3.0.7)" ]
pymysql = [ "pymysql" ]
2024-04-25 11:50:30 +02:00
sqlcipher = [ "sqlcipher3_binary" ]
2020-05-31 16:31:36 +02:00
2022-11-28 15:15:19 +01:00
[ [ package ] ]
name = "stack-data"
2023-10-15 22:22:48 +02:00
version = "0.6.3"
2022-11-28 15:15:19 +01:00
description = "Extract data from python stack frames and tracebacks for informative displays"
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
2023-10-15 22:22:48 +02:00
{ file = "stack_data-0.6.3-py3-none-any.whl" , hash = "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695" } ,
{ file = "stack_data-0.6.3.tar.gz" , hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9" } ,
2022-12-13 08:44:06 +01:00
]
2022-11-28 15:15:19 +01:00
[ package . dependencies ]
asttokens = ">=2.1.0"
executing = ">=1.2.0"
pure-eval = "*"
[ package . extras ]
tests = [ "cython" , "littleutils" , "pygments" , "pytest" , "typeguard" ]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "text-unidecode"
2020-09-08 14:04:00 +02:00
version = "1.3"
description = "The most basic Text::Unidecode port"
2020-05-31 16:31:36 +02:00
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
{ file = "text-unidecode-1.3.tar.gz" , hash = "sha256:bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93" } ,
{ file = "text_unidecode-1.3-py2.py3-none-any.whl" , hash = "sha256:1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8" } ,
]
2020-05-31 16:31:36 +02:00
2021-08-12 20:47:46 +02:00
[ [ package ] ]
name = "tomli"
2022-03-21 12:37:03 +01:00
version = "2.0.1"
2021-08-12 20:47:46 +02:00
description = "A lil' TOML parser"
optional = false
2022-01-30 11:26:04 +01:00
python-versions = ">=3.7"
2022-12-13 08:44:06 +01:00
files = [
{ file = "tomli-2.0.1-py3-none-any.whl" , hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc" } ,
{ file = "tomli-2.0.1.tar.gz" , hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" } ,
]
2020-05-31 16:31:36 +02:00
2023-11-22 19:54:09 +01:00
[ [ package ] ]
name = "trailrunner"
version = "1.4.0"
description = "Run things on paths"
optional = false
python-versions = ">=3.7"
files = [
{ file = "trailrunner-1.4.0-py3-none-any.whl" , hash = "sha256:a286d39f2723f28d167347f41cf8f232832648709366e722f55cf5545772a48e" } ,
{ file = "trailrunner-1.4.0.tar.gz" , hash = "sha256:3fe61e259e6b2e5192f321c265985b7a0dc18497ced62b2da244f08104978398" } ,
]
[ package . dependencies ]
pathspec = ">=0.8.1"
[ package . extras ]
dev = [ "attribution (==1.6.2)" , "black (==22.3.0)" , "click (==8.1.3)" , "coverage (==6.5)" , "flake8 (==4.0.1)" , "flake8-bugbear (==23.2.13)" , "flit (==3.7.1)" , "mypy (==1.1.1)" , "rich (==13.3.2)" , "ufmt (==2.0.1)" , "usort (==1.0.5)" ]
docs = [ "sphinx (==6.1.3)" , "sphinx-mdinclude (==0.5.3)" ]
2022-11-28 15:15:19 +01:00
[ [ package ] ]
name = "traitlets"
2024-04-25 11:50:30 +02:00
version = "5.14.3"
2022-12-13 08:44:06 +01:00
description = "Traitlets Python configuration system"
2022-11-28 15:15:19 +01:00
optional = false
2023-10-15 22:22:48 +02:00
python-versions = ">=3.8"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "traitlets-5.14.3-py3-none-any.whl" , hash = "sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f" } ,
{ file = "traitlets-5.14.3.tar.gz" , hash = "sha256:9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7" } ,
2022-12-13 08:44:06 +01:00
]
2022-11-28 15:15:19 +01:00
[ package . extras ]
docs = [ "myst-parser" , "pydata-sphinx-theme" , "sphinx" ]
2024-04-25 11:50:30 +02:00
test = [ "argcomplete (>=3.0.3)" , "mypy (>=1.7.0)" , "pre-commit" , "pytest (>=7.0,<8.2)" , "pytest-mock" , "pytest-mypy-testing" ]
2022-11-28 15:15:19 +01:00
2020-10-06 16:20:16 +02:00
[ [ package ] ]
name = "typing-extensions"
2024-04-25 11:50:30 +02:00
version = "4.11.0"
2023-10-15 22:22:48 +02:00
description = "Backported and Experimental Type Hints for Python 3.8+"
2020-10-06 16:20:16 +02:00
optional = false
2023-10-15 22:22:48 +02:00
python-versions = ">=3.8"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "typing_extensions-4.11.0-py3-none-any.whl" , hash = "sha256:c1f94d72897edaf4ce775bb7558d5b79d8126906a14ea5ed1635921406c0387a" } ,
{ file = "typing_extensions-4.11.0.tar.gz" , hash = "sha256:83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0" } ,
2023-11-22 19:54:09 +01:00
]
2023-04-05 10:15:55 +02:00
[ [ package ] ]
name = "tzdata"
2024-04-25 11:50:30 +02:00
version = "2024.1"
2023-04-05 10:15:55 +02:00
description = "Provider of IANA time zone data"
optional = false
python-versions = ">=2"
files = [
2024-04-25 11:50:30 +02:00
{ file = "tzdata-2024.1-py2.py3-none-any.whl" , hash = "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252" } ,
{ file = "tzdata-2024.1.tar.gz" , hash = "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd" } ,
2023-04-05 10:15:55 +02:00
]
2021-07-06 14:37:57 +02:00
[ [ package ] ]
name = "url-normalize"
version = "1.4.3"
description = "URL normalization for Python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2022-12-13 08:44:06 +01:00
files = [
{ file = "url-normalize-1.4.3.tar.gz" , hash = "sha256:d23d3a070ac52a67b83a1c59a0e68f8608d1cd538783b401bc9de2c0fac999b2" } ,
{ file = "url_normalize-1.4.3-py2.py3-none-any.whl" , hash = "sha256:ec3c301f04e5bb676d333a7fa162fa977ad2ca04b7e652bfc9fac4e405728eed" } ,
]
2021-07-06 14:37:57 +02:00
[ package . dependencies ]
six = "*"
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "urllib3"
2024-04-25 11:50:30 +02:00
version = "2.2.1"
2020-09-08 14:04:00 +02:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
2020-05-31 16:31:36 +02:00
optional = false
2023-11-22 20:07:30 +01:00
python-versions = ">=3.8"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "urllib3-2.2.1-py3-none-any.whl" , hash = "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d" } ,
{ file = "urllib3-2.2.1.tar.gz" , hash = "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ package . extras ]
2023-05-10 14:06:41 +02:00
brotli = [ "brotli (>=1.0.9)" , "brotlicffi (>=0.8.0)" ]
2024-04-25 11:50:30 +02:00
h2 = [ "h2 (>=4,<5)" ]
2023-05-10 14:06:41 +02:00
socks = [ "pysocks (>=1.5.6,!=1.5.7,<2.0)" ]
zstd = [ "zstandard (>=0.18.0)" ]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "wcwidth"
2024-04-25 11:50:30 +02:00
version = "0.2.13"
2020-09-08 14:04:00 +02:00
description = "Measures the displayed width of unicode strings in a terminal"
2020-05-31 16:31:36 +02:00
optional = false
python-versions = "*"
2022-12-13 08:44:06 +01:00
files = [
2024-04-25 11:50:30 +02:00
{ file = "wcwidth-0.2.13-py2.py3-none-any.whl" , hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859" } ,
{ file = "wcwidth-0.2.13.tar.gz" , hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5" } ,
2022-12-13 08:44:06 +01:00
]
2020-05-31 16:31:36 +02:00
[ [ package ] ]
name = "xlrd"
2022-09-02 15:31:19 +02:00
version = "2.0.1"
description = "Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files"
2020-05-31 16:31:36 +02:00
optional = false
2022-09-02 15:31:19 +02:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2022-12-13 08:44:06 +01:00
files = [
{ file = "xlrd-2.0.1-py2.py3-none-any.whl" , hash = "sha256:6a33ee89877bd9abc1158129f6e94be74e2679636b8a205b43b85206c3f0bbdd" } ,
{ file = "xlrd-2.0.1.tar.gz" , hash = "sha256:f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88" } ,
]
2022-09-02 15:31:19 +02:00
[ package . extras ]
build = [ "twine" , "wheel" ]
docs = [ "sphinx" ]
test = [ "pytest" , "pytest-cov" ]
2020-05-31 16:31:36 +02:00
2023-10-15 22:22:48 +02:00
[ [ package ] ]
name = "zipp"
2024-04-25 11:50:30 +02:00
version = "3.18.1"
2023-10-15 22:22:48 +02:00
description = "Backport of pathlib-compatible object wrapper for zip files"
optional = false
python-versions = ">=3.8"
files = [
2024-04-25 11:50:30 +02:00
{ file = "zipp-3.18.1-py3-none-any.whl" , hash = "sha256:206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b" } ,
{ file = "zipp-3.18.1.tar.gz" , hash = "sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715" } ,
2023-10-15 22:22:48 +02:00
]
[ package . extras ]
2024-04-25 11:50:30 +02:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
testing = [ "big-O" , "jaraco.functools" , "jaraco.itertools" , "more-itertools" , "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-ignore-flaky" , "pytest-mypy" , "pytest-ruff (>=0.2.1)" ]
2023-10-15 22:22:48 +02:00
2020-05-31 16:31:36 +02:00
[ metadata ]
2022-12-13 08:44:06 +01:00
lock-version = "2.0"
python-versions = "^3.9"
2024-01-05 01:58:28 +01:00
content-hash = "8cbf5d0b6b8a93ae60c991ca0a4514dc8e655762345086e2b2649c19d09d5f2b"