yeref 0.29.13__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
@@ -14,6 +14,7 @@ import math
|
|
14
14
|
import mimetypes
|
15
15
|
import os
|
16
16
|
import random
|
17
|
+
import regex
|
17
18
|
import re
|
18
19
|
import csv
|
19
20
|
import subprocess
|
@@ -251,7 +252,7 @@ GROUPP_CCHECK_ = '☑☐☐☐☐'
|
|
251
252
|
GROUPP_CBAN_ = '☐☐☑☐☐'
|
252
253
|
GROUPP_CCHANNEL_ = '☑☐'
|
253
254
|
GROUPP_CNEURO_ = '☐☐☐☐☐☐☐☐'
|
254
|
-
|
255
|
+
GROUPP_CLINKS_ = '☑☑☑☑'
|
255
256
|
GROUPP_CSYMBOL_ = '☐☐'
|
256
257
|
GROUPP_CMEDIA_ = '☑☑☑☑☑☑☑☑☑☐☐'
|
257
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.13.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=k1ls_ZOe7P2J18w2tE7aRmtm-0qNCImeu__Xpb2i998,1057199
|
5
|
-
yeref-0.29.13.dist-info/METADATA,sha256=1AsOZRCgnkjlM8r8OBUpSEH4gLACCtMXRs4Iwyk3crQ,119
|
6
|
-
yeref-0.29.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.29.13.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.29.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|