iamdata 0.1.202505141__py3-none-any.whl → 0.1.202505151__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of iamdata might be problematic. Click here for more details.
- iamdata/data/actions/dsql.json +69 -3
- iamdata/data/actions/license-manager.json +70 -8
- iamdata/data/conditionKeys/license-manager.json +5 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/license-manager.json +10 -2
- {iamdata-0.1.202505141.dist-info → iamdata-0.1.202505151.dist-info}/METADATA +1 -1
- {iamdata-0.1.202505141.dist-info → iamdata-0.1.202505151.dist-info}/RECORD +9 -9
- {iamdata-0.1.202505141.dist-info → iamdata-0.1.202505151.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202505141.dist-info → iamdata-0.1.202505151.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/dsql.json
CHANGED
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
+
"addpeercluster": {
|
|
3
|
+
"name": "AddPeerCluster",
|
|
4
|
+
"description": "Grants permission to add a peer cluster to a multi-Region cluster",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Cluster",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [],
|
|
15
|
+
"dependentActions": [
|
|
16
|
+
"dsql:PutMultiRegionProperties"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
2
19
|
"createcluster": {
|
|
3
20
|
"name": "CreateCluster",
|
|
4
21
|
"description": "Grants permission to create new clusters",
|
|
@@ -21,7 +38,7 @@
|
|
|
21
38
|
},
|
|
22
39
|
"createmultiregionclusters": {
|
|
23
40
|
"name": "CreateMultiRegionClusters",
|
|
24
|
-
"description": "Grants permission to create multi-Region clusters. Creating multi-Region clusters also requires CreateCluster permission in each specified Region",
|
|
41
|
+
"description": "Grants permission to create multi-Region clusters. Creating multi-Region clusters also requires CreateCluster permission in each specified Region. **This action is deprecated as of 05/09/2025 and will be removed on 05/21/2025.**",
|
|
25
42
|
"accessLevel": "Write",
|
|
26
43
|
"resourceTypes": [
|
|
27
44
|
{
|
|
@@ -85,7 +102,7 @@
|
|
|
85
102
|
},
|
|
86
103
|
"deletemultiregionclusters": {
|
|
87
104
|
"name": "DeleteMultiRegionClusters",
|
|
88
|
-
"description": "Grants permission to delete multi-Region clusters. Deleting multi-Region clusters also requires DeleteCluster permission in each specified Region",
|
|
105
|
+
"description": "Grants permission to delete multi-Region clusters. Deleting multi-Region clusters also requires DeleteCluster permission in each specified Region. **This action is deprecated as of 05/09/2025 and will be removed on 05/21/2025.**",
|
|
89
106
|
"accessLevel": "Write",
|
|
90
107
|
"resourceTypes": [
|
|
91
108
|
{
|
|
@@ -117,7 +134,7 @@
|
|
|
117
134
|
},
|
|
118
135
|
"getvpcendpointservicename": {
|
|
119
136
|
"name": "GetVpcEndpointServiceName",
|
|
120
|
-
"description": "Grants permission to retrieve endpoint service name
|
|
137
|
+
"description": "Grants permission to retrieve the VPC endpoint service name for a cluster",
|
|
121
138
|
"accessLevel": "Read",
|
|
122
139
|
"resourceTypes": [
|
|
123
140
|
{
|
|
@@ -153,6 +170,55 @@
|
|
|
153
170
|
"conditionKeys": [],
|
|
154
171
|
"dependentActions": []
|
|
155
172
|
},
|
|
173
|
+
"putmultiregionproperties": {
|
|
174
|
+
"name": "PutMultiRegionProperties",
|
|
175
|
+
"description": "Grants permission to update multi-Region properties of a cluster",
|
|
176
|
+
"accessLevel": "Write",
|
|
177
|
+
"resourceTypes": [
|
|
178
|
+
{
|
|
179
|
+
"name": "Cluster",
|
|
180
|
+
"required": true,
|
|
181
|
+
"conditionKeys": [],
|
|
182
|
+
"dependentActions": []
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"conditionKeys": [],
|
|
186
|
+
"dependentActions": []
|
|
187
|
+
},
|
|
188
|
+
"putwitnessregion": {
|
|
189
|
+
"name": "PutWitnessRegion",
|
|
190
|
+
"description": "Grants permission to configure and update the witness Region of a multi-Region cluster",
|
|
191
|
+
"accessLevel": "Write",
|
|
192
|
+
"resourceTypes": [
|
|
193
|
+
{
|
|
194
|
+
"name": "Cluster",
|
|
195
|
+
"required": true,
|
|
196
|
+
"conditionKeys": [],
|
|
197
|
+
"dependentActions": []
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"conditionKeys": [],
|
|
201
|
+
"dependentActions": [
|
|
202
|
+
"dsql:PutMultiRegionProperties"
|
|
203
|
+
]
|
|
204
|
+
},
|
|
205
|
+
"removepeercluster": {
|
|
206
|
+
"name": "RemovePeerCluster",
|
|
207
|
+
"description": "Grants permission to remove a peer cluster from a multi-Region cluster",
|
|
208
|
+
"accessLevel": "Write",
|
|
209
|
+
"resourceTypes": [
|
|
210
|
+
{
|
|
211
|
+
"name": "Cluster",
|
|
212
|
+
"required": true,
|
|
213
|
+
"conditionKeys": [],
|
|
214
|
+
"dependentActions": []
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
"conditionKeys": [],
|
|
218
|
+
"dependentActions": [
|
|
219
|
+
"dsql:PutMultiRegionProperties"
|
|
220
|
+
]
|
|
221
|
+
},
|
|
156
222
|
"tagresource": {
|
|
157
223
|
"name": "TagResource",
|
|
158
224
|
"description": "Grants permission to add tags to Aurora DSQL resources",
|
|
@@ -57,7 +57,10 @@
|
|
|
57
57
|
"dependentActions": []
|
|
58
58
|
}
|
|
59
59
|
],
|
|
60
|
-
"conditionKeys": [
|
|
60
|
+
"conditionKeys": [
|
|
61
|
+
"aws:RequestTag/${TagKey}",
|
|
62
|
+
"aws:TagKeys"
|
|
63
|
+
],
|
|
61
64
|
"dependentActions": []
|
|
62
65
|
},
|
|
63
66
|
"creategrantversion": {
|
|
@@ -80,7 +83,10 @@
|
|
|
80
83
|
"description": "Grants permission to create a new license",
|
|
81
84
|
"accessLevel": "Write",
|
|
82
85
|
"resourceTypes": [],
|
|
83
|
-
"conditionKeys": [
|
|
86
|
+
"conditionKeys": [
|
|
87
|
+
"aws:RequestTag/${TagKey}",
|
|
88
|
+
"aws:TagKeys"
|
|
89
|
+
],
|
|
84
90
|
"dependentActions": []
|
|
85
91
|
},
|
|
86
92
|
"createlicenseconfiguration": {
|
|
@@ -463,9 +469,27 @@
|
|
|
463
469
|
"description": "Grants permission to list tags for a selected resource",
|
|
464
470
|
"accessLevel": "Read",
|
|
465
471
|
"resourceTypes": [
|
|
472
|
+
{
|
|
473
|
+
"name": "grant",
|
|
474
|
+
"required": false,
|
|
475
|
+
"conditionKeys": [],
|
|
476
|
+
"dependentActions": []
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"name": "license",
|
|
480
|
+
"required": false,
|
|
481
|
+
"conditionKeys": [],
|
|
482
|
+
"dependentActions": []
|
|
483
|
+
},
|
|
466
484
|
{
|
|
467
485
|
"name": "license-configuration",
|
|
468
|
-
"required":
|
|
486
|
+
"required": false,
|
|
487
|
+
"conditionKeys": [],
|
|
488
|
+
"dependentActions": []
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "report-generator",
|
|
492
|
+
"required": false,
|
|
469
493
|
"conditionKeys": [],
|
|
470
494
|
"dependentActions": []
|
|
471
495
|
}
|
|
@@ -516,16 +540,34 @@
|
|
|
516
540
|
"description": "Grants permission to tag a selected resource",
|
|
517
541
|
"accessLevel": "Tagging",
|
|
518
542
|
"resourceTypes": [
|
|
543
|
+
{
|
|
544
|
+
"name": "grant",
|
|
545
|
+
"required": false,
|
|
546
|
+
"conditionKeys": [],
|
|
547
|
+
"dependentActions": []
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "license",
|
|
551
|
+
"required": false,
|
|
552
|
+
"conditionKeys": [],
|
|
553
|
+
"dependentActions": []
|
|
554
|
+
},
|
|
519
555
|
{
|
|
520
556
|
"name": "license-configuration",
|
|
521
|
-
"required":
|
|
557
|
+
"required": false,
|
|
558
|
+
"conditionKeys": [],
|
|
559
|
+
"dependentActions": []
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"name": "report-generator",
|
|
563
|
+
"required": false,
|
|
522
564
|
"conditionKeys": [],
|
|
523
565
|
"dependentActions": []
|
|
524
566
|
}
|
|
525
567
|
],
|
|
526
568
|
"conditionKeys": [
|
|
527
|
-
"aws:
|
|
528
|
-
"aws:
|
|
569
|
+
"aws:TagKeys",
|
|
570
|
+
"aws:RequestTag/${TagKey}"
|
|
529
571
|
],
|
|
530
572
|
"dependentActions": []
|
|
531
573
|
},
|
|
@@ -534,14 +576,34 @@
|
|
|
534
576
|
"description": "Grants permission to untag a selected resource",
|
|
535
577
|
"accessLevel": "Tagging",
|
|
536
578
|
"resourceTypes": [
|
|
579
|
+
{
|
|
580
|
+
"name": "grant",
|
|
581
|
+
"required": false,
|
|
582
|
+
"conditionKeys": [],
|
|
583
|
+
"dependentActions": []
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"name": "license",
|
|
587
|
+
"required": false,
|
|
588
|
+
"conditionKeys": [],
|
|
589
|
+
"dependentActions": []
|
|
590
|
+
},
|
|
537
591
|
{
|
|
538
592
|
"name": "license-configuration",
|
|
539
|
-
"required":
|
|
593
|
+
"required": false,
|
|
594
|
+
"conditionKeys": [],
|
|
595
|
+
"dependentActions": []
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"name": "report-generator",
|
|
599
|
+
"required": false,
|
|
540
600
|
"conditionKeys": [],
|
|
541
601
|
"dependentActions": []
|
|
542
602
|
}
|
|
543
603
|
],
|
|
544
|
-
"conditionKeys": [
|
|
604
|
+
"conditionKeys": [
|
|
605
|
+
"aws:TagKeys"
|
|
606
|
+
],
|
|
545
607
|
"dependentActions": []
|
|
546
608
|
},
|
|
547
609
|
"updatelicenseconfiguration": {
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
"description": "Filters access by the tags that are passed in the request",
|
|
5
5
|
"type": "String"
|
|
6
6
|
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by the tags associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
7
12
|
"aws:tagkeys": {
|
|
8
13
|
"key": "aws:TagKeys",
|
|
9
14
|
"description": "Filters access by tag keys that are passed in the request",
|
iamdata/data/metadata.json
CHANGED
|
@@ -3,21 +3,29 @@
|
|
|
3
3
|
"key": "license-configuration",
|
|
4
4
|
"arn": "arn:${Partition}:license-manager:${Region}:${Account}:license-configuration:${LicenseConfigurationId}",
|
|
5
5
|
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}",
|
|
6
7
|
"license-manager:ResourceTag/${TagKey}"
|
|
7
8
|
]
|
|
8
9
|
},
|
|
9
10
|
"license": {
|
|
10
11
|
"key": "license",
|
|
11
|
-
"arn": "arn:${Partition}:license-manager::${Account}:license:${LicenseId}"
|
|
12
|
+
"arn": "arn:${Partition}:license-manager::${Account}:license:${LicenseId}",
|
|
13
|
+
"conditionKeys": [
|
|
14
|
+
"aws:ResourceTag/${TagKey}"
|
|
15
|
+
]
|
|
12
16
|
},
|
|
13
17
|
"grant": {
|
|
14
18
|
"key": "grant",
|
|
15
|
-
"arn": "arn:${Partition}:license-manager::${Account}:grant:${GrantId}"
|
|
19
|
+
"arn": "arn:${Partition}:license-manager::${Account}:grant:${GrantId}",
|
|
20
|
+
"conditionKeys": [
|
|
21
|
+
"aws:ResourceTag/${TagKey}"
|
|
22
|
+
]
|
|
16
23
|
},
|
|
17
24
|
"report-generator": {
|
|
18
25
|
"key": "report-generator",
|
|
19
26
|
"arn": "arn:${Partition}:license-manager:${Region}:${Account}:report-generator:${ReportGeneratorId}",
|
|
20
27
|
"conditionKeys": [
|
|
28
|
+
"aws:ResourceTag/${TagKey}",
|
|
21
29
|
"license-manager:ResourceTag/${TagKey}"
|
|
22
30
|
]
|
|
23
31
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202505151
|
|
4
4
|
Summary: IAM data for AWS actions, resources, and conditions based on IAM policy documents. Checked for updates daily.
|
|
5
5
|
Project-URL: Homepage, https://github.com/cloud-copilot/iam-data-python
|
|
6
6
|
Project-URL: Issues, https://github.com/cloud-copilot/iam-data-python/issues
|
|
@@ -4,7 +4,7 @@ iamdata/conditions.py,sha256=JmNyw26ux0SsUGRLctBpVZNi-A88rK9HwMy_e76vxTk,1127
|
|
|
4
4
|
iamdata/resources.py,sha256=q55U8l74HnjnkHp1-i2-rZCe-IsZpZWmfGeMvQjf4xo,1166
|
|
5
5
|
iamdata/services.py,sha256=trEYZQnUb_vwEN-L29RY-vJFnEXDGrpppVpAeQazjgw,689
|
|
6
6
|
iamdata/utils.py,sha256=mwNqfgNO51L33Ag_K9VxaP85J6XRoZrN7rKz6Q_DJQk,398
|
|
7
|
-
iamdata/data/metadata.json,sha256=
|
|
7
|
+
iamdata/data/metadata.json,sha256=oPh4pcPfXuOBm8C6doM0pqJ_DHdwk80MCO2LhvpYYP8,76
|
|
8
8
|
iamdata/data/serviceNames.json,sha256=7TPEzcSJtN8aqffnzVsa_u08kLpdGqvFsaqAsVXiivc,18390
|
|
9
9
|
iamdata/data/services.json,sha256=0tkwVwsXZ7YNfVjg6S09bzI6yU8Tkd8wv1WEt9gtmYk,7130
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
@@ -134,7 +134,7 @@ iamdata/data/actions/docdb-elastic.json,sha256=fjk8kUH9ZuYqv_1ZhLfIuwPAtzsuFaZBi
|
|
|
134
134
|
iamdata/data/actions/drs.json,sha256=La78bLQy39JRhXMEYt9fmEyh6EAIDDjeiOfKBH8z14w,43861
|
|
135
135
|
iamdata/data/actions/ds-data.json,sha256=bwZGtvuBi74oVFJVoHDd0_3kGGltbZewiKZVPfYoEpE,8399
|
|
136
136
|
iamdata/data/actions/ds.json,sha256=B_adbfNUcenYt0qGfwBergVIjIVpIUsrey53rsddQGs,35756
|
|
137
|
-
iamdata/data/actions/dsql.json,sha256=
|
|
137
|
+
iamdata/data/actions/dsql.json,sha256=RPj8_1ouUJE0YqfvAIEbixAmeK-4XIfS6zfYrR6dD8Y,7183
|
|
138
138
|
iamdata/data/actions/dynamodb.json,sha256=UgMGv7n2YmsSVNKy9CYP-WOAcgjX7c7yFdwJGJqPqSk,31676
|
|
139
139
|
iamdata/data/actions/ebs.json,sha256=_0xfCEoPjX78Qukewk2vVObn4QA7iH_1Kw2qAfqUh2U,2892
|
|
140
140
|
iamdata/data/actions/ec2-instance-connect.json,sha256=fTwyHt4IzYTCGeCx6hy81ygzaRGNb18-5KynoVE2osA,1720
|
|
@@ -231,7 +231,7 @@ iamdata/data/actions/launchwizard.json,sha256=um7PaidJkgrT-VIHRMcCXtcYBz83CbMuy-
|
|
|
231
231
|
iamdata/data/actions/lex.json,sha256=fwvYrD93lKdBLEs2BdSR_7XZZfFodrjzOCLrSEEqmsU,56726
|
|
232
232
|
iamdata/data/actions/license-manager-linux-subscriptions.json,sha256=AYenC_fl0whD4ppeKchYDjW__QtcZe7xP_pad9GOzDQ,3926
|
|
233
233
|
iamdata/data/actions/license-manager-user-subscriptions.json,sha256=Dy8cH3ijnRi6v-u4Fm31uKniNNsdTeko4NrWrE1-YaA,8770
|
|
234
|
-
iamdata/data/actions/license-manager.json,sha256=
|
|
234
|
+
iamdata/data/actions/license-manager.json,sha256=cYlwIZQi9dEPPk8tJ6R3r-nVkXRuy0bpVnmAu2Hr3ug,17924
|
|
235
235
|
iamdata/data/actions/lightsail.json,sha256=M6YCmK_MHh2ivpIWLtJL1fkAFGSKziGhjEQEPZxaXaA,61881
|
|
236
236
|
iamdata/data/actions/logs.json,sha256=nazwlLzHeJCWxu3SozyhKPYeHBw3JvW4PtIVe6yyZ-s,39102
|
|
237
237
|
iamdata/data/actions/lookoutequipment.json,sha256=xNRu9aMnlUjSIemxZk-HuO_TKiiq2Zvv1Eqn_9bw0xI,21805
|
|
@@ -649,7 +649,7 @@ iamdata/data/conditionKeys/launchwizard.json,sha256=j7cRW7qj_UYp1Y9MKa8EzaXdbJ7C
|
|
|
649
649
|
iamdata/data/conditionKeys/lex.json,sha256=NoVtd3SK9EVtjDaAlBQtlNLMJcdNMUoR6iRWO5OfddE,1081
|
|
650
650
|
iamdata/data/conditionKeys/license-manager-linux-subscriptions.json,sha256=jyxHWUw7VH4OWyUEwP8pFglGB6mEmTf9hukul1nGF60,521
|
|
651
651
|
iamdata/data/conditionKeys/license-manager-user-subscriptions.json,sha256=1epza3xuMw5nCD0wrj4tA1v284P7qqgi1CeIhDxX2xA,525
|
|
652
|
-
iamdata/data/conditionKeys/license-manager.json,sha256=
|
|
652
|
+
iamdata/data/conditionKeys/license-manager.json,sha256=6letjftFDwqcMsMKFG7GDzCbR2PnoZZgEO_sR7WDtTo,726
|
|
653
653
|
iamdata/data/conditionKeys/lightsail.json,sha256=jiA_afWqChWCZFRSqtRhqJvFyLPaxcsANrzqzN2bos0,542
|
|
654
654
|
iamdata/data/conditionKeys/logs.json,sha256=IXJ0CvhJrgGbjg8kY_pT2FepOJPUc1QZooLnxCgtrX8,928
|
|
655
655
|
iamdata/data/conditionKeys/lookoutequipment.json,sha256=x1ozVKT1PwHPDPWKCRZF2AeJXAdyNWqdcbCf57u14jg,722
|
|
@@ -1067,7 +1067,7 @@ iamdata/data/resourceTypes/launchwizard.json,sha256=Aio0MQWAEjk3eyQzlINexA6tadY6
|
|
|
1067
1067
|
iamdata/data/resourceTypes/lex.json,sha256=aW3BE_YDVQ5sHaXMXBiQKypdqvzH2AzjLrlBfAjlVI8,1256
|
|
1068
1068
|
iamdata/data/resourceTypes/license-manager-linux-subscriptions.json,sha256=XC023U7TmQ_Qs65GLK587lEl3nJa-Lcgc3K8RyjVYQk,271
|
|
1069
1069
|
iamdata/data/resourceTypes/license-manager-user-subscriptions.json,sha256=07gOf_iwfXSLfqISUg-_O2S82JWmZ0crgVO6oaeJp38,1029
|
|
1070
|
-
iamdata/data/resourceTypes/license-manager.json,sha256=
|
|
1070
|
+
iamdata/data/resourceTypes/license-manager.json,sha256=yffHqI_u2LR2_3ZQaNzFDznEki3pyIl-ofS5Fak7wOI,936
|
|
1071
1071
|
iamdata/data/resourceTypes/lightsail.json,sha256=6rUFQ9x_amKBuKXSFOEG1-vAKA8imQeIiOesZP8RfAs,3475
|
|
1072
1072
|
iamdata/data/resourceTypes/logs.json,sha256=UPItJhhWzLJRu9q-BgEQBAN83wkr__HV9ceMOLXanEE,1469
|
|
1073
1073
|
iamdata/data/resourceTypes/lookoutequipment.json,sha256=DOWF2AeYN6fdXYHx2NW8thn9VUmNy3jp6Z0A3DL62Sg,1160
|
|
@@ -1265,7 +1265,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1265
1265
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1266
1266
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1267
1267
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1268
|
-
iamdata-0.1.
|
|
1269
|
-
iamdata-0.1.
|
|
1270
|
-
iamdata-0.1.
|
|
1271
|
-
iamdata-0.1.
|
|
1268
|
+
iamdata-0.1.202505151.dist-info/METADATA,sha256=4ChJTOA6jpXUZ7f5bZfOoNU0KWVhy6-Qw7vngUgdwFk,3491
|
|
1269
|
+
iamdata-0.1.202505151.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1270
|
+
iamdata-0.1.202505151.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1271
|
+
iamdata-0.1.202505151.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|