github-ssh-key 0.4.0__tar.gz → 0.4.1__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.
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/LICENSE +1 -1
- {github_ssh_key-0.4.0/github_ssh_key.egg-info → github_ssh_key-0.4.1}/PKG-INFO +5 -5
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/README.md +3 -3
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/github_ssh_key/__init__.py +2 -2
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/github_ssh_key/app.py +2 -2
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/github_ssh_key/commander.py +1 -1
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/github_ssh_key/manager.py +2 -2
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1/github_ssh_key.egg-info}/PKG-INFO +5 -5
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/setup.cfg +1 -1
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/setup.py +2 -2
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/MANIFEST.in +0 -0
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/github_ssh_key.egg-info/SOURCES.txt +0 -0
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/github_ssh_key.egg-info/dependency_links.txt +0 -0
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/github_ssh_key.egg-info/entry_points.txt +0 -0
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/github_ssh_key.egg-info/not-zip-safe +0 -0
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/github_ssh_key.egg-info/requires.txt +0 -0
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/github_ssh_key.egg-info/top_level.txt +0 -0
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/requirements.txt +0 -0
- {github_ssh_key-0.4.0 → github_ssh_key-0.4.1}/tox.ini +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: github-ssh-key
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
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: A.A. 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
|
|
@@ -27,7 +27,7 @@ License-File: LICENSE
|
|
|
27
27
|
Requires-Dist: click~=8.0.1
|
|
28
28
|
Requires-Dist: smartcliapp~=0.4.0
|
|
29
29
|
|
|
30
|
-
# github-ssh-key
|
|
30
|
+
# github-ssh-key <sup>v0.4.1</sup>
|
|
31
31
|
___github-ssh-key___ - GitHub ssh key manager. Console utility for creating, getting, testing,
|
|
32
32
|
using public ssh keys for GitHub.
|
|
33
33
|
***
|
|
@@ -44,7 +44,7 @@ using public ssh keys for GitHub.
|
|
|
44
44
|
|
|
45
45
|
***
|
|
46
46
|
|
|
47
|
-
Author and developer: ___A.A Suvorov___
|
|
47
|
+
Author and developer: ___A.A. Suvorov___
|
|
48
48
|
|
|
49
49
|
***
|
|
50
50
|
|
|
@@ -191,6 +191,6 @@ To get help with commands, use:
|
|
|
191
191
|
--------------------------------------------------------
|
|
192
192
|
Licensed under the terms of the BSD 3-Clause License
|
|
193
193
|
(see LICENSE for details).
|
|
194
|
-
Copyright © 2018-2024, A.A Suvorov
|
|
194
|
+
Copyright © 2018-2024, A.A. Suvorov
|
|
195
195
|
All rights reserved.
|
|
196
196
|
--------------------------------------------------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# github-ssh-key
|
|
1
|
+
# github-ssh-key <sup>v0.4.1</sup>
|
|
2
2
|
___github-ssh-key___ - GitHub ssh key manager. Console utility for creating, getting, testing,
|
|
3
3
|
using public ssh keys for GitHub.
|
|
4
4
|
***
|
|
@@ -15,7 +15,7 @@ using public ssh keys for GitHub.
|
|
|
15
15
|
|
|
16
16
|
***
|
|
17
17
|
|
|
18
|
-
Author and developer: ___A.A Suvorov___
|
|
18
|
+
Author and developer: ___A.A. Suvorov___
|
|
19
19
|
|
|
20
20
|
***
|
|
21
21
|
|
|
@@ -162,6 +162,6 @@ To get help with commands, use:
|
|
|
162
162
|
--------------------------------------------------------
|
|
163
163
|
Licensed under the terms of the BSD 3-Clause License
|
|
164
164
|
(see LICENSE for details).
|
|
165
|
-
Copyright © 2018-2024, A.A Suvorov
|
|
165
|
+
Copyright © 2018-2024, A.A. Suvorov
|
|
166
166
|
All rights reserved.
|
|
167
167
|
--------------------------------------------------------
|
|
@@ -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 © 2018-2024, A.A. 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.
|
|
10
|
+
__version__ = '0.4.1'
|
|
@@ -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-2024, A.A. 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 © 2018-2024, A.A. 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 © 2018-2024, 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-2024, A.A. 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 © 2018-2024, A.A. Suvorov"
|
|
22
22
|
version = __version__
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: github-ssh-key
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
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: A.A. 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
|
|
@@ -27,7 +27,7 @@ License-File: LICENSE
|
|
|
27
27
|
Requires-Dist: click~=8.0.1
|
|
28
28
|
Requires-Dist: smartcliapp~=0.4.0
|
|
29
29
|
|
|
30
|
-
# github-ssh-key
|
|
30
|
+
# github-ssh-key <sup>v0.4.1</sup>
|
|
31
31
|
___github-ssh-key___ - GitHub ssh key manager. Console utility for creating, getting, testing,
|
|
32
32
|
using public ssh keys for GitHub.
|
|
33
33
|
***
|
|
@@ -44,7 +44,7 @@ using public ssh keys for GitHub.
|
|
|
44
44
|
|
|
45
45
|
***
|
|
46
46
|
|
|
47
|
-
Author and developer: ___A.A Suvorov___
|
|
47
|
+
Author and developer: ___A.A. Suvorov___
|
|
48
48
|
|
|
49
49
|
***
|
|
50
50
|
|
|
@@ -191,6 +191,6 @@ To get help with commands, use:
|
|
|
191
191
|
--------------------------------------------------------
|
|
192
192
|
Licensed under the terms of the BSD 3-Clause License
|
|
193
193
|
(see LICENSE for details).
|
|
194
|
-
Copyright © 2018-2024, A.A Suvorov
|
|
194
|
+
Copyright © 2018-2024, A.A. Suvorov
|
|
195
195
|
All rights reserved.
|
|
196
196
|
--------------------------------------------------------
|
|
@@ -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 = A.A. 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 © 2018-2024, A.A. Suvorov
|
|
5
5
|
# All rights reserved.
|
|
6
6
|
# --------------------------------------------------------
|
|
7
7
|
# https://github.com/smartlegionlab
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
from setuptools import setup, find_packages
|
|
10
10
|
|
|
11
11
|
setup(
|
|
12
|
-
packages=find_packages(exclude=("
|
|
12
|
+
packages=find_packages(exclude=("data", "requirements")),
|
|
13
13
|
)
|
|
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
|