Metadata-Version: 2.1
Name: ScuffedAPI
Version: 0.0.4
Summary: Python wrapper for ScuffedAPI API.
Home-page: https://github.com/xMistt/ScuffedAPI-Wrapper
Author: Pirxcy
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests

# ScuffedAPI
Python wrapper for ScuffedAPI. Modified To Work For ScuffedAPI

[![Requires: Python 3.x](https://img.shields.io/pypi/pyversions/ScuffedAPI.svg)](https://pypi.org/project/ScuffedAPI/)
[![ScuffedAPI Version: 0.0.3](https://img.shields.io/pypi/v/ScuffedAPI.svg)](https://pypi.org/project/ScuffedAPI/)

## Installing:
### Synchronous:
Windows: ``py -3 -m pip install ScuffedAPI``<br>
Linux/macOS: ``python3 -m pip install ScuffedAPI``

### Asynchronous:
Windows: ``py -3 -m pip install AsyncScuffedAPI``<br>
Linux/macOS: ``python3 -m pip install AsyncScuffedAPI``

## Example:
```
import ScuffedAPI

API = ScuffedAPI.getSkinId("storm")
print(API)
```

This would output:<br>
```Playlist_DADBRO_Squads```


