8000 package name · Sadies480/winpython@61dfe06 · GitHub
[go: up one dir, main page]

Skip to 8000 content

Commit 61dfe06

Browse files
committed
package name
1 parent 48fc551 commit 61dfe06

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '4.7.20220730'
31+
__version__ = '4.7.20220807'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3349,3 +3349,18 @@ description = Python tool configuration
33493349
[tbats]
33503350
description = BATS and TBATS for time series forecasting
33513351
3352+
[ntlm-auth]
3353+
description = Creates NTLM authentication structures
3354+
3355+
[requests-ntlm]
3356+
description = This package allows for HTTP NTLM authentication using the requests library.
3357+
3358+
[sspyrs]
3359+
description = Lightweight interface for SSRS reports to python
3360+
3361+
[xmltodict]
3362+
description = Makes working with XML feel like you are working with JSON
3363+
3364+
[missingno]
3365+
description = Missing data visualization module for Python.
3366+

0 commit comments

Comments
 (0)
0