commandpack 0.3.1__tar.gz → 0.3.2__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.
- {commandpack-0.3.1/commandpack.egg-info → commandpack-0.3.2}/PKG-INFO +7 -5
- {commandpack-0.3.1 → commandpack-0.3.2}/README.md +5 -4
- {commandpack-0.3.1 → commandpack-0.3.2}/commandpack/__init__.py +2 -2
- {commandpack-0.3.1 → commandpack-0.3.2}/commandpack/executors.py +1 -1
- {commandpack-0.3.1 → commandpack-0.3.2}/commandpack/factories.py +1 -1
- {commandpack-0.3.1 → commandpack-0.3.2}/commandpack/tools.py +1 -1
- {commandpack-0.3.1 → commandpack-0.3.2/commandpack.egg-info}/PKG-INFO +7 -5
- {commandpack-0.3.1 → commandpack-0.3.2}/setup.py +1 -1
- {commandpack-0.3.1 → commandpack-0.3.2}/LICENSE +0 -0
- {commandpack-0.3.1 → commandpack-0.3.2}/MANIFEST.in +0 -0
- {commandpack-0.3.1 → commandpack-0.3.2}/commandpack.egg-info/SOURCES.txt +0 -0
- {commandpack-0.3.1 → commandpack-0.3.2}/commandpack.egg-info/dependency_links.txt +0 -0
- {commandpack-0.3.1 → commandpack-0.3.2}/commandpack.egg-info/not-zip-safe +0 -0
- {commandpack-0.3.1 → commandpack-0.3.2}/commandpack.egg-info/top_level.txt +0 -0
- {commandpack-0.3.1 → commandpack-0.3.2}/requirements.txt +0 -0
- {commandpack-0.3.1 → commandpack-0.3.2}/setup.cfg +0 -0
- {commandpack-0.3.1 → commandpack-0.3.2}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: commandpack
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: A cross-platform library for creation, storage, management of commands and command packages. Execution of commands, parsing of files with command packages.
|
|
5
5
|
Home-page: https://github.com/smartlegionlab/commandpack/
|
|
6
6
|
Author: A.A Suvorov
|
|
@@ -20,8 +20,9 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
20
20
|
Requires-Python: >=3.6
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
|
+
Dynamic: license-file
|
|
23
24
|
|
|
24
|
-
# commandpack
|
|
25
|
+
# commandpack <sup>v0.3.2</sup>
|
|
25
26
|
|
|
26
27
|
***
|
|
27
28
|
|
|
@@ -29,6 +30,7 @@ I recommend using my new library [commandex](https://github.com/smartlegionlab/c
|
|
|
29
30
|
|
|
30
31
|
***
|
|
31
32
|
|
|
33
|
+
[](https://pepy.tech/projects/commandpack)
|
|
32
34
|

|
|
33
35
|
[](https://pypi.org/project/commandpack/)
|
|
34
36
|
[](https://github.com/smartlegionlab/commandpack/)
|
|
@@ -68,7 +70,7 @@ Author and developer: ___A.A Suvorov___
|
|
|
68
70
|
|
|
69
71
|
## What's new?
|
|
70
72
|
|
|
71
|
-
___commandpack v0.3.
|
|
73
|
+
___commandpack v0.3.2___
|
|
72
74
|
|
|
73
75
|
***
|
|
74
76
|
|
|
@@ -208,6 +210,6 @@ Utilities created with use work "commandpack", without problems in Windows:
|
|
|
208
210
|
--------------------------------------------------------
|
|
209
211
|
Licensed under the terms of the BSD 3-Clause License
|
|
210
212
|
(see LICENSE for details).
|
|
211
|
-
Copyright © 2018-
|
|
213
|
+
Copyright © 2018-2025, A.A Suvorov
|
|
212
214
|
All rights reserved.
|
|
213
215
|
--------------------------------------------------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# commandpack
|
|
1
|
+
# commandpack <sup>v0.3.2</sup>
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -6,6 +6,7 @@ I recommend using my new library [commandex](https://github.com/smartlegionlab/c
|
|
|
6
6
|
|
|
7
7
|
***
|
|
8
8
|
|
|
9
|
+
[](https://pepy.tech/projects/commandpack)
|
|
9
10
|

|
|
10
11
|
[](https://pypi.org/project/commandpack/)
|
|
11
12
|
[](https://github.com/smartlegionlab/commandpack/)
|
|
@@ -45,7 +46,7 @@ Author and developer: ___A.A Suvorov___
|
|
|
45
46
|
|
|
46
47
|
## What's new?
|
|
47
48
|
|
|
48
|
-
___commandpack v0.3.
|
|
49
|
+
___commandpack v0.3.2___
|
|
49
50
|
|
|
50
51
|
***
|
|
51
52
|
|
|
@@ -185,6 +186,6 @@ Utilities created with use work "commandpack", without problems in Windows:
|
|
|
185
186
|
--------------------------------------------------------
|
|
186
187
|
Licensed under the terms of the BSD 3-Clause License
|
|
187
188
|
(see LICENSE for details).
|
|
188
|
-
Copyright © 2018-
|
|
189
|
+
Copyright © 2018-2025, A.A Suvorov
|
|
189
190
|
All rights reserved.
|
|
190
|
-
--------------------------------------------------------
|
|
191
|
+
--------------------------------------------------------
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# --------------------------------------------------------
|
|
2
2
|
# Licensed under the terms of the BSD 3-Clause License
|
|
3
3
|
# (see LICENSE for details).
|
|
4
|
-
# Copyright © 2018-
|
|
4
|
+
# Copyright © 2018-2025, A.A. Suvorov
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# --------------------------------------------------------
|
|
7
7
|
# https://github.com/smartlegionlab/
|
|
@@ -14,4 +14,4 @@ of commands and command packages. Execution of commands,
|
|
|
14
14
|
parsing of files with command packages.
|
|
15
15
|
|
|
16
16
|
"""
|
|
17
|
-
__version__ = '0.3.
|
|
17
|
+
__version__ = '0.3.2'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# --------------------------------------------------------
|
|
2
2
|
# Licensed under the terms of the BSD 3-Clause License
|
|
3
3
|
# (see LICENSE for details).
|
|
4
|
-
# Copyright © 2018-
|
|
4
|
+
# Copyright © 2018-2025, A.A. Suvorov
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# --------------------------------------------------------
|
|
7
7
|
# https://github.com/smartlegionlab/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# --------------------------------------------------------
|
|
2
2
|
# Licensed under the terms of the BSD 3-Clause License
|
|
3
3
|
# (see LICENSE for details).
|
|
4
|
-
# Copyright © 2018-
|
|
4
|
+
# Copyright © 2018-2025, A.A. Suvorov
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# --------------------------------------------------------
|
|
7
7
|
# https://github.com/smartlegionlab/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# --------------------------------------------------------
|
|
2
2
|
# Licensed under the terms of the BSD 3-Clause License
|
|
3
3
|
# (see LICENSE for details).
|
|
4
|
-
# Copyright © 2018-
|
|
4
|
+
# Copyright © 2018-2025, A.A. Suvorov
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# --------------------------------------------------------
|
|
7
7
|
# https://github.com/smartlegionlab/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: commandpack
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: A cross-platform library for creation, storage, management of commands and command packages. Execution of commands, parsing of files with command packages.
|
|
5
5
|
Home-page: https://github.com/smartlegionlab/commandpack/
|
|
6
6
|
Author: A.A Suvorov
|
|
@@ -20,8 +20,9 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
20
20
|
Requires-Python: >=3.6
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
|
+
Dynamic: license-file
|
|
23
24
|
|
|
24
|
-
# commandpack
|
|
25
|
+
# commandpack <sup>v0.3.2</sup>
|
|
25
26
|
|
|
26
27
|
***
|
|
27
28
|
|
|
@@ -29,6 +30,7 @@ I recommend using my new library [commandex](https://github.com/smartlegionlab/c
|
|
|
29
30
|
|
|
30
31
|
***
|
|
31
32
|
|
|
33
|
+
[](https://pepy.tech/projects/commandpack)
|
|
32
34
|

|
|
33
35
|
[](https://pypi.org/project/commandpack/)
|
|
34
36
|
[](https://github.com/smartlegionlab/commandpack/)
|
|
@@ -68,7 +70,7 @@ Author and developer: ___A.A Suvorov___
|
|
|
68
70
|
|
|
69
71
|
## What's new?
|
|
70
72
|
|
|
71
|
-
___commandpack v0.3.
|
|
73
|
+
___commandpack v0.3.2___
|
|
72
74
|
|
|
73
75
|
***
|
|
74
76
|
|
|
@@ -208,6 +210,6 @@ Utilities created with use work "commandpack", without problems in Windows:
|
|
|
208
210
|
--------------------------------------------------------
|
|
209
211
|
Licensed under the terms of the BSD 3-Clause License
|
|
210
212
|
(see LICENSE for details).
|
|
211
|
-
Copyright © 2018-
|
|
213
|
+
Copyright © 2018-2025, A.A Suvorov
|
|
212
214
|
All rights reserved.
|
|
213
215
|
--------------------------------------------------------
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# --------------------------------------------------------
|
|
2
2
|
# Licensed under the terms of the BSD 3-Clause License
|
|
3
3
|
# (see LICENSE for details).
|
|
4
|
-
# Copyright © 2018-
|
|
4
|
+
# Copyright © 2018-2025, A.A. Suvorov
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# --------------------------------------------------------
|
|
7
7
|
# https://github.com/smartlegionlab/
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|