···2424 '';
25252626 meta = with stdenv.lib; {
2727+ description = "Serves as a complement to the Python standard library by providing a suite of tools to solve many common problems";
2728 longDescription = "
2829 Monty implements supplementary useful functions for Python that are not part of the
2930 standard library. Examples include useful utilities like transparent support for zipped files, useful design