Metadata-Version: 2.1
Name: vrcpy
Version: 0.7.0
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
Description: # 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]`
        
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
Provides-Extra: aquick
