{"id":13509349,"url":"https://github.com/ma2gedev/ltsvex","last_synced_at":"2025-08-30T09:17:44.478Z","repository":{"id":12535558,"uuid":"15205549","full_name":"ma2gedev/ltsvex","owner":"ma2gedev","description":"LTSV parser implementation in Elixir","archived":false,"fork":false,"pushed_at":"2015-09-13T12:22:42.000Z","size":255,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-05T08:36:20.024Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/ma2gedev.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":"2013-12-15T15:14:41.000Z","updated_at":"2018-03-10T08:44:45.000Z","dependencies_parsed_at":"2022-08-31T08:10:54.766Z","dependency_job_id":null,"html_url":"https://github.com/ma2gedev/ltsvex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ma2gedev/ltsvex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma2gedev%2Fltsvex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma2gedev%2Fltsvex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma2gedev%2Fltsvex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma2gedev%2Fltsvex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ma2gedev","download_url":"https://codeload.github.com/ma2gedev/ltsvex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma2gedev%2Fltsvex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272829412,"owners_count":25000225,"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-30T02:00:09.474Z","response_time":77,"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-08-01T02:01:06.483Z","updated_at":"2025-08-30T09:17:44.449Z","avatar_url":"https://github.com/ma2gedev.png","language":"Elixir","readme":"# LTSV - A Pure Elixir LTSV Parser\n\n[![hex.pm version](https://img.shields.io/hexpm/v/ltsv.svg)](https://hex.pm/packages/ltsv) [![hex.pm downloads](https://img.shields.io/hexpm/dt/ltsv.svg)](https://hex.pm/packages/ltsv) [![Build Status](https://travis-ci.org/ma2gedev/ltsvex.svg?branch=master)](https://travis-ci.org/ma2gedev/ltsvex) [![Coverage Status](https://img.shields.io/coveralls/ma2gedev/ltsvex.svg)](https://coveralls.io/r/ma2gedev/ltsvex)\n\nA Labeled Tab-separated Values parser implementation in Elixir\n\n## What's LTSV?\n\nhttp://ltsv.org/\n\n## Installation\n\nAdd `:ltsv` library to your project's dependencies in `mix.exs`:\n\n```elixir\ndefp deps do\n  [\n    {:ltsv, \"~\u003e 0.1\"}\n  ]\nend\n```\n\nAnd fetch:\n\n```\n$ mix deps.get\n```\n\n## Usage\n\n### Parse a ltsv string\n\n```\niex\u003e LTSV.parse(\"name:taka\\taddress:Seattle\\\\nname:neko\\taddress:near\") |\u003e Enum.map(\u0026Dict.to_list/1)\n[[{\"name\", \"taka\"}, {\"address\", \"Seattle\"}], [{\"name\", \"neko\"}, {\"address\", \"near\"}]]\n```\n\n### Dump a list of `Dict`s into a ltsv string\n\n```\niex\u003e LTSV.dump [%{\"address\" =\u003e \"Seattle\", \"name\" =\u003e \"taka\"}, %{\"address\" =\u003e \"Chicago\", \"name\" =\u003e \"tetsuo\"}]\n\"address:Seattle\\tname:taka\\naddress:Chicago\\tname:tetsuo\"\n\niex\u003e LTSV.dump [%{name: \"taka\"}]\n\"name:taka\"\n```\n\n## Documentation\n\nhttp://hexdocs.pm/ltsv/\n\n## License\n\nCopyright © 2014 Takayuki Matsubara, released under the MIT license.\n\n","funding_links":[],"categories":["Text and Numbers"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fma2gedev%2Fltsvex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fma2gedev%2Fltsvex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fma2gedev%2Fltsvex/lists"}