xlwings-utils 25.0.3.post3__py3-none-any.whl → 25.0.4__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 +1 -1
- {xlwings_utils-25.0.3.post3.dist-info → xlwings_utils-25.0.4.dist-info}/METADATA +6 -2
- xlwings_utils-25.0.4.dist-info/RECORD +6 -0
- xlwings_utils-25.0.3.post3.dist-info/RECORD +0 -6
- {xlwings_utils-25.0.3.post3.dist-info → xlwings_utils-25.0.4.dist-info}/WHEEL +0 -0
- {xlwings_utils-25.0.3.post3.dist-info → xlwings_utils-25.0.4.dist-info}/top_level.txt +0 -0
xlwings_utils/xlwings_utils.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xlwings_utils
|
|
3
|
-
Version: 25.0.
|
|
3
|
+
Version: 25.0.4
|
|
4
4
|
Summary: xlwings_utils
|
|
5
5
|
Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/salabim/xlwings_utils
|
|
@@ -19,12 +19,16 @@ This module provides some useful functions to be used in xlwings (lite).
|
|
|
19
19
|
|
|
20
20
|
## Installation
|
|
21
21
|
|
|
22
|
-
Just add xlwings-utils to the *requirements.txt* tab.
|
|
22
|
+
Just add `xlwings-utils` and `ssl` to the *requirements.txt* tab.
|
|
23
23
|
|
|
24
24
|
In the script, add
|
|
25
25
|
|
|
26
26
|
```ìmport xlwings_utils as xwu```
|
|
27
27
|
|
|
28
|
+
For *regular* installations, use
|
|
29
|
+
|
|
30
|
+
```pip install xlwings_utils```
|
|
31
|
+
|
|
28
32
|
> [!NOTE]
|
|
29
33
|
>
|
|
30
34
|
> The GitHub repository can be found on https://github.com/salabim/xlwings_utils .
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
xlwings_utils/__init__.py,sha256=FdaRztevSu5akGL7KBUBRzqwLMRTdvVUuS2Kfp2f1Uc,68
|
|
2
|
+
xlwings_utils/xlwings_utils.py,sha256=LF7niTS7WnNSoJunwuhF5OYP7yVsLK70Zt59lY0SbMs,23376
|
|
3
|
+
xlwings_utils-25.0.4.dist-info/METADATA,sha256=4pWOuXUtYWkBq4rEEDxIkmITWVECrMzh-PxdlpQ-SXc,10286
|
|
4
|
+
xlwings_utils-25.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
+
xlwings_utils-25.0.4.dist-info/top_level.txt,sha256=kf5SEv0gZiRObPhUoYcc1O_iX_wwTOPeUIYvzyYeAM4,14
|
|
6
|
+
xlwings_utils-25.0.4.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
xlwings_utils/__init__.py,sha256=FdaRztevSu5akGL7KBUBRzqwLMRTdvVUuS2Kfp2f1Uc,68
|
|
2
|
-
xlwings_utils/xlwings_utils.py,sha256=dAtu5fjRbzgL-Bc5OlGMdb9PLucwZMgOe_knMYZqWS8,23376
|
|
3
|
-
xlwings_utils-25.0.3.post3.dist-info/METADATA,sha256=dPs6Y0w9oRqKxhSAXlJGx7GXl8vjzMrqn3ezXmSrLGM,10209
|
|
4
|
-
xlwings_utils-25.0.3.post3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
-
xlwings_utils-25.0.3.post3.dist-info/top_level.txt,sha256=kf5SEv0gZiRObPhUoYcc1O_iX_wwTOPeUIYvzyYeAM4,14
|
|
6
|
-
xlwings_utils-25.0.3.post3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|