Metadata-Version: 2.1
Name: betterstatcord.py
Version: 3.4.0
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.10
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: psutil (>=5.8.0,<6.0.0)
Project-URL: Repository, https://github.com/Iapetus-11/betterstatcord.py
Description-Content-Type: text/markdown

# BetterStatcord.py ![Code Quality](https://www.codefactor.io/repository/github/iapetus-11/betterstatcord.py/badge) ![PYPI Version](https://img.shields.io/pypi/v/betterstatcord.py.svg?color=0FAE6E) ![PYPI Weekly Downloads](https://img.shields.io/pypi/dw/betterstatcord.py?color=0FAE6E)
A better Statcord API library for Python + Discord.py (and maybe its forks)

## 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.
- **Supports clustering**: This library has a special class for clustered bots, which supports the clustered API stats endpoint.

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

