[console_scripts]
juice = orangeqs.juice.cli:main
juice-dashboard = orangeqs.juice.dashboard:main

[juice.client]
display_dashboard_logs = orangeqs.juice.client.logging:display_dashboard_logs
display_service_logs = orangeqs.juice.client.logging:display_service_logs
display_system_info = orangeqs.juice.client.info:display_system_info
interrupt_service = orangeqs.juice.client.service:interrupt_service
ipyclient = orangeqs.juice.client.ipython:_ipyclient_cached
ipyclient_async = orangeqs.juice.client.ipython:_ipyclient_async_cached
publisher_async = orangeqs.juice.client.pubsub:_publisher_async
publisher_blocking = orangeqs.juice.client.pubsub:_publisher_blocking
rebuild_service = orangeqs.juice.client.service:rebuild_service
restart_service = orangeqs.juice.client.service:restart_service
subscriber_async = orangeqs.juice.client.pubsub:_subscriber_async
subscriber_blocking = orangeqs.juice.client.pubsub:_subscriber_blocking

[juice.config]
config = orangeqs.juice.settings.bundled

[juice.dashboard.tornado]
/ = orangeqs.juice.dashboard.handlers.redirect:RedirectToHomeHandler
/api/page/thumbnail = orangeqs.juice.dashboard.handlers.page_thumbnail:PageThumbnailHandler
/api/restart-dashboard = orangeqs.juice.dashboard.handlers.restart_handler:RestartDashboardHandler
/api/service-action = orangeqs.juice.dashboard.handlers.service_actions_handler:ServiceActionHandler
/api/system-datetime = orangeqs.juice.dashboard.handlers.datetime_display:DateTimeDisplayHandler
/files/(.*) = orangeqs.juice.dashboard.handlers.statics:HomeDirectoryFileHandler
/sitemap.json = orangeqs.juice.dashboard.handlers.sitemap_handler:SitemapHandler
/static/juice/(.*) = orangeqs.juice.dashboard.handlers.statics:EmbeddedStaticFileHandler
