github-ssh-key 0.4.1__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.
Files changed (19) hide show
  1. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/LICENSE +1 -1
  2. {github_ssh_key-0.4.1/github_ssh_key.egg-info → github_ssh_key-1.0.0}/PKG-INFO +34 -47
  3. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/README.md +30 -44
  4. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/github_ssh_key/__init__.py +2 -2
  5. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/github_ssh_key/app.py +2 -2
  6. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/github_ssh_key/commander.py +1 -1
  7. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/github_ssh_key/manager.py +2 -2
  8. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0/github_ssh_key.egg-info}/PKG-INFO +34 -47
  9. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/setup.cfg +1 -1
  10. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/setup.py +1 -1
  11. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/MANIFEST.in +0 -0
  12. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/github_ssh_key.egg-info/SOURCES.txt +0 -0
  13. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/github_ssh_key.egg-info/dependency_links.txt +0 -0
  14. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/github_ssh_key.egg-info/entry_points.txt +0 -0
  15. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/github_ssh_key.egg-info/not-zip-safe +0 -0
  16. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/github_ssh_key.egg-info/requires.txt +0 -0
  17. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/github_ssh_key.egg-info/top_level.txt +0 -0
  18. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/requirements.txt +0 -0
  19. {github_ssh_key-0.4.1 → github_ssh_key-1.0.0}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  BSD 3-Clause License
2
2
 
3
- Copyright (c) 2024, A.A. Suvorov
3
+ Copyright (c) 2026, Alexander Suvorov
4
4
 
5
5
  Redistribution and use in source and binary forms, with or without
6
6
  modification, are permitted provided that the following conditions are met:
@@ -1,9 +1,9 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: github-ssh-key
3
- Version: 0.4.1
3
+ Version: 1.0.0
4
4
  Summary: GitHub ssh key manager. Console utility for creating, getting, testing, using public ssh keys for GitHub.
5
5
  Home-page: https://github.com/smartlegionlab/github-ssh-key/
6
- Author: A.A. Suvorov
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/github-ssh-keyn/blob/master/README.md
@@ -26,12 +26,16 @@ Description-Content-Type: text/markdown
26
26
  License-File: LICENSE
27
27
  Requires-Dist: click~=8.0.1
28
28
  Requires-Dist: smartcliapp~=0.4.0
29
+ Dynamic: license-file
29
30
 
30
- # github-ssh-key <sup>v0.4.1</sup>
31
- ___github-ssh-key___ - GitHub ssh key manager. Console utility for creating, getting, testing,
31
+ # github-ssh-key <sup>v1.0.0</sup>
32
+
33
+ GitHub ssh key manager. Console utility for creating, getting, testing,
32
34
  using public ssh keys for GitHub.
33
- ***
34
35
 
36
+ ---
37
+
38
+ [![PyPI Downloads](https://static.pepy.tech/badge/github-ssh-key)](https://pepy.tech/projects/github-ssh-key)
35
39
  ![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/github-ssh-key)
36
40
  [![PyPI - Downloads](https://img.shields.io/pypi/dm/github-ssh-key?label=pypi%20downloads)](https://pypi.org/project/github-ssh-key/)
37
41
  [![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/github-ssh-key)](https://github.com/smartlegionlab/github-ssh-key/)
@@ -42,33 +46,20 @@ using public ssh keys for GitHub.
42
46
  [![GitHub watchers](https://img.shields.io/github/watchers/smartlegionlab/github-ssh-key?style=social)](https://github.com/smartlegionlab/github-ssh-key/)
43
47
  [![GitHub forks](https://img.shields.io/github/forks/smartlegionlab/github-ssh-key?style=social)](https://github.com/smartlegionlab/github-ssh-key/)
44
48
 
45
- ***
46
-
47
- Author and developer: ___A.A. Suvorov___
48
-
49
- ***
49
+ ---
50
50
 
51
51
  ## Supported:
52
52
 
53
53
  - Linux: All.
54
54
  - Termux (Android).
55
55
 
56
- ***
56
+ ---
57
57
 
58
58
  ## Images:
59
59
 
60
60
  ![logo](https://github.com/smartlegionlab/github-ssh-key/raw/master/data/images/github-ssh-key.png)
61
61
 
62
- ***
63
-
64
- ## What's new?
65
-
66
- ### ___github-ssh-key v0.3.0___
67
-
68
- - Improved work with help, added the ability to run commands directly from help.
69
- - Improved interface.
70
-
71
- ***
62
+ ---
72
63
 
73
64
  ## Description:
74
65
 
@@ -88,7 +79,17 @@ Possibilities:
88
79
  - Cloning private repositories via ssh.
89
80
  - Running individual commands.
90
81
 
91
- ***
82
+ ---
83
+
84
+ ## ⚠️ Disclaimer
85
+
86
+ **By using this software, you agree to the full disclaimer terms.**
87
+
88
+ **Summary:** Software provided "AS IS" without warranty. You assume all risks.
89
+
90
+ **Full legal disclaimer:** See [DISCLAIMER.md](https://github.com/smartlegionlab/github-ssh-key/blob/master/DISCLAIMER.md)
91
+
92
+ ---
92
93
 
93
94
  ## Help:
94
95
 
@@ -170,27 +171,13 @@ To get help with commands, use:
170
171
  - `pip install -r requirements.txt`
171
172
  - `python github-ssh-key.py`
172
173
 
173
- ***
174
-
175
- ## Disclaimer of liability:
176
-
177
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
178
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
179
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
180
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
181
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
182
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
183
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
184
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
185
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
186
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
187
-
188
- ***
189
-
190
- ## Copyright:
191
- --------------------------------------------------------
192
- Licensed under the terms of the BSD 3-Clause License
193
- (see LICENSE for details).
194
- Copyright © 2018-2024, A.A. Suvorov
195
- All rights reserved.
196
- --------------------------------------------------------
174
+ ---
175
+
176
+ ## License
177
+
178
+ **[BSD 3-Clause License](https://github.com/smartlegionlab/github-ssh-key/blob/master/LICENSE)**
179
+
180
+ Copyright (©) 2026, [Alexander Suvorov](https://github.com/smartlegionlab)
181
+
182
+ ---
183
+
@@ -1,8 +1,11 @@
1
- # github-ssh-key <sup>v0.4.1</sup>
2
- ___github-ssh-key___ - GitHub ssh key manager. Console utility for creating, getting, testing,
1
+ # github-ssh-key <sup>v1.0.0</sup>
2
+
3
+ GitHub ssh key manager. Console utility for creating, getting, testing,
3
4
  using public ssh keys for GitHub.
4
- ***
5
5
 
6
+ ---
7
+
8
+ [![PyPI Downloads](https://static.pepy.tech/badge/github-ssh-key)](https://pepy.tech/projects/github-ssh-key)
6
9
  ![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/github-ssh-key)
7
10
  [![PyPI - Downloads](https://img.shields.io/pypi/dm/github-ssh-key?label=pypi%20downloads)](https://pypi.org/project/github-ssh-key/)
8
11
  [![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/github-ssh-key)](https://github.com/smartlegionlab/github-ssh-key/)
@@ -13,33 +16,20 @@ using public ssh keys for GitHub.
13
16
  [![GitHub watchers](https://img.shields.io/github/watchers/smartlegionlab/github-ssh-key?style=social)](https://github.com/smartlegionlab/github-ssh-key/)
14
17
  [![GitHub forks](https://img.shields.io/github/forks/smartlegionlab/github-ssh-key?style=social)](https://github.com/smartlegionlab/github-ssh-key/)
15
18
 
16
- ***
17
-
18
- Author and developer: ___A.A. Suvorov___
19
-
20
- ***
19
+ ---
21
20
 
22
21
  ## Supported:
23
22
 
24
23
  - Linux: All.
25
24
  - Termux (Android).
26
25
 
27
- ***
26
+ ---
28
27
 
29
28
  ## Images:
30
29
 
31
30
  ![logo](https://github.com/smartlegionlab/github-ssh-key/raw/master/data/images/github-ssh-key.png)
32
31
 
33
- ***
34
-
35
- ## What's new?
36
-
37
- ### ___github-ssh-key v0.3.0___
38
-
39
- - Improved work with help, added the ability to run commands directly from help.
40
- - Improved interface.
41
-
42
- ***
32
+ ---
43
33
 
44
34
  ## Description:
45
35
 
@@ -59,7 +49,17 @@ Possibilities:
59
49
  - Cloning private repositories via ssh.
60
50
  - Running individual commands.
61
51
 
62
- ***
52
+ ---
53
+
54
+ ## ⚠️ Disclaimer
55
+
56
+ **By using this software, you agree to the full disclaimer terms.**
57
+
58
+ **Summary:** Software provided "AS IS" without warranty. You assume all risks.
59
+
60
+ **Full legal disclaimer:** See [DISCLAIMER.md](https://github.com/smartlegionlab/github-ssh-key/blob/master/DISCLAIMER.md)
61
+
62
+ ---
63
63
 
64
64
  ## Help:
65
65
 
@@ -141,27 +141,13 @@ To get help with commands, use:
141
141
  - `pip install -r requirements.txt`
142
142
  - `python github-ssh-key.py`
143
143
 
144
- ***
145
-
146
- ## Disclaimer of liability:
147
-
148
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
149
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
150
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
151
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
152
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
153
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
154
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
155
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
156
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
157
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
158
-
159
- ***
160
-
161
- ## Copyright:
162
- --------------------------------------------------------
163
- Licensed under the terms of the BSD 3-Clause License
164
- (see LICENSE for details).
165
- Copyright © 2018-2024, A.A. Suvorov
166
- All rights reserved.
167
- --------------------------------------------------------
144
+ ---
145
+
146
+ ## License
147
+
148
+ **[BSD 3-Clause License](https://github.com/smartlegionlab/github-ssh-key/blob/master/LICENSE)**
149
+
150
+ Copyright (©) 2026, [Alexander Suvorov](https://github.com/smartlegionlab)
151
+
152
+ ---
153
+
@@ -1,10 +1,10 @@
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 © 2026, Alexander Suvorov
5
5
  # All rights reserved.
6
6
  # --------------------------------------------------------
7
7
  # https://github.com/smartlegionlab
8
8
  # --------------------------------------------------------
9
9
  """GitHub ssh key manager."""
10
- __version__ = '0.4.1'
10
+ __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 © 2018-2024, A.A. Suvorov
4
+ # Copyright © 2026, Alexander Suvorov
5
5
  # All rights reserved.
6
6
  # --------------------------------------------------------
7
7
  # https://github.com/smartlegionlab
@@ -21,7 +21,7 @@ def cli(ctx):
21
21
  """
22
22
  GitHub ssh key manager.
23
23
 
24
- Copyright © 2018-2024, A.A. Suvorov; All rights reserved.
24
+ Copyright © 2026, Alexander Suvorov; All rights reserved.
25
25
 
26
26
  https://github.com/smartlegionlab/
27
27
 
@@ -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 © 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 © 2018-2024, A.A. Suvorov
4
+ # Copyright © 2026, Alexander Suvorov
5
5
  # All rights reserved.
6
6
  # --------------------------------------------------------
7
7
  # https://github.com/smartlegionlab
@@ -18,5 +18,5 @@ class CliManager(Informer):
18
18
  title = "Smart Legion Lab"
19
19
  description = "Github Ssh Key Manager"
20
20
  url = "https://github.com/smartlegionlab"
21
- copyright = "Copyright © 2018-2024, A.A. Suvorov"
21
+ copyright = "Copyright © 2026, Alexander Suvorov"
22
22
  version = __version__
@@ -1,9 +1,9 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: github-ssh-key
3
- Version: 0.4.1
3
+ Version: 1.0.0
4
4
  Summary: GitHub ssh key manager. Console utility for creating, getting, testing, using public ssh keys for GitHub.
5
5
  Home-page: https://github.com/smartlegionlab/github-ssh-key/
6
- Author: A.A. Suvorov
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/github-ssh-keyn/blob/master/README.md
@@ -26,12 +26,16 @@ Description-Content-Type: text/markdown
26
26
  License-File: LICENSE
27
27
  Requires-Dist: click~=8.0.1
28
28
  Requires-Dist: smartcliapp~=0.4.0
29
+ Dynamic: license-file
29
30
 
30
- # github-ssh-key <sup>v0.4.1</sup>
31
- ___github-ssh-key___ - GitHub ssh key manager. Console utility for creating, getting, testing,
31
+ # github-ssh-key <sup>v1.0.0</sup>
32
+
33
+ GitHub ssh key manager. Console utility for creating, getting, testing,
32
34
  using public ssh keys for GitHub.
33
- ***
34
35
 
36
+ ---
37
+
38
+ [![PyPI Downloads](https://static.pepy.tech/badge/github-ssh-key)](https://pepy.tech/projects/github-ssh-key)
35
39
  ![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/github-ssh-key)
36
40
  [![PyPI - Downloads](https://img.shields.io/pypi/dm/github-ssh-key?label=pypi%20downloads)](https://pypi.org/project/github-ssh-key/)
37
41
  [![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/github-ssh-key)](https://github.com/smartlegionlab/github-ssh-key/)
@@ -42,33 +46,20 @@ using public ssh keys for GitHub.
42
46
  [![GitHub watchers](https://img.shields.io/github/watchers/smartlegionlab/github-ssh-key?style=social)](https://github.com/smartlegionlab/github-ssh-key/)
43
47
  [![GitHub forks](https://img.shields.io/github/forks/smartlegionlab/github-ssh-key?style=social)](https://github.com/smartlegionlab/github-ssh-key/)
44
48
 
45
- ***
46
-
47
- Author and developer: ___A.A. Suvorov___
48
-
49
- ***
49
+ ---
50
50
 
51
51
  ## Supported:
52
52
 
53
53
  - Linux: All.
54
54
  - Termux (Android).
55
55
 
56
- ***
56
+ ---
57
57
 
58
58
  ## Images:
59
59
 
60
60
  ![logo](https://github.com/smartlegionlab/github-ssh-key/raw/master/data/images/github-ssh-key.png)
61
61
 
62
- ***
63
-
64
- ## What's new?
65
-
66
- ### ___github-ssh-key v0.3.0___
67
-
68
- - Improved work with help, added the ability to run commands directly from help.
69
- - Improved interface.
70
-
71
- ***
62
+ ---
72
63
 
73
64
  ## Description:
74
65
 
@@ -88,7 +79,17 @@ Possibilities:
88
79
  - Cloning private repositories via ssh.
89
80
  - Running individual commands.
90
81
 
91
- ***
82
+ ---
83
+
84
+ ## ⚠️ Disclaimer
85
+
86
+ **By using this software, you agree to the full disclaimer terms.**
87
+
88
+ **Summary:** Software provided "AS IS" without warranty. You assume all risks.
89
+
90
+ **Full legal disclaimer:** See [DISCLAIMER.md](https://github.com/smartlegionlab/github-ssh-key/blob/master/DISCLAIMER.md)
91
+
92
+ ---
92
93
 
93
94
  ## Help:
94
95
 
@@ -170,27 +171,13 @@ To get help with commands, use:
170
171
  - `pip install -r requirements.txt`
171
172
  - `python github-ssh-key.py`
172
173
 
173
- ***
174
-
175
- ## Disclaimer of liability:
176
-
177
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
178
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
179
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
180
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
181
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
182
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
183
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
184
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
185
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
186
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
187
-
188
- ***
189
-
190
- ## Copyright:
191
- --------------------------------------------------------
192
- Licensed under the terms of the BSD 3-Clause License
193
- (see LICENSE for details).
194
- Copyright © 2018-2024, A.A. Suvorov
195
- All rights reserved.
196
- --------------------------------------------------------
174
+ ---
175
+
176
+ ## License
177
+
178
+ **[BSD 3-Clause License](https://github.com/smartlegionlab/github-ssh-key/blob/master/LICENSE)**
179
+
180
+ Copyright (©) 2026, [Alexander Suvorov](https://github.com/smartlegionlab)
181
+
182
+ ---
183
+
@@ -1,7 +1,7 @@
1
1
  [metadata]
2
2
  name = github-ssh-key
3
3
  version = attr: github_ssh_key.__version__
4
- author = A.A. Suvorov
4
+ author = Alexander Suvorov
5
5
  author_email = smartlegiondev@gmail.com
6
6
  description = GitHub ssh key manager. Console utility for creating, getting, testing, using public ssh keys for GitHub.
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 © 2018-2024, A.A. Suvorov
4
+ # Copyright © 2026, Alexander Suvorov
5
5
  # All rights reserved.
6
6
  # --------------------------------------------------------
7
7
  # https://github.com/smartlegionlab
File without changes