Metadata-Version: 2.1
Name: pyblox3
Version: 3.0b2
Summary: An API wrapper for Roblox written in Python.
Home-page: https://github.com/RbxAPI/Pyblox/tree/master
Author: Sanjay-B (Sanjay Bhadra)
Author-email: sanjay2003rbx@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# Pyblox

![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)
[![ROBLOX API Discord](https://img.shields.io/badge/discord-roblox%20api%20chat-blue.svg)](https://discord.gg/EDXNdAT)

An API wrapper for Roblox written in Python.

The purpose of this API wrapper is to expose Roblox's API for third party use and/or for individual standalone projects.
This is the first stable Python API wrapper for the Roblox API. Documentation can be found within each module. I encourage
developers to look into the codebase to better understand this wrapper and what it can truly offer. 

Supports async-compatiblity while keeping memory & network usage low. 

This is incredibly unstable but will replace ``master`` once it's stable enough for full release. 
This is intended to be ``v3.x.x`` and beyond. Please be aware that there are breaking changes in design
and will not be compatible w/ any versions prior. 

If you would like to contribute, create a pull request with the changes you made. If you have a complaint, issue or problem, create an issue and I will try to answer as fast as I can. 


## Requirements

- Python 3+

*note: requirements should be installed automatically*

*Disclaimer: when using any of the authentication features, please do not risk your account. Instead, use an alt or a secondary account to protect your main account and assets that belong to it.*


