1 { lib, buildPythonPackage, fetchPypi, six, pytest }:
3 buildPythonPackage rec {
10 sha256 = "sha256-kX3F/iQnYswZ2WPmVItC1joRgCjN0zYdYjl+O2OLa8U=";
13 propagatedBuildInputs = [ six ];
15 nativeCheckInputs = [ pytest ];
22 homepage = "https://github.com/mcmtroffaes/latexcodec";
23 description = "Lexer and codec to work with LaTeX code in Python";
24 license = licenses.mit;