Metadata-Version: 2.1
Name: BotEXBotBase
Version: 3.1.2
Summary: A highly customisable Discord bot
Home-page: https://github.com/BotEX-Developers/botbase/
Author: BotEX
License: GPL-3.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Communications :: Chat
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Requires-Dist: aiohttp-json-rpc (==0.11.2)
Requires-Dist: aiohttp (==3.4.4)
Requires-Dist: appdirs (==1.4.3)
Requires-Dist: async-timeout (==3.0.1)
Requires-Dist: attrs (==18.2.0)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: colorama (==0.4.1)
Requires-Dist: fuzzywuzzy (==0.17.0)
Requires-Dist: idna-ssl (==1.1.0)
Requires-Dist: idna (==2.8)
Requires-Dist: multidict (==4.5.2)
Requires-Dist: python-levenshtein-wheels (==0.13.1)
Requires-Dist: pyyaml (>=4.2b1)
Requires-Dist: raven (==6.10.0)
Requires-Dist: raven-aiohttp (==0.7.0)
Requires-Dist: red-lavalink (==0.2.1)
Requires-Dist: schema (==0.6.8)
Requires-Dist: websockets (==7.0)
Requires-Dist: yarl (==1.3.0)
Requires-Dist: distro (==1.4.0) ; sys_platform == "linux"
Provides-Extra: mongo
Requires-Dist: motor (==2.0.0) ; extra == 'mongo'
Requires-Dist: pymongo (==3.7.2) ; extra == 'mongo'
Requires-Dist: dnspython (==1.16.0) ; extra == 'mongo'
Provides-Extra: style
Requires-Dist: black (==18.9b0) ; extra == 'style'
Requires-Dist: click (==7.0) ; extra == 'style'
Requires-Dist: toml (==0.10.0) ; extra == 'style'
Provides-Extra: test
Requires-Dist: atomicwrites (==1.3.0) ; extra == 'test'
Requires-Dist: more-itertools (==5.0.0) ; extra == 'test'
Requires-Dist: pluggy (==0.8.1) ; extra == 'test'
Requires-Dist: py (==1.7.0) ; extra == 'test'
Requires-Dist: pytest (==4.2.0) ; extra == 'test'
Requires-Dist: pytest-asyncio (==0.10.0) ; extra == 'test'
Requires-Dist: six (==1.12.0) ; extra == 'test'

<h1 align="center">
  <br>
  BotEX Bot Base
  <br>
</h1>

<h4 align="center">Bot Base based on Discord Red Bot.</h4>

<p align="center">
  <a href="https://www.python.org/downloads/">
    <img src="https://img.shields.io/badge/Made%20With-Python%203-blue.svg?style=for-the-badge" alt="Made with Python 3">
  </a>
  <a href="https://github.com/Rapptz/discord.py/tree/rewrite">
      <img src="https://img.shields.io/badge/discord-py-blue.svg" alt="discord.py">
  </a>
</p>
<p align="center">
  <a href="https://travis-ci.org/BotEX-Developers/botbase">
    <img src="https://api.travis-ci.org/BotEX-Developers/botbase.svg?branch=stable" alt="Travis CI">
  </a>
  <a href="https://github.com/ambv/black">
    <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code Style: Black">
  </a>
  <a href="http://makeapullrequest.com">
    <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg">
  </a>
</p>

<p align="center">
  <a href="#license">License</a>
</p>

# License

Released under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html) license.

Based on Discord Red Bot


