pkey


Namepkey JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/JustAnEric/pkey
SummaryA simple Python implementation to generate private keys for your applications.
upload_time2024-12-15 21:28:39
maintainerNone
docs_urlNone
authorJustAnEric
requires_pythonNone
licenseGPL-3.0
keywords key authentication
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pkey
A quick tool/module for Python to generate Private Authentication Keys at a server's discretion.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JustAnEric/pkey",
    "name": "pkey",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "key authentication",
    "author": "JustAnEric",
    "author_email": "ericmuzyk@icloud.com",
    "download_url": "https://files.pythonhosted.org/packages/70/71/4be1168ac8aad29a435f33b50dccb15f22857c3260b0f40e3c8a4d2e509f/pkey-0.0.1.tar.gz",
    "platform": null,
    "description": "# pkey\r\nA quick tool/module for Python to generate Private Authentication Keys at a server's discretion.\r\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "A simple Python implementation to generate private keys for your applications.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/JustAnEric/pkey"
    },
    "split_keywords": [
        "key",
        "authentication"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70714be1168ac8aad29a435f33b50dccb15f22857c3260b0f40e3c8a4d2e509f",
                "md5": "90bf524adc28a347cfe63b396c3cfd2d",
                "sha256": "7d3609f9abbe1d9098603e6fd26978dd1a3c4234e5c27764f7895a60286c4ba1"
            },
            "downloads": -1,
            "filename": "pkey-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "90bf524adc28a347cfe63b396c3cfd2d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1847,
            "upload_time": "2024-12-15T21:28:39",
            "upload_time_iso_8601": "2024-12-15T21:28:39.804841Z",
            "url": "https://files.pythonhosted.org/packages/70/71/4be1168ac8aad29a435f33b50dccb15f22857c3260b0f40e3c8a4d2e509f/pkey-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-15 21:28:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JustAnEric",
    "github_project": "pkey",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pkey"
}
        
Elapsed time: 0.48106s