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
Release files for ValVault 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ValVault-1.0.0.tar.gz | 41.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ValVault-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 72.3 kB
Release files / ValVault-1.0.0.tar.gz
| Download URL | ValVault-1.0.0.tar.gz |
|---|---|
| Size | 41.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
73bff85e66bb42db952601053c16ca5f8ec6ec80752525a986d5e6c1adc22797
|
|
BLAKE2b-256 checksum How to use checksums |
c14909b5105de5836d7f92f440a2d4cc0c7ec074edcf7378ade347e54b1e4213
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.4
|
Release files / ValVault-1.0.0-py3-none-any.whl
| Download URL | ValVault-1.0.0-py3-none-any.whl |
|---|---|
| Size | 30.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7f4db99d31dd52cfaef46b6630a1a316ba26013bfa37e09477711934bd2f2ad2
|
|
BLAKE2b-256 checksum How to use checksums |
cb18f207786f4828aebc45b181d39394f6a22ea376ed04a1510bfa1612a91ec1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.4
|