A synchronous client package for interacting with Riot Games' Valorant API endpoints.
Project description
valorant.py
A synchronous client package for interacting with Riot Games' Valorant API endpoints. This is currently under a lot of construction, more stuff coming soon!
Installation
pip: pip install valorant
poetry: python3 -m poetry add valorant
Usage
Quickstart Guide:
import os
import json
import valorant
API_KEY = os.environ["API_KEY"]
client = valorant.Client(API_KEY)
print(json.dumps(client.characters, indent=2))
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
valorant-0.0.3.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file valorant-0.0.3.tar.gz
.
File metadata
- Download URL: valorant-0.0.3.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c4c068dcec967de300e8d714ae904909046a86499866365ec64a7111584f052 |
|
MD5 | 1f46db5a64aa072404dca1d5709505ae |
|
BLAKE2b-256 | 4c98330c3c0a95cfd7d35e0905ffce3979b821310152f53a5220995649970f47 |
File details
Details for the file valorant-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: valorant-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e71b204f707098dbcbed749bf34a42e27bf6ce52331e8316e79fae20beac0e4b |
|
MD5 | 38ce5d7bfb3688bf438944b8645db894 |
|
BLAKE2b-256 | 6fe63847be7b3c66180110ec01ad7442505ae9973b9e4bbf34046873a6f7f0e2 |