multiscript-windows 1.0.3__tar.gz → 1.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.
- {multiscript_windows-1.0.3 → multiscript_windows-1.0.4}/PKG-INFO +5 -1
- {multiscript_windows-1.0.3 → multiscript_windows-1.0.4}/README.md +4 -0
- {multiscript_windows-1.0.3 → multiscript_windows-1.0.4}/pyproject.toml +1 -1
- multiscript_windows-1.0.4/src/multiscript/__init__.py +2 -0
- {multiscript_windows-1.0.3 → multiscript_windows-1.0.4}/src/multiscript_windows.egg-info/PKG-INFO +5 -1
- multiscript_windows-1.0.3/src/multiscript/__init__.py +0 -2
- {multiscript_windows-1.0.3 → multiscript_windows-1.0.4}/LICENSE +0 -0
- {multiscript_windows-1.0.3 → multiscript_windows-1.0.4}/setup.cfg +0 -0
- {multiscript_windows-1.0.3 → multiscript_windows-1.0.4}/src/multiscript/multiscript.py +0 -0
- {multiscript_windows-1.0.3 → multiscript_windows-1.0.4}/src/multiscript_windows.egg-info/SOURCES.txt +0 -0
- {multiscript_windows-1.0.3 → multiscript_windows-1.0.4}/src/multiscript_windows.egg-info/dependency_links.txt +0 -0
- {multiscript_windows-1.0.3 → multiscript_windows-1.0.4}/src/multiscript_windows.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: multiscript-windows
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: A lightweight wrapper to run Batch and VBScript within Python.
|
|
5
5
|
Author-email: KingTheCoder <kingjd490@gmail.com>
|
|
6
6
|
License: GPL-3.0-only
|
|
@@ -112,6 +112,10 @@ Fixed a bug where running two of the same function at the same time would overwr
|
|
|
112
112
|
|
|
113
113
|
Added the `javascript` function.
|
|
114
114
|
|
|
115
|
+
## 1.0.4
|
|
116
|
+
|
|
117
|
+
Fixed a bug in `__init__.py` where it would not import nor export the `javascript` function.
|
|
118
|
+
|
|
115
119
|
## Some Extra
|
|
116
120
|
|
|
117
121
|
Hey, thanks for reading all the way to the end!
|
|
@@ -96,6 +96,10 @@ Fixed a bug where running two of the same function at the same time would overwr
|
|
|
96
96
|
|
|
97
97
|
Added the `javascript` function.
|
|
98
98
|
|
|
99
|
+
## 1.0.4
|
|
100
|
+
|
|
101
|
+
Fixed a bug in `__init__.py` where it would not import nor export the `javascript` function.
|
|
102
|
+
|
|
99
103
|
## Some Extra
|
|
100
104
|
|
|
101
105
|
Hey, thanks for reading all the way to the end!
|
{multiscript_windows-1.0.3 → multiscript_windows-1.0.4}/src/multiscript_windows.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: multiscript-windows
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: A lightweight wrapper to run Batch and VBScript within Python.
|
|
5
5
|
Author-email: KingTheCoder <kingjd490@gmail.com>
|
|
6
6
|
License: GPL-3.0-only
|
|
@@ -112,6 +112,10 @@ Fixed a bug where running two of the same function at the same time would overwr
|
|
|
112
112
|
|
|
113
113
|
Added the `javascript` function.
|
|
114
114
|
|
|
115
|
+
## 1.0.4
|
|
116
|
+
|
|
117
|
+
Fixed a bug in `__init__.py` where it would not import nor export the `javascript` function.
|
|
118
|
+
|
|
115
119
|
## Some Extra
|
|
116
120
|
|
|
117
121
|
Hey, thanks for reading all the way to the end!
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{multiscript_windows-1.0.3 → multiscript_windows-1.0.4}/src/multiscript_windows.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|