{"id":34039706,"url":"https://github.com/fa1zali/yaml_keygen","last_synced_at":"2026-04-06T02:01:51.719Z","repository":{"id":45798209,"uuid":"474343316","full_name":"fa1zali/yaml_keygen","owner":"fa1zali","description":"A Python module for extracting keys from a YAML file.","archived":false,"fork":false,"pushed_at":"2022-07-16T16:18:53.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T06:25:20.098Z","etag":null,"topics":["python","yaml"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fa1zali.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":"2022-03-26T12:38:37.000Z","updated_at":"2023-10-20T09:39:45.000Z","dependencies_parsed_at":"2022-07-17T00:46:09.941Z","dependency_job_id":null,"html_url":"https://github.com/fa1zali/yaml_keygen","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fa1zali/yaml_keygen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fa1zali%2Fyaml_keygen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fa1zali%2Fyaml_keygen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fa1zali%2Fyaml_keygen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fa1zali%2Fyaml_keygen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fa1zali","download_url":"https://codeload.github.com/fa1zali/yaml_keygen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fa1zali%2Fyaml_keygen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31456664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["python","yaml"],"created_at":"2025-12-13T21:46:34.023Z","updated_at":"2026-04-06T02:01:51.714Z","avatar_url":"https://github.com/fa1zali.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YAML KEYGEN\n\nA Python module for extracting keys from a YAML file.\nIf a YAML contains a nested hierarchy then the complete path is listed from parent to child key.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install yaml_keygen.\n\n```bash\npip install yaml_keygen\n```\n\nThe source code is currently hosted on GitHub at: https://github.com/fa1zali/yaml_keygen\n\n## Get Started\n\n```python\nfrom yaml_keygen import YAML\n\n# Initialize the YAML object\nyk = YAML()\n\n# Reads the YAML and return a dictionary object\nyaml = yk.read(filename=\"\u003cPATH\u003e\")\n\n# Extracts the keys from dictionary object and stores them in a list\nkeys = yk.get_keys(data=yaml, sep='/')\n\n# Saves the extracted keys to a text file\nyk.to_text(data=keys, filename=\"\u003cPATH\u003e\")\n```\n\n## Dependencies\n\n[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree/)\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n[MIT](https://github.com/fa1zali/yaml_keygen/blob/main/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffa1zali%2Fyaml_keygen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffa1zali%2Fyaml_keygen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffa1zali%2Fyaml_keygen/lists"}