oh-my-batch 0.1.0.dev2__py3-none-any.whl → 0.1.0.dev3__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 +3 -0
- {oh_my_batch-0.1.0.dev2.dist-info → oh_my_batch-0.1.0.dev3.dist-info}/METADATA +3 -3
- {oh_my_batch-0.1.0.dev2.dist-info → oh_my_batch-0.1.0.dev3.dist-info}/RECORD +6 -6
- {oh_my_batch-0.1.0.dev2.dist-info → oh_my_batch-0.1.0.dev3.dist-info}/LICENSE +0 -0
- {oh_my_batch-0.1.0.dev2.dist-info → oh_my_batch-0.1.0.dev3.dist-info}/WHEEL +0 -0
- {oh_my_batch-0.1.0.dev2.dist-info → oh_my_batch-0.1.0.dev3.dist-info}/entry_points.txt +0 -0
oh_my_batch/cli.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: oh-my-batch
|
3
|
-
Version: 0.1.0.
|
3
|
+
Version: 0.1.0.dev3
|
4
4
|
Summary:
|
5
5
|
License: GPL
|
6
6
|
Author: weihong.xu
|
@@ -17,9 +17,9 @@ Requires-Dist: fire (>=0.7.0,<0.8.0)
|
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# oh-my-batch
|
20
|
-
A simple tool to manipulate batch tasks.
|
20
|
+
A simple tool to manipulate batch tasks designed for scientific computing community.
|
21
21
|
|
22
|
-
|
22
|
+
## Features
|
23
23
|
* `omb combo`: generate folders/files from different combinations of parameters
|
24
24
|
* `omb batch`: generate batch scripts from multiple working directories
|
25
25
|
* `omb job`: track the state of job in job schedular
|
@@ -3,12 +3,12 @@ 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=eORxFefV-XrWbG-2I6u-c8uf1XxOQ31LaeVHBumwzJ4,708
|
5
5
|
oh_my_batch/batch.py,sha256=e73N-xwxMvgxnWwFMp33PQD1Dy-T-ATjANlwtPRHPQM,3016
|
6
|
-
oh_my_batch/cli.py,sha256=
|
6
|
+
oh_my_batch/cli.py,sha256=uelW9ms1N30DipJOcsiuG5K-5VN8O6yu1RNEqex00GY,475
|
7
7
|
oh_my_batch/combo.py,sha256=AHFD5CLoczqtjcfl2Rb4A2ucoQU40-cWtDOYjtP-yY4,7680
|
8
8
|
oh_my_batch/job.py,sha256=_fETBYpuSd_hNHKnXSwYcSU3OXtU7PO-P2QMfhE-Wfs,5788
|
9
9
|
oh_my_batch/util.py,sha256=H8B4zVNH5xRp-NG_uypgvtmz2YSpXy_6LK5ROv6SYrc,2116
|
10
|
-
oh_my_batch-0.1.0.
|
11
|
-
oh_my_batch-0.1.0.
|
12
|
-
oh_my_batch-0.1.0.
|
13
|
-
oh_my_batch-0.1.0.
|
14
|
-
oh_my_batch-0.1.0.
|
10
|
+
oh_my_batch-0.1.0.dev3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
11
|
+
oh_my_batch-0.1.0.dev3.dist-info/METADATA,sha256=sFfJrqAmymhuKZIv4-ydeDX6Y3oby3NWVfiPjQPUAUM,4453
|
12
|
+
oh_my_batch-0.1.0.dev3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
13
|
+
oh_my_batch-0.1.0.dev3.dist-info/entry_points.txt,sha256=ZY2GutSoNjjSyJ4qO2pTeseKUFgoTYdvmgkuZZkwi68,77
|
14
|
+
oh_my_batch-0.1.0.dev3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|