morb_fetch.bindings package

class morb_fetch.bindings.TectonicDownloader

Bases: object

Download Tectonic binary from GitHub releases. Tectonic is a XELateX-implementation engine that can flexibly fetch related resources to compile LaTeX documents.

NOTE: Tectonic does not implement the biber engine. Check TectonicBiberDownloader to retrieve the biber engine.

REPO_URL
download_path
classmethod list_available_versions()

List all available versions of Tectonic

Return type:

list[str]

name
registry
classmethod retrieve_version(version)

Retrieve a specific version of Tectonic

Parameters:

version (str)

Return type:

str

class morb_fetch.bindings.TectonicBiberDownloader

Bases: object

Download Biber binary from SourceForge releases. Add to OS’s PATH for Tectonic to find the biber binary.

REPO_URL
download_path
classmethod list_available_versions()

List all available versions of Tectonic

Return type:

list[str]

name
registry
classmethod retrieve_version(version)
Parameters:

version (str)

Return type:

str

Submodules

morb_fetch.bindings.tectonic module

class morb_fetch.bindings.tectonic.TectonicDownloader

Bases: object

Download Tectonic binary from GitHub releases. Tectonic is a XELateX-implementation engine that can flexibly fetch related resources to compile LaTeX documents.

NOTE: Tectonic does not implement the biber engine. Check TectonicBiberDownloader to retrieve the biber engine.

name
registry
download_path
REPO_URL
classmethod list_available_versions()

List all available versions of Tectonic

Return type:

list[str]

classmethod retrieve_version(version)

Retrieve a specific version of Tectonic

Parameters:

version (str)

Return type:

str

class morb_fetch.bindings.tectonic.TectonicBiberDownloader

Bases: object

Download Biber binary from SourceForge releases. Add to OS’s PATH for Tectonic to find the biber binary.

name
registry
download_path
REPO_URL
classmethod list_available_versions()

List all available versions of Tectonic

Return type:

list[str]

classmethod retrieve_version(version)
Parameters:

version (str)

Return type:

str