reykit 1.1.72__py3-none-any.whl → 1.1.73__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.
reykit/ros.py
CHANGED
@@ -22,7 +22,6 @@ from os import (
|
|
22
22
|
remove as os_remove
|
23
23
|
)
|
24
24
|
from os.path import (
|
25
|
-
abspath as os_abspath,
|
26
25
|
join as os_join,
|
27
26
|
isfile as os_isfile,
|
28
27
|
isdir as os_isdir,
|
@@ -47,7 +46,6 @@ from tempfile import TemporaryFile, TemporaryDirectory
|
|
47
46
|
|
48
47
|
from .rbase import Base, throw
|
49
48
|
from .rdata import to_json
|
50
|
-
from .rnet import request
|
51
49
|
from .rre import search, sub
|
52
50
|
from .rsys import run_cmd
|
53
51
|
|
@@ -2087,6 +2085,9 @@ class FileCache(Base):
|
|
2087
2085
|
File absolute path.
|
2088
2086
|
"""
|
2089
2087
|
|
2088
|
+
# Import.
|
2089
|
+
from .rnet import request
|
2090
|
+
|
2090
2091
|
# Download.
|
2091
2092
|
response = request(url)
|
2092
2093
|
content = response.content
|
@@ -8,7 +8,7 @@ reykit/rlog.py,sha256=TRAWaVG9KTgzeNjN-FXkcvBmvq1IhICgawllQEGoUdg,25745
|
|
8
8
|
reykit/rmonkey.py,sha256=Dj2GBzBDFXbo0Z-5f8Zep4dfbaIw1bo1FUmC31xvDuk,7929
|
9
9
|
reykit/rnet.py,sha256=rKCrIlQnU8yAEOIbnVz6NPKBOWb_RR2vFU1ibvNsxZo,16912
|
10
10
|
reykit/rnum.py,sha256=PhG4V_BkVfCJUsbpMDN1umGZly1Hsus80TW8bpyBtyY,3653
|
11
|
-
reykit/ros.py,sha256=
|
11
|
+
reykit/ros.py,sha256=ej3sQf5PZqUXWNIWFprV3TAiHffAQ51dSWf1DJUgzMw,48220
|
12
12
|
reykit/rrand.py,sha256=4VwooITgox54_GonELcJfcIpStDi-UJchpnyWKnyeIA,8606
|
13
13
|
reykit/rre.py,sha256=1qva7xatKVE9qC2j7IujjXSM59qxHWwTYpiizFFQ8Xo,6024
|
14
14
|
reykit/rschedule.py,sha256=HuQRSNF6yd397P9knIX9-z8Ii1tUXFUL_-zxTIkxir0,14804
|
@@ -22,7 +22,7 @@ reykit/rwrap.py,sha256=FEmeK_fboJ-OyXeJf8bilc7U2ph8xIbZGNHb6fLCy2c,15063
|
|
22
22
|
reykit/rzip.py,sha256=BGEONswuBZxQ-zcgd_xp2fcvYesC9AmKaaXWvnT3bTI,3456
|
23
23
|
reykit/rdll/__init__.py,sha256=nLSb8onBm2ilyoxzpDzUeGfSCKwkLEesIhzK3LiJ8mk,701
|
24
24
|
reykit/rdll/rdll_core.py,sha256=o6-rKcTQgxZQe0kD3GnwyNb3KL9IogzgCQNOmYLMm7A,5086
|
25
|
-
reykit-1.1.
|
26
|
-
reykit-1.1.
|
27
|
-
reykit-1.1.
|
28
|
-
reykit-1.1.
|
25
|
+
reykit-1.1.73.dist-info/METADATA,sha256=U59vJYIz0jm08eMamUgrwctejLSQyW6oIcCwFQ00oO4,1872
|
26
|
+
reykit-1.1.73.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
27
|
+
reykit-1.1.73.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
|
28
|
+
reykit-1.1.73.dist-info/RECORD,,
|
File without changes
|
File without changes
|