No project description provided
Project description
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
from ValVault import (
init as init_auth,
makeHeaders,
getUsers,
getPass,
getAuth,
newUser,
User
)
init_auth()
newUser("Test", "Password")
username = getUsers()[0]
user = User(username, getPass(username))
auth = getAuth(user)
headers = makeHeaders(auth)
#Use auth headers to do whatever
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ValVault-1.1.2.tar.gz
(16.9 kB
view details)
Built Distribution
ValVault-1.1.2-py3-none-any.whl
(18.3 kB
view details)
File details
Details for the file ValVault-1.1.2.tar.gz
.
File metadata
- Download URL: ValVault-1.1.2.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6f01e826cfea0ea3fee80c636dd7149660e68d4202046331f461b395c26bbdc |
|
MD5 | b2f1f3670edd1089f7dfd1563df10dc9 |
|
BLAKE2b-256 | 2cd0a2404c8d314e7183a686937cabd533ec987b4b5585ad196a814d19f3a20e |
Provenance
File details
Details for the file ValVault-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: ValVault-1.1.2-py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 393146972ea40a473261ab285a754c3f63bb6ae2e55fdbd953424d67a275e6bc |
|
MD5 | aa8381b8f90beaabfb1ae633c353cf4d |
|
BLAKE2b-256 | 88122af900699995b13bcc1c9738157f381998b12c23008074622b3466a0de39 |