6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "73256bdfb4f22230f0428fc6efecee61cdc4fad531b6f98b849cb9c80711e4ec";
15 # No tests distributed
18 meta = with pkgs.lib; {
19 description = "Simple, generic API for escaping strings";
20 homepage = "https://github.com/minrk/escapism";
21 license = licenses.mit;
22 maintainers = with maintainers; [ bzizou ];