Metadata-Version: 2.1
Name: vrcpy
Version: 0.5.9
Summary: A Python wrapper for the VRChat WebAPI supporting both sync and async
Home-page: https://github.com/VRChatAPI/VRChatPython
Author: Katistic
License: UNKNOWN
Project-URL: Issue Tracker, https://github.com/VRChatAPI/VRChatPython/issues
Project-URL: Examples, https://github.com/VRChatAPI/VRChatPython/tree/master/examples
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5.3
Description-Content-Type: text/markdown
Requires-Dist: aiohttp (>=3.6.0)
Requires-Dist: requests (>=2.22.0)
Provides-Extra: aquick
Requires-Dist: cchardet ; extra == 'aquick'
Requires-Dist: aiodns ; extra == 'aquick'
Requires-Dist: brotlipy ; extra == 'aquick'

# VRCpy

API wrapper for the [VRChat API](https://vrchatapi.github.io), supporting both synchronous and asynchronous structures     

See the [examples](https://github.com/VRChatAPI/VRChatPython/tree/master/examples) folder for examples on how to use the wrapper

## Installation

`pip install vrcpy`

Or if you are using async and want to improve speed

`pip install vrcpy[aquick]`


