Cat Feeder  1.0.0
The Cat feeder project
Loading...
Searching...
No Matches
backend.src.libs.tinytex.downloader Namespace Reference

Data Structures

class  TinyTeXInstaller
 

Variables

Union DOWNLOAD_PATH = CONST.ASSETS_DIRECTORY / "tinytex"
 
 installer = TinyTeXInstaller(flavour="TinyTeX-1")
 
 bin_dir = installer.install()
 

Detailed Description

# +==== 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 =================+

Variable Documentation

◆ bin_dir

backend.src.libs.tinytex.downloader.bin_dir = installer.install()

Definition at line 225 of file downloader.py.

◆ DOWNLOAD_PATH

Union backend.src.libs.tinytex.downloader.DOWNLOAD_PATH = CONST.ASSETS_DIRECTORY / "tinytex"

Definition at line 38 of file downloader.py.

◆ installer

backend.src.libs.tinytex.downloader.installer = TinyTeXInstaller(flavour="TinyTeX-1")

Definition at line 224 of file downloader.py.