{"id":16767086,"url":"https://github.com/davydog187/tab","last_synced_at":"2025-12-11T23:53:53.861Z","repository":{"id":58249630,"uuid":"530758745","full_name":"davydog187/tab","owner":"davydog187","description":"Convert nested elixir data into tabular data","archived":false,"fork":false,"pushed_at":"2022-08-30T18:47:56.000Z","size":18,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-23T06:43:02.296Z","etag":null,"topics":["elixir","tabular-data"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/tab/Tab.html","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davydog187.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","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-08-30T17:23:01.000Z","updated_at":"2023-03-25T19:44:26.000Z","dependencies_parsed_at":"2022-08-31T01:00:47.722Z","dependency_job_id":null,"html_url":"https://github.com/davydog187/tab","commit_stats":null,"previous_names":["bitfo/tab"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/davydog187/tab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davydog187%2Ftab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davydog187%2Ftab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davydog187%2Ftab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davydog187%2Ftab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davydog187","download_url":"https://codeload.github.com/davydog187/tab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davydog187%2Ftab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271755406,"owners_count":24815398,"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-08-23T02:00:09.327Z","response_time":69,"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":["elixir","tabular-data"],"created_at":"2024-10-13T06:08:24.506Z","updated_at":"2025-12-11T23:53:53.823Z","avatar_url":"https://github.com/davydog187.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tab\n\n[![Build Status](https://github.com/bitfo/tab/workflows/CI/badge.svg?branch=main)](https://github.com/bitfo/tab/actions) [![Hex pm](https://img.shields.io/hexpm/v/tab.svg?style=flat)](https://hex.pm/packages/tab) [![Hexdocs.pm](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/tab/)\n\n\u003c!-- MDOC !--\u003e\n\nTab is a tiny library for converting Elixir terms into tabular data.\n\n      iex\u003e Tab.tabulate([%{a: 1, b: 2, c: 3}, %{a: 1, b: 2}])\n      [\n        [\"a\", \"b\", \"c\"],\n        [1, 2, 3],\n        [1, 2, nil]\n      ]\n\nTab also works with nested data\n\n      iex\u003e Tab.tabulate([%{a: %{b: 1, c: 2}}])\n      [\n        [\"a.b\", \"a.c\"] ,\n        [1, 2]\n      ]\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `tab` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:tab, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at \u003chttps://hexdocs.pm/tab\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavydog187%2Ftab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavydog187%2Ftab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavydog187%2Ftab/lists"}