dekshell 0.2.30__py3-none-any.whl → 0.2.31__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/properties.py +2 -1
- {dekshell-0.2.30.dist-info → dekshell-0.2.31.dist-info}/METADATA +1 -1
- {dekshell-0.2.30.dist-info → dekshell-0.2.31.dist-info}/RECORD +5 -5
- {dekshell-0.2.30.dist-info → dekshell-0.2.31.dist-info}/WHEEL +0 -0
- {dekshell-0.2.30.dist-info → dekshell-0.2.31.dist-info}/entry_points.txt +0 -0
|
@@ -11,6 +11,7 @@ from extra_platforms import current_os as extra_platforms_current_os
|
|
|
11
11
|
from dektools.module import ModuleProxy
|
|
12
12
|
from dektools.time import DateTime
|
|
13
13
|
from dektools.file import read_text
|
|
14
|
+
from dektools.env import is_on_cicd
|
|
14
15
|
from ...utils.serializer import serializer
|
|
15
16
|
from ..redirect import shell_name
|
|
16
17
|
|
|
@@ -58,8 +59,8 @@ default_properties = {
|
|
|
58
59
|
**make_shell_properties(current_shell),
|
|
59
60
|
'os': {
|
|
60
61
|
'pid': os.getpid(),
|
|
61
|
-
'win': is_on_win,
|
|
62
62
|
'ps': os.pathsep,
|
|
63
|
+
'cicd': is_on_cicd(),
|
|
63
64
|
},
|
|
64
65
|
'platform': {
|
|
65
66
|
'cygwin': sys.platform == 'cygwin',
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
dekshell-0.2.
|
|
2
|
-
dekshell-0.2.
|
|
3
|
-
dekshell-0.2.
|
|
1
|
+
dekshell-0.2.31.dist-info/METADATA,sha256=g-axW4y5shPS9aMpAtNsLb-VPflnb1V52EbKlPGcdBc,573
|
|
2
|
+
dekshell-0.2.31.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
|
3
|
+
dekshell-0.2.31.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=acq3wTfUlREzc_9R28ocvJBH7E8cnOQPGpy2dC69fIM,5533
|
|
8
8
|
dekshell/core/contexts/__init__.py,sha256=ynsfv37azOKfI2UKd0iPl2M6iBW-k5cb1BqSLOWuJpI,482
|
|
9
9
|
dekshell/core/contexts/methods.py,sha256=A6t58yBoCEfcQ2rRdmwxwznMpOOGFCUrH8u8RoE2Sow,10375
|
|
10
|
-
dekshell/core/contexts/properties.py,sha256=
|
|
10
|
+
dekshell/core/contexts/properties.py,sha256=xBUHC6eDmsoPHmOntxPdHNQpZ3iqd7wzkmyTKWm3ZYA,2422
|
|
11
11
|
dekshell/core/markers/__init__.py,sha256=yRQazZ1dxMltFao_RQnDnawSnQcjN_4B930MjJhaZ40,1968
|
|
12
12
|
dekshell/core/markers/base/__init__.py,sha256=mrOgC5glSG60NMpflSi5mb4bXTmDgv2i-ZYUHCef2Nw,13826
|
|
13
13
|
dekshell/core/markers/base/core.py,sha256=InsUA3md2gC6GyXQsvARfeNTrfbVD3gGOYxTM8VqqPA,11679
|
|
@@ -37,4 +37,4 @@ dekshell/utils/cmd.py,sha256=A0lEixQ7Ui0UxmeuymniyqCZXss9qQdX1C0COM7EEkQ,1234
|
|
|
37
37
|
dekshell/utils/pkg.py,sha256=TgYqRqawoJfjkxt6UAHnp9ttmpjuHiWRFbqxADOS1VE,1337
|
|
38
38
|
dekshell/utils/serializer.py,sha256=aIdF2Wzo-qHmIshv46jn1XD0X66vQ1JFdU-g3ZFbH2w,386
|
|
39
39
|
dekshell/utils/shell.py,sha256=0NoA2-SOOMinbmZZipwzL-npBbzPOdWEfdPVYqq5G5g,92
|
|
40
|
-
dekshell-0.2.
|
|
40
|
+
dekshell-0.2.31.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|