[console_scripts]
openbmd = openbm.openbmd:main

[openbm.plugins.auth]
insecure = openbm.plugins.auth.insecure:InsecureAuth
sqlalchemy = openbm.plugins.auth.sqlalchemy:SQLAlchemyAuth

[openbm.plugins.executors]
asyncio = openbm.plugins.executors.asyncio:Asyncio
cmd = openbm.plugins.executors.cmd:Command
null = openbm.plugins.executors.null:Null

[openbm.plugins.notifiers]
email = openbm.plugins.notifiers.generic_notifiers:Email
pushbullet = openbm.plugins.notifiers.generic_notifiers:Pushbullet
telegram = openbm.plugins.notifiers.generic_notifiers:Telegram

[openbm.plugins.resolvers]
job = openbm.plugins.resolvers.job:Job
user = openbm.plugins.resolvers.user:User

[openbm.plugins.spoolers]
null = openbm.plugins.spoolers.null:Null
