9 buildPythonPackage rec {
10 pname = "markdownify";
14 inherit pname version;
15 hash = "sha256-AJskDgyfTI6vHQhWJdzUAR4S8PjOxV3t+epvdlXkm/4=";
18 propagatedBuildInputs = [ beautifulsoup4 six ];
19 nativeCheckInputs = [ pytestCheckHook ];
22 description = "HTML to Markdown converter";
23 homepage = "https://github.com/matthewwithanm/python-markdownify";
24 license = licenses.mit;
25 maintainers = [ maintainers.McSinyx ];