Metadata-Version: 2.4
Name: bot-formatter
Version: 0.1.0
Summary: A formatter for Discord bots.
Author: tibue99
License: MIT
Project-URL: GitHub, https://github.com/CookieAppTeam/bot-formatter
Keywords: discord,discord.py,py-cord
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: libcst
Requires-Dist: PyYAML
Dynamic: license-file

# bot-formatter
[![](https://img.shields.io/pypi/v/bot-formatter.svg?style=for-the-badge&logo=pypi&color=yellow&logoColor=white)](https://pypi.org/project/bot-formatter/)
[![](https://img.shields.io/readthedocs/bot-formatter?style=for-the-badge&color=blue&link=https%3A%2F%2Fbot-formatter.readthedocs.io%2F)](https://bot-formatter.readthedocs.io/)
[![](https://img.shields.io/pypi/l/bot-formatter?style=for-the-badge)](https://pypi.org/project/bot-formatter/)

A formatter for Discord bots.

## Installing
Python 3.10 or higher is required.
```
pip install bot-formatter
```

## Usage
For a full overview, see the [documentation](https://bot-formatter.readthedocs.io/).
```
bot-formatter main.py
```

## Pre-Commit
```yaml
- repo: https://github.com/CookieAppTeam/bot-formatter
  rev: 0.1.0
  hooks:
    - id: bot-formatter
```
