blackhole.application

Provides functionality to run the server.

blackhole.application.blackhole_config()[source]

Print the config help to the console with man-style formatting.

Raises

SystemExit – Exit code os.EX_OK.

blackhole.application.run()[source]

Create the asyncio loop and start the server.

Raises

SystemExit – Exit code os.EX_USAGE when a configuration error occurs, os.EX_NOPERM when a permission error occurs or os.EX_OK when the program exits cleanly.