20 buildPythonPackage rec {
25 src = fetchFromGitHub {
26 owner = "outlines-dev";
28 rev = "refs/tags/${version}";
29 hash = "sha256-kOd2J6PV2idWaltkGUVNXfB+1dNU1f8vbnHQ5i1WxG8=";
37 propagatedBuildInputs = [
52 pythonImportsCheck = [
57 description = "Structured text generation";
58 homepage = "https://github.com/outlines-dev/outlines";
59 license = licenses.asl20;
60 maintainers = with maintainers; [ lach ];