1 { lib, buildPythonPackage, fetchPypi, python-dateutil, lxml }:
3 buildPythonPackage rec {
9 sha256 = "0jl0b87l7v6c0f1nx6k81skjhdj5i11kmchdjls00mynpvdip0cf";
12 propagatedBuildInputs = [ python-dateutil lxml ];
18 description = "Python module to generate ATOM feeds, RSS feeds and Podcasts.";
19 downloadPage = "https://github.com/lkiesow/python-feedgen/releases";
20 homepage = "https://github.com/lkiesow/python-feedgen";
21 license = with licenses; [ bsd2 lgpl3 ];
22 maintainers = with maintainers; [ casey ];