# pyZink
Personal package of python utilities and scripts that I use, and that others might use
## Installation (If downloading from Github, not PyPI/pip)
(Installation tested on Windows 11 23H2)
1. Clone or download the repository (place it in a permament location if downloaded)
2. Execute install_package.py
3. Reload any running VSCode windows using `Ctrl + Shift + P > Reload Window` inside VSCode
## Uninstallation (If downloading from Github, not PyPI/pip)
So, you decided pyZink wasn't for you. That's okay (: Follow these steps:
1. Execute uninstall_package.py
2. Remove the repository it's contensts
## Usage
1. Import the package in your script `import pyZink.connect.ssh` > `ssh = pyZink.connect.ssh.SSH_Client()` etc.
## License
This repository is licensed under the GPL-3.0 license. Read more in the LICENSE-file
## Changelog
Changes of major versions will appear here, when they are made
## Contactt
Issues can be submitted on Github at https://github.com/Peasniped/pyZink/issues
Raw data
{
"_id": null,
"home_page": "https://github.com/Peasniped/pyZink",
"name": "pyZink",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Cernott",
"author_email": "pyZink@znk.dk",
"download_url": "https://files.pythonhosted.org/packages/4f/e4/f79057b2d0cb1c33e08c85c1b275e1a95495d6194412876b467db38d1af1/pyZink-0.1.2.tar.gz",
"platform": null,
"description": "# pyZink\r\n Personal package of python utilities and scripts that I use, and that others might use\r\n\r\n## Installation (If downloading from Github, not PyPI/pip)\r\n(Installation tested on Windows 11 23H2)\r\n1. Clone or download the repository (place it in a permament location if downloaded)\r\n2. Execute install_package.py\r\n3. Reload any running VSCode windows using `Ctrl + Shift + P > Reload Window` inside VSCode\r\n\r\n## Uninstallation (If downloading from Github, not PyPI/pip)\r\nSo, you decided pyZink wasn't for you. That's okay (: Follow these steps:\r\n1. Execute uninstall_package.py\r\n2. Remove the repository it's contensts\r\n\r\n## Usage\r\n1. Import the package in your script `import pyZink.connect.ssh` > `ssh = pyZink.connect.ssh.SSH_Client()` etc.\r\n\r\n## License\r\nThis repository is licensed under the GPL-3.0 license. Read more in the LICENSE-file\r\n\r\n## Changelog\r\nChanges of major versions will appear here, when they are made\r\n\r\n## Contactt\r\nIssues can be submitted on Github at https://github.com/Peasniped/pyZink/issues\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Python functionality that I use on a regular basis, that others might find use or inspiration from.",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/Peasniped/pyZink"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "56d2051816a170c4df11a7c42a6be48c1acf1ad625f22dfae53398974b77ed8c",
"md5": "dd5add760c3451995009958330051e1a",
"sha256": "8720198d702f35aa3453283df9aa635a4e3b186faee489e6292b17dc3023a84c"
},
"downloads": -1,
"filename": "pyZink-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "dd5add760c3451995009958330051e1a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 18232,
"upload_time": "2024-08-07T09:18:40",
"upload_time_iso_8601": "2024-08-07T09:18:40.415473Z",
"url": "https://files.pythonhosted.org/packages/56/d2/051816a170c4df11a7c42a6be48c1acf1ad625f22dfae53398974b77ed8c/pyZink-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4fe4f79057b2d0cb1c33e08c85c1b275e1a95495d6194412876b467db38d1af1",
"md5": "81100178e13859402b14f031dd7a036b",
"sha256": "7bc6fafc7619ac098dacfc19fd88a9e6c6af61717b95b57cce38c4de1ad13abe"
},
"downloads": -1,
"filename": "pyZink-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "81100178e13859402b14f031dd7a036b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 17325,
"upload_time": "2024-08-07T09:18:41",
"upload_time_iso_8601": "2024-08-07T09:18:41.803803Z",
"url": "https://files.pythonhosted.org/packages/4f/e4/f79057b2d0cb1c33e08c85c1b275e1a95495d6194412876b467db38d1af1/pyZink-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-07 09:18:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Peasniped",
"github_project": "pyZink",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "paramiko",
"specs": [
[
"==",
"3.4.0"
]
]
},
{
"name": "scapy",
"specs": [
[
"==",
"2.5.0"
]
]
}
],
"lcname": "pyzink"
}