dekshell 0.2.17__py3-none-any.whl → 0.2.19__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.
- dekshell/core/contexts/methods.py +8 -2
- {dekshell-0.2.17.dist-info → dekshell-0.2.19.dist-info}/METADATA +1 -1
- {dekshell-0.2.17.dist-info → dekshell-0.2.19.dist-info}/RECORD +5 -5
- {dekshell-0.2.17.dist-info → dekshell-0.2.19.dist-info}/WHEEL +0 -0
- {dekshell-0.2.17.dist-info → dekshell-0.2.19.dist-info}/entry_points.txt +0 -0
|
@@ -11,7 +11,7 @@ from pathlib import Path
|
|
|
11
11
|
from io import BytesIO, StringIO
|
|
12
12
|
from dektools.file import sure_dir, write_file, read_text, remove_path, sure_parent_dir, normal_path, \
|
|
13
13
|
format_path_desc, read_file, split_ext, path_ext, clear_dir, copy_recurse_ignore, path_is_empty, \
|
|
14
|
-
read_lines, seek_py_module_path,
|
|
14
|
+
read_lines, seek_py_module_path, come_real_path, status_of_dir, diff_of_dir,\
|
|
15
15
|
split_file, combine_split_files, remove_split_files, meta_split_file, tree, iglob, \
|
|
16
16
|
where, where_list, which, which_list
|
|
17
17
|
from dektools.hash import hash_file
|
|
@@ -177,7 +177,9 @@ def _pymd(name):
|
|
|
177
177
|
|
|
178
178
|
def _time_mark(begin=True, name=None):
|
|
179
179
|
var_prefix = '__time_marker__'
|
|
180
|
-
|
|
180
|
+
if name is None:
|
|
181
|
+
name = ''
|
|
182
|
+
name = str(name).strip()
|
|
181
183
|
marker_set = get_inner_vars('__inner_marker_set__', full=True)
|
|
182
184
|
_now = time.time_ns()
|
|
183
185
|
if begin:
|
|
@@ -232,6 +234,7 @@ default_methods = {
|
|
|
232
234
|
'parent': _parent_dir,
|
|
233
235
|
'abs': normal_path,
|
|
234
236
|
'rel': os.path.relpath,
|
|
237
|
+
'cr': come_real_path,
|
|
235
238
|
'fullname': os.path.basename,
|
|
236
239
|
'name': lambda x: split_ext(x)[0],
|
|
237
240
|
'ext': path_ext,
|
|
@@ -260,6 +263,9 @@ default_methods = {
|
|
|
260
263
|
'sfm': meta_split_file,
|
|
261
264
|
'sfc': combine_split_files,
|
|
262
265
|
|
|
266
|
+
'sod': status_of_dir,
|
|
267
|
+
'dod': diff_of_dir,
|
|
268
|
+
|
|
263
269
|
'hash': lambda x, name='sha256', args=None: hash_file(name, x, args=args),
|
|
264
270
|
},
|
|
265
271
|
**path_common_methods,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
dekshell-0.2.
|
|
2
|
-
dekshell-0.2.
|
|
3
|
-
dekshell-0.2.
|
|
1
|
+
dekshell-0.2.19.dist-info/METADATA,sha256=E2XaLJLl7csW7i1yvCpJ9_b9obavP9s7ZLrMVDNAV0U,573
|
|
2
|
+
dekshell-0.2.19.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
|
3
|
+
dekshell-0.2.19.dist-info/entry_points.txt,sha256=d-kbfULiUTZWIBBsrQF3J_-wESncF-4K2rwHT08grlI,75
|
|
4
4
|
dekshell/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
dekshell/click/__entry__.py,sha256=CMuxUzXoEe4TcHFZwv-MNFwHnu1HSZCDpXFpqQ814uM,42
|
|
6
6
|
dekshell/click/__init__.py,sha256=rFzB_exzPQaIcbbms5PdHAU3NGdl2MBaYbq9v7g7BOI,1870
|
|
7
7
|
dekshell/core/__init__.py,sha256=w-IeR-tO61Mv4ubZyw9LvyagudyD8SXH0YD3yKApNXk,5405
|
|
8
8
|
dekshell/core/contexts/__init__.py,sha256=ynsfv37azOKfI2UKd0iPl2M6iBW-k5cb1BqSLOWuJpI,482
|
|
9
|
-
dekshell/core/contexts/methods.py,sha256=
|
|
9
|
+
dekshell/core/contexts/methods.py,sha256=t90h2XCJkIloE6VIFZqpT3FRUX1T2gkgjMzQ3_MzT90,9288
|
|
10
10
|
dekshell/core/contexts/properties.py,sha256=esr51c6wDTDsuFXF2uj7WfyIGSq9H0dzqDqWzeMTNQE,2382
|
|
11
11
|
dekshell/core/markers/__init__.py,sha256=FyVfsvt1c8hFWoTgHuMriSJvrJg1XulK636Kt1TczjQ,1867
|
|
12
12
|
dekshell/core/markers/base/__init__.py,sha256=To25RVX3h1MluV3OmktVMw2bigex79GjWHUPWtIlczI,13433
|
|
@@ -36,4 +36,4 @@ dekshell/utils/cmd.py,sha256=FfWNRRRdiiTs3xoXvaAyZ-3OzsWFRnd3m5k6sIexrhc,1209
|
|
|
36
36
|
dekshell/utils/pkg.py,sha256=TgYqRqawoJfjkxt6UAHnp9ttmpjuHiWRFbqxADOS1VE,1337
|
|
37
37
|
dekshell/utils/serializer.py,sha256=aIdF2Wzo-qHmIshv46jn1XD0X66vQ1JFdU-g3ZFbH2w,386
|
|
38
38
|
dekshell/utils/shell.py,sha256=0NoA2-SOOMinbmZZipwzL-npBbzPOdWEfdPVYqq5G5g,92
|
|
39
|
-
dekshell-0.2.
|
|
39
|
+
dekshell-0.2.19.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|