multiscript-windows 1.0.4__tar.gz → 1.0.5__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.4 → multiscript_windows-1.0.5}/PKG-INFO +7 -3
- {multiscript_windows-1.0.4 → multiscript_windows-1.0.5}/README.md +6 -2
- {multiscript_windows-1.0.4 → multiscript_windows-1.0.5}/pyproject.toml +1 -1
- {multiscript_windows-1.0.4 → multiscript_windows-1.0.5}/src/multiscript_windows.egg-info/PKG-INFO +7 -3
- {multiscript_windows-1.0.4 → multiscript_windows-1.0.5}/LICENSE +0 -0
- {multiscript_windows-1.0.4 → multiscript_windows-1.0.5}/setup.cfg +0 -0
- {multiscript_windows-1.0.4 → multiscript_windows-1.0.5}/src/multiscript/__init__.py +0 -0
- {multiscript_windows-1.0.4 → multiscript_windows-1.0.5}/src/multiscript/multiscript.py +0 -0
- {multiscript_windows-1.0.4 → multiscript_windows-1.0.5}/src/multiscript_windows.egg-info/SOURCES.txt +0 -0
- {multiscript_windows-1.0.4 → multiscript_windows-1.0.5}/src/multiscript_windows.egg-info/dependency_links.txt +0 -0
- {multiscript_windows-1.0.4 → multiscript_windows-1.0.5}/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.5
|
|
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
|
|
@@ -25,9 +25,9 @@ Multiscript is amazing for simplifying operations that python fails to expose ea
|
|
|
25
25
|
|
|
26
26
|
The way you import multiscript into your project is through this line: `import multiscript`.
|
|
27
27
|
|
|
28
|
-
Now, you have
|
|
28
|
+
Now, you have four functions exposed to you.
|
|
29
29
|
|
|
30
|
-
Those
|
|
30
|
+
Those four functions are `batchscript`, `vbscript`, `javascript` and `commandlist`.
|
|
31
31
|
|
|
32
32
|
The function `commandlist` gives you a list of functions that you can use in multiscript.
|
|
33
33
|
|
|
@@ -116,6 +116,10 @@ Added the `javascript` function.
|
|
|
116
116
|
|
|
117
117
|
Fixed a bug in `__init__.py` where it would not import nor export the `javascript` function.
|
|
118
118
|
|
|
119
|
+
## 1.0.5
|
|
120
|
+
|
|
121
|
+
Fixed unclear wording in `README.md`.
|
|
122
|
+
|
|
119
123
|
## Some Extra
|
|
120
124
|
|
|
121
125
|
Hey, thanks for reading all the way to the end!
|
|
@@ -9,9 +9,9 @@ Multiscript is amazing for simplifying operations that python fails to expose ea
|
|
|
9
9
|
|
|
10
10
|
The way you import multiscript into your project is through this line: `import multiscript`.
|
|
11
11
|
|
|
12
|
-
Now, you have
|
|
12
|
+
Now, you have four functions exposed to you.
|
|
13
13
|
|
|
14
|
-
Those
|
|
14
|
+
Those four functions are `batchscript`, `vbscript`, `javascript` and `commandlist`.
|
|
15
15
|
|
|
16
16
|
The function `commandlist` gives you a list of functions that you can use in multiscript.
|
|
17
17
|
|
|
@@ -100,6 +100,10 @@ Added the `javascript` function.
|
|
|
100
100
|
|
|
101
101
|
Fixed a bug in `__init__.py` where it would not import nor export the `javascript` function.
|
|
102
102
|
|
|
103
|
+
## 1.0.5
|
|
104
|
+
|
|
105
|
+
Fixed unclear wording in `README.md`.
|
|
106
|
+
|
|
103
107
|
## Some Extra
|
|
104
108
|
|
|
105
109
|
Hey, thanks for reading all the way to the end!
|
{multiscript_windows-1.0.4 → multiscript_windows-1.0.5}/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.5
|
|
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
|
|
@@ -25,9 +25,9 @@ Multiscript is amazing for simplifying operations that python fails to expose ea
|
|
|
25
25
|
|
|
26
26
|
The way you import multiscript into your project is through this line: `import multiscript`.
|
|
27
27
|
|
|
28
|
-
Now, you have
|
|
28
|
+
Now, you have four functions exposed to you.
|
|
29
29
|
|
|
30
|
-
Those
|
|
30
|
+
Those four functions are `batchscript`, `vbscript`, `javascript` and `commandlist`.
|
|
31
31
|
|
|
32
32
|
The function `commandlist` gives you a list of functions that you can use in multiscript.
|
|
33
33
|
|
|
@@ -116,6 +116,10 @@ Added the `javascript` function.
|
|
|
116
116
|
|
|
117
117
|
Fixed a bug in `__init__.py` where it would not import nor export the `javascript` function.
|
|
118
118
|
|
|
119
|
+
## 1.0.5
|
|
120
|
+
|
|
121
|
+
Fixed unclear wording in `README.md`.
|
|
122
|
+
|
|
119
123
|
## Some Extra
|
|
120
124
|
|
|
121
125
|
Hey, thanks for reading all the way to the end!
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{multiscript_windows-1.0.4 → multiscript_windows-1.0.5}/src/multiscript_windows.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|