xlwings-utils 25.0.0.post6__py3-none-any.whl → 25.0.1__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.
Potentially problematic release.
This version of xlwings-utils might be problematic. Click here for more details.
- xlwings_utils/xlwings_utils.py +10 -5
- {xlwings_utils-25.0.0.post6.dist-info → xlwings_utils-25.0.1.dist-info}/METADATA +1 -1
- xlwings_utils-25.0.1.dist-info/RECORD +6 -0
- xlwings_utils-25.0.0.post6.dist-info/RECORD +0 -6
- {xlwings_utils-25.0.0.post6.dist-info → xlwings_utils-25.0.1.dist-info}/WHEEL +0 -0
- {xlwings_utils-25.0.0.post6.dist-info → xlwings_utils-25.0.1.dist-info}/top_level.txt +0 -0
xlwings_utils/xlwings_utils.py
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# /_/\_\|_| \_/\_/ |_||_| |_| \__, ||___/ _____ \__,_| \__||_||_||___/
|
|
6
6
|
# |___/ |_____|
|
|
7
7
|
|
|
8
|
-
__version__ = "25.0.
|
|
8
|
+
__version__ = "25.0.1"
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
import dropbox
|
|
@@ -646,16 +646,21 @@ class Capture:
|
|
|
646
646
|
|
|
647
647
|
Parameters
|
|
648
648
|
----------
|
|
649
|
+
enabled : bool
|
|
650
|
+
if True (default), all stdout output is captured
|
|
651
|
+
|
|
652
|
+
if False, stdout output is printed
|
|
653
|
+
|
|
649
654
|
include_print : bool
|
|
650
|
-
if
|
|
655
|
+
if False (default), nothing will be printed if enabled is True
|
|
651
656
|
|
|
652
|
-
if
|
|
657
|
+
if True, output will be printed (and captured if enabled is True)
|
|
653
658
|
|
|
654
659
|
Note
|
|
655
660
|
----
|
|
656
|
-
Use this function
|
|
661
|
+
Use this function, like ::
|
|
657
662
|
|
|
658
|
-
|
|
663
|
+
capture = xwu.Capture():
|
|
659
664
|
...
|
|
660
665
|
"""
|
|
661
666
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
xlwings_utils/__init__.py,sha256=FdaRztevSu5akGL7KBUBRzqwLMRTdvVUuS2Kfp2f1Uc,68
|
|
2
|
+
xlwings_utils/xlwings_utils.py,sha256=8_OKnH-UnvOZnybavnC4CEWAR27IiqfTGyezWja-s-o,21809
|
|
3
|
+
xlwings_utils-25.0.1.dist-info/METADATA,sha256=G6E8CscnLZ6zinaPdl1XbSBQuDZcKfMi3AwdSVppb0k,9791
|
|
4
|
+
xlwings_utils-25.0.1.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
|
5
|
+
xlwings_utils-25.0.1.dist-info/top_level.txt,sha256=kf5SEv0gZiRObPhUoYcc1O_iX_wwTOPeUIYvzyYeAM4,14
|
|
6
|
+
xlwings_utils-25.0.1.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
xlwings_utils/__init__.py,sha256=FdaRztevSu5akGL7KBUBRzqwLMRTdvVUuS2Kfp2f1Uc,68
|
|
2
|
-
xlwings_utils/xlwings_utils.py,sha256=wUaw5KwM3KnKTegSHNqVrXKIIAEtTEIdsyFAjfhJDUo,21652
|
|
3
|
-
xlwings_utils-25.0.0.post6.dist-info/METADATA,sha256=kr3GwdUxMr6ULmz7nXkjyOej_O3vrraRPbowYdoBDJQ,9797
|
|
4
|
-
xlwings_utils-25.0.0.post6.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
|
5
|
-
xlwings_utils-25.0.0.post6.dist-info/top_level.txt,sha256=kf5SEv0gZiRObPhUoYcc1O_iX_wwTOPeUIYvzyYeAM4,14
|
|
6
|
-
xlwings_utils-25.0.0.post6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|