9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-CsWBS2X/KngfsTlLkaI6ipX3NJK2u49wW67q2C6t1UM=";
21 propagatedBuildInputs = [ beautifulsoup4 ];
24 homepage = "https://micawber.readthedocs.io/en/latest/";
25 description = "Module for extracting rich content from URLs";
26 license = licenses.mit;
28 micawber supplies a few methods for retrieving rich metadata
29 about a variety of links, such as links to youtube videos.
30 micawber also provides functions for parsing blocks of text and html
31 and replacing links to videos with rich embedded content.
33 maintainers = with maintainers; [ davidak ];