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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ValVault-1.0.0.tar.gz
Algorithm Hash digest
SHA256 73bff85e66bb42db952601053c16ca5f8ec6ec80752525a986d5e6c1adc22797
MD5 bbcd8b35c9f3afca4e96bf300591f7ae
BLAKE2b-256 c14909b5105de5836d7f92f440a2d4cc0c7ec074edcf7378ade347e54b1e4213

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ValVault-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7f4db99d31dd52cfaef46b6630a1a316ba26013bfa37e09477711934bd2f2ad2
MD5 1866eb86bd93d3e93f9a1cff0b9eeac8
BLAKE2b-256 cb18f207786f4828aebc45b181d39394f6a22ea376ed04a1510bfa1612a91ec1

See more details on using hashes here.

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