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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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