Metadata-Version: 2.1
Name: discord-hero-scheduler
Version: 0.1.0b0
Summary: A Scheduler extension for Discord Hero, allowing you to schedule the execution of Controller methods. It also comes with a shutdown command that shuts down discord-hero gracefully.
Home-page: https://github.com/discord-hero/discord-hero-scheduler
Author: monospacedmagic
Author-email: luci@monospacedmagic.dev
License: Apache-2.0 OR MIT
Keywords: discord-hero scheduler discord bot
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >= 3.7.0
Description-Content-Type: text/x-rst
Requires-Dist: discord-hero (>=0.1.0b0)

Discord Hero Scheduler Extension
================================

A Scheduler extension for Discord Hero, allowing you to schedule the execution of Controller methods.
It also comes with a shutdown command that shuts down discord-hero gracefully.

Legal stuff
-----------

Discord is a registered trademark of Discord Inc.

Except as otherwise noted, Discord Hero Scheduler Extension is
licensed under the Apache License, Version 2.0 (`<LICENSE.Apache-2.0>`__ or
`<http://www.apache.org/licenses/LICENSE-2.0>`__) or
the MIT license (`<LICENSE.MIT>`__ or
`<http://opensource.org/licenses/MIT>`__), at your option.

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the
Apache-2.0 license, shall be dual licensed under the Apache
License, Version 2.0, and the MIT license, without any
additional terms or conditions.

SPDX-License-Identifier: Apache-2.0 OR MIT


