basic feed rebuilding

This commit is contained in:
Abel Luck 2024-04-18 11:57:24 +02:00
parent 4ab05c9000
commit 6add19c288
17 changed files with 772 additions and 69 deletions

View file

@ -1,15 +1,21 @@
[tool.poetry]
name = "republisher"
name = "repub"
version = "0.1.0"
description = ""
authors = ["Abel Luck <abel@guardianproject.info>"]
readme = "README.md"
packages = [{include = "republisher", from = "src"}]
#packages = [{include = "repub", from = "repub"}]
[tool.poetry.scripts]
repub = "repub.entrypoint:entrypoint"
[tool.poetry.dependencies]
python = "^3.11"
scrapy = "^2.11.1"
prometheus-client = "^0.20.0"
python-dateutil = "^2.9.0.post0"
colorlog = "^6.8.2"
feedparser = "^6.0.11"
lxml = "^5.2.1"
[build-system]