An Asynchronous API wrapper for Valorant API written in Python.
Project description
valorant
An Asynchronous API wrapper for Valorant API written in Python.
Features
- Fully type annotated.
- Pydantic V2 models.
- Supports Python 3.10+.
- Supports all languages.
Installing
To install the library, you can just run the following command:
# uv
uv add valorant.py
# pip
pip install valorant.py
Quick Example
import asyncio
import valorant
async def main() -> None:
async with valorant.Client() as client:
weapons = await client.fetch_weapons()
for weapon in weapons:
print(weapon.display_name)
print(weapon.display_icon)
asyncio.run(main())
License
This project is licensed under the MIT License - see the LICENSE file for details.
Links
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_py-2.0.1.tar.gz
(22.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file valorant_py-2.0.1.tar.gz.
File metadata
- Download URL: valorant_py-2.0.1.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f8a914740c4e7c43fde8eba33801e7ebe1770d835e09c1269c6d834ec5bd1d7
|
|
| MD5 |
fca15d16cedc5322a42a00379bf0d9a7
|
|
| BLAKE2b-256 |
c041f497c8b28e560753844fa0fb7c387ae1ce1a52c542588f6b54f88e79dbde
|
File details
Details for the file valorant.py-2.0.1-py3-none-any.whl.
File metadata
- Download URL: valorant.py-2.0.1-py3-none-any.whl
- Upload date:
- Size: 42.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e15e7757ed221209ba446e7d9b34f7293ac74ea09605698786a77b6877b7b13b
|
|
| MD5 |
c2e84e6c5c7e4aadc6df30f16d954318
|
|
| BLAKE2b-256 |
9cb5a74422ca2966dae235e48ac031ca868c194ac81b749c9f1ce0691985e97c
|