7 python3.pkgs.buildPythonApplication rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 sha256 = "sha256-0r1jlDWlYPIjUEudHbwt324rt0H8K3PUb7RILoxNNnw=";
19 propagatedBuildInputs = with python3.pkgs; [
24 checkInputs = with python3.pkgs; [
27 pytest-console-scripts
32 export PATH=$PATH:$out/bin
35 pythonImportsCheck = [
40 description = "Command-line processors for YAML/JSON/Compatible data";
41 homepage = "https://github.com/wwkimball/yamlpath";
43 Command-line get/set/merge/validate/scan/convert/diff processors for YAML/JSON/Compatible data
44 using powerful, intuitive, command-line friendly syntax
46 license = licenses.isc;
47 maintainers = with maintainers; [ Flakebi ];