dekshell 0.1.98__py3-none-any.whl → 0.1.99__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/click/__init__.py +1 -2
- dekshell/core/__init__.py +1 -1
- dekshell/core/contexts/methods.py +1 -1
- {dekshell-0.1.98.dist-info → dekshell-0.1.99.dist-info}/METADATA +1 -1
- {dekshell-0.1.98.dist-info → dekshell-0.1.99.dist-info}/RECORD +7 -7
- {dekshell-0.1.98.dist-info → dekshell-0.1.99.dist-info}/WHEEL +0 -0
- {dekshell-0.1.98.dist-info → dekshell-0.1.99.dist-info}/entry_points.txt +0 -0
dekshell/click/__init__.py
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import os
|
|
2
1
|
import sys
|
|
3
2
|
import typer
|
|
4
3
|
from dektools.file import normal_path
|
|
5
4
|
from dektools.output import pprint
|
|
6
|
-
from dektools.
|
|
5
|
+
from dektools.escape import str_escaped
|
|
7
6
|
from dektools.shell import associate_console_script, get_current_sys_exe
|
|
8
7
|
from dektools.typer import command_mixin, command_version
|
|
9
8
|
from dektools.plugin import iter_plugins
|
dekshell/core/__init__.py
CHANGED
|
@@ -8,7 +8,7 @@ from dektools.time import get_tz
|
|
|
8
8
|
from dektools.format import format_duration
|
|
9
9
|
from dektools.shell import shell_command, shell_wrapper
|
|
10
10
|
from dektools.file import normal_path
|
|
11
|
-
from dektools.
|
|
11
|
+
from dektools.escape import str_escape_wrap
|
|
12
12
|
from .contexts import get_all_context
|
|
13
13
|
from .markers import generate_markers, CommentConfigMarker
|
|
14
14
|
from .markers.base.core import MarkerBase, MarkerSet
|
|
@@ -118,7 +118,7 @@ default_methods = {
|
|
|
118
118
|
'echos': lambda *x, **y: print(*x, **dict(end='', flush=True) | y),
|
|
119
119
|
'echox': lambda *x, **y: print(*x, **dict(file=sys.stderr, flush=True) | y),
|
|
120
120
|
'pprint': pprint,
|
|
121
|
-
'
|
|
121
|
+
'o2s': obj2str,
|
|
122
122
|
'now': now,
|
|
123
123
|
'getpass': getpass.getpass,
|
|
124
124
|
'Path': Path,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
dekshell-0.1.
|
|
2
|
-
dekshell-0.1.
|
|
3
|
-
dekshell-0.1.
|
|
1
|
+
dekshell-0.1.99.dist-info/METADATA,sha256=kR4kKG9cp430mZvPzV9siPtyhzs-gSw8QXR6ftrq8r0,521
|
|
2
|
+
dekshell-0.1.99.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
|
3
|
+
dekshell-0.1.99.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
|
-
dekshell/click/__init__.py,sha256=
|
|
7
|
-
dekshell/core/__init__.py,sha256=
|
|
6
|
+
dekshell/click/__init__.py,sha256=rFzB_exzPQaIcbbms5PdHAU3NGdl2MBaYbq9v7g7BOI,1870
|
|
7
|
+
dekshell/core/__init__.py,sha256=Cp--1j2jpJzchXR98HiRp2QAiOHz8HXm8iy6ZChIWmc,5207
|
|
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=SXuLpAjVv272TZE2_Dwmf7hX4fvS9MSHpaIEsTHPTok,5494
|
|
10
10
|
dekshell/core/contexts/properties.py,sha256=aLHtyUWedbFPQw33V5vQZTc4TeLMTC-AO6e7PhBZKbk,1570
|
|
11
11
|
dekshell/core/markers/__init__.py,sha256=bmGMbZRqsOohMKjH0AReFxZ-nIPFF6YgPJMFT6gTJEw,1725
|
|
12
12
|
dekshell/core/markers/base/__init__.py,sha256=AQYr7H0F06izu5jhu8EgLYJ2ERzJh0eS38h9gtl6OZs,13067
|
|
@@ -36,4 +36,4 @@ dekshell/utils/cmd.py,sha256=_WG7K-CO-WQkI9ERyrhI2d4yT-DX3OjjJWbNzhmsPus,1197
|
|
|
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.1.
|
|
39
|
+
dekshell-0.1.99.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|