|
Cat Feeder
1.0.0
The Cat feeder project
|
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 | |
# +==== 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 =================+
| str backend.src.libs.favicon.favicon_constants.FAVICON_BUCKET_FOLDER_USER = "user_favicons/" |
Definition at line 40 of file favicon_constants.py.
| str backend.src.libs.favicon.favicon_constants.FAVICON_BUCKET_NAME = BUCKET_NAME |
Definition at line 39 of file favicon_constants.py.
| int backend.src.libs.favicon.favicon_constants.FAVICON_DEFAULT_PRICE = 5 |
Definition at line 42 of file favicon_constants.py.
| backend.src.libs.favicon.favicon_constants.FAVICON_HEX_COLOUR_RE |
Definition at line 44 of file favicon_constants.py.
| str backend.src.libs.favicon.favicon_constants.FAVICON_IMAGE_PATH_KEY = "img_path" |
Definition at line 38 of file favicon_constants.py.
| str backend.src.libs.favicon.favicon_constants.FAVICON_TABLE_GENDER = "ProfileIconGender" |
Definition at line 34 of file favicon_constants.py.
| str backend.src.libs.favicon.favicon_constants.FAVICON_TABLE_MAIN = "ProfileIconsAvailable" |
Definition at line 31 of file favicon_constants.py.
| str backend.src.libs.favicon.favicon_constants.FAVICON_TABLE_SEASON = "ProfileIconSeason" |
Definition at line 35 of file favicon_constants.py.
| str backend.src.libs.favicon.favicon_constants.FAVICON_TABLE_TYPE = "ProfileIconType" |
Definition at line 36 of file favicon_constants.py.
| str backend.src.libs.favicon.favicon_constants.FAVICON_USER_ACTIVE_TABLE = "ProfileIconsInUse" |
Definition at line 33 of file favicon_constants.py.
| str backend.src.libs.favicon.favicon_constants.FAVICON_USER_OWNED_TABLE = "ProfileIconsUserOwned" |
Definition at line 32 of file favicon_constants.py.