Metadata-Version: 2.1
Name: dpytools
Version: 0.2.1a0
Summary: Simple tools to build discord bots 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
Toolset to speed up developing discord bots using discord.py

# Features
- Easy to read typehinted code
- Active development

## Main components
- checks 
- commands
- menus
- parsers

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

# 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 se in production after extensive testing.
Expect breaking changes in future updates

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