{"id":16885132,"url":"https://github.com/ericchiang/xpup","last_synced_at":"2025-03-22T08:30:38.125Z","repository":{"id":34843382,"uuid":"38834751","full_name":"ericchiang/xpup","owner":"ericchiang","description":"A command line XML parsing tool","archived":false,"fork":false,"pushed_at":"2021-12-26T18:52:57.000Z","size":1083,"stargazers_count":71,"open_issues_count":2,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-15T07:54:26.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericchiang.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}},"created_at":"2015-07-09T17:21:26.000Z","updated_at":"2025-01-30T04:51:42.000Z","dependencies_parsed_at":"2022-09-20T22:10:57.198Z","dependency_job_id":null,"html_url":"https://github.com/ericchiang/xpup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericchiang%2Fxpup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericchiang%2Fxpup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericchiang%2Fxpup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericchiang%2Fxpup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericchiang","download_url":"https://codeload.github.com/ericchiang/xpup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244931299,"owners_count":20534005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-13T16:33:29.300Z","updated_at":"2025-03-22T08:30:37.538Z","avatar_url":"https://github.com/ericchiang.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xpup\n\nxpup is pup for XML.\n\nIt uses xpath rather than css selectors.\n\n## Install\n\n```\ngo get github.com/ericchiang/xpup\n```\n\nBinary installs coming soon.\n\n## Example\n\n```\n$ curl -s http://www.xmlfiles.com/examples/note.xml\n\u003c?xml version=\"1.0\" encoding=\"ISO8859-1\" ?\u003e\n\u003cnote\u003e\n  \u003cto\u003eTove\u003c/to\u003e\n  \u003cfrom\u003eJani\u003c/from\u003e\n  \u003cheading\u003eReminder\u003c/heading\u003e\n  \u003cbody\u003eDon't forget me this weekend!\u003c/body\u003e\n\u003c/note\u003e\n```\n\n```\n$ curl -s http://www.xmlfiles.com/examples/note.xml | xpup '/*/body'\nDon't forget me this weekend!\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericchiang%2Fxpup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericchiang%2Fxpup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericchiang%2Fxpup/lists"}