switch to uv and to nix flakes

This commit is contained in:
Abel Luck 2026-03-29 12:59:08 +02:00
parent 14005f36ce
commit b1bdef2d5d
20 changed files with 1522 additions and 1751 deletions

View file

@ -1,4 +1,5 @@
from typing import List, Tuple
from datetime import datetime
from time import mktime
import lxml.etree as ET
import lxml.html
@ -53,9 +54,6 @@ ATOM = SafeElementMaker(nsmap={None: nsmap["atom"]}, namespace=nsmap["atom"])
E: ElementMaker = SafeElementMaker(nsmap=nsmap)
CDATA = ET.CDATA
from datetime import datetime
from time import mktime
def rss():
return E.rss({"version": "2.0"})