yeref 0.29.14__py3-none-any.whl → 0.29.15__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.
yeref/yeref.py
CHANGED
@@ -15,7 +15,7 @@ import mimetypes
|
|
15
15
|
import os
|
16
16
|
import random
|
17
17
|
import regex
|
18
|
-
import re
|
18
|
+
import re
|
19
19
|
import csv
|
20
20
|
import subprocess
|
21
21
|
import uuid
|
@@ -252,7 +252,7 @@ GROUPP_CCHECK_ = '☑☐☐☐☐'
|
|
252
252
|
GROUPP_CBAN_ = '☐☐☑☐☐'
|
253
253
|
GROUPP_CCHANNEL_ = '☑☐'
|
254
254
|
GROUPP_CNEURO_ = '☐☐☐☐☐☐☐☐'
|
255
|
-
|
255
|
+
GROUPP_CLINKS_ = '☑☑☑☑'
|
256
256
|
GROUPP_CSYMBOL_ = '☐☐'
|
257
257
|
GROUPP_CMEDIA_ = '☑☑☑☑☑☑☑☑☑☐☐'
|
258
258
|
GROUPP_CFLOOD_ = 0
|
@@ -0,0 +1,8 @@
|
|
1
|
+
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
+
yeref/l_.py,sha256=xoJp6EPX24iVN-oT5sd164aYL70qGubjrfhGppVQTSs,616374
|
3
|
+
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
+
yeref/yeref.py,sha256=QRn8gelaUBL7bhduoIlrGyY48Td48IZdwIEjF3dEXqQ,1057216
|
5
|
+
yeref-0.29.15.dist-info/METADATA,sha256=x3NlmvVq4FgykFKydNHU8Kb9BTemVCZBpVLgUo1rZzE,119
|
6
|
+
yeref-0.29.15.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
yeref-0.29.15.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
+
yeref-0.29.15.dist-info/RECORD,,
|
yeref-0.29.14.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
-
yeref/l_.py,sha256=xoJp6EPX24iVN-oT5sd164aYL70qGubjrfhGppVQTSs,616374
|
3
|
-
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
-
yeref/yeref.py,sha256=_5zqeIuY5VQCReYWXJ4x50zyhzyy6OfCzmxDmtVYsZA,1057213
|
5
|
-
yeref-0.29.14.dist-info/METADATA,sha256=lhrHij3BHFUWXRPbCWyxd-_tjwzi4-quuLf1bWtUWR4,119
|
6
|
-
yeref-0.29.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.29.14.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.29.14.dist-info/RECORD,,
|
File without changes
|
File without changes
|