xlwings-utils 25.0.3.post2__tar.gz → 25.0.4__tar.gz

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xlwings_utils
3
- Version: 25.0.3.post2
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 .
@@ -6,12 +6,16 @@ This module provides some useful functions to be used in xlwings (lite).
6
6
 
7
7
  ## Installation
8
8
 
9
- Just add xlwings-utils to the *requirements.txt* tab.
9
+ Just add `xlwings-utils` and `ssl` to the *requirements.txt* tab.
10
10
 
11
11
  In the script, add
12
12
 
13
13
  ```ìmport xlwings_utils as xwu```
14
14
 
15
+ For *regular* installations, use
16
+
17
+ ```pip install xlwings_utils```
18
+
15
19
  > [!NOTE]
16
20
  >
17
21
  > The GitHub repository can be found on https://github.com/salabim/xlwings_utils .
@@ -10,7 +10,7 @@ authors = [
10
10
  { name = "Ruud van der Ham", email = "rt.van.der.ham@gmail.com" },
11
11
  ]
12
12
  description = "xlwings_utils"
13
- version = "25.0.3.post2"
13
+ version = "25.0.4"
14
14
  readme = "README.md"
15
15
  requires-python = ">=3.9"
16
16
  dependencies = [
@@ -5,7 +5,7 @@
5
5
  # /_/\_\|_| \_/\_/ |_||_| |_| \__, ||___/ _____ \__,_| \__||_||_||___/
6
6
  # |___/ |_____|
7
7
 
8
- __version__ = "25.0.3"
8
+ __version__ = "25.0.4"
9
9
 
10
10
 
11
11
  import dropbox
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xlwings_utils
3
- Version: 25.0.3.post2
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 .