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

Data Structures

class  FaviconData
 

Variables

str FAVICON_TABLE_MAIN = "ProfileIconsAvailable"
 
str FAVICON_USER_OWNED_TABLE = "ProfileIconsUserOwned"
 
str FAVICON_USER_ACTIVE_TABLE = "ProfileIconsInUse"
 
str FAVICON_TABLE_GENDER = "ProfileIconGender"
 
str FAVICON_TABLE_SEASON = "ProfileIconSeason"
 
str FAVICON_TABLE_TYPE = "ProfileIconType"
 
str FAVICON_IMAGE_PATH_KEY = "img_path"
 
str FAVICON_BUCKET_NAME = BUCKET_NAME
 
str FAVICON_BUCKET_FOLDER_USER = "user_favicons/"
 
int FAVICON_DEFAULT_PRICE = 5
 
 FAVICON_HEX_COLOUR_RE
 

Detailed Description

# +==== BEGIN CatFeeder =================+
# LOGO:
# ..............(..../\
# ...............)..(.')
# ..............(../..)
# ...............\‍(__)|
# Inspired by Joan Stark
# source https://www.asciiart.eu/
# animals/cats
# /STOP
# PROJECT: CatFeeder
# FILE: favicon_constants.py
# CREATION DATE: 05-01-2026
# LAST Modified: 22:19:58 12-01-2026
# DESCRIPTION:
# This is the backend server in charge of making the actual website work.
# /STOP
# COPYRIGHT: (c) Cat Feeder
# PURPOSE: These are the constants used by the favicon handler.
# // AR
# +==== END CatFeeder =================+

Variable Documentation

◆ FAVICON_BUCKET_FOLDER_USER

str backend.src.libs.favicon.favicon_constants.FAVICON_BUCKET_FOLDER_USER = "user_favicons/"

Definition at line 40 of file favicon_constants.py.

◆ FAVICON_BUCKET_NAME

str backend.src.libs.favicon.favicon_constants.FAVICON_BUCKET_NAME = BUCKET_NAME

Definition at line 39 of file favicon_constants.py.

◆ FAVICON_DEFAULT_PRICE

int backend.src.libs.favicon.favicon_constants.FAVICON_DEFAULT_PRICE = 5

Definition at line 42 of file favicon_constants.py.

◆ FAVICON_HEX_COLOUR_RE

backend.src.libs.favicon.favicon_constants.FAVICON_HEX_COLOUR_RE
Initial value:
1= re.compile(
2 r'^#(?:'
3 r'[0-9A-Fa-f]{3}' # RGB
4 r'|[0-9A-Fa-f]{4}' # RGBA
5 r'|[0-9A-Fa-f]{6}' # RRGGBB
6 r'|[0-9A-Fa-f]{8}' # RRGGBBAA
7 r')$'
8)

Definition at line 44 of file favicon_constants.py.

◆ FAVICON_IMAGE_PATH_KEY

str backend.src.libs.favicon.favicon_constants.FAVICON_IMAGE_PATH_KEY = "img_path"

Definition at line 38 of file favicon_constants.py.

◆ FAVICON_TABLE_GENDER

str backend.src.libs.favicon.favicon_constants.FAVICON_TABLE_GENDER = "ProfileIconGender"

Definition at line 34 of file favicon_constants.py.

◆ FAVICON_TABLE_MAIN

str backend.src.libs.favicon.favicon_constants.FAVICON_TABLE_MAIN = "ProfileIconsAvailable"

Definition at line 31 of file favicon_constants.py.

◆ FAVICON_TABLE_SEASON

str backend.src.libs.favicon.favicon_constants.FAVICON_TABLE_SEASON = "ProfileIconSeason"

Definition at line 35 of file favicon_constants.py.

◆ FAVICON_TABLE_TYPE

str backend.src.libs.favicon.favicon_constants.FAVICON_TABLE_TYPE = "ProfileIconType"

Definition at line 36 of file favicon_constants.py.

◆ FAVICON_USER_ACTIVE_TABLE

str backend.src.libs.favicon.favicon_constants.FAVICON_USER_ACTIVE_TABLE = "ProfileIconsInUse"

Definition at line 33 of file favicon_constants.py.

◆ FAVICON_USER_OWNED_TABLE

str backend.src.libs.favicon.favicon_constants.FAVICON_USER_OWNED_TABLE = "ProfileIconsUserOwned"

Definition at line 32 of file favicon_constants.py.