data-manipulation-utilities 0.2.6__py3-none-any.whl → 0.2.8.dev714__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.
Files changed (65) hide show
  1. {data_manipulation_utilities-0.2.6.dist-info → data_manipulation_utilities-0.2.8.dev714.dist-info}/METADATA +800 -34
  2. data_manipulation_utilities-0.2.8.dev714.dist-info/RECORD +93 -0
  3. {data_manipulation_utilities-0.2.6.dist-info → data_manipulation_utilities-0.2.8.dev714.dist-info}/WHEEL +1 -1
  4. {data_manipulation_utilities-0.2.6.dist-info → data_manipulation_utilities-0.2.8.dev714.dist-info}/entry_points.txt +1 -0
  5. dmu/__init__.py +0 -0
  6. dmu/generic/hashing.py +70 -0
  7. dmu/generic/utilities.py +175 -9
  8. dmu/generic/version_management.py +3 -5
  9. dmu/logging/log_store.py +34 -2
  10. dmu/logging/messages.py +96 -0
  11. dmu/ml/cv_classifier.py +3 -3
  12. dmu/ml/cv_diagnostics.py +224 -0
  13. dmu/ml/cv_performance.py +58 -0
  14. dmu/ml/cv_predict.py +149 -46
  15. dmu/ml/train_mva.py +587 -112
  16. dmu/ml/utilities.py +29 -10
  17. dmu/pdataframe/utilities.py +61 -3
  18. dmu/plotting/fwhm.py +64 -0
  19. dmu/plotting/matrix.py +1 -1
  20. dmu/plotting/plotter.py +25 -3
  21. dmu/plotting/plotter_1d.py +159 -14
  22. dmu/plotting/plotter_2d.py +5 -0
  23. dmu/rdataframe/utilities.py +54 -3
  24. dmu/rfile/ddfgetter.py +102 -0
  25. dmu/stats/fit_stats.py +129 -0
  26. dmu/stats/fitter.py +56 -23
  27. dmu/stats/gof_calculator.py +7 -0
  28. dmu/stats/model_factory.py +305 -50
  29. dmu/stats/parameters.py +100 -0
  30. dmu/stats/utilities.py +443 -12
  31. dmu/stats/wdata.py +187 -0
  32. dmu/stats/zfit.py +17 -0
  33. dmu/stats/zfit_models.py +68 -0
  34. dmu/stats/zfit_plotter.py +175 -56
  35. dmu/testing/utilities.py +120 -15
  36. dmu/workflow/__init__.py +0 -0
  37. dmu/workflow/cache.py +266 -0
  38. dmu_data/ml/tests/diagnostics_from_file.yaml +13 -0
  39. dmu_data/ml/tests/diagnostics_from_model.yaml +10 -0
  40. dmu_data/ml/tests/diagnostics_multiple_methods.yaml +10 -0
  41. dmu_data/ml/tests/diagnostics_overlay.yaml +33 -0
  42. dmu_data/ml/tests/train_mva.yaml +20 -12
  43. dmu_data/ml/tests/train_mva_def.yaml +75 -0
  44. dmu_data/ml/tests/train_mva_with_diagnostics.yaml +87 -0
  45. dmu_data/ml/tests/train_mva_with_preffix.yaml +58 -0
  46. dmu_data/plotting/tests/2d.yaml +5 -5
  47. dmu_data/plotting/tests/line.yaml +15 -0
  48. dmu_data/plotting/tests/plug_fwhm.yaml +24 -0
  49. dmu_data/plotting/tests/plug_stats.yaml +19 -0
  50. dmu_data/plotting/tests/simple.yaml +4 -3
  51. dmu_data/plotting/tests/styling.yaml +18 -0
  52. dmu_data/rfile/friends.yaml +13 -0
  53. dmu_data/stats/fitter/test_simple.yaml +28 -0
  54. dmu_data/stats/kde_optimizer/control.json +1 -0
  55. dmu_data/stats/kde_optimizer/signal.json +1 -0
  56. dmu_data/stats/parameters/data.yaml +178 -0
  57. dmu_data/tests/config.json +6 -0
  58. dmu_data/tests/config.yaml +4 -0
  59. dmu_data/tests/pdf_to_tex.txt +34 -0
  60. dmu_scripts/kerberos/check_expiration +21 -0
  61. dmu_scripts/kerberos/convert_certificate +22 -0
  62. dmu_scripts/ml/compare_classifiers.py +85 -0
  63. data_manipulation_utilities-0.2.6.dist-info/RECORD +0 -57
  64. {data_manipulation_utilities-0.2.6.data → data_manipulation_utilities-0.2.8.dev714.data}/scripts/publish +0 -0
  65. {data_manipulation_utilities-0.2.6.dist-info → data_manipulation_utilities-0.2.8.dev714.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,178 @@
1
+ exp:
2
+ c:
3
+ val : -0.010
4
+ low : -0.020
5
+ high: -0.0001
6
+ hypexp:
7
+ mu:
8
+ val : 5000
9
+ low : 4000
10
+ high: 6000
11
+ ap:
12
+ val : 0.020
13
+ low : 0
14
+ high: 0.10
15
+ bt:
16
+ val : 0.002
17
+ low : 0.0001
18
+ high: 0.003
19
+ modexp:
20
+ mu:
21
+ val : 4250
22
+ low : 4250
23
+ high: 4500
24
+ ap:
25
+ val : 0.002
26
+ low : 0.002
27
+ high: 0.026
28
+ bt:
29
+ val : 0.002
30
+ low : 0.002
31
+ high: 0.020
32
+ pol1:
33
+ a:
34
+ val : -0.005
35
+ low : -0.95
36
+ high: 0.00
37
+ pol2:
38
+ a:
39
+ val : -0.005
40
+ low : -0.95
41
+ high: 0.00
42
+ b:
43
+ val : 0.000
44
+ low : -0.95
45
+ high: 0.95
46
+ pol3:
47
+ a:
48
+ val : -0.005
49
+ low : -0.95
50
+ high: 0.00
51
+ b:
52
+ val : 0.000
53
+ low : -0.95
54
+ high: 0.95
55
+ c:
56
+ val : 0.000
57
+ low : -0.95
58
+ high: 0.95
59
+ cbr:
60
+ mu:
61
+ val : 5300
62
+ low : 5100
63
+ high: 5500
64
+ sg:
65
+ val : 50
66
+ low : 2
67
+ high: 300
68
+ ac:
69
+ val : -2
70
+ low : -14.
71
+ high: -0.1
72
+ nc:
73
+ val : 1
74
+ low : 0.5
75
+ high: 150
76
+ suj:
77
+ mu:
78
+ val : 4000
79
+ low : 3500
80
+ high: 5000
81
+ sg:
82
+ val : 10
83
+ low : 2
84
+ high: 5000
85
+ gm:
86
+ val : 1
87
+ low : -10
88
+ high: 10
89
+ dl:
90
+ val : 1
91
+ low : 0.1
92
+ high: 40
93
+ cbl:
94
+ mu:
95
+ val : 5300
96
+ low : 5100
97
+ high: 5500
98
+ sg:
99
+ val : 50
100
+ low : 2
101
+ high: 300
102
+ ac:
103
+ val : 2
104
+ low : 0.0
105
+ high: 14.
106
+ nc:
107
+ val : 1
108
+ low : 0.5
109
+ high: 150
110
+ gauss:
111
+ mu:
112
+ val : 5300
113
+ low : 5100
114
+ high: 5500
115
+ sg:
116
+ val : 50
117
+ low : 2
118
+ high: 300
119
+ dscb:
120
+ mu:
121
+ val : 5300
122
+ low : 5000
123
+ high: 5400
124
+ sg:
125
+ val : 50
126
+ low : 5
127
+ high: 500
128
+ ar:
129
+ val : 1
130
+ low : 0
131
+ high: 5
132
+ al:
133
+ val : 1
134
+ low : 0
135
+ high: 5
136
+ nr:
137
+ val : 2
138
+ low : 1
139
+ high: 150
140
+ nl:
141
+ val : 2
142
+ low : 0
143
+ high: 150
144
+ voigt:
145
+ mu:
146
+ val : 5280
147
+ low : 5040
148
+ high: 5500
149
+ sg:
150
+ val : 20
151
+ low : 10
152
+ high: 400
153
+ gm:
154
+ val : 4
155
+ low : 0.1
156
+ high: 100
157
+ qgauss:
158
+ mu:
159
+ val : 5280
160
+ low : 5040
161
+ high: 5500
162
+ sg:
163
+ val : 20
164
+ low : 10
165
+ high: 400
166
+ q:
167
+ val : 1
168
+ low : 1
169
+ high: 3
170
+ cauchy:
171
+ mu:
172
+ val : 5280
173
+ low : 5040
174
+ high: 5500
175
+ gm:
176
+ val : 150
177
+ low : 50
178
+ high: 500
@@ -0,0 +1,6 @@
1
+ {
2
+ "key" : [
3
+ "value1",
4
+ "value2",
5
+ "value3"]
6
+ }
@@ -0,0 +1,4 @@
1
+ key:
2
+ - value1
3
+ - value2
4
+ - value3
@@ -0,0 +1,34 @@
1
+ --------------------
2
+ PDF: SumPDF
3
+ OBS: <zfit Space obs=('B_M_brem_track_2',), axes=(0,), limits=(array([[4500.]]), array([[7000.]])), binned=False>
4
+ Name Value Low HighFloating Constraint
5
+ --------------------
6
+ ar_dscb_Signal_002_1_reso_flt 1.000e+00 2.000e-01 5.000e+00 1 9.062e-01___1.910e-02
7
+ c_exp_cmb_1 -1.000e-02 -2.000e-02 -1.000e-04 1 none
8
+ frac_brem_001 3.000e-01 0.000e+00 1.000e+00 1 3.273e-01___1.157e-05
9
+ mu_Signal_001_scale_flt 0.000e+00 -1.000e+02 1.000e+02 1 -1.876e+01___7.881e-01
10
+ mu_Signal_002_scale_flt 0.000e+00 -1.000e+02 1.000e+02 1 -1.228e+01___4.835e-01
11
+ nBu_JpsiK_ee_eq_DPC 0.000e+00 0.000e+00 1.000e+04 1 none
12
+ ncmb 0.000e+00 0.000e+00 2.000e+04 1 none
13
+ nl_dscb_Signal_001_1_reso_flt 1.000e+00 2.000e-01 5.000e+00 1 8.314e+00___1.204e+00
14
+ nr_dscb_Signal_002_1_reso_flt 1.000e+00 2.000e-01 5.000e+00 1 1.770e+00___5.338e-02
15
+ nsig 0.000e+00 0.000e+00 1.000e+04 1 none
16
+ sBd_Kstee_eq_btosllball05_DPC 0.000e+00 0.000e+00 1.000e+01 1 1.547e-01___1.552e-02
17
+ sBu_Kstee_Kpi0_eq_btosllball05_DPC 0.000e+00 0.000e+00 1.000e+01 1 1.698e-01___2.266e-02
18
+ sg_Signal_001_reso_flt 1.000e+00 2.000e-01 5.000e+00 1 1.399e+00___2.266e-02
19
+ sg_Signal_002_reso_flt 1.000e+00 2.000e-01 5.000e+00 1 1.327e+00___1.401e-02
20
+
21
+ al_dscb_Signal_001_1 3.297e-01 0.000e+00 5.000e+00 0 none
22
+ al_dscb_Signal_002_1 3.684e-01 0.000e+00 5.000e+00 0 none
23
+ ar_dscb_Signal_001_1 1.274e+00 0.000e+00 5.000e+00 0 none
24
+ ar_dscb_Signal_002_1 8.425e-01 0.000e+00 5.000e+00 0 none
25
+ frc_Signal_001_1 2.911e-02 0.000e+00 1.000e+00 0 none
26
+ frc_Signal_002_1 1.074e-01 0.000e+00 1.000e+00 0 none
27
+ mu_Signal_001 5.231e+03 5.100e+03 5.500e+03 0 none
28
+ mu_Signal_002 5.230e+03 5.100e+03 5.500e+03 0 none
29
+ nl_dscb_Signal_001_1 9.130e+00 0.000e+00 1.500e+02 0 none
30
+ nl_dscb_Signal_002_1 5.152e+01 0.000e+00 1.500e+02 0 none
31
+ nr_dscb_Signal_001_1 2.483e+00 1.000e+00 1.500e+02 0 none
32
+ nr_dscb_Signal_002_1 3.801e+00 1.000e+00 1.500e+02 0 none
33
+ sg_Signal_001 5.155e+01 2.000e+00 3.000e+02 0 none
34
+ sg_Signal_002 7.496e+01 2.000e+00 3.000e+02 0 none
@@ -0,0 +1,21 @@
1
+ #!/usr/bin/env bash
2
+
3
+ : '
4
+ This script is meant to check the expiration date of a grid certificate
5
+
6
+ Usage:
7
+
8
+ ./check_expiration
9
+ '
10
+
11
+ check()
12
+ {
13
+ PEMFILE=$1
14
+ if [[ ! -f $PEMFILE ]];then
15
+ echo "Cannot find PEM file: $PEMFILE"
16
+ fi
17
+
18
+ openssl x509 -enddate -noout -in $PEMFILE
19
+ }
20
+
21
+ check usercert.pem
@@ -0,0 +1,22 @@
1
+ #!/usr/bin/env bash
2
+
3
+ : '
4
+ This script is used to convert p12 grid certificate files into PEM files
5
+
6
+ Usage:
7
+
8
+ ./convert_certificate cert.p12
9
+ '
10
+
11
+ CERTIFICATE=$1
12
+
13
+ if [[ ! -f $CERTIFICATE ]];then
14
+ echo "ERROR::Certificate \"$CERTIFICATE\" does not exist."
15
+ kill -INT $$
16
+ fi
17
+
18
+ openssl pkcs12 -in $CERTIFICATE -clcerts -nokeys -out usercert.pem
19
+ openssl pkcs12 -in $CERTIFICATE -nocerts -out userkey.pem
20
+ chmod 400 userkey.pem
21
+ chmod 444 usercert.pem
22
+
@@ -0,0 +1,85 @@
1
+ '''
2
+ Script used to compare performance of classifiers
3
+ '''
4
+ import os
5
+ import argparse
6
+ import yaml
7
+ import mplhep
8
+ import matplotlib.pyplot as plt
9
+ import pandas as pnd
10
+
11
+ from sklearn.metrics import auc
12
+ from dmu.logging.log_store import LogStore
13
+
14
+ log=LogStore.add_logger('dmu:ml:compare_classifiers')
15
+ # ------------------------------
16
+ class Data:
17
+ '''
18
+ Data class
19
+ '''
20
+ out_path : str
21
+ cfg_path : str
22
+ logl : int
23
+ cfg : dict
24
+
25
+ plt.style.use(mplhep.style.LHCb2)
26
+ # ------------------------------
27
+ def _initialize() -> None:
28
+ log.info(f'Loading settings from: {Data.cfg_path}')
29
+ with open(Data.cfg_path, encoding='utf-8') as ifile:
30
+ Data.cfg = yaml.safe_load(ifile)
31
+
32
+ Data.out_path = Data.cfg['out_dir']
33
+ os.makedirs(Data.out_path, exist_ok=True)
34
+ # ------------------------------
35
+ def _parse_args():
36
+ parser = argparse.ArgumentParser(description='Used to perform comparisons of classifier performances')
37
+ parser.add_argument('-c', '--conf' , help='Path to configuration path', required=True)
38
+ parser.add_argument('-l', '--logl' , help='Logging level', choices=[10, 20, 30], default=20)
39
+ args = parser.parse_args()
40
+
41
+ Data.cfg_path = args.conf
42
+ Data.logl = args.logl
43
+ # ------------------------------
44
+ def _plot_roc(name : str, path : str) -> None:
45
+ roc_path = f'{path}/fold_all/roc.json'
46
+ df = pnd.read_json(roc_path)
47
+
48
+ plt.figure(num='ROC')
49
+ xval = df['x'].to_numpy()
50
+ yval = df['y'].to_numpy()
51
+ area = auc(xval, yval)
52
+
53
+ plt.plot(xval, yval, label=f'{name}: {area:.3f}')
54
+ # ------------------------------
55
+ def _compare():
56
+ for name, cls_path in Data.cfg['classifiers'].items():
57
+ _plot_roc(name=name, path=cls_path)
58
+
59
+ _save_roc()
60
+ # ------------------------------
61
+ def _save_roc():
62
+ d_set = Data.cfg['roc']
63
+ if 'xrange' in d_set:
64
+ plt.xlim(d_set['xrange'])
65
+
66
+ if 'yrange' in d_set:
67
+ plt.ylim(d_set['yrange'])
68
+
69
+ plt.figure(num='ROC')
70
+ plt.legend()
71
+ plt.grid()
72
+ plt.xlabel('Signal Efficiency')
73
+ plt.ylabel('Background Rejection')
74
+ plt.savefig(f'{Data.out_path}/roc.png')
75
+ # ------------------------------
76
+ def main():
77
+ '''
78
+ Start here
79
+ '''
80
+ _parse_args()
81
+ _initialize()
82
+ _compare()
83
+ # ------------------------------
84
+ if __name__ == '__main__':
85
+ main()
@@ -1,57 +0,0 @@
1
- data_manipulation_utilities-0.2.6.data/scripts/publish,sha256=-3K_Y2_4CfWCV50rPB8CRuhjxDu7xMGswinRwPovgLs,1976
2
- dmu/arrays/utilities.py,sha256=PKoYyybPptA2aU-V3KLnJXBudWxTXu4x1uGdIMQ49HY,1722
3
- dmu/generic/utilities.py,sha256=0Xnq9t35wuebAqKxbyAiMk1ISB7IcXK4cFH25MT1fgw,1741
4
- dmu/generic/version_management.py,sha256=G_HjGY-hu8lotZuTdVAg0B8yD0AltE866q2vJxvTg1g,3749
5
- dmu/logging/log_store.py,sha256=umdvjNDuV3LdezbG26b0AiyTglbvkxST19CQu9QATbA,4184
6
- dmu/ml/cv_classifier.py,sha256=ZbzEm_jW9yoTC7k_xBA7hFpc1bDNayiVR3tbaj1_ieE,4228
7
- dmu/ml/cv_predict.py,sha256=4wwYL_jcUExDqLJVfClxEUWSd_QAx8yKHO3rX-mx4vw,6711
8
- dmu/ml/train_mva.py,sha256=Tjtm_cXIiC5syaeUXsPAK4NKLbgkDdly17qbiOIT_Go,17608
9
- dmu/ml/utilities.py,sha256=PK_61fW7gBV9aGZyez3PI8zAT7_Fc6IlQzDB7f8iBTM,4133
10
- dmu/pdataframe/utilities.py,sha256=ypvLiFfJ82ga94qlW3t5dXnvEFwYOXnbtJb2zHwsbqk,987
11
- dmu/plotting/matrix.py,sha256=pXuUJn-LgOvrI9qGkZQw16BzLjOjeikYQ_ll2VIcIXU,4978
12
- dmu/plotting/plotter.py,sha256=3WRbNOrFBWgI3iW5TbEgT4w_eF7-XUPs_32JL1AW3yY,7359
13
- dmu/plotting/plotter_1d.py,sha256=2AnVxulyhKtwN-2Srhfm6fqdEREZNhcpJolBsJrWcsc,5745
14
- dmu/plotting/plotter_2d.py,sha256=mZhp3D5I-JodOnFTEF1NqHtcLtuI-2WNpCQsrsoXNtw,3017
15
- dmu/plotting/utilities.py,sha256=SI9dvtZq2gr-PXVz71KE4o0i09rZOKgqJKD1jzf6KXk,1167
16
- dmu/rdataframe/atr_mgr.py,sha256=FdhaQWVpsm4OOe1IRbm7rfrq8VenTNdORyI-lZ2Bs1M,2386
17
- dmu/rdataframe/utilities.py,sha256=pNcQARMP7txMhy6k27UnDcYf0buNy5U2fshaJDl_h8o,3661
18
- dmu/rfile/rfprinter.py,sha256=mp5jd-oCJAnuokbdmGyL9i6tK2lY72jEfROuBIZ_ums,3941
19
- dmu/rfile/utilities.py,sha256=XuYY7HuSBj46iSu3c60UYBHtI6KIPoJU_oofuhb-be0,945
20
- dmu/stats/fitter.py,sha256=vHNZ16U3apoQyeyM8evq-if49doF48sKB3q9wmA96Fw,18387
21
- dmu/stats/function.py,sha256=yzi_Fvp_ASsFzbWFivIf-comquy21WoeY7is6dgY0Go,9491
22
- dmu/stats/gof_calculator.py,sha256=4EN6OhULcztFvsAZ00rxgohJemnjtDNB5o0IBcv6kbk,4657
23
- dmu/stats/minimizers.py,sha256=db9R2G0SOV-k0BKi6m4EyB_yp6AtZdP23_28B0315oo,7094
24
- dmu/stats/model_factory.py,sha256=QobbhhMFUg61icB_P2grNFsftf_kl6gELjj1mkC9YSw,9115
25
- dmu/stats/utilities.py,sha256=LQy4kd3xSXqpApcWuYfZxkGQyjowaXv2Wr1c4Bj-4ys,4523
26
- dmu/stats/zfit_plotter.py,sha256=Xs6kisNEmNQXhYRCcjowxO6xHuyAyrfyQIFhGAR61U4,19719
27
- dmu/testing/utilities.py,sha256=moImLqGX9LAt5zJtE5j0gHHkUJ5kpbodryhiVswOsyM,3696
28
- dmu/text/transformer.py,sha256=4lrGknbAWRm0-rxbvgzOO-eR1-9bkYk61boJUEV3cQ0,6100
29
- dmu_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
- dmu_data/ml/tests/train_mva.yaml,sha256=jtYwBY_VELCgXY24e7eQYEvKQLsPtbFXgXEeOkYunvY,1291
31
- dmu_data/plotting/tests/2d.yaml,sha256=HSAtER-8CEqIGBY_jdcIdSVOHMfYPYhmgeZghTpVYh8,516
32
- dmu_data/plotting/tests/fig_size.yaml,sha256=7ROq49nwZ1A2EbPiySmu6n3G-Jq6YAOkc3d2X3YNZv0,294
33
- dmu_data/plotting/tests/high_stat.yaml,sha256=bLglBLCZK6ft0xMhQ5OltxE76cWsBMPMjO6GG0OkDr8,522
34
- dmu_data/plotting/tests/legend.yaml,sha256=wGpj58ig-GOlqbWoN894zrCet2Fj9f5QtY0rig_UC-c,213
35
- dmu_data/plotting/tests/name.yaml,sha256=mkcPAVg8wBAmlSbSRQ1bcaMl4vOS6LXMtpqQeDrrtO4,312
36
- dmu_data/plotting/tests/no_bounds.yaml,sha256=8e1QdphBjz-suDr857DoeUC2DXiy6SE-gvkORJQYv80,257
37
- dmu_data/plotting/tests/normalized.yaml,sha256=Y0eKtyV5pvlSxvqfsLjytYtv8xYF3HZ5WEdCJdeHGQI,193
38
- dmu_data/plotting/tests/simple.yaml,sha256=N_TvNBh_2dU0-VYgu_LMrtY0kV_hg2HxVuEoDlr1HX8,138
39
- dmu_data/plotting/tests/stats.yaml,sha256=fSZjoV-xPnukpCH2OAXsz_SNPjI113qzDg8Ln3spaaA,165
40
- dmu_data/plotting/tests/title.yaml,sha256=bawKp9aGpeRrHzv69BOCbFX8sq9bb3Es9tdsPTE7jIk,333
41
- dmu_data/plotting/tests/weights.yaml,sha256=RWQ1KxbCq-uO62WJ2AoY4h5Umc37zG35s-TpKnNMABI,312
42
- dmu_data/text/transform.toml,sha256=R-832BZalzHZ6c5gD6jtT_Hj8BCsM5vxa1v6oeiwaP4,94
43
- dmu_data/text/transform.txt,sha256=EX760da6Vkf-_EPxnQlC5hGSkfFhJCCGCD19NU-1Qto,44
44
- dmu_data/text/transform_set.toml,sha256=Jeh7BTz82idqvbOQJtl9-ur56mZkzDn5WtvmIb48LoE,150
45
- dmu_data/text/transform_set.txt,sha256=1KivMoP9LxPn9955QrRmOzjEqduEjhTetQ9MXykO5LY,46
46
- dmu_data/text/transform_trf.txt,sha256=zxBRTgcSmX7RdqfmWF88W1YqbyNHa4Ccruf1MmnYv2A,74
47
- dmu_scripts/git/publish,sha256=-3K_Y2_4CfWCV50rPB8CRuhjxDu7xMGswinRwPovgLs,1976
48
- dmu_scripts/physics/check_truth.py,sha256=b1P_Pa9ef6VcFtyY6Y9KS9Om9L-QrCBjDKp4dqca0PQ,3964
49
- dmu_scripts/rfile/compare_root_files.py,sha256=T8lDnQxsRNMr37x1Y7YvWD8ySHrJOWZki7ZQynxXX9Q,9540
50
- dmu_scripts/rfile/print_trees.py,sha256=Ze4Ccl_iUldl4eVEDVnYBoe4amqBT1fSBR1zN5WSztk,941
51
- dmu_scripts/ssh/coned.py,sha256=lhilYNHWRCGxC-jtyJ3LQ4oUgWW33B2l1tYCcyHHsR0,4858
52
- dmu_scripts/text/transform_text.py,sha256=9akj1LB0HAyopOvkLjNOJiptZw5XoOQLe17SlcrGMD0,1456
53
- data_manipulation_utilities-0.2.6.dist-info/METADATA,sha256=P9-pWYbzx2C-dntMHgb85WS64CVPRu8BeRPxvJOk3VE,30187
54
- data_manipulation_utilities-0.2.6.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
55
- data_manipulation_utilities-0.2.6.dist-info/entry_points.txt,sha256=1TIZDed651KuOH-DgaN5AoBdirKmrKE_oM1b6b7zTUU,270
56
- data_manipulation_utilities-0.2.6.dist-info/top_level.txt,sha256=n_x5J6uWtSqy9mRImKtdA2V2NJNyU8Kn3u8DTOKJix0,25
57
- data_manipulation_utilities-0.2.6.dist-info/RECORD,,