[console_scripts]
e3 = e3.sys:main
e3-sandbox = e3.anod.sandbox.main:main

[e3.anod.sandbox.sandbox_action]
create = e3.anod.sandbox.action:SandBoxCreate
exec = e3.anod.sandbox.action:SandBoxExec
show-config = e3.anod.sandbox.action:SandBoxShowConfiguration

[e3.event.manager]
smtp = e3.event.backends.smtp:SMTPEventManager

[e3.store]
http-simple-store = e3.store.backends.http_simple_store:HTTPSimpleStore

[e3.store.cache.backend]
file-cache = e3.store.cache.backends.filecache:FileCache

[sandbox_scripts]
anod = e3.anod.sandbox.scripts:anod

