Metadata-Version: 2.1
Name: valorant-wrapper
Version: 0.1.1
Summary: A Python wrapper which is capable of fetching information relating to Valorant utilizing local authorization
Author: Whitelisted
Project-URL: Homepage, https://github.com/Whitelisted1/Valorant-Python-Wrapper
Project-URL: Issues, https://github.com/Whitelisted1/Valorant-Python-Wrapper/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.1

# Python Valorant Wrapper
A Valorant wrapper written in Python, built to be used on a local machine

<a href="https://pypi.org/project/valorant-wrapper/"><img src="https://img.shields.io/pypi/v/valorant-wrapper?color=4c1"></a>
<a href="https://pypi.org/project/valorant-wrapper/"><img title="Weekly download count" alt="Weekly download count" src="https://img.shields.io/pypi/dw/valorant-wrapper?color=4c1"></a>
<a href="https://pypi.org/project/valorant-wrapper/"><img title="Total download count" alt="Total download count" src="https://static.pepy.tech/badge/valorant-wrapper"></a>
<a href="https://trello.com/b/kEz9g2VK/valorant-wrapper"><img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Ftrello.com%2Fb%2FkEz9g2VK%2Fvalorant-wrapper.json&query=%24.cards.length&suffix=%20cards&logo=Trello&logoColor=white&label=Trello"></a>
<a href="https://playvalorant.com/en-us/news/game-updates/"><img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fvalorant-api.com%2Fv1%2Fversion&query=%24.data.riotClientVersion&logo=Valorant&logoColor=white&label=Valorant%20Version"></a>
<a href="https://github.com/Whitelisted1/Valorant-Python-Wrapper/stargazers"><img src="https://img.shields.io/github/stars/whitelisted1/Valorant-Python-Wrapper"></a>

## Installation
```bash
pip install valorant-wrapper
```

## Usage

See the [Quickstart Page](https://github.com/Whitelisted1/Valorant-Python-Wrapper/wiki/Quickstart)

Want to do something specific? See the ["How to" Page](https://github.com/Whitelisted1/Valorant-Python-Wrapper/wiki/How-to)

## Resources used
* https://github.com/techchrism/valorant-api-docs for the amazing documentation work of Riot's internal APIs
* https://github.com/zayKenyon/VALORANT-rank-yoinker as a reference

## Legal
This project is not affiliated with Riot Games or any of its employees and therefore does not reflect the views of said parties.

Riot Games does not endorse or sponsor this project. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc.
