Skip to main content

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.

pypi Downloads

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

valorant_api_pillowless-0.0.3.tar.gz (13.1 kB view details)

Uploaded Source

Built Distribution

valorant_api_pillowless-0.0.3-py3-none-any.whl (20.1 kB view details)

Uploaded Python 3

File details

Details for the file valorant_api_pillowless-0.0.3.tar.gz.

File metadata

File hashes

Hashes for valorant_api_pillowless-0.0.3.tar.gz
Algorithm Hash digest
SHA256 6a59f1ff87ea3ffdc5fd7f61c5b42d289610a35a85c003a88be1f5716a71189c
MD5 92f40068235c619e6df00860c3b1da76
BLAKE2b-256 775620ac55a02cb1e277b15b2ba7cab36ac8a698d43b5074a7eab4de8d0d4459

See more details on using hashes here.

File details

Details for the file valorant_api_pillowless-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for valorant_api_pillowless-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5b1d3ee851c717f0bd9d6939cf13ffe60c693504b5d301cf64b8aa13434ed59c
MD5 d9b8a024f8f1e10b75df0c59ca10ae88
BLAKE2b-256 dbca3c09a65ec33b4f1729caa8493fc17aa261e483150fd7f1a547f28bc0d37f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page