onbasca.onbasca.management.commands package

Submodules

onbasca.onbasca.management.commands.clean module

Delete objects older than <days>.

class onbasca.onbasca.management.commands.clean.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: OnbascaCommand

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)[source]

The actual logic of the command. Subclasses must implement this method.

help = 'Delete objects older than <days>.'

onbasca.onbasca.management.commands.generate module

Generate a Bandwidth File from the scanner measurements.

class onbasca.onbasca.management.commands.generate.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: OnbascaCommand

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)[source]

The actual logic of the command. Subclasses must implement this method.

help = 'Generate a Bandwidth File from the scanner measurements.'

onbasca.onbasca.management.commands.scan module

Measure relays’ bandwidth.

class onbasca.onbasca.management.commands.scan.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: OnbascaCommand

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)[source]

The actual logic of the command. Subclasses must implement this method.

help = "Measure relays' bandwidth."