github-ssh-key 0.4.0__tar.gz → 0.4.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.
Files changed (19) hide show
  1. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/LICENSE +1 -1
  2. {github_ssh_key-0.4.0/github_ssh_key.egg-info → github_ssh_key-0.4.2}/PKG-INFO +8 -6
  3. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/README.md +4 -3
  4. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/github_ssh_key/__init__.py +2 -2
  5. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/github_ssh_key/app.py +2 -2
  6. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/github_ssh_key/commander.py +1 -1
  7. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/github_ssh_key/manager.py +2 -2
  8. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2/github_ssh_key.egg-info}/PKG-INFO +8 -6
  9. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/setup.cfg +1 -1
  10. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/setup.py +2 -2
  11. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/MANIFEST.in +0 -0
  12. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/github_ssh_key.egg-info/SOURCES.txt +0 -0
  13. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/github_ssh_key.egg-info/dependency_links.txt +0 -0
  14. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/github_ssh_key.egg-info/entry_points.txt +0 -0
  15. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/github_ssh_key.egg-info/not-zip-safe +0 -0
  16. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/github_ssh_key.egg-info/requires.txt +0 -0
  17. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/github_ssh_key.egg-info/top_level.txt +0 -0
  18. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/requirements.txt +0 -0
  19. {github_ssh_key-0.4.0 → github_ssh_key-0.4.2}/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) 2024, A.A. 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.0
3
+ Version: 0.4.2
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
@@ -26,12 +26,14 @@ 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
31
+ # github-ssh-key <sup>v0.4.2</sup>
31
32
  ___github-ssh-key___ - GitHub ssh key manager. Console utility for creating, getting, testing,
32
33
  using public ssh keys for GitHub.
33
34
  ***
34
35
 
36
+ [![PyPI Downloads](https://static.pepy.tech/badge/github-ssh-key)](https://pepy.tech/projects/github-ssh-key)
35
37
  ![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/github-ssh-key)
36
38
  [![PyPI - Downloads](https://img.shields.io/pypi/dm/github-ssh-key?label=pypi%20downloads)](https://pypi.org/project/github-ssh-key/)
37
39
  [![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/github-ssh-key)](https://github.com/smartlegionlab/github-ssh-key/)
@@ -44,7 +46,7 @@ using public ssh keys for GitHub.
44
46
 
45
47
  ***
46
48
 
47
- Author and developer: ___A.A Suvorov___
49
+ Author and developer: ___A.A. Suvorov___
48
50
 
49
51
  ***
50
52
 
@@ -191,6 +193,6 @@ To get help with commands, use:
191
193
  --------------------------------------------------------
192
194
  Licensed under the terms of the BSD 3-Clause License
193
195
  (see LICENSE for details).
194
- Copyright © 2018-2024, A.A Suvorov
196
+ Copyright © 2018-2025, A.A. Suvorov
195
197
  All rights reserved.
196
198
  --------------------------------------------------------
@@ -1,8 +1,9 @@
1
- # github-ssh-key
1
+ # github-ssh-key <sup>v0.4.2</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
  ***
5
5
 
6
+ [![PyPI Downloads](https://static.pepy.tech/badge/github-ssh-key)](https://pepy.tech/projects/github-ssh-key)
6
7
  ![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/github-ssh-key)
7
8
  [![PyPI - Downloads](https://img.shields.io/pypi/dm/github-ssh-key?label=pypi%20downloads)](https://pypi.org/project/github-ssh-key/)
8
9
  [![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/github-ssh-key)](https://github.com/smartlegionlab/github-ssh-key/)
@@ -15,7 +16,7 @@ using public ssh keys for GitHub.
15
16
 
16
17
  ***
17
18
 
18
- Author and developer: ___A.A Suvorov___
19
+ Author and developer: ___A.A. Suvorov___
19
20
 
20
21
  ***
21
22
 
@@ -162,6 +163,6 @@ To get help with commands, use:
162
163
  --------------------------------------------------------
163
164
  Licensed under the terms of the BSD 3-Clause License
164
165
  (see LICENSE for details).
165
- Copyright © 2018-2024, A.A Suvorov
166
+ Copyright © 2018-2025, A.A. Suvorov
166
167
  All rights reserved.
167
168
  --------------------------------------------------------
@@ -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-2025, 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.0'
10
+ __version__ = '0.4.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
@@ -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-2025, 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-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
@@ -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-2025, A.A. 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.0
3
+ Version: 0.4.2
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
@@ -26,12 +26,14 @@ 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
31
+ # github-ssh-key <sup>v0.4.2</sup>
31
32
  ___github-ssh-key___ - GitHub ssh key manager. Console utility for creating, getting, testing,
32
33
  using public ssh keys for GitHub.
33
34
  ***
34
35
 
36
+ [![PyPI Downloads](https://static.pepy.tech/badge/github-ssh-key)](https://pepy.tech/projects/github-ssh-key)
35
37
  ![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/github-ssh-key)
36
38
  [![PyPI - Downloads](https://img.shields.io/pypi/dm/github-ssh-key?label=pypi%20downloads)](https://pypi.org/project/github-ssh-key/)
37
39
  [![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/github-ssh-key)](https://github.com/smartlegionlab/github-ssh-key/)
@@ -44,7 +46,7 @@ using public ssh keys for GitHub.
44
46
 
45
47
  ***
46
48
 
47
- Author and developer: ___A.A Suvorov___
49
+ Author and developer: ___A.A. Suvorov___
48
50
 
49
51
  ***
50
52
 
@@ -191,6 +193,6 @@ To get help with commands, use:
191
193
  --------------------------------------------------------
192
194
  Licensed under the terms of the BSD 3-Clause License
193
195
  (see LICENSE for details).
194
- Copyright © 2018-2024, A.A Suvorov
196
+ Copyright © 2018-2025, A.A. Suvorov
195
197
  All rights reserved.
196
198
  --------------------------------------------------------
@@ -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-2025, 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=("tests", "data", "requirements")),
12
+ packages=find_packages(exclude=("data", "requirements")),
13
13
  )
File without changes