|
Cat Feeder
1.0.0
The Cat feeder project
|
Data Structures | |
| class | TinyTeXInstaller |
Variables | |
| Union | DOWNLOAD_PATH = CONST.ASSETS_DIRECTORY / "tinytex" |
| installer = TinyTeXInstaller(flavour="TinyTeX-1") | |
| bin_dir = installer.install() | |
# +==== BEGIN CatFeeder =================+ # LOGO: # ..............(..../\\ # ...............)..(.') # ..............(../..) # ...............\\(__)| # Inspired by Joan Stark # source https://www.asciiart.eu/ # animals/cats # /STOP # PROJECT: CatFeeder # FILE: downloader.py # CREATION DATE: 16-01-2026 # LAST Modified: 23:55:24 16-01-2026 # DESCRIPTION: # This is the backend server in charge of making the actual website work. # /STOP # COPYRIGHT: (c) Cat Feeder # PURPOSE: The code in charge of downloading the tyni tex binaries and exposing them to the PATH. # // AR # +==== END CatFeeder =================+
| backend.src.libs.tinytex.downloader.bin_dir = installer.install() |
Definition at line 225 of file downloader.py.
| Union backend.src.libs.tinytex.downloader.DOWNLOAD_PATH = CONST.ASSETS_DIRECTORY / "tinytex" |
Definition at line 38 of file downloader.py.
| backend.src.libs.tinytex.downloader.installer = TinyTeXInstaller(flavour="TinyTeX-1") |
Definition at line 224 of file downloader.py.