Newer
Older
(use-modules ((geode packages annotation) #:select (python-stanza))
((geode packages models) #:select (stanza-fr))
((gnu packages python) #:select (python))
((gnu packages python-xyz) #:select (python-beautifulsoup4))
((gnu packages xml) #:select (python-lxml)))
(packages->manifest
(list
coreutils ; mktemp for atomic processing, strip CSV headers, general scripting
python ; scripts
python-beautifulsoup4 ; extract EDdA metadata from TEI files
python-lxml ; fusion articles into tomes for TXM
python-stanza ; annotation
stanza-fr ; annotation
))