{"id":21409836,"url":"https://github.com/stackbuilders/keyword-args","last_synced_at":"2025-03-16T17:45:08.705Z","repository":{"id":26429005,"uuid":"29879491","full_name":"stackbuilders/keyword-args","owner":"stackbuilders","description":"Parses a configuration file containing keywords and arguments separated by spaces","archived":false,"fork":false,"pushed_at":"2015-04-23T18:55:40.000Z","size":364,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-02-25T05:34:54.176Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hackage.haskell.org/package/keyword-args","language":"Haskell","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/stackbuilders.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-01-26T20:15:14.000Z","updated_at":"2019-12-05T06:33:48.000Z","dependencies_parsed_at":"2022-09-08T02:37:09.262Z","dependency_job_id":null,"html_url":"https://github.com/stackbuilders/keyword-args","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Fkeyword-args","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Fkeyword-args/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Fkeyword-args/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackbuilders%2Fkeyword-args/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackbuilders","download_url":"https://codeload.github.com/stackbuilders/keyword-args/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910690,"owners_count":20367538,"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-11-22T17:34:33.029Z","updated_at":"2025-03-16T17:45:08.684Z","avatar_url":"https://github.com/stackbuilders.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/stackbuilders/keyword-args.svg)](https://travis-ci.org/stackbuilders/keyword-args) [![Hackage](https://img.shields.io/hackage/v/keyword-args.svg)](http://hackage.haskell.org/package/keyword-args)\n\n# Keyword Args\n\nParses a configuration file with keywords followed by arguments,\nseparated by a space. An example of a file in this format is the\n`sshd_config` file.\n\nThe parser in this library strips out comments, and normalizes\nwhitespace. It includes a binary, `keyword-args`, which reads from\nSTDIN and emits a CSV file with two columns, containing the keyword\nfollowed by the values.\n\n## Executable Usage\n\nSend input to STDIN, and the output will be a CSV with comments\nstripped and with unnecessary whitespace removed.\n\n```bash\n$ printf \"#Testing\\nkeyword a bunch of values #comment\" | keyword-args\nkeyword,\"a bunch of values\"\n```\n\n## Library Usage\n\nThis project exposes a library that is usable from Haskell programs\nfor extracting data from input in Keyword-Argument format.\n\n## Author\n\nJustin Leitgeb\n\n## License\n\nMIT\n\n## Copyright\n\n(C) 2015 Stack Builders Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackbuilders%2Fkeyword-args","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackbuilders%2Fkeyword-args","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackbuilders%2Fkeyword-args/lists"}