Skip to main content

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


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.0.0.tar.gz (41.5 kB view hashes)

Uploaded Source

Built Distribution

ValVault-1.0.0-py3-none-any.whl (30.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page