Reference#

DibisoReporting#

DibisoReporting([entity_id, year, ...])

Class to generate the BiSO report

DibisoReporting.__init__([entity_id, year, ...])

Initialize the Biso class with the given parameters.

DibisoReporting.add_marco(name, value)

Add a LaTeX macro to the report.

DibisoReporting.get_file_from_path(...)

If file_path is not None, get the file from a local path.

DibisoReporting.get_file_from_url(file_url, ...)

If file_url is not None, get the file from a URL.

DibisoReporting.create_default_latexmkrc_file()

Create the default latexmkrc file in the root path of the project.

DibisoReporting.get_latex_template_from_path()

Get the LaTeX template from a local path.

DibisoReporting.get_latex_template_from_github()

Get the LaTeX template either from a GitHub repository release.

DibisoReporting.generate_report([...])

Generate the report by calling the specified functions with their parameters to create the desired visualizations.

Biso#

biso.Biso(entity_id[, year, entity_acronym, ...])

Class to generate the BiSO report

biso.Biso.__init__(entity_id[, year, ...])

Initialize the Biso class with the given parameters.

biso.Biso.generate_report([...])

Generate the report by calling the specified functions with their parameters to create the desired visualizations.

PubPart#

pubpart.PubPart(entity_id[, year, ...])

Class to generate the PubPart report

pubpart.PubPart.__init__(entity_id[, year, ...])

Initialize the PubPart class with the given parameters.

pubpart.PubPart.generate_report([...])

Generate the report by calling the specified functions with their parameters to create the desired visualizations.