ssh-agent-add-id

View on PyPIReverse Dependencies (0)

0.0.9 ssh_agent_add_id-0.0.9-py3-none-any.whl

Wheel Details

Project: ssh-agent-add-id
Version: 0.0.9
Filename: ssh_agent_add_id-0.0.9-py3-none-any.whl
Download: [link]
Size: 11104
MD5: 11f045f498f1eea0f16b67af03d35fdd
SHA256: 06fcf19134820d9c823cb8c8365e13b3d68a637904cc2e77989ea081236f6288
Uploaded: 2024-06-14 11:12:12 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ssh-agent-add-id
Version: 0.0.9
Summary: A wrapper for ssh-add that checks whether a key has already been added to the SSH agent rather than prompting for the passphrase every time.
Author: Alexis Bergue
Project-Url: Homepage, https://github.com/alexisbg/ssh-agent-add-id
Project-Url: Issues, https://github.com/alexisbg/ssh-agent-add-id/issues
Project-Url: Repository, https://github.com/alexisbg/ssh-agent-add-id
License: MIT License Copyright (c) 2023 Alexis Bergue Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: ssh,ssh-add,ssh-agent,authentication,key,identity,vscode,vs code,visual studio code,wsl,wsl2,git,github,gitlab,bitbucket
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: POSIX
Classifier: Topic :: System :: Networking
Requires-Python: >=3.8
Requires-Dist: pexpect (~=4.9)
Requires-Dist: pydantic (~=2.7)
Requires-Dist: coverage (~=7.5); extra == "dev"
Requires-Dist: pytest (~=8.2); extra == "dev"
Requires-Dist: pytest-mock (~=3.14); extra == "dev"
Requires-Dist: ruff (~=0.4); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
[Description omitted; length: 4006 characters]

WHEEL

Wheel-Version: 1.0
Generator: pdm-backend (2.3.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
ssh_agent_add_id-0.0.9.dist-info/METADATA sha256=ClvXdHS34Dy2u9cBkSZ6Iweg7cvRVyJ670gz-LtClQQ 6614
ssh_agent_add_id-0.0.9.dist-info/WHEEL sha256=vnE8JVcI2Wz7GRKorsPArnBdnW2SWKWGow5gu5tHlRU 90
ssh_agent_add_id-0.0.9.dist-info/entry_points.txt sha256=bvld9RyHxj2ieVzsr6uC65pJnt6Y9pB5jZPwO4TqKZQ 64
ssh_agent_add_id-0.0.9.dist-info/licenses/LICENSE.txt sha256=3Tx09A35sgv41hNmKyJY8NCQ02TzP2vPIPdAaH1_Gzk 1070
ssh_agent_add_id/__init__.py sha256=46Yjk3fz9o8aTN8E95McnzpJcjGzVJmHmQqUZ5mXzfc 22
ssh_agent_add_id/__main__.py sha256=dputroQ1sLl0pCatMwbrcE-iDWiMhv39qz9NRwb7rwU 78
ssh_agent_add_id/cli.py sha256=MynDTLXYi_sYgTM1OYF3xuQH4w_En6tuh4R9sgspP-Y 1165
ssh_agent_add_id/cli_arguments.py sha256=ga2Xn0tydnrozSlS-KKwcR0fAbA6qpWGNqICK0USobM 3084
ssh_agent_add_id/constants.py sha256=bI6gfLNgVASl5a24j1L_jbIeLDDMwS5HXBkkzY5RXrE 244
ssh_agent_add_id/errors.py sha256=JdDq9s7Vm1QCpUjmHd13nUgyAt6FrspbvTFFwCgbhGw 1923
ssh_agent_add_id/signal_handler.py sha256=afime7TxneY3tJYHKe3Z0s3j8SEavZtXv3y_Z0MYlgs 992
ssh_agent_add_id/ssh_agent.py sha256=qxPOoJQEJ3BMmCgXcATO9Ts27J22V1bU9EgDfduk0oc 8040
ssh_agent_add_id-0.0.9.dist-info/RECORD

entry_points.txt

ssh-agent-add-id = ssh_agent_add_id.cli:main