Metadata-Version: 2.1
Name: PUBGy
Version: 1.1.5
Summary: PUBG API wrapper for Python
Home-page: https://github.com/Discord-ian/pubgy
Author: Discordian
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: asyncio
Requires-Dist: aiohttp

# PUBGy
[![Supported Versions](https://img.shields.io/pypi/pyversions/pubgy.svg)](https://pypi.org/project/PUBGy/)
[![PyPI Release](https://img.shields.io/pypi/v/pubgy.svg)](https://pypi.org/project/PUBGy/)
[![CodeFactor](https://www.codefactor.io/repository/github/discord-ian/pubgy/badge)](https://www.codefactor.io/repository/github/discord-ian/pubgy)

**Python Wrapper for interacting with the PUBG API**

*Not fully functional, but working with V17.1.0*
## Installation
Install / Update via pip
```
pip install -U pubgy
```
Building from source
```
git clone https://github.com/Discord-ian/pubgy.git
cd pubgy
python setup.py install
```
## Documentation

~~https://pubgy.discordian.dev~~

Documentation has not been completed, although it is on the way.

Reading the docstrings within the module would be the best way to approach it.


