An API wrapper for Valorant API written in Python.
Project description
valorant
An API wrapper for Valorant API written in Python.
Features
- Supports all endpoints. (includes undocumented endpoints)
- 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.5.tar.gz
(23.0 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.5.tar.gz.
File metadata
- Download URL: valorant_py-2.0.5.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16286efaeb458ce9448a4a2002670e479a6813a8612281725b87b00829a69414
|
|
| MD5 |
e995a57092d93b64cc2ee207cb183d64
|
|
| BLAKE2b-256 |
6e3f0e7e3e1e7f24725ea3b1e020860aabd389026c8164f0904f9e786202545a
|
File details
Details for the file valorant_py-2.0.5-py3-none-any.whl.
File metadata
- Download URL: valorant_py-2.0.5-py3-none-any.whl
- Upload date:
- Size: 43.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bb83ee8fdbfaf9905cca76962dcdec2512dbc4c6ce9a396813c953e0668e256
|
|
| MD5 |
c324c922ceb8d65f4262752598318d16
|
|
| BLAKE2b-256 |
8410ee6de590787277820d391ac6fdd8c9648001c9a1091ff3c34531e1e02516
|