{"id":17692893,"url":"https://github.com/dmjio/scythe","last_synced_at":"2025-05-13T02:45:16.784Z","repository":{"id":56877256,"uuid":"148919606","full_name":"dmjio/scythe","owner":"dmjio","description":"Fast, RFC-4180 compliant, CSV lexing.","archived":false,"fork":false,"pushed_at":"2018-09-19T01:24:17.000Z","size":11,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-15T14:22:49.060Z","etag":null,"topics":["csv","haskell","lexing"],"latest_commit_sha":null,"homepage":"https://tools.ietf.org/html/rfc4180#ref-4","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmjio.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":"2018-09-15T16:31:27.000Z","updated_at":"2019-12-05T06:36:30.000Z","dependencies_parsed_at":"2022-08-20T22:00:35.149Z","dependency_job_id":null,"html_url":"https://github.com/dmjio/scythe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmjio%2Fscythe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmjio%2Fscythe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmjio%2Fscythe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmjio%2Fscythe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmjio","download_url":"https://codeload.github.com/dmjio/scythe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253862731,"owners_count":21975583,"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":["csv","haskell","lexing"],"created_at":"2024-10-24T13:07:27.665Z","updated_at":"2025-05-13T02:45:16.758Z","avatar_url":"https://github.com/dmjio.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"scythe\n========================\n\nFast, [RFC-4180](https://tools.ietf.org/html/rfc4180#ref-4) compliant, CSV lexing.\n\n### Example\n```haskell\n{-# LANGUAGE OverloadedStrings #-}\nmodule Main (main) where\n\nimport Data.CSV\nimport Data.ByteString.Lazy\n\n-- | test.csv\ntestCSV :: ByteString\ntestCSV = \"1,2,3,4,5\\n1,2,3,4,5\\n\"\n\nmain :: IO ()\nmain = mapM_ print (getCSV testCSV)\n```\n\n### Result\n```haskell\nItem \"1\"\nItem \"2\"\nItem \"3\"\nItem \"4\"\nItem \"5\"\nNewline\nItem \"1\"\nItem \"2\"\nItem \"3\"\nItem \"4\"\nItem \"5\"\nNewline\n```\n\n\n### Build\n```shell\nnix-build\n```\n\n### Develop\n```haskell\ngit clone https://github.com/dmjio/scythe\ncd scythe\nnix-shell\ncabal (new-)build\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmjio%2Fscythe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmjio%2Fscythe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmjio%2Fscythe/lists"}