blob: 31590deffc2b4c1a7e5f4e0e74931f6ace20ed5a [file] [log] [blame]
Harrison Mutai19dc4f92024-05-10 16:54:29 +00001# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
Harrison Mutaib378ad42023-02-16 10:20:48 +00002
3[[package]]
4name = "alabaster"
5version = "0.7.13"
6description = "A configurable sidebar-enabled Sphinx theme"
Harrison Mutaib378ad42023-02-16 10:20:48 +00007optional = false
8python-versions = ">=3.6"
9files = [
10 {file = "alabaster-0.7.13-py3-none-any.whl", hash = "sha256:1ee19aca801bbabb5ba3f5f258e4422dfa86f82f3e9cefb0859b283cdd7f62a3"},
11 {file = "alabaster-0.7.13.tar.gz", hash = "sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2"},
12]
13
14[[package]]
Harrison Mutaie9bc4882023-02-23 10:33:58 +000015name = "anytree"
Harrison Mutai19dc4f92024-05-10 16:54:29 +000016version = "2.12.1"
17description = "Powerful and Lightweight Python Tree Data Structure with various plugins"
Harrison Mutaie9bc4882023-02-23 10:33:58 +000018optional = false
Harrison Mutai19dc4f92024-05-10 16:54:29 +000019python-versions = ">=3.7.2,<4"
Harrison Mutaie9bc4882023-02-23 10:33:58 +000020files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +000021 {file = "anytree-2.12.1-py3-none-any.whl", hash = "sha256:5ea9e61caf96db1e5b3d0a914378d2cd83c269dfce1fb8242ce96589fa3382f0"},
22 {file = "anytree-2.12.1.tar.gz", hash = "sha256:244def434ccf31b668ed282954e5d315b4e066c4940b94aff4a7962d85947830"},
Harrison Mutaie9bc4882023-02-23 10:33:58 +000023]
24
25[package.dependencies]
Harrison Mutai19dc4f92024-05-10 16:54:29 +000026six = "*"
Harrison Mutaie9bc4882023-02-23 10:33:58 +000027
28[[package]]
Harrison Mutaib378ad42023-02-16 10:20:48 +000029name = "babel"
Harrison Mutai19dc4f92024-05-10 16:54:29 +000030version = "2.15.0"
Harrison Mutaib378ad42023-02-16 10:20:48 +000031description = "Internationalization utilities"
Harrison Mutaib378ad42023-02-16 10:20:48 +000032optional = false
Harrison Mutai19dc4f92024-05-10 16:54:29 +000033python-versions = ">=3.8"
Harrison Mutaib378ad42023-02-16 10:20:48 +000034files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +000035 {file = "Babel-2.15.0-py3-none-any.whl", hash = "sha256:08706bdad8d0a3413266ab61bd6c34d0c28d6e1e7badf40a2cebe67644e2e1fb"},
36 {file = "babel-2.15.0.tar.gz", hash = "sha256:8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413"},
Harrison Mutaib378ad42023-02-16 10:20:48 +000037]
38
39[package.dependencies]
40pytz = {version = ">=2015.7", markers = "python_version < \"3.9\""}
41
Harrison Mutai19dc4f92024-05-10 16:54:29 +000042[package.extras]
43dev = ["freezegun (>=1.0,<2.0)", "pytest (>=6.0)", "pytest-cov"]
44
Harrison Mutaib378ad42023-02-16 10:20:48 +000045[[package]]
46name = "build"
Harrison Mutai19dc4f92024-05-10 16:54:29 +000047version = "1.2.1"
Harrison Mutaib378ad42023-02-16 10:20:48 +000048description = "A simple, correct Python build frontend"
Harrison Mutaib378ad42023-02-16 10:20:48 +000049optional = false
Harrison Mutai19dc4f92024-05-10 16:54:29 +000050python-versions = ">=3.8"
Harrison Mutaib378ad42023-02-16 10:20:48 +000051files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +000052 {file = "build-1.2.1-py3-none-any.whl", hash = "sha256:75e10f767a433d9a86e50d83f418e83efc18ede923ee5ff7df93b6cb0306c5d4"},
53 {file = "build-1.2.1.tar.gz", hash = "sha256:526263f4870c26f26c433545579475377b2b7588b6f1eac76a001e873ae3e19d"},
Harrison Mutaib378ad42023-02-16 10:20:48 +000054]
55
56[package.dependencies]
57colorama = {version = "*", markers = "os_name == \"nt\""}
Harrison Mutai19dc4f92024-05-10 16:54:29 +000058importlib-metadata = {version = ">=4.6", markers = "python_full_version < \"3.10.2\""}
59packaging = ">=19.1"
Harrison Mutaib378ad42023-02-16 10:20:48 +000060pyproject_hooks = "*"
61tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
62
63[package.extras]
Harrison Mutai19dc4f92024-05-10 16:54:29 +000064docs = ["furo (>=2023.08.17)", "sphinx (>=7.0,<8.0)", "sphinx-argparse-cli (>=1.5)", "sphinx-autodoc-typehints (>=1.10)", "sphinx-issues (>=3.0.0)"]
65test = ["build[uv,virtualenv]", "filelock (>=3)", "pytest (>=6.2.4)", "pytest-cov (>=2.12)", "pytest-mock (>=2)", "pytest-rerunfailures (>=9.1)", "pytest-xdist (>=1.34)", "setuptools (>=42.0.0)", "setuptools (>=56.0.0)", "setuptools (>=56.0.0)", "setuptools (>=67.8.0)", "wheel (>=0.36.0)"]
66typing = ["build[uv]", "importlib-metadata (>=5.1)", "mypy (>=1.9.0,<1.10.0)", "tomli", "typing-extensions (>=3.7.4.3)"]
67uv = ["uv (>=0.1.18)"]
Harrison Mutaib378ad42023-02-16 10:20:48 +000068virtualenv = ["virtualenv (>=20.0.35)"]
69
70[[package]]
71name = "certifi"
dependabot[bot]e017c0c2024-07-09 11:45:10 +000072version = "2024.7.4"
Harrison Mutaib378ad42023-02-16 10:20:48 +000073description = "Python package for providing Mozilla's CA Bundle."
Harrison Mutaib378ad42023-02-16 10:20:48 +000074optional = false
75python-versions = ">=3.6"
76files = [
dependabot[bot]e017c0c2024-07-09 11:45:10 +000077 {file = "certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"},
78 {file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"},
Harrison Mutaib378ad42023-02-16 10:20:48 +000079]
80
81[[package]]
82name = "charset-normalizer"
Harrison Mutai19dc4f92024-05-10 16:54:29 +000083version = "3.3.2"
Harrison Mutaib378ad42023-02-16 10:20:48 +000084description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
Harrison Mutaib378ad42023-02-16 10:20:48 +000085optional = false
86python-versions = ">=3.7.0"
87files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +000088 {file = "charset-normalizer-3.3.2.tar.gz", hash = "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5"},
89 {file = "charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3"},
90 {file = "charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027"},
91 {file = "charset_normalizer-3.3.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03"},
92 {file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d"},
93 {file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e"},
94 {file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6"},
95 {file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5"},
96 {file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537"},
97 {file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c"},
98 {file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12"},
99 {file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f"},
100 {file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269"},
101 {file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519"},
102 {file = "charset_normalizer-3.3.2-cp310-cp310-win32.whl", hash = "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73"},
103 {file = "charset_normalizer-3.3.2-cp310-cp310-win_amd64.whl", hash = "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09"},
104 {file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db"},
105 {file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96"},
106 {file = "charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e"},
107 {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f"},
108 {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574"},
109 {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4"},
110 {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8"},
111 {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc"},
112 {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae"},
113 {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887"},
114 {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae"},
115 {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce"},
116 {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f"},
117 {file = "charset_normalizer-3.3.2-cp311-cp311-win32.whl", hash = "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab"},
118 {file = "charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl", hash = "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77"},
119 {file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8"},
120 {file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b"},
121 {file = "charset_normalizer-3.3.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6"},
122 {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a"},
123 {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389"},
124 {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa"},
125 {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b"},
126 {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed"},
127 {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26"},
128 {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d"},
129 {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068"},
130 {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143"},
131 {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4"},
132 {file = "charset_normalizer-3.3.2-cp312-cp312-win32.whl", hash = "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7"},
133 {file = "charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl", hash = "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001"},
134 {file = "charset_normalizer-3.3.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c"},
135 {file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5"},
136 {file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985"},
137 {file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6"},
138 {file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714"},
139 {file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786"},
140 {file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5"},
141 {file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c"},
142 {file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8"},
143 {file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711"},
144 {file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811"},
145 {file = "charset_normalizer-3.3.2-cp37-cp37m-win32.whl", hash = "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4"},
146 {file = "charset_normalizer-3.3.2-cp37-cp37m-win_amd64.whl", hash = "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99"},
147 {file = "charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a"},
148 {file = "charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac"},
149 {file = "charset_normalizer-3.3.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a"},
150 {file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33"},
151 {file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238"},
152 {file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a"},
153 {file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2"},
154 {file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8"},
155 {file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898"},
156 {file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99"},
157 {file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d"},
158 {file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04"},
159 {file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087"},
160 {file = "charset_normalizer-3.3.2-cp38-cp38-win32.whl", hash = "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25"},
161 {file = "charset_normalizer-3.3.2-cp38-cp38-win_amd64.whl", hash = "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b"},
162 {file = "charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4"},
163 {file = "charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d"},
164 {file = "charset_normalizer-3.3.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0"},
165 {file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269"},
166 {file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c"},
167 {file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519"},
168 {file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796"},
169 {file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185"},
170 {file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c"},
171 {file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458"},
172 {file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2"},
173 {file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8"},
174 {file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561"},
175 {file = "charset_normalizer-3.3.2-cp39-cp39-win32.whl", hash = "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f"},
176 {file = "charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl", hash = "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d"},
177 {file = "charset_normalizer-3.3.2-py3-none-any.whl", hash = "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000178]
179
180[[package]]
181name = "click"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000182version = "8.1.7"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000183description = "Composable command line interface toolkit"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000184optional = false
185python-versions = ">=3.7"
186files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000187 {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
188 {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000189]
190
191[package.dependencies]
192colorama = {version = "*", markers = "platform_system == \"Windows\""}
193
194[[package]]
195name = "colorama"
196version = "0.4.6"
197description = "Cross-platform colored terminal text."
Harrison Mutaib378ad42023-02-16 10:20:48 +0000198optional = false
199python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
200files = [
201 {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
202 {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
203]
204
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000205[[package]]
206name = "commonmark"
207version = "0.9.1"
208description = "Python parser for the CommonMark Markdown spec"
209optional = false
210python-versions = "*"
211files = [
212 {file = "commonmark-0.9.1-py2.py3-none-any.whl", hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"},
213 {file = "commonmark-0.9.1.tar.gz", hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"},
214]
215
216[package.extras]
217test = ["flake8 (==3.7.8)", "hypothesis (==3.55.3)"]
218
Harrison Mutaib378ad42023-02-16 10:20:48 +0000219[[package]]
220name = "docutils"
221version = "0.18.1"
222description = "Docutils -- Python Documentation Utilities"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000223optional = false
224python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
225files = [
226 {file = "docutils-0.18.1-py2.py3-none-any.whl", hash = "sha256:23010f129180089fbcd3bc08cfefccb3b890b0050e1ca00c867036e9d161b98c"},
227 {file = "docutils-0.18.1.tar.gz", hash = "sha256:679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06"},
228]
229
230[[package]]
231name = "idna"
dependabot[bot]9ebb3652024-07-09 11:44:51 +0000232version = "3.7"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000233description = "Internationalized Domain Names in Applications (IDNA)"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000234optional = false
235python-versions = ">=3.5"
236files = [
dependabot[bot]9ebb3652024-07-09 11:44:51 +0000237 {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"},
238 {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000239]
240
241[[package]]
242name = "imagesize"
243version = "1.4.1"
244description = "Getting image size from png/jpeg/jpeg2000/gif file"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000245optional = false
246python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
247files = [
248 {file = "imagesize-1.4.1-py2.py3-none-any.whl", hash = "sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b"},
249 {file = "imagesize-1.4.1.tar.gz", hash = "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a"},
250]
251
252[[package]]
253name = "importlib-metadata"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000254version = "8.1.0"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000255description = "Read metadata from Python packages"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000256optional = false
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000257python-versions = ">=3.8"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000258files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000259 {file = "importlib_metadata-8.1.0-py3-none-any.whl", hash = "sha256:3cd29f739ed65973840b068e3132135ce954c254d48b5b640484467ef7ab3c8c"},
260 {file = "importlib_metadata-8.1.0.tar.gz", hash = "sha256:fcdcb1d5ead7bdf3dd32657bb94ebe9d2aabfe89a19782ddc32da5041d6ebfb4"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000261]
262
263[package.dependencies]
264zipp = ">=0.5"
265
266[package.extras]
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000267doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
Harrison Mutaib378ad42023-02-16 10:20:48 +0000268perf = ["ipython"]
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000269test = ["flufl.flake8", "importlib-resources (>=1.3)", "jaraco.test (>=5.4)", "packaging", "pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-perf (>=0.9.2)", "pytest-ruff (>=0.2.1)"]
Harrison Mutaib378ad42023-02-16 10:20:48 +0000270
271[[package]]
272name = "jinja2"
dependabot[bot]7f7383d2024-07-09 11:44:31 +0000273version = "3.1.4"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000274description = "A very fast and expressive template engine."
Harrison Mutaib378ad42023-02-16 10:20:48 +0000275optional = false
276python-versions = ">=3.7"
277files = [
dependabot[bot]7f7383d2024-07-09 11:44:31 +0000278 {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"},
279 {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000280]
281
282[package.dependencies]
283MarkupSafe = ">=2.0"
284
285[package.extras]
286i18n = ["Babel (>=2.7)"]
287
288[[package]]
289name = "markdown-it-py"
290version = "2.2.0"
291description = "Python port of markdown-it. Markdown parsing, done right!"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000292optional = false
293python-versions = ">=3.7"
294files = [
295 {file = "markdown-it-py-2.2.0.tar.gz", hash = "sha256:7c9a5e412688bc771c67432cbfebcdd686c93ce6484913dccf06cb5a0bea35a1"},
296 {file = "markdown_it_py-2.2.0-py3-none-any.whl", hash = "sha256:5a35f8d1870171d9acc47b99612dc146129b631baf04970128b568f190d0cc30"},
297]
298
299[package.dependencies]
300mdurl = ">=0.1,<1.0"
301
302[package.extras]
303benchmarking = ["psutil", "pytest", "pytest-benchmark"]
304code-style = ["pre-commit (>=3.0,<4.0)"]
305compare = ["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)"]
306linkify = ["linkify-it-py (>=1,<3)"]
307plugins = ["mdit-py-plugins"]
308profiling = ["gprof2dot"]
309rtd = ["attrs", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx_book_theme"]
310testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
311
312[[package]]
313name = "markupsafe"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000314version = "2.1.5"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000315description = "Safely add untrusted strings to HTML/XML markup."
Harrison Mutaib378ad42023-02-16 10:20:48 +0000316optional = false
317python-versions = ">=3.7"
318files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000319 {file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc"},
320 {file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5"},
321 {file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46"},
322 {file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f"},
323 {file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900"},
324 {file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff"},
325 {file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad"},
326 {file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd"},
327 {file = "MarkupSafe-2.1.5-cp310-cp310-win32.whl", hash = "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4"},
328 {file = "MarkupSafe-2.1.5-cp310-cp310-win_amd64.whl", hash = "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5"},
329 {file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f"},
330 {file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2"},
331 {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced"},
332 {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5"},
333 {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c"},
334 {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f"},
335 {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a"},
336 {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f"},
337 {file = "MarkupSafe-2.1.5-cp311-cp311-win32.whl", hash = "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906"},
338 {file = "MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl", hash = "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617"},
339 {file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1"},
340 {file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4"},
341 {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee"},
342 {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5"},
343 {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b"},
344 {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a"},
345 {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f"},
346 {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169"},
347 {file = "MarkupSafe-2.1.5-cp312-cp312-win32.whl", hash = "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad"},
348 {file = "MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl", hash = "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb"},
349 {file = "MarkupSafe-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f"},
350 {file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf"},
351 {file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a"},
352 {file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52"},
353 {file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9"},
354 {file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df"},
355 {file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50"},
356 {file = "MarkupSafe-2.1.5-cp37-cp37m-win32.whl", hash = "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371"},
357 {file = "MarkupSafe-2.1.5-cp37-cp37m-win_amd64.whl", hash = "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2"},
358 {file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a"},
359 {file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46"},
360 {file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532"},
361 {file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab"},
362 {file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68"},
363 {file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0"},
364 {file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4"},
365 {file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3"},
366 {file = "MarkupSafe-2.1.5-cp38-cp38-win32.whl", hash = "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff"},
367 {file = "MarkupSafe-2.1.5-cp38-cp38-win_amd64.whl", hash = "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029"},
368 {file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf"},
369 {file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2"},
370 {file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8"},
371 {file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3"},
372 {file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465"},
373 {file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e"},
374 {file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea"},
375 {file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6"},
376 {file = "MarkupSafe-2.1.5-cp39-cp39-win32.whl", hash = "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf"},
377 {file = "MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl", hash = "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5"},
378 {file = "MarkupSafe-2.1.5.tar.gz", hash = "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000379]
380
381[[package]]
382name = "mdit-py-plugins"
383version = "0.3.5"
384description = "Collection of plugins for markdown-it-py"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000385optional = false
386python-versions = ">=3.7"
387files = [
388 {file = "mdit-py-plugins-0.3.5.tar.gz", hash = "sha256:eee0adc7195e5827e17e02d2a258a2ba159944a0748f59c5099a4a27f78fcf6a"},
389 {file = "mdit_py_plugins-0.3.5-py3-none-any.whl", hash = "sha256:ca9a0714ea59a24b2b044a1831f48d817dd0c817e84339f20e7889f392d77c4e"},
390]
391
392[package.dependencies]
393markdown-it-py = ">=1.0.0,<3.0.0"
394
395[package.extras]
396code-style = ["pre-commit"]
397rtd = ["attrs", "myst-parser (>=0.16.1,<0.17.0)", "sphinx-book-theme (>=0.1.0,<0.2.0)"]
398testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
399
400[[package]]
401name = "mdurl"
402version = "0.1.2"
403description = "Markdown URL utilities"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000404optional = false
405python-versions = ">=3.7"
406files = [
407 {file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"},
408 {file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"},
409]
410
411[[package]]
412name = "myst-parser"
413version = "0.18.1"
414description = "An extended commonmark compliant parser, with bridges to docutils & sphinx."
Harrison Mutaib378ad42023-02-16 10:20:48 +0000415optional = false
416python-versions = ">=3.7"
417files = [
418 {file = "myst-parser-0.18.1.tar.gz", hash = "sha256:79317f4bb2c13053dd6e64f9da1ba1da6cd9c40c8a430c447a7b146a594c246d"},
419 {file = "myst_parser-0.18.1-py3-none-any.whl", hash = "sha256:61b275b85d9f58aa327f370913ae1bec26ebad372cc99f3ab85c8ec3ee8d9fb8"},
420]
421
422[package.dependencies]
423docutils = ">=0.15,<0.20"
424jinja2 = "*"
425markdown-it-py = ">=1.0.0,<3.0.0"
426mdit-py-plugins = ">=0.3.1,<0.4.0"
427pyyaml = "*"
428sphinx = ">=4,<6"
429typing-extensions = "*"
430
431[package.extras]
432code-style = ["pre-commit (>=2.12,<3.0)"]
433linkify = ["linkify-it-py (>=1.0,<2.0)"]
434rtd = ["ipython", "sphinx-book-theme", "sphinx-design", "sphinxcontrib.mermaid (>=0.7.1,<0.8.0)", "sphinxext-opengraph (>=0.6.3,<0.7.0)", "sphinxext-rediraffe (>=0.2.7,<0.3.0)"]
435testing = ["beautifulsoup4", "coverage[toml]", "pytest (>=6,<7)", "pytest-cov", "pytest-param-files (>=0.3.4,<0.4.0)", "pytest-regressions", "sphinx (<5.2)", "sphinx-pytest"]
436
437[[package]]
438name = "packaging"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000439version = "24.1"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000440description = "Core utilities for Python packages"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000441optional = false
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000442python-versions = ">=3.8"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000443files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000444 {file = "packaging-24.1-py3-none-any.whl", hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124"},
445 {file = "packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000446]
447
448[[package]]
449name = "pip"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000450version = "24.1.2"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000451description = "The PyPA recommended tool for installing Python packages."
Harrison Mutaib378ad42023-02-16 10:20:48 +0000452optional = false
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000453python-versions = ">=3.8"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000454files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000455 {file = "pip-24.1.2-py3-none-any.whl", hash = "sha256:7cd207eed4c60b0f411b444cd1464198fe186671c323b6cd6d433ed80fc9d247"},
456 {file = "pip-24.1.2.tar.gz", hash = "sha256:e5458a0b89f2755e0ee8c0c77613fe5273e05f337907874d64f13171a898a7ff"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000457]
458
459[[package]]
460name = "pip-tools"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000461version = "6.14.0"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000462description = "pip-tools keeps your pinned dependencies fresh."
Harrison Mutaib378ad42023-02-16 10:20:48 +0000463optional = false
464python-versions = ">=3.7"
465files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000466 {file = "pip-tools-6.14.0.tar.gz", hash = "sha256:06366be0e08d86b416407333e998b4d305d5bd925151b08942ed149380ba3e47"},
467 {file = "pip_tools-6.14.0-py3-none-any.whl", hash = "sha256:c5ad042cd27c0b343b10db1db7f77a7d087beafbec59ae6df1bba4d3368dfe8c"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000468]
469
470[package.dependencies]
471build = "*"
472click = ">=8"
473pip = ">=22.2"
474setuptools = "*"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000475tomli = {version = "*", markers = "python_version < \"3.11\""}
Harrison Mutaib378ad42023-02-16 10:20:48 +0000476wheel = "*"
477
478[package.extras]
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000479coverage = ["covdefaults", "pytest-cov"]
480testing = ["flit-core (>=2,<4)", "poetry-core (>=1.0.0)", "pytest (>=7.2.0)", "pytest-rerunfailures", "pytest-xdist", "tomli-w"]
Harrison Mutaib378ad42023-02-16 10:20:48 +0000481
482[[package]]
Harrison Mutaie9bc4882023-02-23 10:33:58 +0000483name = "prettytable"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000484version = "3.10.2"
Harrison Mutaie9bc4882023-02-23 10:33:58 +0000485description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format"
Harrison Mutaie9bc4882023-02-23 10:33:58 +0000486optional = false
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000487python-versions = ">=3.8"
Harrison Mutaie9bc4882023-02-23 10:33:58 +0000488files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000489 {file = "prettytable-3.10.2-py3-none-any.whl", hash = "sha256:1cbfdeb4bcc73976a778a0fb33cb6d752e75396f16574dcb3e2d6332fd93c76a"},
490 {file = "prettytable-3.10.2.tar.gz", hash = "sha256:29ec6c34260191d42cd4928c28d56adec360ac2b1208a26c7e4f14b90cc8bc84"},
Harrison Mutaie9bc4882023-02-23 10:33:58 +0000491]
492
493[package.dependencies]
494wcwidth = "*"
495
496[package.extras]
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000497tests = ["pytest", "pytest-cov", "pytest-lazy-fixtures"]
Harrison Mutaie9bc4882023-02-23 10:33:58 +0000498
499[[package]]
500name = "pyelftools"
501version = "0.29"
502description = "Library for analyzing ELF files and DWARF debugging information"
Harrison Mutaie9bc4882023-02-23 10:33:58 +0000503optional = false
504python-versions = "*"
505files = [
506 {file = "pyelftools-0.29-py2.py3-none-any.whl", hash = "sha256:519f38cf412f073b2d7393aa4682b0190fa901f7c3fa0bff2b82d537690c7fc1"},
507 {file = "pyelftools-0.29.tar.gz", hash = "sha256:ec761596aafa16e282a31de188737e5485552469ac63b60cfcccf22263fd24ff"},
508]
509
510[[package]]
Harrison Mutaib378ad42023-02-16 10:20:48 +0000511name = "pygments"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000512version = "2.18.0"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000513description = "Pygments is a syntax highlighting package written in Python."
Harrison Mutaib378ad42023-02-16 10:20:48 +0000514optional = false
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000515python-versions = ">=3.8"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000516files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000517 {file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"},
518 {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000519]
520
521[package.extras]
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000522windows-terminal = ["colorama (>=0.4.6)"]
Harrison Mutaib378ad42023-02-16 10:20:48 +0000523
524[[package]]
525name = "pyproject-hooks"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000526version = "1.1.0"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000527description = "Wrappers to call pyproject.toml-based build backend hooks."
Harrison Mutaib378ad42023-02-16 10:20:48 +0000528optional = false
529python-versions = ">=3.7"
530files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000531 {file = "pyproject_hooks-1.1.0-py3-none-any.whl", hash = "sha256:7ceeefe9aec63a1064c18d939bdc3adf2d8aa1988a510afec15151578b232aa2"},
532 {file = "pyproject_hooks-1.1.0.tar.gz", hash = "sha256:4b37730834edbd6bd37f26ece6b44802fb1c1ee2ece0e54ddff8bfc06db86965"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000533]
534
Harrison Mutaib378ad42023-02-16 10:20:48 +0000535[[package]]
536name = "pytz"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000537version = "2024.1"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000538description = "World timezone definitions, modern and historical"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000539optional = false
540python-versions = "*"
541files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000542 {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"},
543 {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000544]
545
546[[package]]
547name = "pyyaml"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000548version = "6.0.1"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000549description = "YAML parser and emitter for Python"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000550optional = false
551python-versions = ">=3.6"
552files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000553 {file = "PyYAML-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a"},
554 {file = "PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"},
555 {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"},
556 {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"},
557 {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"},
558 {file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"},
559 {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"},
560 {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"},
561 {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"},
562 {file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab"},
563 {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"},
564 {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"},
565 {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"},
566 {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"},
567 {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"},
568 {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"},
569 {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"},
570 {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"},
571 {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"},
572 {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"},
573 {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"},
574 {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"},
575 {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"},
576 {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"},
577 {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"},
578 {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"},
579 {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd"},
580 {file = "PyYAML-6.0.1-cp36-cp36m-win32.whl", hash = "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585"},
581 {file = "PyYAML-6.0.1-cp36-cp36m-win_amd64.whl", hash = "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa"},
582 {file = "PyYAML-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3"},
583 {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27"},
584 {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3"},
585 {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c"},
586 {file = "PyYAML-6.0.1-cp37-cp37m-win32.whl", hash = "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba"},
587 {file = "PyYAML-6.0.1-cp37-cp37m-win_amd64.whl", hash = "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867"},
588 {file = "PyYAML-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595"},
589 {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"},
590 {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"},
591 {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"},
592 {file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"},
593 {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"},
594 {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"},
595 {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"},
596 {file = "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859"},
597 {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"},
598 {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"},
599 {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"},
600 {file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"},
601 {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"},
602 {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"},
603 {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000604]
605
606[[package]]
607name = "requests"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000608version = "2.32.3"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000609description = "Python HTTP for Humans."
Harrison Mutaib378ad42023-02-16 10:20:48 +0000610optional = false
dependabot[bot]6161ec62024-07-09 11:44:43 +0000611python-versions = ">=3.8"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000612files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000613 {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
614 {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000615]
616
617[package.dependencies]
618certifi = ">=2017.4.17"
619charset-normalizer = ">=2,<4"
620idna = ">=2.5,<4"
Harrison Mutaie9bc4882023-02-23 10:33:58 +0000621urllib3 = ">=1.21.1,<3"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000622
623[package.extras]
624socks = ["PySocks (>=1.5.6,!=1.5.7)"]
625use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
626
627[[package]]
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000628name = "rich"
629version = "10.16.2"
630description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
631optional = false
632python-versions = ">=3.6.2,<4.0.0"
633files = [
634 {file = "rich-10.16.2-py3-none-any.whl", hash = "sha256:c59d73bd804c90f747c8d7b1d023b88f2a9ac2454224a4aeaf959b21eeb42d03"},
635 {file = "rich-10.16.2.tar.gz", hash = "sha256:720974689960e06c2efdb54327f8bf0cdbdf4eae4ad73b6c94213cad405c371b"},
636]
637
638[package.dependencies]
639colorama = ">=0.4.0,<0.5.0"
640commonmark = ">=0.9.0,<0.10.0"
641pygments = ">=2.6.0,<3.0.0"
642
643[package.extras]
644jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"]
645
646[[package]]
Harrison Mutaib378ad42023-02-16 10:20:48 +0000647name = "setuptools"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000648version = "71.1.0"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000649description = "Easily download, build, install, upgrade, and uninstall Python packages"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000650optional = false
dependabot[bot]a16ef892024-07-15 18:14:13 +0000651python-versions = ">=3.8"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000652files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000653 {file = "setuptools-71.1.0-py3-none-any.whl", hash = "sha256:33874fdc59b3188304b2e7c80d9029097ea31627180896fb549c578ceb8a0855"},
654 {file = "setuptools-71.1.0.tar.gz", hash = "sha256:032d42ee9fb536e33087fb66cac5f840eb9391ed05637b3f2a76a7c8fb477936"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000655]
656
657[package.extras]
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000658core = ["importlib-metadata (>=6)", "importlib-resources (>=5.10.2)", "jaraco.text (>=3.7)", "more-itertools (>=8.8)", "ordered-set (>=3.1.1)", "packaging (>=24)", "platformdirs (>=2.6.2)", "tomli (>=2.0.1)", "wheel (>=0.43.0)"]
659doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
660test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "jaraco.test", "mypy (==1.11.*)", "packaging (>=23.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy", "pytest-perf", "pytest-ruff (<0.4)", "pytest-ruff (>=0.2.1)", "pytest-ruff (>=0.3.2)", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
Harrison Mutaib378ad42023-02-16 10:20:48 +0000661
662[[package]]
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000663name = "shellingham"
664version = "1.5.4"
665description = "Tool to Detect Surrounding Shell"
666optional = false
667python-versions = ">=3.7"
668files = [
669 {file = "shellingham-1.5.4-py2.py3-none-any.whl", hash = "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686"},
670 {file = "shellingham-1.5.4.tar.gz", hash = "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de"},
671]
672
673[[package]]
Harrison Mutaie9bc4882023-02-23 10:33:58 +0000674name = "six"
675version = "1.16.0"
676description = "Python 2 and 3 compatibility utilities"
Harrison Mutaie9bc4882023-02-23 10:33:58 +0000677optional = false
678python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
679files = [
680 {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
681 {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
682]
683
684[[package]]
Harrison Mutaib378ad42023-02-16 10:20:48 +0000685name = "snowballstemmer"
686version = "2.2.0"
687description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
Harrison Mutaib378ad42023-02-16 10:20:48 +0000688optional = false
689python-versions = "*"
690files = [
691 {file = "snowballstemmer-2.2.0-py2.py3-none-any.whl", hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"},
692 {file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"},
693]
694
695[[package]]
696name = "sphinx"
697version = "5.3.0"
698description = "Python documentation generator"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000699optional = false
700python-versions = ">=3.6"
701files = [
702 {file = "Sphinx-5.3.0.tar.gz", hash = "sha256:51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5"},
703 {file = "sphinx-5.3.0-py3-none-any.whl", hash = "sha256:060ca5c9f7ba57a08a1219e547b269fadf125ae25b06b9fa7f66768efb652d6d"},
704]
705
706[package.dependencies]
707alabaster = ">=0.7,<0.8"
708babel = ">=2.9"
709colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
710docutils = ">=0.14,<0.20"
711imagesize = ">=1.3"
712importlib-metadata = {version = ">=4.8", markers = "python_version < \"3.10\""}
713Jinja2 = ">=3.0"
714packaging = ">=21.0"
715Pygments = ">=2.12"
716requests = ">=2.5.0"
717snowballstemmer = ">=2.0"
718sphinxcontrib-applehelp = "*"
719sphinxcontrib-devhelp = "*"
720sphinxcontrib-htmlhelp = ">=2.0.0"
721sphinxcontrib-jsmath = "*"
722sphinxcontrib-qthelp = "*"
723sphinxcontrib-serializinghtml = ">=1.1.5"
724
725[package.extras]
726docs = ["sphinxcontrib-websupport"]
727lint = ["docutils-stubs", "flake8 (>=3.5.0)", "flake8-bugbear", "flake8-comprehensions", "flake8-simplify", "isort", "mypy (>=0.981)", "sphinx-lint", "types-requests", "types-typed-ast"]
728test = ["cython", "html5lib", "pytest (>=4.6)", "typed_ast"]
729
730[[package]]
731name = "sphinx-rtd-theme"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000732version = "1.3.0"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000733description = "Read the Docs theme for Sphinx"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000734optional = false
735python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
736files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000737 {file = "sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl", hash = "sha256:46ddef89cc2416a81ecfbeaceab1881948c014b1b6e4450b815311a89fb977b0"},
738 {file = "sphinx_rtd_theme-1.3.0.tar.gz", hash = "sha256:590b030c7abb9cf038ec053b95e5380b5c70d61591eb0b552063fbe7c41f0931"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000739]
740
741[package.dependencies]
742docutils = "<0.19"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000743sphinx = ">=1.6,<8"
744sphinxcontrib-jquery = ">=4,<5"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000745
746[package.extras]
747dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client", "wheel"]
748
749[[package]]
750name = "sphinxcontrib-applehelp"
751version = "1.0.4"
752description = "sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000753optional = false
754python-versions = ">=3.8"
755files = [
756 {file = "sphinxcontrib-applehelp-1.0.4.tar.gz", hash = "sha256:828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e"},
757 {file = "sphinxcontrib_applehelp-1.0.4-py3-none-any.whl", hash = "sha256:29d341f67fb0f6f586b23ad80e072c8e6ad0b48417db2bde114a4c9746feb228"},
758]
759
760[package.extras]
761lint = ["docutils-stubs", "flake8", "mypy"]
762test = ["pytest"]
763
764[[package]]
765name = "sphinxcontrib-devhelp"
766version = "1.0.2"
767description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
Harrison Mutaib378ad42023-02-16 10:20:48 +0000768optional = false
769python-versions = ">=3.5"
770files = [
771 {file = "sphinxcontrib-devhelp-1.0.2.tar.gz", hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4"},
772 {file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e"},
773]
774
775[package.extras]
776lint = ["docutils-stubs", "flake8", "mypy"]
777test = ["pytest"]
778
779[[package]]
780name = "sphinxcontrib-htmlhelp"
781version = "2.0.1"
782description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000783optional = false
784python-versions = ">=3.8"
785files = [
786 {file = "sphinxcontrib-htmlhelp-2.0.1.tar.gz", hash = "sha256:0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff"},
787 {file = "sphinxcontrib_htmlhelp-2.0.1-py3-none-any.whl", hash = "sha256:c38cb46dccf316c79de6e5515e1770414b797162b23cd3d06e67020e1d2a6903"},
788]
789
790[package.extras]
791lint = ["docutils-stubs", "flake8", "mypy"]
792test = ["html5lib", "pytest"]
793
794[[package]]
795name = "sphinxcontrib-jquery"
796version = "4.1"
797description = "Extension to include jQuery on newer Sphinx releases"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000798optional = false
799python-versions = ">=2.7"
800files = [
801 {file = "sphinxcontrib-jquery-4.1.tar.gz", hash = "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a"},
802 {file = "sphinxcontrib_jquery-4.1-py2.py3-none-any.whl", hash = "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae"},
803]
804
805[package.dependencies]
806Sphinx = ">=1.8"
807
808[[package]]
809name = "sphinxcontrib-jsmath"
810version = "1.0.1"
811description = "A sphinx extension which renders display math in HTML via JavaScript"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000812optional = false
813python-versions = ">=3.5"
814files = [
815 {file = "sphinxcontrib-jsmath-1.0.1.tar.gz", hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"},
816 {file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"},
817]
818
819[package.extras]
820test = ["flake8", "mypy", "pytest"]
821
822[[package]]
823name = "sphinxcontrib-plantuml"
824version = "0.24.1"
825description = "Sphinx \"plantuml\" extension"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000826optional = false
827python-versions = "*"
828files = [
829 {file = "sphinxcontrib-plantuml-0.24.1.tar.gz", hash = "sha256:39d2e4bc40d5e093126129a144f56b6ee15f58cfa5048b5948e63a11aff3b586"},
830]
831
832[package.dependencies]
833Sphinx = ">=1.6"
834
835[package.extras]
836test = ["Pillow", "flake8", "pytest"]
837
838[[package]]
839name = "sphinxcontrib-qthelp"
840version = "1.0.3"
841description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
Harrison Mutaib378ad42023-02-16 10:20:48 +0000842optional = false
843python-versions = ">=3.5"
844files = [
845 {file = "sphinxcontrib-qthelp-1.0.3.tar.gz", hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72"},
846 {file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl", hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6"},
847]
848
849[package.extras]
850lint = ["docutils-stubs", "flake8", "mypy"]
851test = ["pytest"]
852
853[[package]]
854name = "sphinxcontrib-serializinghtml"
855version = "1.1.5"
856description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
Harrison Mutaib378ad42023-02-16 10:20:48 +0000857optional = false
858python-versions = ">=3.5"
859files = [
860 {file = "sphinxcontrib-serializinghtml-1.1.5.tar.gz", hash = "sha256:aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952"},
861 {file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl", hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd"},
862]
863
864[package.extras]
865lint = ["docutils-stubs", "flake8", "mypy"]
866test = ["pytest"]
867
868[[package]]
Harrison Mutaifa9b14d2023-05-31 10:18:49 +0100869name = "sphinxcontrib-svg2pdfconverter"
870version = "1.2.2"
871description = "Sphinx SVG to PDF converter extension"
872optional = false
873python-versions = "~=3.4"
874files = [
875 {file = "sphinxcontrib-svg2pdfconverter-1.2.2.tar.gz", hash = "sha256:80a55ca61f70eae93efc65f3814f2f177c86ba55934a9f6c5022f1778b62146b"},
876 {file = "sphinxcontrib_svg2pdfconverter-1.2.2-py3-none-any.whl", hash = "sha256:04ec767b55780a6b18d89cc1a8ada6d900c6efde9d1683abdb98a49b144465ca"},
877]
878
879[package.dependencies]
880Sphinx = ">=1.6.3"
881
882[package.extras]
883cairosvg = ["cairosvg (>=1.0)"]
884
885[[package]]
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000886name = "tlc"
887version = "0.9.0"
888description = "Transfer List Compiler (TLC) is a Python-based CLI for efficiently handling transfer lists."
889optional = false
890python-versions = "^3.8"
891files = []
892develop = false
893
894[package.dependencies]
895click = "^8.1.7"
896rich = "^10.14.0"
897typer = {version = "^0.4.0", extras = ["all"]}
898
899[package.source]
900type = "directory"
901url = "tools/tlc"
902
903[[package]]
Harrison Mutaib378ad42023-02-16 10:20:48 +0000904name = "tomli"
905version = "2.0.1"
906description = "A lil' TOML parser"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000907optional = false
908python-versions = ">=3.7"
909files = [
910 {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
911 {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
912]
913
914[[package]]
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000915name = "typer"
916version = "0.4.2"
917description = "Typer, build great CLIs. Easy to code. Based on Python type hints."
918optional = false
919python-versions = ">=3.6"
920files = [
921 {file = "typer-0.4.2-py3-none-any.whl", hash = "sha256:023bae00d1baf358a6cc7cea45851639360bb716de687b42b0a4641cd99173f1"},
922 {file = "typer-0.4.2.tar.gz", hash = "sha256:b8261c6c0152dd73478b5ba96ba677e5d6948c715c310f7c91079f311f62ec03"},
923]
924
925[package.dependencies]
926click = ">=7.1.1,<9.0.0"
927colorama = {version = ">=0.4.3,<0.5.0", optional = true, markers = "extra == \"all\""}
928shellingham = {version = ">=1.3.0,<2.0.0", optional = true, markers = "extra == \"all\""}
929
930[package.extras]
931all = ["colorama (>=0.4.3,<0.5.0)", "shellingham (>=1.3.0,<2.0.0)"]
932dev = ["autoflake (>=1.3.1,<2.0.0)", "flake8 (>=3.8.3,<4.0.0)", "pre-commit (>=2.17.0,<3.0.0)"]
933doc = ["mdx-include (>=1.4.1,<2.0.0)", "mkdocs (>=1.1.2,<2.0.0)", "mkdocs-material (>=8.1.4,<9.0.0)"]
934test = ["black (>=22.3.0,<23.0.0)", "coverage (>=5.2,<6.0)", "isort (>=5.0.6,<6.0.0)", "mypy (==0.910)", "pytest (>=4.4.0,<5.4.0)", "pytest-cov (>=2.10.0,<3.0.0)", "pytest-sugar (>=0.9.4,<0.10.0)", "pytest-xdist (>=1.32.0,<2.0.0)", "shellingham (>=1.3.0,<2.0.0)"]
935
936[[package]]
Harrison Mutaib378ad42023-02-16 10:20:48 +0000937name = "typing-extensions"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000938version = "4.12.2"
939description = "Backported and Experimental Type Hints for Python 3.8+"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000940optional = false
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000941python-versions = ">=3.8"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000942files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000943 {file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"},
944 {file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000945]
946
947[[package]]
948name = "urllib3"
dependabot[bot]1b22f662024-07-09 11:44:12 +0000949version = "2.2.2"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000950description = "HTTP library with thread-safe connection pooling, file post, and more."
Harrison Mutaib378ad42023-02-16 10:20:48 +0000951optional = false
dependabot[bot]1b22f662024-07-09 11:44:12 +0000952python-versions = ">=3.8"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000953files = [
dependabot[bot]1b22f662024-07-09 11:44:12 +0000954 {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"},
955 {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000956]
957
958[package.extras]
Harrison Mutaie9bc4882023-02-23 10:33:58 +0000959brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"]
dependabot[bot]1b22f662024-07-09 11:44:12 +0000960h2 = ["h2 (>=4,<5)"]
Harrison Mutaie9bc4882023-02-23 10:33:58 +0000961socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"]
962zstd = ["zstandard (>=0.18.0)"]
963
964[[package]]
965name = "wcwidth"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000966version = "0.2.13"
Harrison Mutaie9bc4882023-02-23 10:33:58 +0000967description = "Measures the displayed width of unicode strings in a terminal"
Harrison Mutaie9bc4882023-02-23 10:33:58 +0000968optional = false
969python-versions = "*"
970files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000971 {file = "wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859"},
972 {file = "wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"},
Harrison Mutaie9bc4882023-02-23 10:33:58 +0000973]
Harrison Mutaib378ad42023-02-16 10:20:48 +0000974
975[[package]]
976name = "wheel"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000977version = "0.43.0"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000978description = "A built-package format for Python"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000979optional = false
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000980python-versions = ">=3.8"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000981files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000982 {file = "wheel-0.43.0-py3-none-any.whl", hash = "sha256:55c570405f142630c6b9f72fe09d9b67cf1477fcf543ae5b8dcb1f5b7377da81"},
983 {file = "wheel-0.43.0.tar.gz", hash = "sha256:465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000984]
985
986[package.extras]
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000987test = ["pytest (>=6.0.0)", "setuptools (>=65)"]
Harrison Mutaib378ad42023-02-16 10:20:48 +0000988
989[[package]]
990name = "zipp"
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000991version = "3.19.2"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000992description = "Backport of pathlib-compatible object wrapper for zip files"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000993optional = false
dependabot[bot]aad59592024-07-09 18:31:23 +0000994python-versions = ">=3.8"
Harrison Mutaib378ad42023-02-16 10:20:48 +0000995files = [
Harrison Mutai19dc4f92024-05-10 16:54:29 +0000996 {file = "zipp-3.19.2-py3-none-any.whl", hash = "sha256:f091755f667055f2d02b32c53771a7a6c8b47e1fdbc4b72a8b9072b3eef8015c"},
997 {file = "zipp-3.19.2.tar.gz", hash = "sha256:bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19"},
Harrison Mutaib378ad42023-02-16 10:20:48 +0000998]
999
1000[package.extras]
dependabot[bot]aad59592024-07-09 18:31:23 +00001001doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
Harrison Mutai19dc4f92024-05-10 16:54:29 +00001002test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-itertools", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"]
Harrison Mutaib378ad42023-02-16 10:20:48 +00001003
1004[metadata]
1005lock-version = "2.0"
1006python-versions = "^3.8"
Harrison Mutai19dc4f92024-05-10 16:54:29 +00001007content-hash = "3dd9c0d7ea3f1ef33abf600002406dbe51dba2e4ed21175b1f1e7ac64cd0e387"