commandpack 0.3.2__tar.gz → 1.0.0__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.2 → commandpack-1.0.0}/LICENSE +1 -1
- {commandpack-0.3.2 → commandpack-1.0.0}/MANIFEST.in +1 -2
- {commandpack-0.3.2/commandpack.egg-info → commandpack-1.0.0}/PKG-INFO +41 -58
- {commandpack-0.3.2 → commandpack-1.0.0}/README.md +39 -56
- {commandpack-0.3.2 → commandpack-1.0.0}/commandpack/__init__.py +2 -2
- {commandpack-0.3.2 → commandpack-1.0.0}/commandpack/executors.py +1 -1
- {commandpack-0.3.2 → commandpack-1.0.0}/commandpack/factories.py +1 -1
- {commandpack-0.3.2 → commandpack-1.0.0}/commandpack/tools.py +1 -1
- {commandpack-0.3.2 → commandpack-1.0.0/commandpack.egg-info}/PKG-INFO +41 -58
- {commandpack-0.3.2 → commandpack-1.0.0}/setup.cfg +1 -1
- {commandpack-0.3.2 → commandpack-1.0.0}/setup.py +1 -1
- {commandpack-0.3.2 → commandpack-1.0.0}/commandpack.egg-info/SOURCES.txt +0 -0
- {commandpack-0.3.2 → commandpack-1.0.0}/commandpack.egg-info/dependency_links.txt +0 -0
- {commandpack-0.3.2 → commandpack-1.0.0}/commandpack.egg-info/not-zip-safe +0 -0
- {commandpack-0.3.2 → commandpack-1.0.0}/commandpack.egg-info/top_level.txt +0 -0
- {commandpack-0.3.2 → commandpack-1.0.0}/requirements.txt +0 -0
- {commandpack-0.3.2 → commandpack-1.0.0}/tox.ini +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: commandpack
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
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
|
-
Author:
|
|
6
|
+
Author: Alexander Suvorov
|
|
7
7
|
Author-email: smartlegiondev@gmail.com
|
|
8
8
|
License: BSD 3-Clause License
|
|
9
9
|
Project-URL: Documentation, https://github.com/smartlegionlab/commandpack/blob/master/README.md
|
|
@@ -22,13 +22,25 @@ Description-Content-Type: text/markdown
|
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Dynamic: license-file
|
|
24
24
|
|
|
25
|
-
# commandpack <sup>
|
|
25
|
+
# commandpack <sup>v1.0.0</sup>
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
A cross-platform library for creation, storage, management of commands and command packages. Execution of commands, parsing of files with command packages.
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
---
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
**WARNING!!!**: I recommend using my new library [commandex](https://github.com/smartlegionlab/commandex).
|
|
32
|
+
|
|
33
|
+
A cross-platform library for creation, storage, management of commands and command packages.
|
|
34
|
+
Execution of commands, parsing of files with command packages.
|
|
35
|
+
|
|
36
|
+
Used to create utilities for working with commands (execution, launch, autorun, storage).
|
|
37
|
+
|
|
38
|
+
You can keep your commands in simple and understandable files, collect them in one place,
|
|
39
|
+
split into named categories (packages) and execute at any time:
|
|
40
|
+
|
|
41
|
+
The files must have the extension `*.cfg`, or `*.json` and have the correct structure:
|
|
42
|
+
|
|
43
|
+
---
|
|
32
44
|
|
|
33
45
|
[](https://pepy.tech/projects/commandpack)
|
|
34
46
|

|
|
@@ -41,17 +53,21 @@ I recommend using my new library [commandex](https://github.com/smartlegionlab/c
|
|
|
41
53
|
[](https://github.com/smartlegionlab/commandpack/)
|
|
42
54
|
[](https://github.com/smartlegionlab/commandpack/)
|
|
43
55
|
|
|
44
|
-
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## ⚠️ Disclaimer
|
|
59
|
+
|
|
60
|
+
**By using this software, you agree to the full disclaimer terms.**
|
|
45
61
|
|
|
46
|
-
|
|
62
|
+
**Summary:** Software provided "AS IS" without warranty. You assume all risks.
|
|
47
63
|
|
|
48
|
-
|
|
64
|
+
**Full legal disclaimer:** See [DISCLAIMER.md](https://github.com/smartlegionlab/commandpack/blob/master/DISCLAIMER.md)
|
|
49
65
|
|
|
50
|
-
|
|
66
|
+
---
|
|
51
67
|
|
|
52
|
-
Author and developer:
|
|
68
|
+
Author and developer: [___Alexander Suvorov___](https://github.com/smartlegionlab)
|
|
53
69
|
|
|
54
|
-
|
|
70
|
+
---
|
|
55
71
|
|
|
56
72
|
## Supported:
|
|
57
73
|
|
|
@@ -59,33 +75,14 @@ Author and developer: ___A.A Suvorov___
|
|
|
59
75
|
- Windows: 7/8/10.
|
|
60
76
|
- Termux (Android).
|
|
61
77
|
|
|
62
|
-
|
|
78
|
+
---
|
|
63
79
|
|
|
64
80
|
## Requirements:
|
|
65
81
|
|
|
66
82
|
- [Python](https://python.org) 3.6+
|
|
67
83
|
- [Download](https://python.org)
|
|
68
|
-
|
|
69
|
-
***
|
|
70
|
-
|
|
71
|
-
## What's new?
|
|
72
|
-
|
|
73
|
-
___commandpack v0.3.2___
|
|
74
|
-
|
|
75
|
-
***
|
|
76
|
-
|
|
77
|
-
## Description:
|
|
78
|
-
|
|
79
|
-
A cross-platform library for creation, storage, management of commands and command packages.
|
|
80
|
-
Execution of commands, parsing of files with command packages.
|
|
81
|
-
|
|
82
|
-
Used to create utilities for working with commands (execution, launch, autorun, storage).
|
|
83
|
-
|
|
84
|
-
You can keep your commands in simple and understandable files, collect them in one place,
|
|
85
|
-
split into named categories (packages) and execute at any time:
|
|
86
|
-
|
|
87
|
-
The files must have the extension *.cfg, or *.json and have the correct structure:
|
|
88
84
|
|
|
85
|
+
---
|
|
89
86
|
|
|
90
87
|
### commands.cfg:
|
|
91
88
|
|
|
@@ -123,7 +120,7 @@ command N
|
|
|
123
120
|
}
|
|
124
121
|
```
|
|
125
122
|
|
|
126
|
-
|
|
123
|
+
---
|
|
127
124
|
|
|
128
125
|
|
|
129
126
|
## Help:
|
|
@@ -189,27 +186,13 @@ Utilities created with use work "commandpack", without problems in Windows:
|
|
|
189
186
|
|
|
190
187
|
- `pytest --cov --cov-report=html`
|
|
191
188
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
##
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
203
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
204
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
205
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
206
|
-
|
|
207
|
-
***
|
|
208
|
-
|
|
209
|
-
## Copyright:
|
|
210
|
-
--------------------------------------------------------
|
|
211
|
-
Licensed under the terms of the BSD 3-Clause License
|
|
212
|
-
(see LICENSE for details).
|
|
213
|
-
Copyright © 2018-2025, A.A Suvorov
|
|
214
|
-
All rights reserved.
|
|
215
|
-
--------------------------------------------------------
|
|
189
|
+
---
|
|
190
|
+
|
|
191
|
+
## License
|
|
192
|
+
|
|
193
|
+
**[BSD 3-Clause License](https://github.com/smartlegionlab/commandpack/blob/master/LICENSE)**
|
|
194
|
+
|
|
195
|
+
Copyright (©) 2026, [Alexander Suvorov](https://github.com/smartlegionlab)
|
|
196
|
+
|
|
197
|
+
---
|
|
198
|
+
|
|
@@ -1,10 +1,22 @@
|
|
|
1
|
-
# commandpack <sup>
|
|
1
|
+
# commandpack <sup>v1.0.0</sup>
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A cross-platform library for creation, storage, management of commands and command packages. Execution of commands, parsing of files with command packages.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
**WARNING!!!**: I recommend using my new library [commandex](https://github.com/smartlegionlab/commandex).
|
|
8
|
+
|
|
9
|
+
A cross-platform library for creation, storage, management of commands and command packages.
|
|
10
|
+
Execution of commands, parsing of files with command packages.
|
|
11
|
+
|
|
12
|
+
Used to create utilities for working with commands (execution, launch, autorun, storage).
|
|
13
|
+
|
|
14
|
+
You can keep your commands in simple and understandable files, collect them in one place,
|
|
15
|
+
split into named categories (packages) and execute at any time:
|
|
16
|
+
|
|
17
|
+
The files must have the extension `*.cfg`, or `*.json` and have the correct structure:
|
|
18
|
+
|
|
19
|
+
---
|
|
8
20
|
|
|
9
21
|
[](https://pepy.tech/projects/commandpack)
|
|
10
22
|

|
|
@@ -17,17 +29,21 @@ I recommend using my new library [commandex](https://github.com/smartlegionlab/c
|
|
|
17
29
|
[](https://github.com/smartlegionlab/commandpack/)
|
|
18
30
|
[](https://github.com/smartlegionlab/commandpack/)
|
|
19
31
|
|
|
20
|
-
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## ⚠️ Disclaimer
|
|
35
|
+
|
|
36
|
+
**By using this software, you agree to the full disclaimer terms.**
|
|
21
37
|
|
|
22
|
-
|
|
38
|
+
**Summary:** Software provided "AS IS" without warranty. You assume all risks.
|
|
23
39
|
|
|
24
|
-
|
|
40
|
+
**Full legal disclaimer:** See [DISCLAIMER.md](https://github.com/smartlegionlab/commandpack/blob/master/DISCLAIMER.md)
|
|
25
41
|
|
|
26
|
-
|
|
42
|
+
---
|
|
27
43
|
|
|
28
|
-
Author and developer:
|
|
44
|
+
Author and developer: [___Alexander Suvorov___](https://github.com/smartlegionlab)
|
|
29
45
|
|
|
30
|
-
|
|
46
|
+
---
|
|
31
47
|
|
|
32
48
|
## Supported:
|
|
33
49
|
|
|
@@ -35,33 +51,14 @@ Author and developer: ___A.A Suvorov___
|
|
|
35
51
|
- Windows: 7/8/10.
|
|
36
52
|
- Termux (Android).
|
|
37
53
|
|
|
38
|
-
|
|
54
|
+
---
|
|
39
55
|
|
|
40
56
|
## Requirements:
|
|
41
57
|
|
|
42
58
|
- [Python](https://python.org) 3.6+
|
|
43
59
|
- [Download](https://python.org)
|
|
44
|
-
|
|
45
|
-
***
|
|
46
|
-
|
|
47
|
-
## What's new?
|
|
48
|
-
|
|
49
|
-
___commandpack v0.3.2___
|
|
50
|
-
|
|
51
|
-
***
|
|
52
|
-
|
|
53
|
-
## Description:
|
|
54
|
-
|
|
55
|
-
A cross-platform library for creation, storage, management of commands and command packages.
|
|
56
|
-
Execution of commands, parsing of files with command packages.
|
|
57
|
-
|
|
58
|
-
Used to create utilities for working with commands (execution, launch, autorun, storage).
|
|
59
|
-
|
|
60
|
-
You can keep your commands in simple and understandable files, collect them in one place,
|
|
61
|
-
split into named categories (packages) and execute at any time:
|
|
62
|
-
|
|
63
|
-
The files must have the extension *.cfg, or *.json and have the correct structure:
|
|
64
60
|
|
|
61
|
+
---
|
|
65
62
|
|
|
66
63
|
### commands.cfg:
|
|
67
64
|
|
|
@@ -99,7 +96,7 @@ command N
|
|
|
99
96
|
}
|
|
100
97
|
```
|
|
101
98
|
|
|
102
|
-
|
|
99
|
+
---
|
|
103
100
|
|
|
104
101
|
|
|
105
102
|
## Help:
|
|
@@ -165,27 +162,13 @@ Utilities created with use work "commandpack", without problems in Windows:
|
|
|
165
162
|
|
|
166
163
|
- `pytest --cov --cov-report=html`
|
|
167
164
|
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
##
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
179
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
180
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
181
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
182
|
-
|
|
183
|
-
***
|
|
184
|
-
|
|
185
|
-
## Copyright:
|
|
186
|
-
--------------------------------------------------------
|
|
187
|
-
Licensed under the terms of the BSD 3-Clause License
|
|
188
|
-
(see LICENSE for details).
|
|
189
|
-
Copyright © 2018-2025, A.A Suvorov
|
|
190
|
-
All rights reserved.
|
|
191
|
-
--------------------------------------------------------
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
## License
|
|
168
|
+
|
|
169
|
+
**[BSD 3-Clause License](https://github.com/smartlegionlab/commandpack/blob/master/LICENSE)**
|
|
170
|
+
|
|
171
|
+
Copyright (©) 2026, [Alexander Suvorov](https://github.com/smartlegionlab)
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
@@ -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 ©
|
|
4
|
+
# Copyright © 2026, Alexander 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.
|
|
17
|
+
__version__ = '1.0.0'
|
|
@@ -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 ©
|
|
4
|
+
# Copyright © 2026, Alexander 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 ©
|
|
4
|
+
# Copyright © 2026, Alexander 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 ©
|
|
4
|
+
# Copyright © 2026, Alexander Suvorov
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# --------------------------------------------------------
|
|
7
7
|
# https://github.com/smartlegionlab/
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: commandpack
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
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
|
-
Author:
|
|
6
|
+
Author: Alexander Suvorov
|
|
7
7
|
Author-email: smartlegiondev@gmail.com
|
|
8
8
|
License: BSD 3-Clause License
|
|
9
9
|
Project-URL: Documentation, https://github.com/smartlegionlab/commandpack/blob/master/README.md
|
|
@@ -22,13 +22,25 @@ Description-Content-Type: text/markdown
|
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Dynamic: license-file
|
|
24
24
|
|
|
25
|
-
# commandpack <sup>
|
|
25
|
+
# commandpack <sup>v1.0.0</sup>
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
A cross-platform library for creation, storage, management of commands and command packages. Execution of commands, parsing of files with command packages.
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
---
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
**WARNING!!!**: I recommend using my new library [commandex](https://github.com/smartlegionlab/commandex).
|
|
32
|
+
|
|
33
|
+
A cross-platform library for creation, storage, management of commands and command packages.
|
|
34
|
+
Execution of commands, parsing of files with command packages.
|
|
35
|
+
|
|
36
|
+
Used to create utilities for working with commands (execution, launch, autorun, storage).
|
|
37
|
+
|
|
38
|
+
You can keep your commands in simple and understandable files, collect them in one place,
|
|
39
|
+
split into named categories (packages) and execute at any time:
|
|
40
|
+
|
|
41
|
+
The files must have the extension `*.cfg`, or `*.json` and have the correct structure:
|
|
42
|
+
|
|
43
|
+
---
|
|
32
44
|
|
|
33
45
|
[](https://pepy.tech/projects/commandpack)
|
|
34
46
|

|
|
@@ -41,17 +53,21 @@ I recommend using my new library [commandex](https://github.com/smartlegionlab/c
|
|
|
41
53
|
[](https://github.com/smartlegionlab/commandpack/)
|
|
42
54
|
[](https://github.com/smartlegionlab/commandpack/)
|
|
43
55
|
|
|
44
|
-
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## ⚠️ Disclaimer
|
|
59
|
+
|
|
60
|
+
**By using this software, you agree to the full disclaimer terms.**
|
|
45
61
|
|
|
46
|
-
|
|
62
|
+
**Summary:** Software provided "AS IS" without warranty. You assume all risks.
|
|
47
63
|
|
|
48
|
-
|
|
64
|
+
**Full legal disclaimer:** See [DISCLAIMER.md](https://github.com/smartlegionlab/commandpack/blob/master/DISCLAIMER.md)
|
|
49
65
|
|
|
50
|
-
|
|
66
|
+
---
|
|
51
67
|
|
|
52
|
-
Author and developer:
|
|
68
|
+
Author and developer: [___Alexander Suvorov___](https://github.com/smartlegionlab)
|
|
53
69
|
|
|
54
|
-
|
|
70
|
+
---
|
|
55
71
|
|
|
56
72
|
## Supported:
|
|
57
73
|
|
|
@@ -59,33 +75,14 @@ Author and developer: ___A.A Suvorov___
|
|
|
59
75
|
- Windows: 7/8/10.
|
|
60
76
|
- Termux (Android).
|
|
61
77
|
|
|
62
|
-
|
|
78
|
+
---
|
|
63
79
|
|
|
64
80
|
## Requirements:
|
|
65
81
|
|
|
66
82
|
- [Python](https://python.org) 3.6+
|
|
67
83
|
- [Download](https://python.org)
|
|
68
|
-
|
|
69
|
-
***
|
|
70
|
-
|
|
71
|
-
## What's new?
|
|
72
|
-
|
|
73
|
-
___commandpack v0.3.2___
|
|
74
|
-
|
|
75
|
-
***
|
|
76
|
-
|
|
77
|
-
## Description:
|
|
78
|
-
|
|
79
|
-
A cross-platform library for creation, storage, management of commands and command packages.
|
|
80
|
-
Execution of commands, parsing of files with command packages.
|
|
81
|
-
|
|
82
|
-
Used to create utilities for working with commands (execution, launch, autorun, storage).
|
|
83
|
-
|
|
84
|
-
You can keep your commands in simple and understandable files, collect them in one place,
|
|
85
|
-
split into named categories (packages) and execute at any time:
|
|
86
|
-
|
|
87
|
-
The files must have the extension *.cfg, or *.json and have the correct structure:
|
|
88
84
|
|
|
85
|
+
---
|
|
89
86
|
|
|
90
87
|
### commands.cfg:
|
|
91
88
|
|
|
@@ -123,7 +120,7 @@ command N
|
|
|
123
120
|
}
|
|
124
121
|
```
|
|
125
122
|
|
|
126
|
-
|
|
123
|
+
---
|
|
127
124
|
|
|
128
125
|
|
|
129
126
|
## Help:
|
|
@@ -189,27 +186,13 @@ Utilities created with use work "commandpack", without problems in Windows:
|
|
|
189
186
|
|
|
190
187
|
- `pytest --cov --cov-report=html`
|
|
191
188
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
##
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
203
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
204
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
205
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
206
|
-
|
|
207
|
-
***
|
|
208
|
-
|
|
209
|
-
## Copyright:
|
|
210
|
-
--------------------------------------------------------
|
|
211
|
-
Licensed under the terms of the BSD 3-Clause License
|
|
212
|
-
(see LICENSE for details).
|
|
213
|
-
Copyright © 2018-2025, A.A Suvorov
|
|
214
|
-
All rights reserved.
|
|
215
|
-
--------------------------------------------------------
|
|
189
|
+
---
|
|
190
|
+
|
|
191
|
+
## License
|
|
192
|
+
|
|
193
|
+
**[BSD 3-Clause License](https://github.com/smartlegionlab/commandpack/blob/master/LICENSE)**
|
|
194
|
+
|
|
195
|
+
Copyright (©) 2026, [Alexander Suvorov](https://github.com/smartlegionlab)
|
|
196
|
+
|
|
197
|
+
---
|
|
198
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = commandpack
|
|
3
3
|
version = attr: commandpack.__version__
|
|
4
|
-
author =
|
|
4
|
+
author = Alexander Suvorov
|
|
5
5
|
author_email = smartlegiondev@gmail.com
|
|
6
6
|
description = A cross-platform library for creation, storage, management of commands and command packages. Execution of commands, parsing of files with command packages.
|
|
7
7
|
long_description = file: README.md
|
|
@@ -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 ©
|
|
4
|
+
# Copyright © 2026, Alexander 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
|