euporie.core.launch

Define a simple app for launching euporie apps.

Functions

add_setting(name, default, help_, description)

Register a new config item.

entry_points(**params)

Return EntryPoint objects for all installed packages.

setup_logs([config])

Configure the logger for euporie.

Classes

Config()

A configuration store.

CoreApp()

Launch a euporie application.

class euporie.core.launch.CoreApp

Bases: object

Launch a euporie application.

classmethod launch() None

Launch the app.

log_stdout_level = 'error'
name = 'launch'