{"id":16615668,"url":"https://github.com/pschmitt/plib.jq","last_synced_at":"2026-06-04T11:31:26.330Z","repository":{"id":239893664,"uuid":"800848332","full_name":"pschmitt/plib.jq","owner":"pschmitt","description":"pschmitt's jq stdlib","archived":false,"fork":false,"pushed_at":"2026-05-26T09:36:52.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-26T11:29:27.974Z","etag":null,"topics":["jq","jq-module","json"],"latest_commit_sha":null,"homepage":"","language":"jq","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pschmitt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pschmitt"],"custom":["https://www.paypal.com/paypalme/pppschmitt"]}},"created_at":"2024-05-15T05:45:44.000Z","updated_at":"2026-05-26T09:36:57.000Z","dependencies_parsed_at":"2025-12-16T13:03:13.926Z","dependency_job_id":null,"html_url":"https://github.com/pschmitt/plib.jq","commit_stats":null,"previous_names":["pschmitt/plib.jq"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pschmitt/plib.jq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fplib.jq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fplib.jq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fplib.jq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fplib.jq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pschmitt","download_url":"https://codeload.github.com/pschmitt/plib.jq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fplib.jq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33903134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jq","jq-module","json"],"created_at":"2024-10-12T02:10:17.927Z","updated_at":"2026-06-04T11:31:26.314Z","avatar_url":"https://github.com/pschmitt.png","language":"jq","funding_links":["https://github.com/sponsors/pschmitt","https://www.paypal.com/paypalme/pppschmitt"],"categories":[],"sub_categories":[],"readme":"# 💒 plib.jq\n\nThis [jq module](https://jqlang.github.io/jq/manual/#modules) includes a set of\nfunctions that are useful, to me, @pschmitt and maybe to you.\n\n## 🔨 Installation\n\nGrab [./plib.jq](./plib.jq) and put it in jq's\n[include path](https://jqlang.github.io/jq/manual/#modules).\n\n## 🍧 Usage\n\n```shell\nkubectl get nodes -o json | jq -er -L \"$PWD/plib.jq\" \\\n  --argjson cols '[\".metadata.name\", \".metadata.labels\"]' '\n    import \"plib\" as p;\n    .items[] | p::getallpaths()\n  '\n\n# Output\n# {\n#   \"metadata.name\": \"mynode-001\",\n#   \"metadata.labels\": {\n#     \"beta.kubernetes.io/arch\": \"amd64\",\n#     \"beta.kubernetes.io/os\": \"linux\",\n#     \"kubernetes.io/arch\": \"amd64\",\n#     \"kubernetes.io/hostname\": \"mynode-001\",\n#     \"kubernetes.io/os\": \"linux\"\n#   }\n# }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpschmitt%2Fplib.jq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpschmitt%2Fplib.jq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpschmitt%2Fplib.jq/lists"}