Füge Mixcloud RSS Feed Generator hinzu, einschließlich Hauptskript, Serverstarter und Testskript. Aktualisiere .gitignore, .python-version, pyproject.toml und requirements.txt.

This commit is contained in:
2025-07-05 17:02:16 +02:00
commit a74162f4eb
9 changed files with 738 additions and 0 deletions

7
pyproject.toml Normal file
View File

@ -0,0 +1,7 @@
[project]
name = "rss-feeder"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = []