Metadata-Version: 2.1
Name: BotEXBotBase
Version: 3.0.0rc3
Summary: A highly customizable Discord bot
Home-page: https://github.com/BotEX-Developers/botbase
Author: BotEX and Cog-Creators
Author-email: 
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Communications :: Chat
Requires-Python: >=3.7,<3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Provides-Extra: voice
Provides-Extra: style
Provides-Extra: test
Provides-Extra: mongo
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.0)
Requires-Dist: attrs (==18.2.0)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: colorama (==0.3.9)
Requires-Dist: discord.py (>=1.0.0a0)
Requires-Dist: fuzzywuzzy (==0.17.0)
Requires-Dist: idna-ssl (==1.1.0)
Requires-Dist: idna (==2.7)
Requires-Dist: multidict (==4.4.2)
Requires-Dist: python-levenshtein (==0.12.0)
Requires-Dist: pyyaml (==3.13)
Requires-Dist: raven (==6.9.0)
Requires-Dist: raven-aiohttp (==0.7.0)
Requires-Dist: schema (==0.6.8)
Requires-Dist: websockets (==6.0)
Requires-Dist: yarl (==1.2.6)
Requires-Dist: distro (==1.3.0); sys_platform == "linux"
Provides-Extra: mongo
Requires-Dist: motor (==2.0.0); extra == 'mongo'
Requires-Dist: pymongo (==3.7.1); extra == 'mongo'
Requires-Dist: dnspython (==1.15.0); extra == 'mongo'
Provides-Extra: style
Requires-Dist: black (==18.9b0); extra == 'style'
Requires-Dist: click (==7.0); extra == 'style'
Requires-Dist: toml (==0.9.6); extra == 'style'
Provides-Extra: test
Requires-Dist: atomicwrites (==1.2.1); extra == 'test'
Requires-Dist: more-itertools (==4.3.0); extra == 'test'
Requires-Dist: pluggy (==0.7.1); extra == 'test'
Requires-Dist: py (==1.6.0); extra == 'test'
Requires-Dist: pytest (==3.8.2); extra == 'test'
Requires-Dist: pytest-asyncio (==0.9.0); extra == 'test'
Requires-Dist: six (==1.11.0); extra == 'test'
Provides-Extra: voice
Requires-Dist: red-lavalink (==0.1.2); extra == 'voice'

<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


