Metadata-Version: 2.1
Name: erin
Version: 0.1.0a3
Summary: Fully Fledged Discord Bot Framework
Home-page: https://github.com/OpenDebates/Erin
License: Apache-2.0
Keywords: discord,bot,api,framework,cog
Author: Taven
Author-email: taven@outlook.in
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Communications :: Chat
Requires-Dist: PyNaCl (>=1.4.0,<2.0.0)
Requires-Dist: cookiecutter (>=1.7.3,<2.0.0)
Requires-Dist: discord.py (>=1.7.3,<2.0.0)
Requires-Dist: dnspython (>=2.1.0,<3.0.0)
Requires-Dist: motor (>=2.4.0,<3.0.0)
Requires-Dist: schema (>=0.7.4,<0.8.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: verboselogs (>=1.7,<2.0)
Project-URL: Documentation, https://erin.readthedocs.io
Project-URL: Repository, https://github.com/OpenDebates/Erin
Description-Content-Type: text/markdown

<h1 align="center">Erin</h1>
<p align="center">
    <a href="https://erin.rtfd.io"><img width="100" src="https://i.imgur.com/GK2KgOe.gif"/></a>
</p>
<p align="center">
    Batteries Included
    <br>
    <br>
    <a href="https://github.com/OpenDebates/Erin/actions/workflows/main.yml">
        <img src="https://github.com/OpenDebates/Erin/actions/workflows/main.yml/badge.svg"/>
    </a>
    <a href="https://codeclimate.com/github/OpenDebates/Erin/maintainability">
        <img src="https://api.codeclimate.com/v1/badges/e5ea00ded93f855cb5a4/maintainability"/>
    </a>
    <a href="https://codecov.io/gh/OpenDebates/Erin">
        <img src="https://codecov.io/gh/OpenDebates/Erin/branch/master/graph/badge.svg"/>
    </a>
    <a href="https://erin.readthedocs.io/en/latest/?badge=latest">
        <img src="https://readthedocs.org/projects/erin/badge/?version=latest" alt='Documentation Status'/>
    </a>
</p>
<hr>
<h4>What is Erin?</h4>
    <p>Erin is an initiative to build a bot development framework like how flask is a framework for web applications. It is built on top of the <a href="https://github.com/Rapptz/discord.py">discord.py</a> library and supports all of it's extensions by default.</p>

<h4>Can I get started with Erin today?</h4>
   <p>Yes, Erin works out of the box with all <a href="https://github.com/Rapptz/discord.py">discord.py</a> <a href="https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.Bot.load_extension">extensions</a>. You can read how to set it up in the <a href="https://erin.readthedocs.io/en/latest/?badge=latest">documentation</a>. However, keep in mind that this project has not even released a pre-alpha yet. This is because we are still deliberating core architecture and we want to get it right the first time. As a result expect plenty of changes to the API without any notice at all.</p>


