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.2.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file valorant-0.0.2.tar.gz
.
File metadata
- Download URL: valorant-0.0.2.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 | 89f0eab4e77866950b568d8384dddd545c52d96c7e99e3aa696e10abc03b5a2d |
|
MD5 | e9df714dae48b9888ef21716fae230a5 |
|
BLAKE2b-256 | b1645a1fef55de25447e8ec70494a8120b81387545be4c4635d0b285deab203e |
File details
Details for the file valorant-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: valorant-0.0.2-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 | 93ea5b8c9edd2f0b7c314d8e80d04e35fdfbc0287b17e5c19589c6093523035d |
|
MD5 | 260a1f1bcc3880718491798ec79c8e31 |
|
BLAKE2b-256 | 425f5a1ef6fb291141aae998cc5eeb9642f2ba88a5c19278d9c071023e203e2c |