oh-my-batch 0.2.3__py3-none-any.whl → 0.2.4__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.
- oh_my_batch/cli.py +2 -1
- oh_my_batch/util.py +3 -1
- {oh_my_batch-0.2.3.dist-info → oh_my_batch-0.2.4.dist-info}/METADATA +1 -2
- {oh_my_batch-0.2.3.dist-info → oh_my_batch-0.2.4.dist-info}/RECORD +7 -7
- {oh_my_batch-0.2.3.dist-info → oh_my_batch-0.2.4.dist-info}/WHEEL +1 -1
- {oh_my_batch-0.2.3.dist-info → oh_my_batch-0.2.4.dist-info}/LICENSE +0 -0
- {oh_my_batch-0.2.3.dist-info → oh_my_batch-0.2.4.dist-info}/entry_points.txt +0 -0
oh_my_batch/cli.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
import logging
|
2
2
|
import fire
|
3
3
|
|
4
|
-
logging.basicConfig(format='%(asctime)s %(name)s: %(message)s', level=logging.INFO)
|
5
4
|
|
6
5
|
class JobCli:
|
7
6
|
|
@@ -27,5 +26,7 @@ class OhMyBatch:
|
|
27
26
|
from .misc import Misc
|
28
27
|
return Misc()
|
29
28
|
|
29
|
+
|
30
30
|
def main():
|
31
|
+
logging.basicConfig(format='%(asctime)s %(name)s: %(message)s', level=logging.INFO)
|
31
32
|
fire.Fire(OhMyBatch)
|
oh_my_batch/util.py
CHANGED
@@ -58,7 +58,9 @@ def ensure_dir(path: str):
|
|
58
58
|
|
59
59
|
:param path: Path to directory or file.
|
60
60
|
"""
|
61
|
-
os.
|
61
|
+
d = os.path.dirname(path)
|
62
|
+
if d:
|
63
|
+
os.makedirs(os.path.dirname(d), exist_ok=True)
|
62
64
|
|
63
65
|
|
64
66
|
def mode_translate(mode: str):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: oh-my-batch
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.4
|
4
4
|
Summary:
|
5
5
|
License: GPL
|
6
6
|
Author: weihong.xu
|
@@ -13,7 +13,6 @@ Classifier: Programming Language :: Python :: 3.9
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.10
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
16
|
-
Classifier: Programming Language :: Python :: 3.13
|
17
16
|
Requires-Dist: fire (>=0.7.0,<0.8.0)
|
18
17
|
Description-Content-Type: text/markdown
|
19
18
|
|
@@ -3,13 +3,13 @@ oh_my_batch/__main__.py,sha256=sWyFZMwWNvhkanwZSJRGfBBDoIevhC028dTSB67i6yI,61
|
|
3
3
|
oh_my_batch/assets/__init__.py,sha256=Exub46UbQaz2V2eXpQeiVfnThQpXaNeuyjlGY6gBSZc,130
|
4
4
|
oh_my_batch/assets/functions.sh,sha256=dvPGpOKz4CyUSlE5IAewQc8HUrQJuaZ0j-WZIuxB3Tg,1002
|
5
5
|
oh_my_batch/batch.py,sha256=6qnaXEVyA493heGzzbCrdZXCcnYk8zgl7WP0rmo7KlU,3690
|
6
|
-
oh_my_batch/cli.py,sha256=
|
6
|
+
oh_my_batch/cli.py,sha256=Jyz8q2pUYke3mfJS6F_G9S9hApddgXxQw1BsN6Kfkjc,553
|
7
7
|
oh_my_batch/combo.py,sha256=-qgqT7XSvEeyefMPD3-HuX-aozefjSKhbZbPm1pm_18,9324
|
8
8
|
oh_my_batch/job.py,sha256=q-1WxZQxQNqDV4xZXz5V9RQQ787rhdX18tQWTNBKBjQ,6268
|
9
9
|
oh_my_batch/misc.py,sha256=G_iOovRCrShBJJCc82QLN0CvMqW4adOefEoY1GedEiw,452
|
10
|
-
oh_my_batch/util.py,sha256=
|
11
|
-
oh_my_batch-0.2.
|
12
|
-
oh_my_batch-0.2.
|
13
|
-
oh_my_batch-0.2.
|
14
|
-
oh_my_batch-0.2.
|
15
|
-
oh_my_batch-0.2.
|
10
|
+
oh_my_batch/util.py,sha256=K-XAndE5dgpxBrohAlUhVpeJGT7Q9vUG9ghHc9L0HaU,2426
|
11
|
+
oh_my_batch-0.2.4.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
12
|
+
oh_my_batch-0.2.4.dist-info/METADATA,sha256=6pn6dkc4pAN3FlH9erNTWKwYnOJl9Y-S7PsocwDc33c,5445
|
13
|
+
oh_my_batch-0.2.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
14
|
+
oh_my_batch-0.2.4.dist-info/entry_points.txt,sha256=ZY2GutSoNjjSyJ4qO2pTeseKUFgoTYdvmgkuZZkwi68,77
|
15
|
+
oh_my_batch-0.2.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|