14 pythonImportsCheckHook,
19 buildPythonPackage rec {
20 pname = "essentials-openapi";
24 src = fetchFromGitHub {
26 repo = "essentials-openapi";
27 rev = "refs/tags/v${version}";
28 hash = "sha256-/NYv0NrE8+0kQg5G3Qf2DtesMHlmKQYczNT8pFlNFZE=";
44 propagatedBuildInputs = [
50 passthru.optional-dependencies = {
51 full = [ click jinja2 rich httpx ];
54 pythonImportsCheck = [
59 homepage = "https://github.com/Neoteroi/essentials-openapi";
60 description = "Functions to handle OpenAPI Documentation";
61 changelog = "https://github.com/Neoteroi/essentials-openapi/releases/v${version}";
62 license = licenses.mit;
63 maintainers = with maintainers; [aldoborrero zimbatm];