ezKit 1.11.10__py3-none-any.whl → 1.11.12__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,647 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+
4
+ <head>
5
+
6
+ <meta charset="utf-8">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
8
+
9
+ <title>{title}</title>
10
+
11
+ <style type="text/css">
12
+ body {
13
+ font-family: Helvetica, arial, sans-serif;
14
+ font-size: 14px;
15
+ line-height: 1.6;
16
+ padding-top: 10px;
17
+ padding-bottom: 10px;
18
+ background-color: white;
19
+ padding: 30px;
20
+ margin: 0 auto;
21
+ }
22
+
23
+ body>*:first-child {
24
+ margin-top: 0 !important;
25
+ }
26
+
27
+ body>*:last-child {
28
+ margin-bottom: 0 !important;
29
+ }
30
+
31
+ a {
32
+ color: #4183c4;
33
+ }
34
+
35
+ a.absent {
36
+ color: #cc0000;
37
+ }
38
+
39
+ a.anchor {
40
+ display: block;
41
+ padding-left: 30px;
42
+ margin-left: -30px;
43
+ cursor: pointer;
44
+ position: absolute;
45
+ top: 0;
46
+ left: 0;
47
+ bottom: 0;
48
+ }
49
+
50
+ h1,
51
+ h2,
52
+ h3,
53
+ h4,
54
+ h5,
55
+ h6 {
56
+ margin: 20px 0 10px;
57
+ padding: 0;
58
+ font-weight: bold;
59
+ -webkit-font-smoothing: antialiased;
60
+ cursor: text;
61
+ position: relative;
62
+ }
63
+
64
+ h1:hover a.anchor,
65
+ h2:hover a.anchor,
66
+ h3:hover a.anchor,
67
+ h4:hover a.anchor,
68
+ h5:hover a.anchor,
69
+ h6:hover a.anchor {
70
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA09pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoMTMuMCAyMDEyMDMwNS5tLjQxNSAyMDEyLzAzLzA1OjIxOjAwOjAwKSAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUM2NjlDQjI4ODBGMTFFMTg1ODlEODNERDJBRjUwQTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUM2NjlDQjM4ODBGMTFFMTg1ODlEODNERDJBRjUwQTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QzY2OUNCMDg4MEYxMUUxODU4OUQ4M0REMkFGNTBBNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QzY2OUNCMTg4MEYxMUUxODU4OUQ4M0REMkFGNTBBNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsQhXeAAAABfSURBVHjaYvz//z8DJYCRUgMYQAbAMBQIAvEqkBQWXI6sHqwHiwG70TTBxGaiWwjCTGgOUgJiF1J8wMRAIUA34B4Q76HUBelAfJYSA0CuMIEaRP8wGIkGMA54bgQIMACAmkXJi0hKJQAAAABJRU5ErkJggg==) no-repeat 10px center;
71
+ text-decoration: none;
72
+ }
73
+
74
+ h1 tt,
75
+ h1 code {
76
+ font-size: inherit;
77
+ }
78
+
79
+ h2 tt,
80
+ h2 code {
81
+ font-size: inherit;
82
+ }
83
+
84
+ h3 tt,
85
+ h3 code {
86
+ font-size: inherit;
87
+ }
88
+
89
+ h4 tt,
90
+ h4 code {
91
+ font-size: inherit;
92
+ }
93
+
94
+ h5 tt,
95
+ h5 code {
96
+ font-size: inherit;
97
+ }
98
+
99
+ h6 tt,
100
+ h6 code {
101
+ font-size: inherit;
102
+ }
103
+
104
+ h1 {
105
+ font-size: 28px;
106
+ color: black;
107
+ }
108
+
109
+ h2 {
110
+ font-size: 24px;
111
+ border-bottom: 1px solid #cccccc;
112
+ color: black;
113
+ }
114
+
115
+ h3 {
116
+ font-size: 18px;
117
+ }
118
+
119
+ h4 {
120
+ font-size: 16px;
121
+ }
122
+
123
+ h5 {
124
+ font-size: 14px;
125
+ }
126
+
127
+ h6 {
128
+ color: #777777;
129
+ font-size: 14px;
130
+ }
131
+
132
+ p,
133
+ blockquote,
134
+ ul,
135
+ ol,
136
+ dl,
137
+ li,
138
+ table,
139
+ pre {
140
+ margin: 15px 0;
141
+ }
142
+
143
+ hr {
144
+ background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OENDRjNBN0E2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OENDRjNBN0I2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Q0NGM0E3ODY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0NGM0E3OTY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqqezsUAAAAfSURBVHjaYmRABcYwBiM2QSA4y4hNEKYDQxAEAAIMAHNGAzhkPOlYAAAAAElFTkSuQmCC) repeat-x 0 0;
145
+ border: 0 none;
146
+ color: #cccccc;
147
+ height: 4px;
148
+ padding: 0;
149
+ }
150
+
151
+ body>h2:first-child {
152
+ margin-top: 0;
153
+ padding-top: 0;
154
+ }
155
+
156
+ body>h1:first-child {
157
+ margin-top: 0;
158
+ padding-top: 0;
159
+ }
160
+
161
+ body>h1:first-child+h2 {
162
+ margin-top: 0;
163
+ padding-top: 0;
164
+ }
165
+
166
+ body>h3:first-child,
167
+ body>h4:first-child,
168
+ body>h5:first-child,
169
+ body>h6:first-child {
170
+ margin-top: 0;
171
+ padding-top: 0;
172
+ }
173
+
174
+ a:first-child h1,
175
+ a:first-child h2,
176
+ a:first-child h3,
177
+ a:first-child h4,
178
+ a:first-child h5,
179
+ a:first-child h6 {
180
+ margin-top: 0;
181
+ padding-top: 0;
182
+ }
183
+
184
+ h1 p,
185
+ h2 p,
186
+ h3 p,
187
+ h4 p,
188
+ h5 p,
189
+ h6 p {
190
+ margin-top: 0;
191
+ }
192
+
193
+ li p.first {
194
+ display: inline-block;
195
+ }
196
+
197
+ li {
198
+ margin: 0;
199
+ }
200
+
201
+ ul,
202
+ ol {
203
+ padding-left: 30px;
204
+ }
205
+
206
+ ul :first-child,
207
+ ol :first-child {
208
+ margin-top: 0;
209
+ }
210
+
211
+ dl {
212
+ padding: 0;
213
+ }
214
+
215
+ dl dt {
216
+ font-size: 14px;
217
+ font-weight: bold;
218
+ font-style: italic;
219
+ padding: 0;
220
+ margin: 15px 0 5px;
221
+ }
222
+
223
+ dl dt:first-child {
224
+ padding: 0;
225
+ }
226
+
227
+ dl dt> :first-child {
228
+ margin-top: 0;
229
+ }
230
+
231
+ dl dt> :last-child {
232
+ margin-bottom: 0;
233
+ }
234
+
235
+ dl dd {
236
+ margin: 0 0 15px;
237
+ padding: 0 15px;
238
+ }
239
+
240
+ dl dd> :first-child {
241
+ margin-top: 0;
242
+ }
243
+
244
+ dl dd> :last-child {
245
+ margin-bottom: 0;
246
+ }
247
+
248
+ blockquote {
249
+ border-left: 4px solid #dddddd;
250
+ padding: 0 15px;
251
+ color: #777777;
252
+ }
253
+
254
+ blockquote> :first-child {
255
+ margin-top: 0;
256
+ }
257
+
258
+ blockquote> :last-child {
259
+ margin-bottom: 0;
260
+ }
261
+
262
+ table {
263
+ padding: 0;
264
+ border-collapse: collapse;
265
+ }
266
+
267
+ table tr {
268
+ border-top: 1px solid #cccccc;
269
+ background-color: white;
270
+ margin: 0;
271
+ padding: 0;
272
+ }
273
+
274
+ table tr:nth-child(2n) {
275
+ background-color: #f8f8f8;
276
+ }
277
+
278
+ table tr th {
279
+ font-weight: bold;
280
+ border: 1px solid #cccccc;
281
+ margin: 0;
282
+ padding: 6px 13px;
283
+ }
284
+
285
+ table tr td {
286
+ border: 1px solid #cccccc;
287
+ margin: 0;
288
+ padding: 6px 13px;
289
+ }
290
+
291
+ table tr th :first-child,
292
+ table tr td :first-child {
293
+ margin-top: 0;
294
+ }
295
+
296
+ table tr th :last-child,
297
+ table tr td :last-child {
298
+ margin-bottom: 0;
299
+ }
300
+
301
+ img {
302
+ max-width: 100%;
303
+ }
304
+
305
+ span.frame {
306
+ display: block;
307
+ overflow: hidden;
308
+ }
309
+
310
+ span.frame>span {
311
+ border: 1px solid #dddddd;
312
+ display: block;
313
+ float: left;
314
+ overflow: hidden;
315
+ margin: 13px 0 0;
316
+ padding: 7px;
317
+ width: auto;
318
+ }
319
+
320
+ span.frame span img {
321
+ display: block;
322
+ float: left;
323
+ }
324
+
325
+ span.frame span span {
326
+ clear: both;
327
+ color: #333333;
328
+ display: block;
329
+ padding: 5px 0 0;
330
+ }
331
+
332
+ span.align-center {
333
+ display: block;
334
+ overflow: hidden;
335
+ clear: both;
336
+ }
337
+
338
+ span.align-center>span {
339
+ display: block;
340
+ overflow: hidden;
341
+ margin: 13px auto 0;
342
+ text-align: center;
343
+ }
344
+
345
+ span.align-center span img {
346
+ margin: 0 auto;
347
+ text-align: center;
348
+ }
349
+
350
+ span.align-right {
351
+ display: block;
352
+ overflow: hidden;
353
+ clear: both;
354
+ }
355
+
356
+ span.align-right>span {
357
+ display: block;
358
+ overflow: hidden;
359
+ margin: 13px 0 0;
360
+ text-align: right;
361
+ }
362
+
363
+ span.align-right span img {
364
+ margin: 0;
365
+ text-align: right;
366
+ }
367
+
368
+ span.float-left {
369
+ display: block;
370
+ margin-right: 13px;
371
+ overflow: hidden;
372
+ float: left;
373
+ }
374
+
375
+ span.float-left span {
376
+ margin: 13px 0 0;
377
+ }
378
+
379
+ span.float-right {
380
+ display: block;
381
+ margin-left: 13px;
382
+ overflow: hidden;
383
+ float: right;
384
+ }
385
+
386
+ span.float-right>span {
387
+ display: block;
388
+ overflow: hidden;
389
+ margin: 13px auto 0;
390
+ text-align: right;
391
+ }
392
+
393
+ code,
394
+ tt {
395
+ margin: 0 2px;
396
+ padding: 0 5px;
397
+ white-space: nowrap;
398
+ border: 1px solid #eaeaea;
399
+ background-color: #f8f8f8;
400
+ border-radius: 3px;
401
+ }
402
+
403
+ pre code {
404
+ margin: 0;
405
+ padding: 0;
406
+ white-space: pre;
407
+ border: none;
408
+ background: transparent;
409
+ }
410
+
411
+ .highlight pre {
412
+ background-color: #f8f8f8;
413
+ border: 1px solid #cccccc;
414
+ font-size: 13px;
415
+ line-height: 19px;
416
+ overflow: auto;
417
+ padding: 6px 10px;
418
+ border-radius: 3px;
419
+ }
420
+
421
+ pre {
422
+ background-color: #f8f8f8;
423
+ border: 1px solid #cccccc;
424
+ font-size: 13px;
425
+ line-height: 19px;
426
+ overflow: auto;
427
+ padding: 6px 10px;
428
+ border-radius: 3px;
429
+ }
430
+
431
+ pre code,
432
+ pre tt {
433
+ background-color: transparent;
434
+ border: none;
435
+ }
436
+
437
+ sup {
438
+ font-size: 0.83em;
439
+ vertical-align: super;
440
+ line-height: 0;
441
+ }
442
+
443
+ kbd {
444
+ display: inline-block;
445
+ padding: 3px 5px;
446
+ font-size: 11px;
447
+ line-height: 10px;
448
+ color: #555;
449
+ vertical-align: middle;
450
+ background-color: #fcfcfc;
451
+ border: solid 1px #ccc;
452
+ border-bottom-color: #bbb;
453
+ border-radius: 3px;
454
+ box-shadow: inset 0 -1px 0 #bbb;
455
+ }
456
+
457
+ * {
458
+ -webkit-print-color-adjust: exact;
459
+ }
460
+
461
+ /**
462
+ @media screen and (min-width: 914px) {
463
+ body {
464
+ width: 854px;
465
+ margin: 0 auto;
466
+ }
467
+ }
468
+ **/
469
+
470
+ @media print {
471
+
472
+ table,
473
+ pre {
474
+ page-break-inside: avoid;
475
+ }
476
+
477
+ pre {
478
+ word-wrap: break-word;
479
+ }
480
+
481
+ body {
482
+ padding: 2cm;
483
+ }
484
+ }
485
+ </style>
486
+
487
+ <style type="text/css">
488
+ /**
489
+ * prism.js default theme for JavaScript, CSS and HTML
490
+ * Based on dabblet (http://dabblet.com)
491
+ * @author Lea Verou
492
+ */
493
+
494
+ code[class*="language-"],
495
+ pre[class*="language-"] {
496
+ color: black;
497
+ background: none;
498
+ text-shadow: 0 1px white;
499
+ font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
500
+ text-align: left;
501
+ white-space: pre;
502
+ word-spacing: normal;
503
+ word-break: normal;
504
+ word-wrap: normal;
505
+ line-height: 1.5;
506
+
507
+ -moz-tab-size: 4;
508
+ -o-tab-size: 4;
509
+ tab-size: 4;
510
+
511
+ -webkit-hyphens: none;
512
+ -moz-hyphens: none;
513
+ -ms-hyphens: none;
514
+ hyphens: none;
515
+ }
516
+
517
+ pre[class*="language-"]::-moz-selection,
518
+ pre[class*="language-"] ::-moz-selection,
519
+ code[class*="language-"]::-moz-selection,
520
+ code[class*="language-"] ::-moz-selection {
521
+ text-shadow: none;
522
+ background: #b3d4fc;
523
+ }
524
+
525
+ pre[class*="language-"]::selection,
526
+ pre[class*="language-"] ::selection,
527
+ code[class*="language-"]::selection,
528
+ code[class*="language-"] ::selection {
529
+ text-shadow: none;
530
+ background: #b3d4fc;
531
+ }
532
+
533
+ @media print {
534
+
535
+ code[class*="language-"],
536
+ pre[class*="language-"] {
537
+ text-shadow: none;
538
+ }
539
+ }
540
+
541
+ /* Code blocks */
542
+ pre[class*="language-"] {
543
+ padding: 1em;
544
+ margin: .5em 0;
545
+ overflow: auto;
546
+ }
547
+
548
+ :not(pre)>code[class*="language-"],
549
+ pre[class*="language-"] {
550
+ background: #f5f2f0;
551
+ }
552
+
553
+ /* Inline code */
554
+ :not(pre)>code[class*="language-"] {
555
+ padding: .1em;
556
+ border-radius: .3em;
557
+ white-space: normal;
558
+ }
559
+
560
+ .token.comment,
561
+ .token.prolog,
562
+ .token.doctype,
563
+ .token.cdata {
564
+ color: slategray;
565
+ }
566
+
567
+ .token.punctuation {
568
+ color: #999;
569
+ }
570
+
571
+ .namespace {
572
+ opacity: .7;
573
+ }
574
+
575
+ .token.property,
576
+ .token.tag,
577
+ .token.boolean,
578
+ .token.number,
579
+ .token.constant,
580
+ .token.symbol,
581
+ .token.deleted {
582
+ color: #905;
583
+ }
584
+
585
+ .token.selector,
586
+ .token.attr-name,
587
+ .token.string,
588
+ .token.char,
589
+ .token.builtin,
590
+ .token.inserted {
591
+ color: #690;
592
+ }
593
+
594
+ .token.operator,
595
+ .token.entity,
596
+ .token.url,
597
+ .language-css .token.string,
598
+ .style .token.string {
599
+ color: #a67f59;
600
+ background: hsla(0, 0%, 100%, .5);
601
+ }
602
+
603
+ .token.atrule,
604
+ .token.attr-value,
605
+ .token.keyword {
606
+ color: #07a;
607
+ }
608
+
609
+ .token.function {
610
+ color: #DD4A68;
611
+ }
612
+
613
+ .token.regex,
614
+ .token.important,
615
+ .token.variable {
616
+ color: #e90;
617
+ }
618
+
619
+ .token.important,
620
+ .token.bold {
621
+ font-weight: bold;
622
+ }
623
+
624
+ .token.italic {
625
+ font-style: italic;
626
+ }
627
+
628
+ .token.entity {
629
+ cursor: help;
630
+ }
631
+ </style>
632
+
633
+
634
+ </head>
635
+
636
+ <body>
637
+
638
+ {body}
639
+
640
+ <script type="text/javascript">
641
+ var _self = "undefined" != typeof window ? window : "undefined" != typeof WorkerGlobalScope && self instanceof WorkerGlobalScope ? self : {}, Prism = function () { var e = /\blang(?:uage)?-(\w+)\b/i, t = 0, n = _self.Prism = { util: { encode: function (e) { return e instanceof a ? new a(e.type, n.util.encode(e.content), e.alias) : "Array" === n.util.type(e) ? e.map(n.util.encode) : e.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/\u00a0/g, " ") }, type: function (e) { return Object.prototype.toString.call(e).match(/\[object (\w+)\]/)[1] }, objId: function (e) { return e.__id || Object.defineProperty(e, "__id", { value: ++t }), e.__id }, clone: function (e) { var t = n.util.type(e); switch (t) { case "Object": var a = {}; for (var r in e) e.hasOwnProperty(r) && (a[r] = n.util.clone(e[r])); return a; case "Array": return e.map && e.map(function (e) { return n.util.clone(e) }) }return e } }, languages: { extend: function (e, t) { var a = n.util.clone(n.languages[e]); for (var r in t) a[r] = t[r]; return a }, insertBefore: function (e, t, a, r) { r = r || n.languages; var l = r[e]; if (2 == arguments.length) { a = arguments[1]; for (var i in a) a.hasOwnProperty(i) && (l[i] = a[i]); return l } var o = {}; for (var s in l) if (l.hasOwnProperty(s)) { if (s == t) for (var i in a) a.hasOwnProperty(i) && (o[i] = a[i]); o[s] = l[s] } return n.languages.DFS(n.languages, function (t, n) { n === r[e] && t != e && (this[t] = o) }), r[e] = o }, DFS: function (e, t, a, r) { r = r || {}; for (var l in e) e.hasOwnProperty(l) && (t.call(e, l, e[l], a || l), "Object" !== n.util.type(e[l]) || r[n.util.objId(e[l])] ? "Array" !== n.util.type(e[l]) || r[n.util.objId(e[l])] || (r[n.util.objId(e[l])] = !0, n.languages.DFS(e[l], t, l, r)) : (r[n.util.objId(e[l])] = !0, n.languages.DFS(e[l], t, null, r))) } }, plugins: {}, highlightAll: function (e, t) { var a = { callback: t, selector: 'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code' }; n.hooks.run("before-highlightall", a); for (var r, l = a.elements || document.querySelectorAll(a.selector), i = 0; r = l[i++];)n.highlightElement(r, e === !0, a.callback) }, highlightElement: function (t, a, r) { for (var l, i, o = t; o && !e.test(o.className);)o = o.parentNode; o && (l = (o.className.match(e) || [, ""])[1], i = n.languages[l]), t.className = t.className.replace(e, "").replace(/\s+/g, " ") + " language-" + l, o = t.parentNode, /pre/i.test(o.nodeName) && (o.className = o.className.replace(e, "").replace(/\s+/g, " ") + " language-" + l); var s = t.textContent, u = { element: t, language: l, grammar: i, code: s }; if (!s || !i) return n.hooks.run("complete", u), void 0; if (n.hooks.run("before-highlight", u), a && _self.Worker) { var c = new Worker(n.filename); c.onmessage = function (e) { u.highlightedCode = e.data, n.hooks.run("before-insert", u), u.element.innerHTML = u.highlightedCode, r && r.call(u.element), n.hooks.run("after-highlight", u), n.hooks.run("complete", u) }, c.postMessage(JSON.stringify({ language: u.language, code: u.code, immediateClose: !0 })) } else u.highlightedCode = n.highlight(u.code, u.grammar, u.language), n.hooks.run("before-insert", u), u.element.innerHTML = u.highlightedCode, r && r.call(t), n.hooks.run("after-highlight", u), n.hooks.run("complete", u) }, highlight: function (e, t, r) { var l = n.tokenize(e, t); return a.stringify(n.util.encode(l), r) }, tokenize: function (e, t) { var a = n.Token, r = [e], l = t.rest; if (l) { for (var i in l) t[i] = l[i]; delete t.rest } e: for (var i in t) if (t.hasOwnProperty(i) && t[i]) { var o = t[i]; o = "Array" === n.util.type(o) ? o : [o]; for (var s = 0; s < o.length; ++s) { var u = o[s], c = u.inside, g = !!u.lookbehind, h = !!u.greedy, f = 0, d = u.alias; u = u.pattern || u; for (var p = 0; p < r.length; p++) { var m = r[p]; if (r.length > e.length) break e; if (!(m instanceof a)) { u.lastIndex = 0; var y = u.exec(m), v = 1; if (!y && h && p != r.length - 1) { var b = r[p + 1].matchedStr || r[p + 1], k = m + b; if (p < r.length - 2 && (k += r[p + 2].matchedStr || r[p + 2]), u.lastIndex = 0, y = u.exec(k), !y) continue; var w = y.index + (g ? y[1].length : 0); if (w >= m.length) continue; var _ = y.index + y[0].length, P = m.length + b.length; if (v = 3, P >= _) { if (r[p + 1].greedy) continue; v = 2, k = k.slice(0, P) } m = k } if (y) { g && (f = y[1].length); var w = y.index + f, y = y[0].slice(f), _ = w + y.length, S = m.slice(0, w), O = m.slice(_), j = [p, v]; S && j.push(S); var A = new a(i, c ? n.tokenize(y, c) : y, d, y, h); j.push(A), O && j.push(O), Array.prototype.splice.apply(r, j) } } } } } return r }, hooks: { all: {}, add: function (e, t) { var a = n.hooks.all; a[e] = a[e] || [], a[e].push(t) }, run: function (e, t) { var a = n.hooks.all[e]; if (a && a.length) for (var r, l = 0; r = a[l++];)r(t) } } }, a = n.Token = function (e, t, n, a, r) { this.type = e, this.content = t, this.alias = n, this.matchedStr = a || null, this.greedy = !!r }; if (a.stringify = function (e, t, r) { if ("string" == typeof e) return e; if ("Array" === n.util.type(e)) return e.map(function (n) { return a.stringify(n, t, e) }).join(""); var l = { type: e.type, content: a.stringify(e.content, t, r), tag: "span", classes: ["token", e.type], attributes: {}, language: t, parent: r }; if ("comment" == l.type && (l.attributes.spellcheck = "true"), e.alias) { var i = "Array" === n.util.type(e.alias) ? e.alias : [e.alias]; Array.prototype.push.apply(l.classes, i) } n.hooks.run("wrap", l); var o = ""; for (var s in l.attributes) o += (o ? " " : "") + s + '="' + (l.attributes[s] || "") + '"'; return "<" + l.tag + ' class="' + l.classes.join(" ") + '" ' + o + ">" + l.content + "</" + l.tag + ">" }, !_self.document) return _self.addEventListener ? (_self.addEventListener("message", function (e) { var t = JSON.parse(e.data), a = t.language, r = t.code, l = t.immediateClose; _self.postMessage(n.highlight(r, n.languages[a], a)), l && _self.close() }, !1), _self.Prism) : _self.Prism; var r = document.currentScript || [].slice.call(document.getElementsByTagName("script")).pop(); return r && (n.filename = r.src, document.addEventListener && !r.hasAttribute("data-manual") && document.addEventListener("DOMContentLoaded", n.highlightAll)), _self.Prism }(); "undefined" != typeof module && module.exports && (module.exports = Prism), "undefined" != typeof global && (global.Prism = Prism);
642
+ </script>
643
+
644
+
645
+ </body>
646
+
647
+ </html>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ezKit
3
- Version: 1.11.10
3
+ Version: 1.11.12
4
4
  Summary: Easy Kit
5
5
  Author: septvean
6
6
  Author-email: septvean@gmail.com
@@ -5,6 +5,7 @@ ezKit/bottle_extensions.py,sha256=CwXKxVKxxtbyfeeOSp2xODUqJBo7ro2C88H9sUOVDJI,11
5
5
  ezKit/cipher.py,sha256=0T_StbjiNI4zgrjVgcfU-ffKgu1waBA9UDudAnqFcNM,2896
6
6
  ezKit/database.py,sha256=r5YNoEzeOeVTlEWI99xXtHTmPZ73_DopS8DTzZk8Lts,12432
7
7
  ezKit/http.py,sha256=ysXzqXFi9zmuVKINbYGwmf9Q5xDVW_DZWrSh6HSVq8M,1800
8
+ ezKit/markdown_to_html.template,sha256=y74IPxstC5HfLd0AjMu_mj5ooS7ZKqpaFZQrW_H6S1Y,22274
8
9
  ezKit/mongo.py,sha256=l3jRMmoGrTm16OG4daSCn0JLU1nbYAmTtHokwjLXzoA,2390
9
10
  ezKit/qywx.py,sha256=dGChIIf2V81MwufcPn6hwgSenPuxqK994KRH7ECT-CM,10387
10
11
  ezKit/redis.py,sha256=tdiqfizPYQQTIUumkJGUJsJVlv0zVTSTYGQN0QutYs4,1963
@@ -12,8 +13,8 @@ ezKit/sendemail.py,sha256=47JTDFoLJKi0YtF3RAp9nFfo0ko2jlde3R_C1wr2E2w,7397
12
13
  ezKit/token.py,sha256=HKREyZj_T2S8-aFoFIrBXTaCKExQq4zE66OHXhGHqQg,1750
13
14
  ezKit/utils.py,sha256=LnCWp8x0rllHeemIEMsOtubMBHI6OVkubINFEzcW4PY,43965
14
15
  ezKit/xftp.py,sha256=izUH9pLH_AzgR3c0g8xSfhLn7LQ9EDcTst3LFjTM6hU,7878
15
- ezKit-1.11.10.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
16
- ezKit-1.11.10.dist-info/METADATA,sha256=5sKykTuUQWPzlqq8ywRE1zbGBDXr4QeWOb2SiSC8_ak,192
17
- ezKit-1.11.10.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
18
- ezKit-1.11.10.dist-info/top_level.txt,sha256=aYLB_1WODsqNTsTFWcKP-BN0KCTKcV-HZJ4zlHkCFw8,6
19
- ezKit-1.11.10.dist-info/RECORD,,
16
+ ezKit-1.11.12.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
17
+ ezKit-1.11.12.dist-info/METADATA,sha256=U_X6fokTy_QdDhjOksfolWB-qNkimGOel2JvoV35B0Q,192
18
+ ezKit-1.11.12.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
19
+ ezKit-1.11.12.dist-info/top_level.txt,sha256=aYLB_1WODsqNTsTFWcKP-BN0KCTKcV-HZJ4zlHkCFw8,6
20
+ ezKit-1.11.12.dist-info/RECORD,,