Sync/Async Python wrapper for valorant-api.com without the pillow dependency
Project description
valorant-api-pillowless
Sync/Async Python wrapper for valorant-api.com without the pillow dependency. Pillow has been removed in order to reduce the size of the requirements for this project. The primary purpose of this package is to be used in the Valorant-Python-Wrapper project. Please check out the original project here.
Installation
pip install valorant-api-pillowless
Usages
# this code is just for reference
from valorant_api import SyncValorantApi, AsyncValorantApi
#sync
api = SyncValorantApi(language="ru-RU")
agents = api.get_agents()
#Async
api = AsyncValorantApi(language="ru-Ru")
agents = await api.get_agents()
# searching
agent = agents.find_where(displayname="Raze", developerName="Gumshoe")
agent = agents.find_first(displayname="Raze")
Requirements
- python-dateutil
- aiohttp
- requests
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
Built Distribution
File details
Details for the file valorant_api_pillowless-0.0.3.tar.gz
.
File metadata
- Download URL: valorant_api_pillowless-0.0.3.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a59f1ff87ea3ffdc5fd7f61c5b42d289610a35a85c003a88be1f5716a71189c |
|
MD5 | 92f40068235c619e6df00860c3b1da76 |
|
BLAKE2b-256 | 775620ac55a02cb1e277b15b2ba7cab36ac8a698d43b5074a7eab4de8d0d4459 |
File details
Details for the file valorant_api_pillowless-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: valorant_api_pillowless-0.0.3-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b1d3ee851c717f0bd9d6939cf13ffe60c693504b5d301cf64b8aa13434ed59c |
|
MD5 | d9b8a024f8f1e10b75df0c59ca10ae88 |
|
BLAKE2b-256 | dbca3c09a65ec33b4f1729caa8493fc17aa261e483150fd7f1a547f28bc0d37f |