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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: commandpack
3
- Version: 0.3.1
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
+ [![PyPI Downloads](https://static.pepy.tech/badge/commandpack)](https://pepy.tech/projects/commandpack)
32
34
  ![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/commandpack)
33
35
  [![PyPI - Downloads](https://img.shields.io/pypi/dm/commandpack?label=pypi%20downloads)](https://pypi.org/project/commandpack/)
34
36
  [![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/commandpack)](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.1___
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-2024, A.A Suvorov
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
+ [![PyPI Downloads](https://static.pepy.tech/badge/commandpack)](https://pepy.tech/projects/commandpack)
9
10
  ![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/commandpack)
10
11
  [![PyPI - Downloads](https://img.shields.io/pypi/dm/commandpack?label=pypi%20downloads)](https://pypi.org/project/commandpack/)
11
12
  [![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/commandpack)](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.1___
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-2024, A.A Suvorov
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-2024, A.A. Suvorov
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.1'
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-2024, A.A. Suvorov
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-2024, A.A. Suvorov
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-2024, A.A. Suvorov
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
1
+ Metadata-Version: 2.4
2
2
  Name: commandpack
3
- Version: 0.3.1
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
+ [![PyPI Downloads](https://static.pepy.tech/badge/commandpack)](https://pepy.tech/projects/commandpack)
32
34
  ![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/commandpack)
33
35
  [![PyPI - Downloads](https://img.shields.io/pypi/dm/commandpack?label=pypi%20downloads)](https://pypi.org/project/commandpack/)
34
36
  [![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/commandpack)](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.1___
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-2024, A.A Suvorov
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-2024, A.A. Suvorov
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