cli package

Submodules

cli.cmd_online module

class cli.cmd_online.CmdOnline

Bases: object

static get_beatmap(beatmap_id)
static get_latest_beatmapsets(gamemode, status=<MapStatus.Ranked: 1>)
static get_scores(beatmap_id, mode, name=None)
static get_scores_api(beatmap_id, mode, mods, name=None)
static get_scores_from_beatmap(beatmap)

cli.cmd_osu module

class cli.cmd_osu.CmdOsu

Bases: object

static open_replay_file(replay_filepath)
static save_web_beatmaps(web_beatmaps)

In: [ WebBeatmap, … ]

static save_web_replays(web_replays)

In: [ WebReplay, … ]

static show_cursor_hit_offset_histogram(score_data, beatmap)

cli.cmd_utils module

class cli.cmd_utils.CmdUtils

Bases: object

Use:
result = threaded(func, (param,))
static console_help()
static export_csv(filepath, data)
static import_csv(filepath)
static print_numbered_list(lst)
static run_script(filepath, globals=None, locals=None)
static threaded(func, args)

Module contents