Metadata-Version: 2.1
Name: dpytools
Version: 0.3.0a0
Summary: Toolset to speed up discord bot development using discord.py
Home-page: https://github.com/chrisdewa/dpytools
License: MIT
Keywords: discord,discord.py,discord bot
Author: chrisdewa
Author-email: alexdewa@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: discord.py (>=1.7.1,<2.0.0)
Project-URL: Repository, https://github.com/chrisdewa/dpytools
Description-Content-Type: text/markdown


[![PyPI status](https://img.shields.io/pypi/status/dpytools.svg)](https://pypi.python.org/pypi/dpytools/)
[![PyPI version fury.io](https://badge.fury.io/py/dpytools.svg)](https://pypi.python.org/pypi/dpytools/)
[![PyPI downloads](https://img.shields.io/pypi/dm/dpytools.svg)](https://pypi.python.org/pypi/dpytools/)
[![PyPI license](https://img.shields.io/pypi/l/dpytools.svg)](https://pypi.python.org/pypi/dpytools/)


# dpytools
Collection of tools to speed up developing discord bots using discord.py

# Features
- Easy to read typehinted code
- Active development

## Main components
- checks - commands' checks
- commands - Commands that are so frequent, why code them every time when you can just import them from dpytools
- menus - Reaction menus to improve your commands
- parsers - Functions and converters for use as typehints in command arguments so that you don't have to deal with parsing 

# Instalation
Install the latest version of the library with pip.
```
pip install -U dpytools
```

# Useful links:
- [Project Home](https://github.com/chrisdewa/dpytools)
- [Changelog](https://github.com/chrisdewa/dpytools/blob/master/CHANGELOG.md)
- [F. A. Q.](https://github.com/chrisdewa/dpytools/blob/master/FAQ.md)

# Status of the project
Early development. 
Only use in production after extensive testing.
Expect breaking changes with future updates

# Contributing
Feel free to make a pull request or rise any issues.

# Contact
Message me on discord at **ChrisDewa#4552** if you have any questions, ideas or suggestions.

