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