Metadata-Version: 2.1
Name: betterstatcord.py
Version: 1.5.2
Summary: A better Statcord API library for Python + Discord.py
Home-page: https://github.com/Iapetus-11/betterstatcord.py
License: MIT
Author: Milo Weinberg
Author-email: iapetus011@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiohttp (>=3.7.4,<4.0.0)
Requires-Dist: discord.py (>=1.7.1,<2.0.0)
Requires-Dist: psutil (>=5.8.0,<6.0.0)
Project-URL: Repository, https://github.com/Iapetus-11/betterstatcord.py
Description-Content-Type: text/markdown

# BetterStatcord.py
A better Statcord API library for Python + Discord.py

## Advantages
- **It's blazin fast**: The official library is full of inefficient, slow, and unnecessary code which does nothing **except slow your bot down**.
- **Cleaner and smaller codebase**: BetterStatcord.py is smaller and cleaner, making it much more reliable and understandable.
- **Easier to use**: For its basic functionality, all you need is **one** line of code to set it up!
- **More accurate**: This library has more accurate statistics than the official one.

## Examples
- Check out the [examples folder](https://github.com/Iapetus-11/betterstatcord.py/tree/main/examples)

