anipy-cli 2.7.11__py3-none-any.whl → 2.7.13__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 anipy-cli might be problematic. Click here for more details.
- anipy_cli/config.py +4 -1
- anipy_cli/version.py +1 -1
- {anipy_cli-2.7.11.dist-info → anipy_cli-2.7.13.dist-info}/METADATA +1 -1
- {anipy_cli-2.7.11.dist-info → anipy_cli-2.7.13.dist-info}/RECORD +8 -8
- {anipy_cli-2.7.11.dist-info → anipy_cli-2.7.13.dist-info}/LICENSE +0 -0
- {anipy_cli-2.7.11.dist-info → anipy_cli-2.7.13.dist-info}/WHEEL +0 -0
- {anipy_cli-2.7.11.dist-info → anipy_cli-2.7.13.dist-info}/entry_points.txt +0 -0
- {anipy_cli-2.7.11.dist-info → anipy_cli-2.7.13.dist-info}/top_level.txt +0 -0
anipy_cli/config.py
CHANGED
|
@@ -12,6 +12,9 @@ class SysNotFoundError(Exception):
|
|
|
12
12
|
class Config:
|
|
13
13
|
def __init__(self):
|
|
14
14
|
self._config_file, self._yaml_conf = Config._read_config()
|
|
15
|
+
|
|
16
|
+
if not self._yaml_conf:
|
|
17
|
+
self._yaml_conf = {}
|
|
15
18
|
|
|
16
19
|
@property
|
|
17
20
|
def _anipy_cli_folder(self):
|
|
@@ -154,8 +157,8 @@ class Config:
|
|
|
154
157
|
print(f"Failed to create config file: {repr(e)}")
|
|
155
158
|
sys_exit(1)
|
|
156
159
|
|
|
157
|
-
@functools.lru_cache()
|
|
158
160
|
@staticmethod
|
|
161
|
+
@functools.lru_cache
|
|
159
162
|
def _read_config():
|
|
160
163
|
config_file = Config._get_config_path() / "config.yaml"
|
|
161
164
|
try:
|
anipy_cli/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "2.7.
|
|
1
|
+
__version__ = "2.7.13"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
anipy_cli/__init__.py,sha256=tfcfNum_d0E-4DK3VxWZDcBWxaoizF_lladUzYh-AXk,1209
|
|
2
2
|
anipy_cli/arg_parser.py,sha256=TibvBABk9ou0Jy5Kp2wgstLyNiMpO9XzZccC0d9Ivh8,4846
|
|
3
3
|
anipy_cli/colors.py,sha256=rnxb-AgFa-pEaJZKju3BX0NlFiigjvR3RpMUeKkpAIQ,850
|
|
4
|
-
anipy_cli/config.py,sha256=
|
|
4
|
+
anipy_cli/config.py,sha256=A5iOZdUPh1bqwiwQt4UGyC9WIqUD4c7Wcx4i-c7NvMk,5549
|
|
5
5
|
anipy_cli/download.py,sha256=DIoEgeTy-R_Ebi9gy2kUyU-pM2QNr83ofyT6W7AzQNM,15799
|
|
6
6
|
anipy_cli/history.py,sha256=oSTymLCyMLRMr5fS0UsnTASZ4fD3HxeRNtVBdOrX2hY,2190
|
|
7
7
|
anipy_cli/mal.py,sha256=FrJc4Fc0BIO_j0vFcvWaUKqotfzJKBb2nmINWbVJAj8,22423
|
|
@@ -10,7 +10,7 @@ anipy_cli/query.py,sha256=2QQZSDuQWlPxHBbTdawe295_j0Mqtl0aS-qHfbOsMmw,3030
|
|
|
10
10
|
anipy_cli/run_anipy_cli.py,sha256=1IknhTjef5MOssNldroIqq1nR45KfaR2uY1Lde6fWl4,222
|
|
11
11
|
anipy_cli/seasonal.py,sha256=md_8qkIUjCAffXLQYC2r9PS56IqbckQX9waCxeV3uVg,2905
|
|
12
12
|
anipy_cli/url_handler.py,sha256=BhQiFJ9SI62A24vWwYl6OtDavXcNWmYHs-0YBNCzoDA,13017
|
|
13
|
-
anipy_cli/version.py,sha256=
|
|
13
|
+
anipy_cli/version.py,sha256=IIx7yZOXpzrUXHvhFHvx-uNXSyyTMysewkVZvbnS3WI,23
|
|
14
14
|
anipy_cli/cli/__init__.py,sha256=8CoRWWXOok498eMRjWQ3hxa5VtdpEwbiP-Pxuv8dSQI,38
|
|
15
15
|
anipy_cli/cli/cli.py,sha256=_inXf9Wkn72wGt3lyc1uZ_3tB1IfwSsQQ0mVHX1pzAM,975
|
|
16
16
|
anipy_cli/cli/util.py,sha256=YPveJhXX65-LIO9y3Lh7CXM0ABJSwbtTN6tHF7MmiNY,3908
|
|
@@ -35,9 +35,9 @@ anipy_cli/player/players/mpv.py,sha256=HyzcDvWStUX8MuugdnAiFV8zMRbAgoPry-vk6v4Mq
|
|
|
35
35
|
anipy_cli/player/players/mpv_contrl.py,sha256=KOlntvOFqVtPWu5GA_8i3uegBvf_jKw1zbH3KxutAZg,907
|
|
36
36
|
anipy_cli/player/players/syncplay.py,sha256=An5vIDtMhGqscpNuEW5RPUlQdP3Ok7tWd179WgTiLMs,599
|
|
37
37
|
anipy_cli/player/players/vlc.py,sha256=cUZQrm666jHcPlGZDNvGe7HgZCaMNBggf6Vr8sU7e8Y,540
|
|
38
|
-
anipy_cli-2.7.
|
|
39
|
-
anipy_cli-2.7.
|
|
40
|
-
anipy_cli-2.7.
|
|
41
|
-
anipy_cli-2.7.
|
|
42
|
-
anipy_cli-2.7.
|
|
43
|
-
anipy_cli-2.7.
|
|
38
|
+
anipy_cli-2.7.13.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
39
|
+
anipy_cli-2.7.13.dist-info/METADATA,sha256=--oiVrj-JfD-NKzzNNtRSEPgry_oJXOkcSet5DI33NU,6655
|
|
40
|
+
anipy_cli-2.7.13.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
41
|
+
anipy_cli-2.7.13.dist-info/entry_points.txt,sha256=WBLF69tulX86690ET947odYU32Ketdm3pxnYkQa83IM,59
|
|
42
|
+
anipy_cli-2.7.13.dist-info/top_level.txt,sha256=C40LSHw7Rvit25UkpsAU7ITLSOX6zqTcHWxtOpHem_M,10
|
|
43
|
+
anipy_cli-2.7.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|