ValVault


NameValVault JSON
Version 3.0.1 PyPI version JSON
download
home_page
Summary
upload_time2022-12-15 08:38:19
maintainer
docs_urlNone
authorPWall
requires_python>=3.8
licenseGPL-3.0
keywords valorant vault keepass
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# ValVault

This python module stores the user credentials of riot users and also provides the riot auth api in one simple package so it can be used in multiple projects.

## Usage/Examples

```python
from ValVault import (
 init as init_auth,
 make_headers,
 get_users,
 get_pass,
 get_auth,
 new_user,
 User
)

init_auth()
new_user("Test", "Password")
username = get_users()[0]
user = User(username, get_pass(username))
auth = get_auth(user)
headers = make_headers(auth)
#Use auth headers to do whatever
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ValVault",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "valorant,vault,keepass",
    "author": "PWall",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/28/cf/bba234acb128ad1f42deca0aa9cc5a1edf93a930d7bb4ca2a7fb6ef5dc5f/ValVault-3.0.1.tar.gz",
    "platform": null,
    "description": "\n# ValVault\n\nThis python module stores the user credentials of riot users and also provides the riot auth api in one simple package so it can be used in multiple projects.\n\n## Usage/Examples\n\n```python\nfrom ValVault import (\n init as init_auth,\n make_headers,\n get_users,\n get_pass,\n get_auth,\n new_user,\n User\n)\n\ninit_auth()\nnew_user(\"Test\", \"Password\")\nusername = get_users()[0]\nuser = User(username, get_pass(username))\nauth = get_auth(user)\nheaders = make_headers(auth)\n#Use auth headers to do whatever\n```\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "",
    "version": "3.0.1",
    "split_keywords": [
        "valorant",
        "vault",
        "keepass"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "75a5cc130587a6d640bd5ebe356bf32f",
                "sha256": "322600905bb70035cee9e299fe4fb885daa465dc6d6617b4fd761d452906f067"
            },
            "downloads": -1,
            "filename": "ValVault-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "75a5cc130587a6d640bd5ebe356bf32f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 16155,
            "upload_time": "2022-12-15T08:38:18",
            "upload_time_iso_8601": "2022-12-15T08:38:18.528904Z",
            "url": "https://files.pythonhosted.org/packages/e2/35/8fadb2f363bbe40867233c6bc131aab166a6e7e17e57fb389f5a559a31f0/ValVault-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "1ffe25637e9fa435b762900939881b3c",
                "sha256": "0517b287521d2f7fa4182e24f3618db1448081fa8f819d4a0f5bc895726bbbe2"
            },
            "downloads": -1,
            "filename": "ValVault-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1ffe25637e9fa435b762900939881b3c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15702,
            "upload_time": "2022-12-15T08:38:19",
            "upload_time_iso_8601": "2022-12-15T08:38:19.951340Z",
            "url": "https://files.pythonhosted.org/packages/28/cf/bba234acb128ad1f42deca0aa9cc5a1edf93a930d7bb4ca2a7fb6ef5dc5f/ValVault-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-15 08:38:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "valvault"
}
        
Elapsed time: 0.02338s