SLYLogin


NameSLYLogin JSON
Version 1.23.3.0 PyPI version JSON
download
home_page
SummaryA simple login library
upload_time2023-03-28 07:47:36
maintainer
docs_urlNone
authorHayden Cunningham
requires_python
licenseMIT
keywords login
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            SLYLogin is a simple library developed to help developers implement logging in, registering, viewing accounts and generating passwords. To use the library you must use import SlyLogin. Syntax - SlyLogin.login(username, password, accountsFile) and returns a boolean if the username and password are a match to the data in the accounts file. SlyLogin.register(username, password, accountsFile) appends username and password to the accountsFile. SlyLogin.viewAccounts(loggedIn, accountsFile) takes a boolean and accountsFile and displays the contents of the accountsFile if boolean is true. SlyLogin.genPassword(passwordLength) returns the generated password to the determined passwordLength.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "SLYLogin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Login",
    "author": "Hayden Cunningham",
    "author_email": "HaydenCunningham5@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8b/c5/f654711052cbbf48a0c46c3dfec5a8954e9feb99220a10ade4ebab13b848/SLYLogin-1.23.3.0.tar.gz",
    "platform": null,
    "description": "SLYLogin is a simple library developed to help developers implement logging in, registering, viewing accounts and generating passwords. To use the library you must use import SlyLogin. Syntax - SlyLogin.login(username, password, accountsFile) and returns a boolean if the username and password are a match to the data in the accounts file. SlyLogin.register(username, password, accountsFile) appends username and password to the accountsFile. SlyLogin.viewAccounts(loggedIn, accountsFile) takes a boolean and accountsFile and displays the contents of the accountsFile if boolean is true. SlyLogin.genPassword(passwordLength) returns the generated password to the determined passwordLength.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple login library",
    "version": "1.23.3.0",
    "split_keywords": [
        "login"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bc5f654711052cbbf48a0c46c3dfec5a8954e9feb99220a10ade4ebab13b848",
                "md5": "018ae1898f79ceef2f60b8e9a3a5fa31",
                "sha256": "3587a86dc14bc7691ef1d8622a87262327d0bd4a1432f84b698c80ecd89e048e"
            },
            "downloads": -1,
            "filename": "SLYLogin-1.23.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "018ae1898f79ceef2f60b8e9a3a5fa31",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1527,
            "upload_time": "2023-03-28T07:47:36",
            "upload_time_iso_8601": "2023-03-28T07:47:36.387240Z",
            "url": "https://files.pythonhosted.org/packages/8b/c5/f654711052cbbf48a0c46c3dfec5a8954e9feb99220a10ade4ebab13b848/SLYLogin-1.23.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-28 07:47:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "slylogin"
}
        
Elapsed time: 0.05121s