{"id":13532511,"url":"https://github.com/hyprland-community/hyprparse","last_synced_at":"2025-04-28T18:14:31.282Z","repository":{"id":65752900,"uuid":"590736298","full_name":"hyprland-community/hyprparse","owner":"hyprland-community","description":"Hyprland/Hyprpaper/Hypr configuration file parser [maintainer=@yavko]","archived":false,"fork":false,"pushed_at":"2023-02-14T00:28:52.000Z","size":52,"stargazers_count":25,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-28T18:14:24.259Z","etag":null,"topics":["config","configuration","hypr","hyprland","parser"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyprland-community.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}},"created_at":"2023-01-19T04:29:28.000Z","updated_at":"2024-12-06T02:31:10.000Z","dependencies_parsed_at":"2024-01-14T02:20:07.878Z","dependency_job_id":"2461d0f5-0498-4c48-917e-baa9d1fca74f","html_url":"https://github.com/hyprland-community/hyprparse","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.0714285714285714,"last_synced_commit":"0d248fd16e732d064d0e027ea68a3679631920b1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyprland-community%2Fhyprparse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyprland-community%2Fhyprparse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyprland-community%2Fhyprparse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyprland-community%2Fhyprparse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyprland-community","download_url":"https://codeload.github.com/hyprland-community/hyprparse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251362153,"owners_count":21577403,"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":["config","configuration","hypr","hyprland","parser"],"created_at":"2024-08-01T07:01:11.523Z","updated_at":"2025-04-28T18:14:31.260Z","avatar_url":"https://github.com/hyprland-community.png","language":"Rust","funding_links":[],"categories":["Hyprlang configuration tools"],"sub_categories":[],"readme":"# hyprparse (ALPHA)\nAlpha Hyprland/Hyprpaper/Hypr configuration file parser\n\nThis is still in alpha so expect bugs, and if you do, please make an issue!\n\n## how to add\n```toml\nhyprparse = { git = \"https://github.com/hyprland-community/hyprparse\" }\n```\n\n## example usage\n```rust ,no_run\nuse hyprparse::whole_parser;\n\nfn main() {\n  static CONFIG: \u0026str = r#\"\n    $test = -69\n    general:test4 = $test,$test,$test\n    general:test = rgb(69,69,69)\n    general:test5 = rgba(FFFFFFFF),rgb(000000),\"hello!\",test: \"hello\"\n    # hello\n    general {\n      test2 = rgba(7,8,9,100)\n      test3 = rgba(7,8,9,100) 0xFFFFFFFF rgb(4,4,4) 69deg\n    }\n    bind=SUPER_SHIFT, Q, exit\n    bind=,V,exit\n  \"#;\n  println!(\"{:#?}\", whole_parser(CONFIG));\n  println!(\"{}\", whole_parser(CONFIG));\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyprland-community%2Fhyprparse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyprland-community%2Fhyprparse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyprland-community%2Fhyprparse/lists"}