forked from RuneBlaze/connectivity-modifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoetry.lock
699 lines (640 loc) · 48 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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
[[package]]
name = "attrs"
version = "22.1.0"
description = "Classes Without Boilerplate"
category = "main"
optional = false
python-versions = ">=3.5"
[package.extras]
dev = ["cloudpickle", "coverage[toml] (>=5.0.2)", "furo", "hypothesis", "mypy (>=0.900,!=0.940)", "pre-commit", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "sphinx", "sphinx-notfound-page", "zope.interface"]
docs = ["furo", "sphinx", "sphinx-notfound-page", "zope.interface"]
tests = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "zope.interface"]
tests_no_zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins"]
[[package]]
name = "click"
version = "8.1.3"
description = "Composable command line interface toolkit"
category = "main"
optional = false
python-versions = ">=3.7"
[package.dependencies]
colorama = {version = "*", markers = "platform_system == \"Windows\""}
[[package]]
name = "colorama"
version = "0.4.5"
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "coloredlogs"
version = "15.0.1"
description = "Colored terminal output for Python's logging module"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[package.dependencies]
humanfriendly = ">=9.1"
[package.extras]
cron = ["capturer (>=2.4)"]
[[package]]
name = "graphviz"
version = "0.20.1"
description = "Simple Python interface for Graphviz"
category = "main"
optional = false
python-versions = ">=3.7"
[package.extras]
dev = ["flake8", "pep8-naming", "tox (>=3)", "twine", "wheel"]
docs = ["sphinx (>=5)", "sphinx-autodoc-typehints", "sphinx-rtd-theme"]
test = ["coverage", "mock (>=4)", "pytest (>=7)", "pytest-cov", "pytest-mock (>=3)"]
[[package]]
name = "HeapDict"
version = "1.0.1"
description = "a heap with decrease-key and increase-key operations"
category = "main"
optional = false
python-versions = "*"
[[package]]
name = "humanfriendly"
version = "10.0"
description = "Human friendly output for text interfaces using Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[package.dependencies]
pyreadline3 = {version = "*", markers = "sys_platform == \"win32\" and python_version >= \"3.8\""}
[[package]]
name = "igraph"
version = "0.10.1"
description = "High performance graph data structures and algorithms"
category = "main"
optional = false
python-versions = ">=3.7"
[package.dependencies]
texttable = ">=1.6.2"
[package.extras]
cairo = ["cairocffi (>=1.2.0)"]
doc = ["Sphinx (>=4.2.0)", "sphinxbootstrap4theme (>=0.6.0)"]
matplotlib = ["matplotlib (>=3.3.0)"]
plotly = ["plotly (>=5.3.0)"]
plotting = ["cairocffi (>=1.2.0)"]
test = ["Pillow (>=8,<8.4)", "matplotlib (>=3.3.4)", "networkx (>=2.5)", "numpy (>=1.19.0)", "pandas (>=1.1.0)", "plotly (>=5.3.0)", "pytest (>=7.0.1)", "scipy (>=1.5.0)"]
test-musl = ["networkx (>=2.5)", "pytest (>=7.0.1)"]
[[package]]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "main"
optional = false
python-versions = "*"
[[package]]
name = "jsonpickle"
version = "2.2.0"
description = "Python library for serializing any arbitrary object graph into JSON"
category = "main"
optional = false
python-versions = ">=2.7"
[package.extras]
docs = ["jaraco.packaging (>=3.2)", "rst.linker (>=1.9)", "sphinx"]
testing = ["ecdsa", "enum34", "feedparser", "jsonlib", "numpy", "pandas", "pymongo", "pytest (>=3.5,!=3.7.3)", "pytest-black-multipy", "pytest-checkdocs (>=1.2.3)", "pytest-cov", "pytest-flake8 (<1.1.0)", "pytest-flake8 (>=1.1.1)", "scikit-learn", "sqlalchemy"]
"testing.libs" = ["simplejson", "ujson", "yajl"]
[[package]]
name = "leidenalg"
version = "0.9.0"
description = "Leiden is a general algorithm for methods of community detection in large networks."
category = "main"
optional = false
python-versions = ">=3.7"
[package.dependencies]
igraph = ">=0.10.0,<0.11"
[[package]]
name = "mypy"
version = "0.982"
description = "Optional static typing for Python"
category = "dev"
optional = false
python-versions = ">=3.7"
[package.dependencies]
mypy-extensions = ">=0.4.3"
tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
typing-extensions = ">=3.10"
[package.extras]
dmypy = ["psutil (>=4.0)"]
python2 = ["typed-ast (>=1.4.0,<2)"]
reports = ["lxml"]
[[package]]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
optional = false
python-versions = "*"
[[package]]
name = "networkit"
version = "10.0"
description = "NetworKit is a toolbox for high-performance network analysis"
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
numpy = "*"
scipy = "*"
[[package]]
name = "numpy"
version = "1.23.3"
description = "NumPy is the fundamental package for array computing with Python."
category = "main"
optional = false
python-versions = ">=3.8"
[[package]]
name = "packaging"
version = "21.3"
description = "Core utilities for Python packages"
category = "main"
optional = false
python-versions = ">=3.6"
[package.dependencies]
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
[[package]]
name = "pandas"
version = "1.5.0"
description = "Powerful data structures for data analysis, time series, and statistics"
category = "main"
optional = false
python-versions = ">=3.8"
[package.dependencies]
numpy = [
{version = ">=1.21.0", markers = "python_version >= \"3.10\""},
{version = ">=1.20.3", markers = "python_version < \"3.10\""},
]
python-dateutil = ">=2.8.1"
pytz = ">=2020.1"
[package.extras]
test = ["hypothesis (>=5.5.3)", "pytest (>=6.0)", "pytest-xdist (>=1.31)"]
[[package]]
name = "pluggy"
version = "1.0.0"
description = "plugin and hook calling mechanisms for python"
category = "main"
optional = false
python-versions = ">=3.6"
[package.extras]
dev = ["pre-commit", "tox"]
testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "py"
version = "1.11.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "pyparsing"
version = "3.0.9"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
category = "main"
optional = false
python-versions = ">=3.6.8"
[package.extras]
diagrams = ["jinja2", "railroad-diagrams"]
[[package]]
name = "pyreadline3"
version = "3.4.1"
description = "A python implementation of GNU readline."
category = "main"
optional = false
python-versions = "*"
[[package]]
name = "pytest"
version = "7.1.3"
description = "pytest: simple powerful testing with Python"
category = "main"
optional = false
python-versions = ">=3.7"
[package.dependencies]
attrs = ">=19.2.0"
colorama = {version = "*", markers = "sys_platform == \"win32\""}
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
py = ">=1.8.2"
tomli = ">=1.0.0"
[package.extras]
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"]
[[package]]
name = "python-dateutil"
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[package.dependencies]
six = ">=1.5"
[[package]]
name = "pytz"
version = "2022.2.1"
description = "World timezone definitions, modern and historical"
category = "main"
optional = false
python-versions = "*"
[[package]]
name = "scipy"
version = "1.6.1"
description = "SciPy: Scientific Library for Python"
category = "main"
optional = false
python-versions = ">=3.7"
[package.dependencies]
numpy = ">=1.16.5"
[[package]]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[[package]]
name = "structlog"
version = "22.1.0"
description = "Structured Logging for Python"
category = "main"
optional = false
python-versions = ">=3.7"
[package.extras]
dev = ["cogapp", "coverage[toml]", "freezegun (>=0.2.8)", "furo", "myst-parser", "pre-commit", "pretend", "pytest (>=6.0)", "pytest-asyncio (>=0.17)", "rich", "simplejson", "sphinx", "sphinx-notfound-page", "sphinxcontrib-mermaid", "tomli", "twisted"]
docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-mermaid", "twisted"]
tests = ["coverage[toml]", "freezegun (>=0.2.8)", "pretend", "pytest (>=6.0)", "pytest-asyncio (>=0.17)", "simplejson"]
[[package]]
name = "texttable"
version = "1.6.4"
description = "module for creating simple ASCII tables"
category = "main"
optional = false
python-versions = "*"
[[package]]
name = "tomli"
version = "2.0.1"
description = "A lil' TOML parser"
category = "main"
optional = false
python-versions = ">=3.7"
[[package]]
name = "treeswift"
version = "1.1.28"
description = "TreeSwift: Fast tree module for Python 2 and 3"
category = "main"
optional = false
python-versions = "*"
[package.extras]
dev = ["check-manifest"]
[[package]]
name = "typer"
version = "0.6.1"
description = "Typer, build great CLIs. Easy to code. Based on Python type hints."
category = "main"
optional = false
python-versions = ">=3.6"
[package.dependencies]
click = ">=7.1.1,<9.0.0"
[package.extras]
all = ["colorama (>=0.4.3,<0.5.0)", "rich (>=10.11.0,<13.0.0)", "shellingham (>=1.3.0,<2.0.0)"]
dev = ["autoflake (>=1.3.1,<2.0.0)", "flake8 (>=3.8.3,<4.0.0)", "pre-commit (>=2.17.0,<3.0.0)"]
doc = ["mdx-include (>=1.4.1,<2.0.0)", "mkdocs (>=1.1.2,<2.0.0)", "mkdocs-material (>=8.1.4,<9.0.0)"]
test = ["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)", "rich (>=10.11.0,<13.0.0)", "shellingham (>=1.3.0,<2.0.0)"]
[[package]]
name = "typing-extensions"
version = "4.4.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "main"
optional = false
python-versions = ">=3.7"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "18db7e28a22b2aeefd30e906f4745cc7b87a26cc566ff0beab5459d1b3725fa2"
[metadata.files]
attrs = [
{file = "attrs-22.1.0-py2.py3-none-any.whl", hash = "sha256:86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c"},
{file = "attrs-22.1.0.tar.gz", hash = "sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6"},
]
click = [
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
]
colorama = [
{file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"},
{file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"},
]
coloredlogs = [
{file = "coloredlogs-15.0.1-py2.py3-none-any.whl", hash = "sha256:612ee75c546f53e92e70049c9dbfcc18c935a2b9a53b66085ce9ef6a6e5c0934"},
{file = "coloredlogs-15.0.1.tar.gz", hash = "sha256:7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5bf16b0"},
]
graphviz = [
{file = "graphviz-0.20.1-py3-none-any.whl", hash = "sha256:587c58a223b51611c0cf461132da386edd896a029524ca61a1462b880bf97977"},
{file = "graphviz-0.20.1.zip", hash = "sha256:8c58f14adaa3b947daf26c19bc1e98c4e0702cdc31cf99153e6f06904d492bf8"},
]
HeapDict = [
{file = "HeapDict-1.0.1-py3-none-any.whl", hash = "sha256:6065f90933ab1bb7e50db403b90cab653c853690c5992e69294c2de2b253fc92"},
{file = "HeapDict-1.0.1.tar.gz", hash = "sha256:8495f57b3e03d8e46d5f1b2cc62ca881aca392fd5cc048dc0aa2e1a6d23ecdb6"},
]
humanfriendly = [
{file = "humanfriendly-10.0-py2.py3-none-any.whl", hash = "sha256:1697e1a8a8f550fd43c2865cd84542fc175a61dcb779b6fee18cf6b6ccba1477"},
{file = "humanfriendly-10.0.tar.gz", hash = "sha256:6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc"},
]
igraph = [
{file = "igraph-0.10.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:9b040b09697a8106761267908a4dc02bfc2783f7deda932238c24b8dffd56efc"},
{file = "igraph-0.10.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7178f39e67cc430d4cbef88ab30ee58165d893873667b39a2d82c04d86a2905d"},
{file = "igraph-0.10.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c0fb69d92850cb691a955a75b48d9ed290076079912bdd21a0229664dffbd730"},
{file = "igraph-0.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47802c32fed395f37f1b446937ebb05af779a8fb6ba6154202ae3cf0ff147a83"},
{file = "igraph-0.10.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:198b0ed380b111f8b92fb157aabbd50c6fc4b03063c58325ceee3aeeab414ab9"},
{file = "igraph-0.10.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:903a1f70cbf34bd73fe0e0256c49abdf974244efdadab6d003c8c991bd120140"},
{file = "igraph-0.10.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:9c1c571a57ff56a4eb09e6d68a90e6ae7028bff21a657f65958f42dd6c26c348"},
{file = "igraph-0.10.1-cp37-cp37m-win32.whl", hash = "sha256:5940436e1521e35b3e5d04639aaa730244b30eaf1b05293648c002333e0066b0"},
{file = "igraph-0.10.1-cp37-cp37m-win_amd64.whl", hash = "sha256:fc7abd809cafde17b0da5da41535a4e72fd92a0d7f232c6eecffa0c3bf3ba10c"},
{file = "igraph-0.10.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:421130af202ac5db99a0cdf10c16eb9c760ecb04b8f94feff009e49af23e5111"},
{file = "igraph-0.10.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:75948621c48a97b27f5116fd862dad6c4de459c166891276716dad749bb6b94d"},
{file = "igraph-0.10.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7611cd42e71ce21faea4bfb9f91db353dde550c93fbc67bcddd1f848f3410647"},
{file = "igraph-0.10.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bbce4de672dfb9d76cfaeb5e5292b8dc48737e98fa150f4001ba12b28eb14499"},
{file = "igraph-0.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3932c1ccb0da81f87c876e3903f4850e447ecad72d7f8d5e154f1b4709a41e2d"},
{file = "igraph-0.10.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:51261d2e4bb6cb0146465b151c6c0b16bd8d1611934ce67bc734ff096767d1fa"},
{file = "igraph-0.10.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:e53514ff3cac8f6880267541119074a3ae7758b989c5560b8e371035ef76dc2d"},
{file = "igraph-0.10.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:db03ab3f3a66cb943a02c3d908cf49f2f7ecc35684cf559ad938623f5eb0b449"},
{file = "igraph-0.10.1-cp38-cp38-win32.whl", hash = "sha256:4ced87d0a25dccf61728bb28d860c12670ad15fa8bed3a231977ace32baf539c"},
{file = "igraph-0.10.1-cp38-cp38-win_amd64.whl", hash = "sha256:fa0f86373332d3ed04f6d3b09e13284085600dcbb81dc83aa1ca64288e1b9a76"},
{file = "igraph-0.10.1-cp39-abi3-macosx_10_9_x86_64.whl", hash = "sha256:436cb798184a1d613e2b89cb8a6e960b834774b4174298f8d67b455aec331605"},
{file = "igraph-0.10.1-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:03908604854f470201eb85b77260095b6ef79c5959ab665988dc62edb3b26ca3"},
{file = "igraph-0.10.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:51258d25df2937001d905d1723109be6386a7c13c371c074b89085a264b70bf7"},
{file = "igraph-0.10.1-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7f8d08164dd8d067db76a13426da9b3f1b52eca9fc41a5643519f172f4fb68e9"},
{file = "igraph-0.10.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:36f5f7d46bef3dc06699e007ab732906c8c4fd69ba19a0abe074c9c9f1e8f470"},
{file = "igraph-0.10.1-cp39-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:daf62503c5a575031533eeccca5407f61e4b676b4e9d019e4d10b922cf3f76dd"},
{file = "igraph-0.10.1-cp39-abi3-musllinux_1_1_i686.whl", hash = "sha256:ff988ee73a3478571ec0b0829f69e20e42e881d74c39cbb8dd75d8374b6e37c3"},
{file = "igraph-0.10.1-cp39-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:67d4cd21d5b4f851e4e60221f7fce53cecd376dab5047da9d0c2d7a5a98785f1"},
{file = "igraph-0.10.1-cp39-abi3-win32.whl", hash = "sha256:699887066baa66d612d872c4d210d4fd125262e6a0f88d800c34cee54fcc284f"},
{file = "igraph-0.10.1-cp39-abi3-win_amd64.whl", hash = "sha256:bc7561778d7cab220448558d22487563bbdbca18c1c047d743abab1d3b236687"},
{file = "igraph-0.10.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:2030b453d8b5921677d987f176ee5efe59fdf16f4b3c3990d57aa27f273d9857"},
{file = "igraph-0.10.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bcae511cbfb19c39fcd42d3138e718de9d6ba3f81a069a93a8705dd49548b103"},
{file = "igraph-0.10.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:68bc5aa84eacba8fecd07ce3e434d4338299b9f58f12ea62091f6e4e038fb4e5"},
{file = "igraph-0.10.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:04ed36cc63d51a12b7e37efae65d281fc450c65fee956e3111343e7f0eaf53d5"},
{file = "igraph-0.10.1-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:bfb7329a109aab59f785f99e513a6e31e518aa24a9bdc0d99516a55ad920bdda"},
{file = "igraph-0.10.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:de8177acad3bbe5429e71185f37bf7ae2a3c60757e85fdf29b8979a8c1abd866"},
{file = "igraph-0.10.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99799c45c2b323dc11df3908a82e6ed7df2408014b411082faff034dc15c5224"},
{file = "igraph-0.10.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f8ad7c99ff871e5cd339604b5e2c716af02762da257bda0017b7ed724eb69790"},
{file = "igraph-0.10.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ece240906991bbdd97320171ffc74ac3caec8694b71a5b092a62113b946f5e00"},
{file = "igraph-0.10.1-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:0cbd9294998ad46a7c4080a21988ca25f74dd08c8e3bc053ab115ac483313f90"},
{file = "igraph-0.10.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:7035d63ebffbe51d243a0f6674f5a82a81bf3a597b1b207a6fe939787e3955b6"},
{file = "igraph-0.10.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fbbdc6fd510aa0402afbf63cd6f557f5dbb4512cedc2b2d98d1fa54ec3fb9898"},
{file = "igraph-0.10.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4f224bed8336a44ad8902f204c2cdb1854ee3634897c61b03d473b93d64fbb3f"},
{file = "igraph-0.10.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80a0060fe2336623d3fef43e53e30d2fe8664f095aa0874e016e8b9941711857"},
{file = "igraph-0.10.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:0c9aee4d03b4b46460a9b376e99fec12acd7e7373fb6ee1366db6feb2032df6c"},
{file = "igraph-0.10.1.tar.gz", hash = "sha256:65165883cc506ec7c6d8b68e620954810935ef033138aa3a92cba6089339cae6"},
]
iniconfig = [
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
]
jsonpickle = [
{file = "jsonpickle-2.2.0-py2.py3-none-any.whl", hash = "sha256:de7f2613818aa4f234138ca11243d6359ff83ae528b2185efdd474f62bcf9ae1"},
{file = "jsonpickle-2.2.0.tar.gz", hash = "sha256:7b272918b0554182e53dc340ddd62d9b7f902fec7e7b05620c04f3ccef479a0e"},
]
leidenalg = [
{file = "leidenalg-0.9.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4e8e0c2c74474cb869f691e70aed3daa3c7d39db7c60b169e3cc162b52f5bd82"},
{file = "leidenalg-0.9.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:48e4aa3fff8993afdea88af15ed444b4758e6be65db148967c958ff1c4d75864"},
{file = "leidenalg-0.9.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:85cdcd1203e441aedccd9d21263e77196166974be472a4faa83ca46b2467a14e"},
{file = "leidenalg-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c13ef947154709904622c8af9b7b89c9ebcc02e1cacaa0961139a3e08291cc96"},
{file = "leidenalg-0.9.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:8c67de39b0ba243f598f6df5dc5beb9c0742ed79d9712646519557279a64c8c2"},
{file = "leidenalg-0.9.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:949dfbeb586ecfd7e741a2c7d84c8d91d50f6697f956605f99c373c01ce53485"},
{file = "leidenalg-0.9.0-cp310-cp310-win32.whl", hash = "sha256:345a17adfe6b7ea4911ca2c6079b1548356be00d916b0c2d5b95f0a40ce021da"},
{file = "leidenalg-0.9.0-cp310-cp310-win_amd64.whl", hash = "sha256:f25bfab7ee41bd5ccb5d9d765838569d612aeec5f51b10f97328f55deb410602"},
{file = "leidenalg-0.9.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:98ab3917552bace10694977ed8ba1af913c151e54515627203ccf921ca1d279c"},
{file = "leidenalg-0.9.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a66b6b5bba7d6b23a90108e7dd600a70de1113b1962a6812856ee70eae567cfa"},
{file = "leidenalg-0.9.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5b147f2d343efc9adab65371edf4549cb20173431a86540e44f80de8beb8f437"},
{file = "leidenalg-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:60497ff929959ba274eb002f7a2f387fee40b2107e37fbdedbff62f0a7ce0a15"},
{file = "leidenalg-0.9.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:55b28a7e0093bba4fddd4c96493992458dd0754006d51fa04668161a396e6152"},
{file = "leidenalg-0.9.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:b9f72c1ac5aaad4afd5ec553b91c9ac663c484fecf7edacfae23aff9ed9d238c"},
{file = "leidenalg-0.9.0-cp311-cp311-win32.whl", hash = "sha256:7bab9c79b087f86f5e8cae03de48045fff1df95d6e28e5448069e24fa5536d86"},
{file = "leidenalg-0.9.0-cp311-cp311-win_amd64.whl", hash = "sha256:f52cb52f46aa1bbe4c107478ac5716f4440dda0cbd215786394cf5edfb8e7d58"},
{file = "leidenalg-0.9.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:f10dbf248eb46b456c25446637a3c5edc6f421fc23477d5bad4017d3ab1bbc89"},
{file = "leidenalg-0.9.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bb3434b97f98c824e5501c7e1dce24d606d8b5567daa18692ecbf724758414eb"},
{file = "leidenalg-0.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5527eadea4fb7e14db5e780dcfc5186376e9990fdd3e7ff594b9568021af746f"},
{file = "leidenalg-0.9.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:5feee9f3bd96aa16a4609cccd948edafbfcc35c07efe6bac4c0c2e8e34fb5c16"},
{file = "leidenalg-0.9.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:3e96f48ed7b85bcea124fda4d62c31f27596af48fa31250a03a266b41c476c76"},
{file = "leidenalg-0.9.0-cp37-cp37m-win32.whl", hash = "sha256:cbdeef9b68c97387af365625742069658af75dff70050842778a209ab8a5f3f6"},
{file = "leidenalg-0.9.0-cp37-cp37m-win_amd64.whl", hash = "sha256:71dec7bff8f348a9f422d3506dfa2d6cd124eba157a46f598241cf201d360cbb"},
{file = "leidenalg-0.9.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:5b23e49b9b34dbc58f7bf1ea4445e106644415ab3c0ac48075fad978fe8737b5"},
{file = "leidenalg-0.9.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:1a5e58280ab4892b1478865786458297f2a5f9c424f1b2d621fbe756f4150dd8"},
{file = "leidenalg-0.9.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cedcde38145b077c9343c381e31e01b0342bec50fe2e4ca136a1dd08dc8cffe0"},
{file = "leidenalg-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0f96317772d8fa8aa27cf750a5cb8f8b9cc24ae8e14ef5e0cbeadc5915056a17"},
{file = "leidenalg-0.9.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:d615d1f3a91830facc963c1f3721bf91d685a3af2a6a9879169be2c5c6aa1beb"},
{file = "leidenalg-0.9.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:0245a12354fb28417cfb87342774c6dbb84755bb00f738c7e749f48b38318316"},
{file = "leidenalg-0.9.0-cp38-cp38-win32.whl", hash = "sha256:e87fafb88a871f3c788420d5e77166f5b1f1e4cf7b846ac8fac917a56aaebe99"},
{file = "leidenalg-0.9.0-cp38-cp38-win_amd64.whl", hash = "sha256:8975f18215381110da514207932695e02c9673f61e68af16361487b360ca8c15"},
{file = "leidenalg-0.9.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9fa6305c4666b347689c8c7565d7e793e3c6aed67ca057810778c6af95363ebc"},
{file = "leidenalg-0.9.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:8acccb6aca889196cfd27b18d1b07d4f682ee126950aa86c01b29e63676465f4"},
{file = "leidenalg-0.9.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d1a6d9629e482ed4463f961c202bcb25229699c7210d720c5b5a274498cf7dbe"},
{file = "leidenalg-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8ab40e80fca2a6d3995111ee688a04b06eb72b8aa7bbc2c0e13ffcb56ef33e46"},
{file = "leidenalg-0.9.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:c77791a1ff5b1546bdebb2b1d792e95f7f6576e8ddb0a38803199e8c25a514a0"},
{file = "leidenalg-0.9.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:e113db6d659eb4fea37401cc6a08728d59085ba3deca745736c2a80c96a87732"},
{file = "leidenalg-0.9.0-cp39-cp39-win32.whl", hash = "sha256:72c26b093758bea86b95c17f6b8b79c4800a2bbac79c89931606a6875405cdc6"},
{file = "leidenalg-0.9.0-cp39-cp39-win_amd64.whl", hash = "sha256:0a44934b349543fd071e74fbed857f736014ca366011c21b88c99c914724c132"},
{file = "leidenalg-0.9.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:2c0a9b5969895537f1d087442d5fce73c77ffd011ddf3a47618bdb13e9f28088"},
{file = "leidenalg-0.9.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:af48568bd07b8453e055ed8a9cecc4ef796baae4d9a5332465c4febbfeb42ccb"},
{file = "leidenalg-0.9.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:364cfbcf98f0e46acdbfbfdf003094e79f46febe73c1325599bea97f02c505d4"},
{file = "leidenalg-0.9.0-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:040319010f3d108e8e6d576acafef2075f63358b64d54b98b87c3076449ea89e"},
{file = "leidenalg-0.9.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:e08f705eaf31b2713d980dd165f1dd20c642a6f428b0497a5511a217415273ec"},
{file = "leidenalg-0.9.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5f92c19d2dc7be182621e6af906f03d5c708c5ba16ccaf07b64c6295a2a5a3ff"},
{file = "leidenalg-0.9.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2e83b1572dd3fd477943860aa57196b639e298c543f9bf5a88fa485c7575076d"},
{file = "leidenalg-0.9.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:1fb0e37c58543ea355e49c56d08c43a023b357386182f05c87470cbb3c70a8ef"},
{file = "leidenalg-0.9.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:601779be1d00b97b4b0656f75d41e5700459a1b476d68a8b5abaf573c991acd5"},
{file = "leidenalg-0.9.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:457d53a9aaf765e8917fa7dee74765729d724b1a28af5373462cfc55f4759e2e"},
{file = "leidenalg-0.9.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:afee87446c626024a19f776bffa241bd3ace58831a0d3724b1f3ac5b77fd2fc6"},
{file = "leidenalg-0.9.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:7e1e6258ca7be013fbd21be157c27a9a31dc15a1ce91cb6d5549191e9d6e404f"},
{file = "leidenalg-0.9.0.tar.gz", hash = "sha256:4878f85b63c4df5632b2bf646e4f9760898ac1f55160dec26b8709b7bee2783c"},
]
mypy = [
{file = "mypy-0.982-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5085e6f442003fa915aeb0a46d4da58128da69325d8213b4b35cc7054090aed5"},
{file = "mypy-0.982-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:41fd1cf9bc0e1c19b9af13a6580ccb66c381a5ee2cf63ee5ebab747a4badeba3"},
{file = "mypy-0.982-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f793e3dd95e166b66d50e7b63e69e58e88643d80a3dcc3bcd81368e0478b089c"},
{file = "mypy-0.982-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:86ebe67adf4d021b28c3f547da6aa2cce660b57f0432617af2cca932d4d378a6"},
{file = "mypy-0.982-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:175f292f649a3af7082fe36620369ffc4661a71005aa9f8297ea473df5772046"},
{file = "mypy-0.982-cp310-cp310-win_amd64.whl", hash = "sha256:8ee8c2472e96beb1045e9081de8e92f295b89ac10c4109afdf3a23ad6e644f3e"},
{file = "mypy-0.982-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:58f27ebafe726a8e5ccb58d896451dd9a662a511a3188ff6a8a6a919142ecc20"},
{file = "mypy-0.982-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d6af646bd46f10d53834a8e8983e130e47d8ab2d4b7a97363e35b24e1d588947"},
{file = "mypy-0.982-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:e7aeaa763c7ab86d5b66ff27f68493d672e44c8099af636d433a7f3fa5596d40"},
{file = "mypy-0.982-cp37-cp37m-win_amd64.whl", hash = "sha256:724d36be56444f569c20a629d1d4ee0cb0ad666078d59bb84f8f887952511ca1"},
{file = "mypy-0.982-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:14d53cdd4cf93765aa747a7399f0961a365bcddf7855d9cef6306fa41de01c24"},
{file = "mypy-0.982-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:26ae64555d480ad4b32a267d10cab7aec92ff44de35a7cd95b2b7cb8e64ebe3e"},
{file = "mypy-0.982-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:6389af3e204975d6658de4fb8ac16f58c14e1bacc6142fee86d1b5b26aa52bda"},
{file = "mypy-0.982-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7b35ce03a289480d6544aac85fa3674f493f323d80ea7226410ed065cd46f206"},
{file = "mypy-0.982-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:c6e564f035d25c99fd2b863e13049744d96bd1947e3d3d2f16f5828864506763"},
{file = "mypy-0.982-cp38-cp38-win_amd64.whl", hash = "sha256:cebca7fd333f90b61b3ef7f217ff75ce2e287482206ef4a8b18f32b49927b1a2"},
{file = "mypy-0.982-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a705a93670c8b74769496280d2fe6cd59961506c64f329bb179970ff1d24f9f8"},
{file = "mypy-0.982-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:75838c649290d83a2b83a88288c1eb60fe7a05b36d46cbea9d22efc790002146"},
{file = "mypy-0.982-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:91781eff1f3f2607519c8b0e8518aad8498af1419e8442d5d0afb108059881fc"},
{file = "mypy-0.982-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eaa97b9ddd1dd9901a22a879491dbb951b5dec75c3b90032e2baa7336777363b"},
{file = "mypy-0.982-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a692a8e7d07abe5f4b2dd32d731812a0175626a90a223d4b58f10f458747dd8a"},
{file = "mypy-0.982-cp39-cp39-win_amd64.whl", hash = "sha256:eb7a068e503be3543c4bd329c994103874fa543c1727ba5288393c21d912d795"},
{file = "mypy-0.982-py3-none-any.whl", hash = "sha256:1021c241e8b6e1ca5a47e4d52601274ac078a89845cfde66c6d5f769819ffa1d"},
{file = "mypy-0.982.tar.gz", hash = "sha256:85f7a343542dc8b1ed0a888cdd34dca56462654ef23aa673907305b260b3d746"},
]
mypy-extensions = [
{file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"},
{file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
]
networkit = [
{file = "networkit-10.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a1edee63449d7a23150aa042d252fbc167293be0f9598d3b24fad624a65fa7e5"},
{file = "networkit-10.0-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:ad96951452b02b37348125e70eafce1bf75b1c2aca81b66141f5cad89937fedc"},
{file = "networkit-10.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f58db231ed06bad6264036cac4405ebe8d4d6890480bb23f2a36399799f0ae94"},
{file = "networkit-10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0a6e96ffcc84b10f079d41e4394349df2e26d7b0fd15a3579aafc96e5e69e088"},
{file = "networkit-10.0-cp310-cp310-win_amd64.whl", hash = "sha256:52961ec7456f17b71235b867880b64613cac3379c200a0b82ae60a29c0b43188"},
{file = "networkit-10.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:d861c44595aa59556a387307ed9a309da89e8c60ac8c3d9304ffbad7afbeeac8"},
{file = "networkit-10.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:d2c54fbd6bed7c10cb77bb5520db4f8e50c28763c27c66a905c6b858eb9e7400"},
{file = "networkit-10.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1ab8f51c99eccd9b1b32d78000204187b3d04325f6d78653fc91aaf56070643b"},
{file = "networkit-10.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:06250e34f4d85e11c09366764b5efe13f1329feb5557a2ade80dd1be3dfc8aac"},
{file = "networkit-10.0-cp38-cp38-win_amd64.whl", hash = "sha256:5100d3e53623a340b97cff348b6c34571030ab799ddb47de656586320c3ea5a2"},
{file = "networkit-10.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:1ac1f2b1406416fc7f55b5b6defceb893ae74355c1171d38664446191d3334d3"},
{file = "networkit-10.0-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:f1cab5c1f511597d88246c2ddd03eff1866607aa7776f47ea02a2fc502ae0a21"},
{file = "networkit-10.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:797f8122afeeb164f93ec0428df897d5dc84273eb4cd67b828fabf53a6fec5e2"},
{file = "networkit-10.0-cp39-cp39-win_amd64.whl", hash = "sha256:ae398bd9bc1dffa07a230a82c1e5cb03b865896d4a277c52ceabcab283ad6753"},
{file = "networkit-10.0.tar.gz", hash = "sha256:6fe69db1178b69305c40836953b6f7731574e211cea53ced52bbc45b9fff2a1d"},
]
numpy = [
{file = "numpy-1.23.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c9f707b5bb73bf277d812ded9896f9512a43edff72712f31667d0a8c2f8e71ee"},
{file = "numpy-1.23.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ffcf105ecdd9396e05a8e58e81faaaf34d3f9875f137c7372450baa5d77c9a54"},
{file = "numpy-1.23.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0ea3f98a0ffce3f8f57675eb9119f3f4edb81888b6874bc1953f91e0b1d4f440"},
{file = "numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:004f0efcb2fe1c0bd6ae1fcfc69cc8b6bf2407e0f18be308612007a0762b4089"},
{file = "numpy-1.23.3-cp310-cp310-win32.whl", hash = "sha256:98dcbc02e39b1658dc4b4508442a560fe3ca5ca0d989f0df062534e5ca3a5c1a"},
{file = "numpy-1.23.3-cp310-cp310-win_amd64.whl", hash = "sha256:39a664e3d26ea854211867d20ebcc8023257c1800ae89773cbba9f9e97bae036"},
{file = "numpy-1.23.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1f27b5322ac4067e67c8f9378b41c746d8feac8bdd0e0ffede5324667b8a075c"},
{file = "numpy-1.23.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2ad3ec9a748a8943e6eb4358201f7e1c12ede35f510b1a2221b70af4bb64295c"},
{file = "numpy-1.23.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bdc9febce3e68b697d931941b263c59e0c74e8f18861f4064c1f712562903411"},
{file = "numpy-1.23.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:301c00cf5e60e08e04d842fc47df641d4a181e651c7135c50dc2762ffe293dbd"},
{file = "numpy-1.23.3-cp311-cp311-win32.whl", hash = "sha256:7cd1328e5bdf0dee621912f5833648e2daca72e3839ec1d6695e91089625f0b4"},
{file = "numpy-1.23.3-cp311-cp311-win_amd64.whl", hash = "sha256:8355fc10fd33a5a70981a5b8a0de51d10af3688d7a9e4a34fcc8fa0d7467bb7f"},
{file = "numpy-1.23.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bc6e8da415f359b578b00bcfb1d08411c96e9a97f9e6c7adada554a0812a6cc6"},
{file = "numpy-1.23.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:22d43376ee0acd547f3149b9ec12eec2f0ca4a6ab2f61753c5b29bb3e795ac4d"},
{file = "numpy-1.23.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a64403f634e5ffdcd85e0b12c08f04b3080d3e840aef118721021f9b48fc1460"},
{file = "numpy-1.23.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:efd9d3abe5774404becdb0748178b48a218f1d8c44e0375475732211ea47c67e"},
{file = "numpy-1.23.3-cp38-cp38-win32.whl", hash = "sha256:f8c02ec3c4c4fcb718fdf89a6c6f709b14949408e8cf2a2be5bfa9c49548fd85"},
{file = "numpy-1.23.3-cp38-cp38-win_amd64.whl", hash = "sha256:e868b0389c5ccfc092031a861d4e158ea164d8b7fdbb10e3b5689b4fc6498df6"},
{file = "numpy-1.23.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:09f6b7bdffe57fc61d869a22f506049825d707b288039d30f26a0d0d8ea05164"},
{file = "numpy-1.23.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:8c79d7cf86d049d0c5089231a5bcd31edb03555bd93d81a16870aa98c6cfb79d"},
{file = "numpy-1.23.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e5d5420053bbb3dd64c30e58f9363d7a9c27444c3648e61460c1237f9ec3fa14"},
{file = "numpy-1.23.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d5422d6a1ea9b15577a9432e26608c73a78faf0b9039437b075cf322c92e98e7"},
{file = "numpy-1.23.3-cp39-cp39-win32.whl", hash = "sha256:c1ba66c48b19cc9c2975c0d354f24058888cdc674bebadceb3cdc9ec403fb5d1"},
{file = "numpy-1.23.3-cp39-cp39-win_amd64.whl", hash = "sha256:78a63d2df1d947bd9d1b11d35564c2f9e4b57898aae4626638056ec1a231c40c"},
{file = "numpy-1.23.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:17c0e467ade9bda685d5ac7f5fa729d8d3e76b23195471adae2d6a6941bd2c18"},
{file = "numpy-1.23.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:91b8d6768a75247026e951dce3b2aac79dc7e78622fc148329135ba189813584"},
{file = "numpy-1.23.3-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:94c15ca4e52671a59219146ff584488907b1f9b3fc232622b47e2cf832e94fb8"},
{file = "numpy-1.23.3.tar.gz", hash = "sha256:51bf49c0cd1d52be0a240aa66f3458afc4b95d8993d2d04f0d91fa60c10af6cd"},
]
packaging = [
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
]
pandas = [
{file = "pandas-1.5.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0d8d7433d19bfa33f11c92ad9997f15a902bda4f5ad3a4814a21d2e910894484"},
{file = "pandas-1.5.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5cc47f2ebaa20ef96ae72ee082f9e101b3dfbf74f0e62c7a12c0b075a683f03c"},
{file = "pandas-1.5.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8e8e5edf97d8793f51d258c07c629bd49d271d536ce15d66ac00ceda5c150eb3"},
{file = "pandas-1.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:41aec9f87455306496d4486df07c1b98c15569c714be2dd552a6124cd9fda88f"},
{file = "pandas-1.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c76f1d104844c5360c21d2ef0e1a8b2ccf8b8ebb40788475e255b9462e32b2be"},
{file = "pandas-1.5.0-cp310-cp310-win_amd64.whl", hash = "sha256:1642fc6138b4e45d57a12c1b464a01a6d868c0148996af23f72dde8d12486bbc"},
{file = "pandas-1.5.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:171cef540bfcec52257077816a4dbbac152acdb8236ba11d3196ae02bf0959d8"},
{file = "pandas-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a68a9b9754efff364b0c5ee5b0f18e15ca640c01afe605d12ba8b239ca304d6b"},
{file = "pandas-1.5.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:86d87279ebc5bc20848b4ceb619073490037323f80f515e0ec891c80abad958a"},
{file = "pandas-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:207d63ac851e60ec57458814613ef4b3b6a5e9f0b33c57623ba2bf8126c311f8"},
{file = "pandas-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e252a9e49b233ff96e2815c67c29702ac3a062098d80a170c506dff3470fd060"},
{file = "pandas-1.5.0-cp311-cp311-win_amd64.whl", hash = "sha256:de34636e2dc04e8ac2136a8d3c2051fd56ebe9fd6cd185581259330649e73ca9"},
{file = "pandas-1.5.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:1d34b1f43d9e3f4aea056ba251f6e9b143055ebe101ed04c847b41bb0bb4a989"},
{file = "pandas-1.5.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1b82ccc7b093e0a93f8dffd97a542646a3e026817140e2c01266aaef5fdde11b"},
{file = "pandas-1.5.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:4e30a31039574d96f3d683df34ccb50bb435426ad65793e42a613786901f6761"},
{file = "pandas-1.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:62e61003411382e20d7c2aec1ee8d7c86c8b9cf46290993dd8a0a3be44daeb38"},
{file = "pandas-1.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fc987f7717e53d372f586323fff441263204128a1ead053c1b98d7288f836ac9"},
{file = "pandas-1.5.0-cp38-cp38-win32.whl", hash = "sha256:e178ce2d7e3b934cf8d01dc2d48d04d67cb0abfaffdcc8aa6271fd5a436f39c8"},
{file = "pandas-1.5.0-cp38-cp38-win_amd64.whl", hash = "sha256:33a9d9e21ab2d91e2ab6e83598419ea6a664efd4c639606b299aae8097c1c94f"},
{file = "pandas-1.5.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:73844e247a7b7dac2daa9df7339ecf1fcf1dfb8cbfd11e3ffe9819ae6c31c515"},
{file = "pandas-1.5.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:e9c5049333c5bebf993033f4bf807d163e30e8fada06e1da7fa9db86e2392009"},
{file = "pandas-1.5.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:85a516a7f6723ca1528f03f7851fa8d0360d1d6121cf15128b290cf79b8a7f6a"},
{file = "pandas-1.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:947ed9f896ee61adbe61829a7ae1ade493c5a28c66366ec1de85c0642009faac"},
{file = "pandas-1.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c7f38d91f21937fe2bec9449570d7bf36ad7136227ef43b321194ec249e2149d"},
{file = "pandas-1.5.0-cp39-cp39-win32.whl", hash = "sha256:2504c032f221ef9e4a289f5e46a42b76f5e087ecb67d62e342ccbba95a32a488"},
{file = "pandas-1.5.0-cp39-cp39-win_amd64.whl", hash = "sha256:8a4fc04838615bf0a8d3a03ed68197f358054f0df61f390bcc64fbe39e3d71ec"},
{file = "pandas-1.5.0.tar.gz", hash = "sha256:3ee61b881d2f64dd90c356eb4a4a4de75376586cd3c9341c6c0fcaae18d52977"},
]
pluggy = [
{file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"},
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
]
py = [
{file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"},
{file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"},
]
pyparsing = [
{file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"},
{file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"},
]
pyreadline3 = [
{file = "pyreadline3-3.4.1-py3-none-any.whl", hash = "sha256:b0efb6516fd4fb07b45949053826a62fa4cb353db5be2bbb4a7aa1fdd1e345fb"},
{file = "pyreadline3-3.4.1.tar.gz", hash = "sha256:6f3d1f7b8a31ba32b73917cefc1f28cc660562f39aea8646d30bd6eff21f7bae"},
]
pytest = [
{file = "pytest-7.1.3-py3-none-any.whl", hash = "sha256:1377bda3466d70b55e3f5cecfa55bb7cfcf219c7964629b967c37cf0bda818b7"},
{file = "pytest-7.1.3.tar.gz", hash = "sha256:4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39"},
]
python-dateutil = [
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
{file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
]
pytz = [
{file = "pytz-2022.2.1-py2.py3-none-any.whl", hash = "sha256:220f481bdafa09c3955dfbdddb7b57780e9a94f5127e35456a48589b9e0c0197"},
{file = "pytz-2022.2.1.tar.gz", hash = "sha256:cea221417204f2d1a2aa03ddae3e867921971d0d76f14d87abb4414415bbdcf5"},
]
scipy = [
{file = "scipy-1.6.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a15a1f3fc0abff33e792d6049161b7795909b40b97c6cc2934ed54384017ab76"},
{file = "scipy-1.6.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:e79570979ccdc3d165456dd62041d9556fb9733b86b4b6d818af7a0afc15f092"},
{file = "scipy-1.6.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:a423533c55fec61456dedee7b6ee7dce0bb6bfa395424ea374d25afa262be261"},
{file = "scipy-1.6.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:33d6b7df40d197bdd3049d64e8e680227151673465e5d85723b3b8f6b15a6ced"},
{file = "scipy-1.6.1-cp37-cp37m-win32.whl", hash = "sha256:6725e3fbb47da428794f243864f2297462e9ee448297c93ed1dcbc44335feb78"},
{file = "scipy-1.6.1-cp37-cp37m-win_amd64.whl", hash = "sha256:5fa9c6530b1661f1370bcd332a1e62ca7881785cc0f80c0d559b636567fab63c"},
{file = "scipy-1.6.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bd50daf727f7c195e26f27467c85ce653d41df4358a25b32434a50d8870fc519"},
{file = "scipy-1.6.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:f46dd15335e8a320b0fb4685f58b7471702234cba8bb3442b69a3e1dc329c345"},
{file = "scipy-1.6.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:0e5b0ccf63155d90da576edd2768b66fb276446c371b73841e3503be1d63fb5d"},
{file = "scipy-1.6.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:2481efbb3740977e3c831edfd0bd9867be26387cacf24eb5e366a6a374d3d00d"},
{file = "scipy-1.6.1-cp38-cp38-win32.whl", hash = "sha256:68cb4c424112cd4be886b4d979c5497fba190714085f46b8ae67a5e4416c32b4"},
{file = "scipy-1.6.1-cp38-cp38-win_amd64.whl", hash = "sha256:5f331eeed0297232d2e6eea51b54e8278ed8bb10b099f69c44e2558c090d06bf"},
{file = "scipy-1.6.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:0c8a51d33556bf70367452d4d601d1742c0e806cd0194785914daf19775f0e67"},
{file = "scipy-1.6.1-cp39-cp39-manylinux1_i686.whl", hash = "sha256:83bf7c16245c15bc58ee76c5418e46ea1811edcc2e2b03041b804e46084ab627"},
{file = "scipy-1.6.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:794e768cc5f779736593046c9714e0f3a5940bc6dcc1dba885ad64cbfb28e9f0"},
{file = "scipy-1.6.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:5da5471aed911fe7e52b86bf9ea32fb55ae93e2f0fac66c32e58897cfb02fa07"},
{file = "scipy-1.6.1-cp39-cp39-win32.whl", hash = "sha256:8e403a337749ed40af60e537cc4d4c03febddcc56cd26e774c9b1b600a70d3e4"},
{file = "scipy-1.6.1-cp39-cp39-win_amd64.whl", hash = "sha256:a5193a098ae9f29af283dcf0041f762601faf2e595c0db1da929875b7570353f"},
{file = "scipy-1.6.1.tar.gz", hash = "sha256:c4fceb864890b6168e79b0e714c585dbe2fd4222768ee90bc1aa0f8218691b11"},
]
six = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
]
structlog = [
{file = "structlog-22.1.0-py3-none-any.whl", hash = "sha256:760d37b8839bd4fe1747bed7b80f7f4de160078405f4b6a1db9270ccbfce6c30"},
{file = "structlog-22.1.0.tar.gz", hash = "sha256:94b29b1d62b2659db154f67a9379ec1770183933d6115d21f21aa25cfc9a7393"},
]
texttable = [
{file = "texttable-1.6.4-py2.py3-none-any.whl", hash = "sha256:dd2b0eaebb2a9e167d1cefedab4700e5dcbdb076114eed30b58b97ed6b37d6f2"},
{file = "texttable-1.6.4.tar.gz", hash = "sha256:42ee7b9e15f7b225747c3fa08f43c5d6c83bc899f80ff9bae9319334824076e9"},
]
tomli = [
{file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
]
treeswift = [
{file = "treeswift-1.1.28-py2.py3-none-any.whl", hash = "sha256:a0f4097e41744c158241f3e69464ad29499f7a9a112859036cec86d3fef5135f"},
{file = "treeswift-1.1.28.tar.gz", hash = "sha256:97db59f5fdd50e7e39f72bbead590b35de8c5c93d371a0b46bf25bd3e9d6e33f"},
]
typer = [
{file = "typer-0.6.1-py3-none-any.whl", hash = "sha256:54b19e5df18654070a82f8c2aa1da456a4ac16a2a83e6dcd9f170e291c56338e"},
{file = "typer-0.6.1.tar.gz", hash = "sha256:2d5720a5e63f73eaf31edaa15f6ab87f35f0690f8ca233017d7d23d743a91d73"},
]
typing-extensions = [
{file = "typing_extensions-4.4.0-py3-none-any.whl", hash = "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e"},
{file = "typing_extensions-4.4.0.tar.gz", hash = "sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa"},
]