This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
poetry.lock
289 lines (260 loc) · 18.7 KB
/
poetry.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand.
[[package]]
name = "html5lib"
version = "1.1"
description = "HTML parser based on the WHATWG HTML specification"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [
{file = "html5lib-1.1-py2.py3-none-any.whl", hash = "sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d"},
{file = "html5lib-1.1.tar.gz", hash = "sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f"},
]
[package.dependencies]
six = ">=1.9"
webencodings = "*"
[package.extras]
all = ["chardet (>=2.2)", "genshi", "lxml"]
chardet = ["chardet (>=2.2)"]
genshi = ["genshi"]
lxml = ["lxml"]
[[package]]
name = "importlib-metadata"
version = "7.0.0"
description = "Read metadata from Python packages"
optional = false
python-versions = ">=3.8"
files = [
{file = "importlib_metadata-7.0.0-py3-none-any.whl", hash = "sha256:d97503976bb81f40a193d41ee6570868479c69d5068651eb039c40d850c59d67"},
{file = "importlib_metadata-7.0.0.tar.gz", hash = "sha256:7fc841f8b8332803464e5dc1c63a2e59121f46ca186c0e2e182e80bf8c1319f7"},
]
[package.dependencies]
zipp = ">=0.5"
[package.extras]
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-lint"]
perf = ["ipython"]
testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)", "pytest-ruff"]
[[package]]
name = "isodate"
version = "0.6.1"
description = "An ISO 8601 date/time/duration parser and formatter"
optional = false
python-versions = "*"
files = [
{file = "isodate-0.6.1-py2.py3-none-any.whl", hash = "sha256:0751eece944162659049d35f4f549ed815792b38793f07cf73381c1c87cbed96"},
{file = "isodate-0.6.1.tar.gz", hash = "sha256:48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9"},
]
[package.dependencies]
six = "*"
[[package]]
name = "owlrl"
version = "6.0.2"
description = "OWL-RL and RDFS based RDF Closure inferencing for Python"
optional = false
python-versions = "*"
files = [
{file = "owlrl-6.0.2-py3-none-any.whl", hash = "sha256:57eca06b221edbbc682376c8d42e2ddffc99f61e82c0da02e26735592f08bacc"},
{file = "owlrl-6.0.2.tar.gz", hash = "sha256:904e3310ff4df15101475776693d2427d1f8244ee9a6a9f9e13c3c57fae90b74"},
]
[package.dependencies]
rdflib = ">=6.0.2"
[[package]]
name = "packaging"
version = "23.2"
description = "Core utilities for Python packages"
optional = false
python-versions = ">=3.7"
files = [
{file = "packaging-23.2-py3-none-any.whl", hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7"},
{file = "packaging-23.2.tar.gz", hash = "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5"},
]
[[package]]
name = "prettytable"
version = "3.9.0"
description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format"
optional = false
python-versions = ">=3.8"
files = [
{file = "prettytable-3.9.0-py3-none-any.whl", hash = "sha256:a71292ab7769a5de274b146b276ce938786f56c31cf7cea88b6f3775d82fe8c8"},
{file = "prettytable-3.9.0.tar.gz", hash = "sha256:f4ed94803c23073a90620b201965e5dc0bccf1760b7a7eaf3158cab8aaffdf34"},
]
[package.dependencies]
wcwidth = "*"
[package.extras]
tests = ["pytest", "pytest-cov", "pytest-lazy-fixture"]
[[package]]
name = "pyduktape2"
version = "0.4.6"
description = "Python integration for the Duktape Javascript interpreter"
optional = false
python-versions = "*"
files = [
{file = "pyduktape2-0.4.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9255d2ac1d52c5c5633962e815b6513c4845830ee095705e0851ae95693738e2"},
{file = "pyduktape2-0.4.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94ddfc90bb36e8fa8b32fe916f08702d0edb4ff628d7dd631cc40974d4ee6994"},
{file = "pyduktape2-0.4.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:28708fb07c44a03e4af7fff7724d01c44a36bbd8233643afa55e061906692de6"},
{file = "pyduktape2-0.4.6-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:b47dc422d86fbb526b2b0d615b7bbc66d8f0064f502890521acadc0edf559935"},
{file = "pyduktape2-0.4.6-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:212c1a3eaf772b136cc6ea8d56684c5c95298eb80e75e163cc0ffa116d19e77f"},
{file = "pyduktape2-0.4.6-cp310-cp310-win32.whl", hash = "sha256:d369719d98986af790f19e3371579b76beb1f4648f0f0e7ad0f9a78b60a39fdb"},
{file = "pyduktape2-0.4.6-cp310-cp310-win_amd64.whl", hash = "sha256:8fbfd6170ea78781463d01b5e4d63427b43dde61d42eeaa16b4061bbc882c380"},
{file = "pyduktape2-0.4.6-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9341beea16e35d6fdb717708fcb6f6dc6e44b652806b8f3b13e1feedece56e50"},
{file = "pyduktape2-0.4.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9704f6a6b7bd6c90fefd5c2c759956cc1efa467c53fc096cda45ac941073602c"},
{file = "pyduktape2-0.4.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a3bf97b6ad0ca6d5e6f1c9f14e9dffe5649ec5532e8333b4bb680135212696f5"},
{file = "pyduktape2-0.4.6-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:ebf1238fcbad3133647f7946d449286294a4ef2b54e4410a8faacc786d27f135"},
{file = "pyduktape2-0.4.6-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:37acb400a3a9a70505259066ad043ad5f42ee4459edb49b8025bc220814eeef1"},
{file = "pyduktape2-0.4.6-cp311-cp311-win32.whl", hash = "sha256:2c49184ed6b2a653d03ba2da9f790303f57557575927a85f82165e49ab3fe8d0"},
{file = "pyduktape2-0.4.6-cp311-cp311-win_amd64.whl", hash = "sha256:6d3915c822ec1e950a8840799f6b5083caaaf0dfcaad26f18dc79db86aad5e44"},
{file = "pyduktape2-0.4.6-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:baea2304eef58c54ed3a1972b417793117a4fcaabd80c8c029a4e573538ac83a"},
{file = "pyduktape2-0.4.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b495b9c0a88110723fcb7ef33077af01d86a9b892ee8e5c60dfe565aff292fdf"},
{file = "pyduktape2-0.4.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:02988ccd7392be0bc4bfbd56dc7c303cbd54ff7dd3c028faf7932c43f500a9ce"},
{file = "pyduktape2-0.4.6-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:d981284c43307e4e71c0a90ec49681f9ebb0ec7917a65cbc32d6d547beca0e7a"},
{file = "pyduktape2-0.4.6-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:58285917cc06e56060524a87680d1fdfb99e985e806b7a0b1d47833bb2bf7f78"},
{file = "pyduktape2-0.4.6-cp312-cp312-win32.whl", hash = "sha256:b8b37f3fdb72e052f7b281fff3b5169b5fbaa3aeb9cf29725a9fc78e47ee2b84"},
{file = "pyduktape2-0.4.6-cp312-cp312-win_amd64.whl", hash = "sha256:91ba9520d61ff5c154fedd07fa7ca12862b7e0a828cf49d2c72d2519489ac292"},
{file = "pyduktape2-0.4.6-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:a1e3825b3830322170121f725e2426c11ac783d2591008cf3fb2e671ab026f31"},
{file = "pyduktape2-0.4.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7510b2821cf66234b5bfee5b29c7e3fa19d82dd9f9553d645b58f06bf1d91d23"},
{file = "pyduktape2-0.4.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8fabb608a549c78e0de91e22b9e669be05562b276d53cf878886e596cef759bc"},
{file = "pyduktape2-0.4.6-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:5172218a1785db25868e4f19ba8d83629c04bfac9a58589c56a2693a04c289fe"},
{file = "pyduktape2-0.4.6-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:e94b84f2ada8877f891ed6708be902e6ef5a9a33cb20a28465258dc0fd63ba1f"},
{file = "pyduktape2-0.4.6-cp36-cp36m-win32.whl", hash = "sha256:0769cc69104ad51131bbe9619e0a9e7927c56477e0199c90a04b7831086ddc65"},
{file = "pyduktape2-0.4.6-cp36-cp36m-win_amd64.whl", hash = "sha256:1ee7fb6d9ed40d739b1bc379d2137759881682872d1227580b01172c9bfd178b"},
{file = "pyduktape2-0.4.6-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:d048fe6ae9d665d37b22f669aac80da6ffc23c4d00660c337de3a1317b8d06e8"},
{file = "pyduktape2-0.4.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c808fb17f5d39e13f7ca565b66a252cc45a4df26b3f3599a6533e79475854fdf"},
{file = "pyduktape2-0.4.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:efecc1b164a45c0cfbb794bc3cb2c95f287af5d1b9195ae3022e30f31d169912"},
{file = "pyduktape2-0.4.6-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:17febf5f9c633c65d0afa25f1386ef076990f6b359b17576146b702bda08a586"},
{file = "pyduktape2-0.4.6-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:6f94abb7fe2d5e168ff2d004baa730eb0c2ced4c1ed733eca51e0871761daeb1"},
{file = "pyduktape2-0.4.6-cp37-cp37m-win32.whl", hash = "sha256:b006e19eb28afa7be05b3bd20f50944603eaa6beefff706603e8f27c4933f2e8"},
{file = "pyduktape2-0.4.6-cp37-cp37m-win_amd64.whl", hash = "sha256:37033889dcb64b1c747683a7f52e374f500e41a7b52085976181afc8899095bb"},
{file = "pyduktape2-0.4.6-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:681c7e8d116885fd41288b841f97a1eb5e8389084fd06dacffb4f44df70d376b"},
{file = "pyduktape2-0.4.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e76290d527933412b31683c8675593fe53bf1286411decfde2127ea88f75dcd1"},
{file = "pyduktape2-0.4.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1a48b9f17c1cb9d36a877a1a3e8f4ac561574be4539729d27bfc02a13e1848ed"},
{file = "pyduktape2-0.4.6-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:fe7e22d34392e8205a51feaa54bc7819d76a444cc72fadd33fc24327d77bcd99"},
{file = "pyduktape2-0.4.6-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:9fe79cc5340126ab1db65d3415c09267b149e0f857167b85a4ca1e5a68474223"},
{file = "pyduktape2-0.4.6-cp38-cp38-win32.whl", hash = "sha256:e01a6967cb76ec2965320c40997448673b66708e37d8322b80edc3e13ae2f446"},
{file = "pyduktape2-0.4.6-cp38-cp38-win_amd64.whl", hash = "sha256:57a916b43f22a906e28663ebec7100ef9513f126a720212a03bfc2561ba48e2f"},
{file = "pyduktape2-0.4.6-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:059ed48d04cff7d5bced67f9262e40d5c4f70ec69d11b403266898437467c24b"},
{file = "pyduktape2-0.4.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e97abdeefd0b9374be2ff7e82d18ec79aad5bd5245bb823af2e987f9fc1461ee"},
{file = "pyduktape2-0.4.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:84566c804b94766993037a3daa5a5d4d8a30a2b35e79fbca62640dde1fcec754"},
{file = "pyduktape2-0.4.6-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:d89812f7fcfa4eb27b5bbc83a624534a626b001d486836dbd509a7d3206bd810"},
{file = "pyduktape2-0.4.6-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:64d773767aaa81c325f10c32bbbbde7578a167233275cc09394c721f21880373"},
{file = "pyduktape2-0.4.6-cp39-cp39-win32.whl", hash = "sha256:5478420c56c13189689e562602240990884c889f49faabd5b09b26d19a4c611e"},
{file = "pyduktape2-0.4.6-cp39-cp39-win_amd64.whl", hash = "sha256:e7c5ace734cd7c6cdd751d4c7cf6eab8c9c7052b5db8f5d500f62b069b9463ae"},
{file = "pyduktape2-0.4.6-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:230ffa2a28155efbd2983aaf313f669009fee41fe8f9bf8bcf378d3dfc667d89"},
{file = "pyduktape2-0.4.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:95264e3661e182ea2ef229c8026177da83131221944f407e710d7a12ab6daede"},
{file = "pyduktape2-0.4.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f4d2093eb942e303b9b7bfa81a47d6b2488ffd368f23dd4a41d27428477ac50c"},
{file = "pyduktape2-0.4.6-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:f8427312db3a2298b310b290623b06b687c75b440df71096ae73d2555fed4433"},
{file = "pyduktape2-0.4.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:9fe05c261025c7a7368be0dab6bb62e8d8ada4e9fe52beb8a39d593cdced5dbc"},
{file = "pyduktape2-0.4.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1054b74ff0242e589c105d20eec7fff3433c7e76a3bf806b3b227e55352ec31c"},
{file = "pyduktape2-0.4.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6258be9143a98eb46aedde7b99dc7779557119c7935eab74b8ceda25331c3909"},
{file = "pyduktape2-0.4.6-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:600e20bc9ce3f4c93c2baaedc9430684b962df2992a9574ec833fa77b0ae290b"},
{file = "pyduktape2-0.4.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:e8920f8d4321511d3ad5edae7ce049ff86f8be8a891781b0eca3ccbc21796c39"},
{file = "pyduktape2-0.4.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dfaad70b2c389efcf4e3b3ebc0afbd0aae4ca1f2488006a98cf9ca8454d364d3"},
{file = "pyduktape2-0.4.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3a55314ec9a1d26ba04cd949c986592a506b66b8599045a9d77bebf6d4386047"},
{file = "pyduktape2-0.4.6-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:52a9869c2964c20215baa19843e6094a1536d437d22463c08dc5ebfadd88586d"},
{file = "pyduktape2-0.4.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:3ed71365991969c22c675a9b35cc425c609c10a7073feb439bc3cbcc723c4a16"},
{file = "pyduktape2-0.4.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:75a215e53e79ccd4efaea89ed7b4d5480c24d45df49e92d069377bd916c00994"},
{file = "pyduktape2-0.4.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3a447ee8f9cef620de68a8d2600b49d48354075f7e1a734ce05c83f01baf05c0"},
{file = "pyduktape2-0.4.6-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:7e62e3195a8315abe84ddaa52cf6e52d0924b180ab037c50f6e35cc269d9a96f"},
{file = "pyduktape2-0.4.6.tar.gz", hash = "sha256:c84674e202ef4901bca8f6ea8b40197259bf44656167a1106ef076a491421bec"},
]
[[package]]
name = "pyparsing"
version = "3.1.1"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
optional = false
python-versions = ">=3.6.8"
files = [
{file = "pyparsing-3.1.1-py3-none-any.whl", hash = "sha256:32c7c0b711493c72ff18a981d24f28aaf9c1fb7ed5e9667c9e84e3db623bdbfb"},
{file = "pyparsing-3.1.1.tar.gz", hash = "sha256:ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db"},
]
[package.extras]
diagrams = ["jinja2", "railroad-diagrams"]
[[package]]
name = "pyshacl"
version = "0.25.0"
description = "Python SHACL Validator"
optional = false
python-versions = ">=3.8.1,<4.0.0"
files = [
{file = "pyshacl-0.25.0-py3-none-any.whl", hash = "sha256:716b65397486b1a306efefd018d772d3c112a3828ea4e1be27aae16aee524243"},
{file = "pyshacl-0.25.0.tar.gz", hash = "sha256:91e87ed04ccb29aa47abfcf8a3e172d35a8831fce23a011cfbf35534ce4c940b"},
]
[package.dependencies]
html5lib = ">=1.1,<2"
importlib-metadata = {version = ">6", markers = "python_version < \"3.12\""}
owlrl = ">=6.0.2,<7"
packaging = ">=21.3"
prettytable = [
{version = ">=3.5.0", markers = "python_version >= \"3.8\" and python_version < \"3.12\""},
{version = ">=3.7.0", markers = "python_version >= \"3.12\""},
]
rdflib = {version = ">=6.3.2,<8.0", markers = "python_full_version >= \"3.8.1\""}
[package.extras]
dev-coverage = ["coverage (>6.1,!=6.1.1,<7)", "platformdirs", "pytest-cov (>=2.8.1,<3.0.0)"]
dev-lint = ["black (==23.11.0)", "platformdirs", "ruff (>=0.1.5,<0.2.0)"]
dev-type-checking = ["mypy (>=0.812,<0.900)", "mypy (>=0.900,<0.1000)", "platformdirs", "types-setuptools"]
http = ["sanic (>=22.12,<23)", "sanic-cors (==2.2.0)", "sanic-ext (>=23.3,<23.6)"]
js = ["pyduktape2 (>=0.4.6,<0.5.0)"]
[[package]]
name = "rdflib"
version = "7.0.0"
description = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information."
optional = false
python-versions = ">=3.8.1,<4.0.0"
files = [
{file = "rdflib-7.0.0-py3-none-any.whl", hash = "sha256:0438920912a642c866a513de6fe8a0001bd86ef975057d6962c79ce4771687cd"},
{file = "rdflib-7.0.0.tar.gz", hash = "sha256:9995eb8569428059b8c1affd26b25eac510d64f5043d9ce8c84e0d0036e995ae"},
]
[package.dependencies]
isodate = ">=0.6.0,<0.7.0"
pyparsing = ">=2.1.0,<4"
[package.extras]
berkeleydb = ["berkeleydb (>=18.1.0,<19.0.0)"]
html = ["html5lib (>=1.0,<2.0)"]
lxml = ["lxml (>=4.3.0,<5.0.0)"]
networkx = ["networkx (>=2.0.0,<3.0.0)"]
[[package]]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
files = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
]
[[package]]
name = "wcwidth"
version = "0.2.12"
description = "Measures the displayed width of unicode strings in a terminal"
optional = false
python-versions = "*"
files = [
{file = "wcwidth-0.2.12-py2.py3-none-any.whl", hash = "sha256:f26ec43d96c8cbfed76a5075dac87680124fa84e0855195a6184da9c187f133c"},
{file = "wcwidth-0.2.12.tar.gz", hash = "sha256:f01c104efdf57971bcb756f054dd58ddec5204dd15fa31d6503ea57947d97c02"},
]
[[package]]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
optional = false
python-versions = "*"
files = [
{file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"},
{file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"},
]
[[package]]
name = "zipp"
version = "3.17.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
optional = false
python-versions = ">=3.8"
files = [
{file = "zipp-3.17.0-py3-none-any.whl", hash = "sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31"},
{file = "zipp-3.17.0.tar.gz", hash = "sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0"},
]
[package.extras]
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-lint"]
testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy (>=0.9.1)", "pytest-ruff"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "94d57f825dc0f59493fdc096cd76a19419a899995ff86025cb371c472ed5dad1"