{"id":20049495,"url":"https://github.com/weaming/tablib","last_synced_at":"2025-09-05T08:10:13.181Z","repository":{"id":128810621,"uuid":"156711642","full_name":"weaming/tablib","owner":"weaming","description":"Parse 2d tabular data bettwen YAML, JSON, CSV.","archived":false,"fork":false,"pushed_at":"2019-04-30T14:46:34.000Z","size":15,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T08:29:11.680Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/weaming.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-08T13:32:43.000Z","updated_at":"2018-11-18T09:17:54.000Z","dependencies_parsed_at":"2023-04-17T11:01:07.155Z","dependency_job_id":null,"html_url":"https://github.com/weaming/tablib","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/weaming/tablib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaming%2Ftablib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaming%2Ftablib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaming%2Ftablib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaming%2Ftablib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weaming","download_url":"https://codeload.github.com/weaming/tablib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaming%2Ftablib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273728151,"owners_count":25157136,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"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":[],"created_at":"2024-11-13T11:50:25.836Z","updated_at":"2025-09-05T08:10:08.151Z","avatar_url":"https://github.com/weaming.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub release](https://img.shields.io/github/release/weaming/tablib.svg)](https://github.com/weaming/tablib/releases)\n\n# Tablib\n\nParse 2d tabular data bettwen YAML, JSON, CSV.\n\n## Installation\n\n### Mac\n\n```\nbrew tap weaming/tap\nbrew install tabular\n```\n\n### Manual\n\n```\ngit clone https://github.com/weaming/tablib\ncrystal build --release src/tabular.cr\nmv tabular /usr/local/bin\n```\n\n## Usage\n\n```\n$ ./tabular --help\n\n  tabular -- Convert between CSV, JSON, YAML. The JSON is the bridge betwwen CSV and YAML.\n\n  Usage:\n\n    tabular [options] [arguments] ...\n\n  Options:\n\n    -f FILE, --file=FILE             The file [type:String] [default:\"/dev/stdin\"]\n    -t TYPE, --type                  Allow CSV or YAML [type:String] [default:\"YAML\"]\n    -i, --indent                     Option description. [type:Int32] [default:2]\n    --help                           Show this help.\n    --version                        Show version.\n```\n\n### Interact with VIM\n\nAdd to your `.vimrc`\n\n```\n\" brew install tabular\nnnoremap \u003ca-l\u003e :%!tabular -f /dev/stdin -t yaml\u003cCR\u003e\nnnoremap \u003ca-c\u003e :%!tabular -f /dev/stdin -t csv\u003cCR\u003e\n```\n\n## Development\n\n1. `git clone`\n1. `shards install`\n1. `crystal run src/tabular.cr -- -f test.json -t csv`\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/weaming/tablib/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n- [weaming](https://github.com/weaming) weaming - creator, maintainer\n\n## TODO\n\n* [ ] JSON output custom indent\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaming%2Ftablib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweaming%2Ftablib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaming%2Ftablib/lists"}