introduce a new service called metadata_relay to implement caching for TMDB and TVDB API responses with valkey

This commit is contained in:
maxDorninger
2025-06-28 16:43:38 +02:00
parent 0fda4418ed
commit 5c14f0df28
10 changed files with 531 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[project]
name = "metadata-relay"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.115.14",
"starlette-exporter>=0.23.0",
"tmdbsimple>=2.9.1",
"tvdb-v4-official>=1.1.0",
"uvicorn>=0.34.3",
"valkey>=6.1.0",
]