finesse.utilities.bug_report

Enums

SourceType(*values)

Functions

bug_report([title, file, include_source])

Generate a markdown bug report, suitable for copy-pasting into chatrooms or GitLab issues.

get_formatted_argv()

get_formatted_source()

get_formatted_traceback()

get_package_versions()

Report all currently imported package version by looping over sys.modules and looking for '__version__' attributes.

get_source()

Get source of the '__main__' module.

get_source_type()

Type of source for the python code currently being executed.

ipynb_to_md(ipynb)

Converts notebook json object to markdown.

wrap_block(code[, lang])

Wraps a string in a markdown code block like.