ciocore 8.0.0b30__py2.py3-none-any.whl → 8.0.0b31__py2.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.
Potentially problematic release.
This version of ciocore might be problematic. Click here for more details.
- ciocore/VERSION +1 -1
- ciocore/docsite/sitemap.xml.gz +0 -0
- ciocore/downloader/perpetual_downloader.py +1 -2
- {ciocore-8.0.0b30.dist-info → ciocore-8.0.0b31.dist-info}/METADATA +1 -1
- {ciocore-8.0.0b30.dist-info → ciocore-8.0.0b31.dist-info}/RECORD +8 -8
- {ciocore-8.0.0b30.dist-info → ciocore-8.0.0b31.dist-info}/WHEEL +0 -0
- {ciocore-8.0.0b30.dist-info → ciocore-8.0.0b31.dist-info}/entry_points.txt +0 -0
- {ciocore-8.0.0b30.dist-info → ciocore-8.0.0b31.dist-info}/top_level.txt +0 -0
ciocore/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
8.0.0-beta.
|
|
1
|
+
8.0.0-beta.31
|
ciocore/docsite/sitemap.xml.gz
CHANGED
|
Binary file
|
|
@@ -9,7 +9,6 @@ import time
|
|
|
9
9
|
import sys
|
|
10
10
|
from ciocore.downloader.base_downloader import BaseDownloader
|
|
11
11
|
from ciocore.downloader.log import LOGGER_NAME
|
|
12
|
-
from colorama import init, Fore, Style
|
|
13
12
|
|
|
14
13
|
logger = logging.getLogger(LOGGER_NAME)
|
|
15
14
|
|
|
@@ -55,7 +54,7 @@ class PerpetualDownloader(BaseDownloader):
|
|
|
55
54
|
if not tasks:
|
|
56
55
|
for _ in range(self.POLL_INTERVAL):
|
|
57
56
|
spin_char = next(self.spinner)
|
|
58
|
-
line = f"
|
|
57
|
+
line = f"Listening for files to download... ({spin_char})"
|
|
59
58
|
sys.stdout.write(line)
|
|
60
59
|
sys.stdout.flush()
|
|
61
60
|
sys.stdout.write('\b' * len(line))
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ciocore/VERSION,sha256=
|
|
1
|
+
ciocore/VERSION,sha256=8MsnQQ6bwkI9kve7IMcqGjpu77NaAnyAuJ35QhvPVE8,13
|
|
2
2
|
ciocore/__init__.py,sha256=aTP7LeeosQA8BZE67gDV4jgfTK5zxmwZRjiTRu_ZWj0,646
|
|
3
3
|
ciocore/api_client.py,sha256=TyHXGmK4uTmKV93O_IpAvttZhbexIIZTGP-IVn_WyWM,24599
|
|
4
4
|
ciocore/cli.py,sha256=BXgULpqElTHwX6nUcSFVVh99MCBSG2FjuOzRKhIa6Hk,15399
|
|
@@ -27,7 +27,7 @@ ciocore/docsite/index.html,sha256=p_Dq_6_8cwZZPDI5zjahfCWUkfbSj14NJtoQFAZv0WI,20
|
|
|
27
27
|
ciocore/docsite/logo.png,sha256=gArgFFWdw8w985-0TkuGIgU_pW9sziEMZdqytXb5WLo,2825
|
|
28
28
|
ciocore/docsite/objects.inv,sha256=s2FKStLlVIQbfG7U2-nw-7rz4unvd1W0u00YtLBxAKo,758
|
|
29
29
|
ciocore/docsite/sitemap.xml,sha256=M_V85zl0y2adRvzJAnoCxlZH_Hl7TLnIb1A-6l_xGmI,109
|
|
30
|
-
ciocore/docsite/sitemap.xml.gz,sha256=
|
|
30
|
+
ciocore/docsite/sitemap.xml.gz,sha256=0F5oF85vGRc0wxAJHZrvqUgip6JzhnqEmPzN_j0jzGE,127
|
|
31
31
|
ciocore/docsite/apidoc/api_client/index.html,sha256=mHDq-zdWuilDKUluzmQNdOsImRoGEnnK5Ul2ApajgdU,170218
|
|
32
32
|
ciocore/docsite/apidoc/apidoc/index.html,sha256=NQn8wjapxa7O2IQhsbE7Y-VMfMFL6Tby-L7qIF6K3m4,26171
|
|
33
33
|
ciocore/docsite/apidoc/config/index.html,sha256=1GWkyClM7LJlLBpx07BqCi3xDkU-SKVPjNUEeKuwbNs,72559
|
|
@@ -92,7 +92,7 @@ ciocore/downloader/job_downloader.py,sha256=HAhr95RyCsj3KTp5W58Znc4JmqHY-mrM5b8v
|
|
|
92
92
|
ciocore/downloader/legacy_downloader.py,sha256=ef9hCMUTTuxYHKzpEoK5bc3gqwAEIhewkC_KpbhLVHE,52087
|
|
93
93
|
ciocore/downloader/log.py,sha256=WCRNx0LObx8JBO5MQucNHQGBXMgSBLGdH0VALN8dFDo,2105
|
|
94
94
|
ciocore/downloader/logging_download_runner.py,sha256=iOuW8OvfAYW5MpP9zpUXh94qkWLC0GeG4PDGH7JSqJM,2865
|
|
95
|
-
ciocore/downloader/perpetual_downloader.py,sha256=
|
|
95
|
+
ciocore/downloader/perpetual_downloader.py,sha256=cD7lnBH75-c-ZVVPHZc1vSnDhgJOnGlPT85zn7IjGgA,2105
|
|
96
96
|
ciocore/downloader/registry.py,sha256=_JIOuqpWkJkgJGN33nt-DCvqN9Gw3xeFhzPq4RUxIoE,2903
|
|
97
97
|
ciocore/downloader/reporter.py,sha256=p1NK9k6iQ-jt7lRvZR0xFz0cGb2yo8tQcjlvYKR9SWM,4501
|
|
98
98
|
ciocore/uploader/__init__.py,sha256=hxRFJf5Lo86rtRObFXSjjot8nybQd-SebSfYCbgZwow,24
|
|
@@ -121,8 +121,8 @@ tests/test_uploader.py,sha256=B1llTJt_fqR6e_V_Jxfw9z73QgkFlEPU87xLYGzt-TQ,2914
|
|
|
121
121
|
tests/test_validator.py,sha256=2fY66ayNc08PGyj2vTI-V_1yeCWJDngkj2zkUM5TTCI,1526
|
|
122
122
|
tests/mocks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
123
123
|
tests/mocks/glob.py,sha256=J2MH7nqi6NJOHuGdVWxhfeBd700_Ckj6cLh_8jSNkfg,215
|
|
124
|
-
ciocore-8.0.
|
|
125
|
-
ciocore-8.0.
|
|
126
|
-
ciocore-8.0.
|
|
127
|
-
ciocore-8.0.
|
|
128
|
-
ciocore-8.0.
|
|
124
|
+
ciocore-8.0.0b31.dist-info/METADATA,sha256=lxGtpIynjrenOqbNpXSL4H6YypvaNWmjjV_iM1O_HKY,18201
|
|
125
|
+
ciocore-8.0.0b31.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
|
|
126
|
+
ciocore-8.0.0b31.dist-info/entry_points.txt,sha256=cCqcALMYbC4d8545V9w0Zysfg9MVuKWhzDQ2er4UfGE,47
|
|
127
|
+
ciocore-8.0.0b31.dist-info/top_level.txt,sha256=SvlM5JlqULzAz00JZWfiUhfjhqDzYzSWssA87zdJl0o,14
|
|
128
|
+
ciocore-8.0.0b31.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|