{"id":14985733,"url":"https://github.com/easyhutu/pyyaml-plus","last_synced_at":"2026-01-04T12:46:25.016Z","repository":{"id":53530994,"uuid":"233577868","full_name":"easyhutu/pyyaml-plus","owner":"easyhutu","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-25T23:17:26.000Z","size":11,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T16:49:55.472Z","etag":null,"topics":["python","yaml","yml"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/easyhutu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-13T11:15:18.000Z","updated_at":"2020-03-18T06:07:07.000Z","dependencies_parsed_at":"2022-09-22T05:33:54.702Z","dependency_job_id":null,"html_url":"https://github.com/easyhutu/pyyaml-plus","commit_stats":null,"previous_names":["mengjianhua-c/pyyaml-plus"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easyhutu%2Fpyyaml-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easyhutu%2Fpyyaml-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easyhutu%2Fpyyaml-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easyhutu%2Fpyyaml-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easyhutu","download_url":"https://codeload.github.com/easyhutu/pyyaml-plus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244814921,"owners_count":20514848,"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":["python","yaml","yml"],"created_at":"2024-09-24T14:11:33.652Z","updated_at":"2026-01-04T12:46:24.975Z","avatar_url":"https://github.com/easyhutu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyyaml-plus\n\n夸文件引用工具，支持跨文件引用变量\n\n文件a.yml:\n```\nimport:\n  - b.yml\n\nusr2:\n  name: b\n  psw: 456\n  aslw:\n    \u003c\u003c: *usr1\n```\n文件b.yml:\n\n```\nimport:\n  - eg_folder/c.yml\n\nusr1: \u0026usr1\n  \u003c\u003c: *usr3\n```\n\n引用：\n\n```\nfrom yamlplus import load\n\nwith open('a.yml') as f:\n    result = load(f.read())\n    print(result)\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasyhutu%2Fpyyaml-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasyhutu%2Fpyyaml-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasyhutu%2Fpyyaml-plus/lists"}