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,
 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

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-3.0.0.tar.gz (15.7 kB view details)

Uploaded Source

Built Distribution

ValVault-3.0.0-py3-none-any.whl (16.2 kB view details)

Uploaded Python 3

File details

Details for the file ValVault-3.0.0.tar.gz.

File metadata

  • Download URL: ValVault-3.0.0.tar.gz
  • Upload date:
  • Size: 15.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for ValVault-3.0.0.tar.gz
Algorithm Hash digest
SHA256 f0b4c8b70f5377a91bb231b7b1061d6e0cd4dfbd77fab0221f203c222ec11f84
MD5 3ca6e5c5f0063d1cbf13171e13f44d42
BLAKE2b-256 cdb4c34cd4e786c5206a66707be1c219e510f7a128da8f211d486c1bc7026244

See more details on using hashes here.

Provenance

File details

Details for the file ValVault-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: ValVault-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 16.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for ValVault-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2b4e91e42c6444c712bc10b6fa755e82083b430910b64c01fd18e335eed1e62f
MD5 e3c7c75c58ebdfd1ecf94112e96f2ed0
BLAKE2b-256 45d910c2814cf8de4e987cde6dbea85f7d4bb191cac06ca520190a4ac997f9e9

See more details on using hashes here.

Provenance

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