nci-cidc-schemas 0.26.38__py2.py3-none-any.whl → 0.27.1__py2.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 nci-cidc-schemas might be problematic. Click here for more details.

Files changed (23) hide show
  1. cidc_schemas/__init__.py +1 -1
  2. cidc_schemas/json_validation.py +43 -0
  3. cidc_schemas/prism/merger.py +17 -8
  4. cidc_schemas/schemas/clinical_trial.json +3 -7
  5. cidc_schemas/schemas/participant.json +1 -3
  6. cidc_schemas/schemas/sample.json +178 -44
  7. cidc_schemas/schemas/shipping_core.json +74 -34
  8. cidc_schemas/schemas/templates/manifests/h_and_e_template.json +109 -13
  9. cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json +111 -11
  10. cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json +102 -12
  11. cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json +109 -13
  12. cidc_schemas/schemas/templates/manifests/pbmc_template.json +102 -93
  13. cidc_schemas/schemas/templates/manifests/plasma_template.json +101 -91
  14. cidc_schemas/schemas/templates/manifests/tissue_slide_template.json +109 -13
  15. cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json +109 -13
  16. cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json +109 -13
  17. cidc_schemas/template.py +1 -1
  18. {nci_cidc_schemas-0.26.38.dist-info → nci_cidc_schemas-0.27.1.dist-info}/METADATA +27 -16
  19. {nci_cidc_schemas-0.26.38.dist-info → nci_cidc_schemas-0.27.1.dist-info}/RECORD +23 -23
  20. {nci_cidc_schemas-0.26.38.dist-info → nci_cidc_schemas-0.27.1.dist-info}/WHEEL +1 -1
  21. {nci_cidc_schemas-0.26.38.dist-info → nci_cidc_schemas-0.27.1.dist-info}/LICENSE +0 -0
  22. {nci_cidc_schemas-0.26.38.dist-info → nci_cidc_schemas-0.27.1.dist-info}/entry_points.txt +0 -0
  23. {nci_cidc_schemas-0.26.38.dist-info → nci_cidc_schemas-0.27.1.dist-info}/top_level.txt +0 -0
@@ -41,16 +41,16 @@
41
41
  "type_ref": "shipping_core.json#properties/tracking_number",
42
42
  "allow_empty": true
43
43
  },
44
- "account number": {
45
- "merge_pointer": "/account_number",
46
- "type_ref": "shipping_core.json#properties/account_number",
47
- "allow_empty": true
48
- },
49
44
  "shipping condition": {
50
45
  "merge_pointer": "/shipping_condition",
51
46
  "type_ref": "shipping_core.json#properties/shipping_condition",
52
47
  "allow_empty": true
53
48
  },
49
+ "shipping condition other": {
50
+ "merge_pointer": "/shipping_condition_other",
51
+ "type_ref": "shipping_core.json#properties/shipping_condition_other",
52
+ "allow_empty": true
53
+ },
54
54
  "date shipped": {
55
55
  "merge_pointer": "/date_shipped",
56
56
  "type_ref": "shipping_core.json#properties/date_shipped",
@@ -66,14 +66,89 @@
66
66
  "type_ref": "shipping_core.json#properties/quality_of_shipment",
67
67
  "allow_empty": true
68
68
  },
69
- "ship from": {
70
- "merge_pointer": "/ship_from",
71
- "type_ref": "shipping_core.json#properties/ship_from",
69
+ "ship from sender person name": {
70
+ "merge_pointer": "/ship_from_sender_person_name",
71
+ "type_ref": "shipping_core.json#properties/ship_from_sender_person_name",
72
+ "allow_empty": true
73
+ },
74
+ "ship from sender email": {
75
+ "merge_pointer": "/ship_from_sender_email",
76
+ "type_ref": "shipping_core.json#properties/ship_from_sender_email",
72
77
  "allow_empty": true
73
78
  },
74
- "ship to": {
75
- "merge_pointer": "/ship_to",
76
- "type_ref": "shipping_core.json#properties/ship_to",
79
+ "ship from sender phone": {
80
+ "merge_pointer": "/ship_from_sender_phone",
81
+ "type_ref": "shipping_core.json#properties/ship_from_sender_phone",
82
+ "allow_empty": true
83
+ },
84
+ "ship from name": {
85
+ "merge_pointer": "/ship_from_name",
86
+ "type_ref": "shipping_core.json#properties/ship_from_name",
87
+ "allow_empty": true
88
+ },
89
+ "ship from street1": {
90
+ "merge_pointer": "/ship_from_street1",
91
+ "type_ref": "shipping_core.json#properties/ship_from_street1",
92
+ "allow_empty": true
93
+ },
94
+ "ship from street2": {
95
+ "merge_pointer": "/ship_from_street2",
96
+ "type_ref": "shipping_core.json#properties/ship_from_street2",
97
+ "allow_empty": true
98
+ },
99
+ "ship from city": {
100
+ "merge_pointer": "/ship_from_city",
101
+ "type_ref": "shipping_core.json#properties/ship_from_city",
102
+ "allow_empty": true
103
+ },
104
+ "ship from state": {
105
+ "merge_pointer": "/ship_from_state",
106
+ "type_ref": "shipping_core.json#properties/ship_from_state",
107
+ "allow_empty": true
108
+ },
109
+ "ship from zip": {
110
+ "merge_pointer": "/ship_from_zip",
111
+ "type_ref": "shipping_core.json#properties/ship_from_zip",
112
+ "allow_empty": true
113
+ },
114
+ "ship from country": {
115
+ "merge_pointer": "/ship_from_country",
116
+ "type_ref": "shipping_core.json#properties/ship_from_country",
117
+ "allow_empty": true
118
+ },
119
+ "ship to name": {
120
+ "merge_pointer": "/ship_to_name",
121
+ "type_ref": "shipping_core.json#properties/ship_to_name",
122
+ "allow_empty": true
123
+ },
124
+ "ship to street1": {
125
+ "merge_pointer": "/ship_to_street1",
126
+ "type_ref": "shipping_core.json#properties/ship_to_street1",
127
+ "allow_empty": true
128
+ },
129
+ "ship to street2": {
130
+ "merge_pointer": "/ship_to_street2",
131
+ "type_ref": "shipping_core.json#properties/ship_to_street2",
132
+ "allow_empty": true
133
+ },
134
+ "ship to city": {
135
+ "merge_pointer": "/ship_to_city",
136
+ "type_ref": "shipping_core.json#properties/ship_to_city",
137
+ "allow_empty": true
138
+ },
139
+ "ship to state": {
140
+ "merge_pointer": "/ship_to_state",
141
+ "type_ref": "shipping_core.json#properties/ship_to_state",
142
+ "allow_empty": true
143
+ },
144
+ "ship to zip": {
145
+ "merge_pointer": "/ship_to_zip",
146
+ "type_ref": "shipping_core.json#properties/ship_to_zip",
147
+ "allow_empty": true
148
+ },
149
+ "ship to country": {
150
+ "merge_pointer": "/ship_to_country",
151
+ "type_ref": "shipping_core.json#properties/ship_to_country",
77
152
  "allow_empty": true
78
153
  }
79
154
  }
@@ -86,6 +161,8 @@
86
161
  "data_columns": {
87
162
  "IDs": {
88
163
  "entry (#)": {
164
+ "do_not_merge": true,
165
+ "allow_empty": true,
89
166
  "merge_pointer": "/shipping_entry_number",
90
167
  "type_ref": "sample.json#properties/shipping_entry_number"
91
168
  },
@@ -142,16 +219,35 @@
142
219
  "merge_pointer": "/type_of_tumor_sample",
143
220
  "type_ref": "sample.json#properties/type_of_tumor_sample"
144
221
  },
222
+ "description of sample": {
223
+ "merge_pointer": "/description_of_sample",
224
+ "type_ref": "sample.json#properties/description_of_sample",
225
+ "allow_empty": true
226
+ },
145
227
  "sample collection procedure": {
146
228
  "merge_pointer": "/sample_collection_procedure",
147
229
  "type_ref": "sample.json#properties/sample_collection_procedure"
148
230
  },
231
+ "sample collection procedure other": {
232
+ "merge_pointer": "/sample_collection_procedure_other",
233
+ "type_ref": "sample.json#properties/sample_collection_procedure_other",
234
+ "allow_empty": true
235
+ },
236
+ "type of primary container": {
237
+ "merge_pointer": "/type_of_primary_container",
238
+ "type_ref": "sample.json#properties/type_of_primary_container"
239
+ },
240
+ "type of primary container other": {
241
+ "merge_pointer": "/type_of_primary_container_other",
242
+ "type_ref": "sample.json#properties/type_of_primary_container_other",
243
+ "allow_empty": true
244
+ },
149
245
  "core number": {
150
246
  "merge_pointer": "/core_number",
151
247
  "type_ref": "sample.json#properties/core_number",
152
248
  "allow_empty": true
153
249
  },
154
- "fixation/stabilization type": {
250
+ "fixation stabilization type": {
155
251
  "merge_pointer": "/fixation_stabilization_type",
156
252
  "type_ref": "sample.json#properties/fixation_stabilization_type"
157
253
  },
@@ -240,4 +336,4 @@
240
336
  }
241
337
  }
242
338
  }
243
- }
339
+ }
cidc_schemas/template.py CHANGED
@@ -941,7 +941,7 @@ class Template:
941
941
  worksheets {Dict[str, dict]} -- a mapping from worksheet names to worksheet schemas
942
942
  """
943
943
 
944
- ignored_worksheets = ["Legend", "Data Dictionary"]
944
+ ignored_worksheets = ["Legend", "Data Dictionary", "Essential Patient Data"]
945
945
 
946
946
  def __init__(self, schema: dict, type: str, schema_root: str = SCHEMA_DIR):
947
947
  """
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: nci_cidc_schemas
3
- Version: 0.26.38
3
+ Version: 0.27.1
4
4
  Summary: The CIDC data model and tools for working with it.
5
5
  Home-page: https://github.com/NCI-CIDC/cidc-schemas
6
6
  Author: NCI
@@ -15,20 +15,31 @@ Classifier: Programming Language :: Python :: 3.9
15
15
  Requires-Python: >=3.9,<3.11
16
16
  Description-Content-Type: text/markdown
17
17
  License-File: LICENSE
18
- Requires-Dist: dateparser ==1.1.4
19
- Requires-Dist: xlsxwriter ==1.1.6
20
- Requires-Dist: argparse ==1.1
21
- Requires-Dist: pyyaml ==6.0.1
22
- Requires-Dist: jsonschema ==3.0.1
23
- Requires-Dist: openpyxl ==3.0.7
24
- Requires-Dist: jsonmerge ==1.6.1
25
- Requires-Dist: deepdiff ~=4.3.0
26
- Requires-Dist: jsonpointer ==2.0
27
- Requires-Dist: pandas ==1.5.3
28
- Requires-Dist: jinja2 ~=3.1.3
29
- Requires-Dist: nci-cidc-ngs-pipeline-api ==0.1.25
30
- Requires-Dist: markupsafe ==2.1.5
31
- Requires-Dist: regex ==2022.3.2
18
+ Requires-Dist: dateparser==1.1.4
19
+ Requires-Dist: xlsxwriter==1.1.6
20
+ Requires-Dist: argparse==1.1
21
+ Requires-Dist: pyyaml==6.0.1
22
+ Requires-Dist: jsonschema==3.0.1
23
+ Requires-Dist: openpyxl==3.0.7
24
+ Requires-Dist: jsonmerge==1.6.1
25
+ Requires-Dist: deepdiff~=4.3.0
26
+ Requires-Dist: jsonpointer==2.0
27
+ Requires-Dist: pandas==1.5.3
28
+ Requires-Dist: jinja2~=3.1.3
29
+ Requires-Dist: nci-cidc-ngs-pipeline-api==0.1.25
30
+ Requires-Dist: markupsafe==2.1.5
31
+ Requires-Dist: regex==2022.3.2
32
+ Dynamic: author
33
+ Dynamic: author-email
34
+ Dynamic: classifier
35
+ Dynamic: description
36
+ Dynamic: description-content-type
37
+ Dynamic: home-page
38
+ Dynamic: keywords
39
+ Dynamic: license
40
+ Dynamic: requires-dist
41
+ Dynamic: requires-python
42
+ Dynamic: summary
32
43
 
33
44
  # cidc-schemas
34
45
 
@@ -1,9 +1,9 @@
1
- cidc_schemas/__init__.py,sha256=9Df5WbWCck9fRAaOji8IQO8BZvV88vXOvtUNUoYYB1c,136
1
+ cidc_schemas/__init__.py,sha256=VcAwWzIL8eZjFMd1X0wzH9VJFMPjpfGxv5Vkdpxw2GU,136
2
2
  cidc_schemas/cli.py,sha256=gWiktRlraNH8Q0zNUae9dohKjPwBmcY0BJwdcQ_fIic,4099
3
3
  cidc_schemas/constants.py,sha256=RULs7pGuBAVq1teXymrfbVsK23ZowJvLuZlv0KcjL-Y,698
4
- cidc_schemas/json_validation.py,sha256=81Dql5LAw4t-0t1cYKpCNQqiUok9rQvGxSk-9VxyILA,20047
4
+ cidc_schemas/json_validation.py,sha256=nHkSfTmBN7EeTrZVdbb8h6A64lWrJe5z0AIHiIy-YB0,22552
5
5
  cidc_schemas/migrations.py,sha256=Amg_T4cFgMzySD7yNnT_PWpqP7hwlTWGeHlI_RSXuRI,14766
6
- cidc_schemas/template.py,sha256=gM6Xp1fOZaF8wOLzY5HGdxi4p8cEYhYXRpqRPncYua0,49865
6
+ cidc_schemas/template.py,sha256=0QZNtH9bIzr3felvsoyShtBq0TX2t1-OVkrQQ3gs8TM,49891
7
7
  cidc_schemas/template_reader.py,sha256=xXtLRKu1y4FrPj8RgyGOmB2hlsCDXcuvMBWami2_jV8,13119
8
8
  cidc_schemas/template_writer.py,sha256=faOhvSDTp4nuPhOtVQR_J7YNnFzx-vh7oyNpFdee1mY,18236
9
9
  cidc_schemas/unprism.py,sha256=TOD3CSGkgNnTtT-OeCCE3Ihlam84lr8XGOmtdSy2lL8,13545
@@ -14,14 +14,14 @@ cidc_schemas/prism/__init__.py,sha256=J5Tj0X7Di6cyxAjaduOUp2aVyvl8UI67bgxEkgttvc
14
14
  cidc_schemas/prism/constants.py,sha256=b5pgxrzwJvKWWIEE9V72cvKwl_ARRaANPHzKk4yo4M4,2325
15
15
  cidc_schemas/prism/core.py,sha256=PQgsRAEleT6gO3VyE4uFTYa3qK_VXjFcErV1YwWV1nQ,19294
16
16
  cidc_schemas/prism/extra_metadata.py,sha256=wZjhUGKSvfupr6qZ1WuPepKnf_FG1nGfsDai_kBFZ50,8559
17
- cidc_schemas/prism/merger.py,sha256=Kf5o9NWT80XqYZASbH0dJsQ0dkwMl3HtoR_p7wqUypI,12431
17
+ cidc_schemas/prism/merger.py,sha256=4dUOtF8jyZBoU8LL2d9_nStaD3MUCP7NStoFlxnHcz4,13076
18
18
  cidc_schemas/prism/pipelines.py,sha256=x_qxZ2Xq2pX30gSFW_w-hwUlaUz29lQ-hByM8h0_tao,33532
19
19
  cidc_schemas/schemas/aliquot.json,sha256=F24s6xGTeJl-VT6s6wvV8YtMA4O-0BsUCwtD2OEx_cY,1943
20
20
  cidc_schemas/schemas/clinical_data.json,sha256=ubt2dqTLCbDuxuOXrBObT_xLHVSArMBx4oASFOAYEas,1474
21
- cidc_schemas/schemas/clinical_trial.json,sha256=mqvpCTqWGimKA8-S4F32YMDBoHcJkawpr9iTwUgH56w,4652
22
- cidc_schemas/schemas/participant.json,sha256=vCtxbUfVGTjvZ8SPPNLvWJkJIBZUK2NSHpYzJgdoSaY,2991
23
- cidc_schemas/schemas/sample.json,sha256=TRWgxQBybtj4WjLBNZAdpoShpbDTGl8iT3FceGx2gD8,16296
24
- cidc_schemas/schemas/shipping_core.json,sha256=ouekd6KNf4EKVz4IsE2yjibvIjpCE8CZBxCRXlJ7p_U,3315
21
+ cidc_schemas/schemas/clinical_trial.json,sha256=aUjYgdtlRWDfULk0-apralt4-KrtjriUqt3qNTdL2Rc,4442
22
+ cidc_schemas/schemas/participant.json,sha256=X72GQSdLqhZl_Vg8OHPqRotblIluNSmiw8N5UeM-di8,2843
23
+ cidc_schemas/schemas/sample.json,sha256=wvYlmbdXhJ4TAVZrKSHzW_FudngKqyr4LZ1eICgQymE,20797
24
+ cidc_schemas/schemas/shipping_core.json,sha256=OGdcdoFJXoKacD_FoSukX6SXJvcgFXTnWPko9VqOD5o,4234
25
25
  cidc_schemas/schemas/artifacts/artifact_bam.json,sha256=nPy3qx07--arLyb9VgfdVK6OJoMPhr6rnp-3AF6o82Q,1653
26
26
  cidc_schemas/schemas/artifacts/artifact_bam_bai.json,sha256=S1LxCZVyN3v-Hxhs7TEDbGcV-y7LVdAoLzGblT9IhEk,1671
27
27
  cidc_schemas/schemas/artifacts/artifact_bed.json,sha256=nGPKiAd2GQGJ6JkdLaqZhfOuyDmsAdUqril1Yao2qmE,1653
@@ -144,19 +144,19 @@ cidc_schemas/schemas/templates/assays/tcr_adaptive_template.json,sha256=Hb8ngxw6
144
144
  cidc_schemas/schemas/templates/assays/tcr_fastq_template.json,sha256=7Qq4ssI8ErDrHy5RIxjPcNiDf2IBHG42JcngDFKxqlE,3457
145
145
  cidc_schemas/schemas/templates/assays/wes_bam_template.json,sha256=nxbb_lNPi-5cdAlwmSBvn7cS_8gMjROOz7wBWk6ev0Y,2724
146
146
  cidc_schemas/schemas/templates/assays/wes_fastq_template.json,sha256=vuwuIpqXyqpGxCunpjbHKaBQhfKFnr2R-wMkXDiJdKM,3143
147
- cidc_schemas/schemas/templates/manifests/h_and_e_template.json,sha256=PiCpfbWd5I29wwYWCQHjQh10g9l84dligYTVvMcJHgM,12524
148
- cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json,sha256=u1QPL83DUvPMcMdYbwmmgT0nSOqkbjQR-asXZ_6p0CY,11878
149
- cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json,sha256=JudTPeQBjTttX4OXMrVl9DTRM73KgZN3jbtC3lcuQsA,13542
150
- cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json,sha256=xCE0pTXRlKOd0dPMKcDIBKXRa81Ka_H5f6OGE1TNmhw,13185
151
- cidc_schemas/schemas/templates/manifests/pbmc_template.json,sha256=c0F9xu9za95i2RSVl_9wjiZIUxczOFNWJaXRy8pJhOg,17579
152
- cidc_schemas/schemas/templates/manifests/plasma_template.json,sha256=43bizjQ7zJt5mQHtUfFHDA_f3L4DxBo4XqgHnFvNPbw,15148
153
- cidc_schemas/schemas/templates/manifests/tissue_slide_template.json,sha256=Y3951-HNUVfvOK4fjUxGJt2gtmGhKZxWiXVLxyZghn8,11073
147
+ cidc_schemas/schemas/templates/manifests/h_and_e_template.json,sha256=ttdf1U9ENF1U6cn4jG6pLB0hqIVignaa8UfmyPwLuTY,17726
148
+ cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json,sha256=y88bHiUDoSvpgA1poHSOfwa4K-TLUjemnZ-qghibteY,17333
149
+ cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json,sha256=wuDJrzC-f1jtTWt_tAeamIVd92QqItD24bnnpSj_ZM4,18416
150
+ cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json,sha256=GUtdrieD8vwoUMRs9ePzDHCrN2sbgDx81-R1K2PBzsI,18387
151
+ cidc_schemas/schemas/templates/manifests/pbmc_template.json,sha256=b72ng2fU2tEYTye_Na5bsHv7dxNS9sPciIQqznhHZ7s,18241
152
+ cidc_schemas/schemas/templates/manifests/plasma_template.json,sha256=sQR_ayLKgxzrkjC-PC7eCmEyV6dQzQr-boZAtDBgbx8,15856
153
+ cidc_schemas/schemas/templates/manifests/tissue_slide_template.json,sha256=jwyXOjKnCrHzz1tDF57dYi-Z4QmYrECjSKiQ7g56XG8,16275
154
154
  cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json,sha256=lVJrGb28n-vyfjGBzhrzjn1lMKw1b4HXXmWtwA603v0,2797
155
- cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json,sha256=-CC7Hg-qzZ7e5QrrnkybrS1Vrfq2zlgtxU4kRnR5is8,13472
156
- cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json,sha256=uPiiEo1xEde6MDhQDapLIjL8XcghgeoCEDdZTzGYFBA,12617
157
- nci_cidc_schemas-0.26.38.dist-info/LICENSE,sha256=zK77-w4rYCZBHAYJEGkcFuPXwKIsP7jMPZ2iQOXjzko,1072
158
- nci_cidc_schemas-0.26.38.dist-info/METADATA,sha256=V5e4z-bRTKL8HvnOEW6TP3CoX7Xiphp1lwfXqxOo1NY,4314
159
- nci_cidc_schemas-0.26.38.dist-info/WHEEL,sha256=0VNUDWQJzfRahYI3neAhz2UVbRCtztpN5dPHAGvmGXc,109
160
- nci_cidc_schemas-0.26.38.dist-info/entry_points.txt,sha256=kSyTzXeJQrJp_2ZX0GS_NnbJR8ceQKLBSgER46PM0hs,55
161
- nci_cidc_schemas-0.26.38.dist-info/top_level.txt,sha256=Wwb5Cu7QrnbmSJxI2d00e3-Mir36t0jTRnSulmfhi30,13
162
- nci_cidc_schemas-0.26.38.dist-info/RECORD,,
155
+ cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json,sha256=eoX_YIl1HfQXiL7Q6ybIuOLs85Nbn7EylJ8dzXKiMZw,18674
156
+ cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json,sha256=HK2Q2VQcDhP8FZDZapk04Qx2-Tji9dCMH1UpkVhU3Vs,17819
157
+ nci_cidc_schemas-0.27.1.dist-info/LICENSE,sha256=zK77-w4rYCZBHAYJEGkcFuPXwKIsP7jMPZ2iQOXjzko,1072
158
+ nci_cidc_schemas-0.27.1.dist-info/METADATA,sha256=S8HqjcNvuIkrdWflFo_Y2NfypLGiemRsrdRhZsmVmqc,4531
159
+ nci_cidc_schemas-0.27.1.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
160
+ nci_cidc_schemas-0.27.1.dist-info/entry_points.txt,sha256=kSyTzXeJQrJp_2ZX0GS_NnbJR8ceQKLBSgER46PM0hs,55
161
+ nci_cidc_schemas-0.27.1.dist-info/top_level.txt,sha256=Wwb5Cu7QrnbmSJxI2d00e3-Mir36t0jTRnSulmfhi30,13
162
+ nci_cidc_schemas-0.27.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.5.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any