{"id":41254057,"url":"https://github.com/takkyuuplayer/v-csvenc","last_synced_at":"2026-01-23T01:45:25.495Z","repository":{"id":46203642,"uuid":"425253755","full_name":"takkyuuplayer/v-csvenc","owner":"takkyuuplayer","description":"Port of Go's encoding/csv","archived":false,"fork":false,"pushed_at":"2024-08-24T10:01:12.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-24T11:21:36.272Z","etag":null,"topics":["vlang","vlang-module"],"latest_commit_sha":null,"homepage":"","language":"V","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/takkyuuplayer.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":"2021-11-06T13:40:07.000Z","updated_at":"2024-08-24T10:01:14.000Z","dependencies_parsed_at":"2023-01-27T01:25:12.839Z","dependency_job_id":null,"html_url":"https://github.com/takkyuuplayer/v-csvenc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/takkyuuplayer/v-csvenc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takkyuuplayer%2Fv-csvenc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takkyuuplayer%2Fv-csvenc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takkyuuplayer%2Fv-csvenc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takkyuuplayer%2Fv-csvenc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takkyuuplayer","download_url":"https://codeload.github.com/takkyuuplayer/v-csvenc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takkyuuplayer%2Fv-csvenc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28677711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"ssl_error","status_checked_at":"2026-01-23T01:00:19.529Z","response_time":144,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["vlang","vlang-module"],"created_at":"2026-01-23T01:45:21.851Z","updated_at":"2026-01-23T01:45:25.486Z","avatar_url":"https://github.com/takkyuuplayer.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"# v-csvenc\n\n![CI](https://github.com/takkyuuplayer/v-csvenc/workflows/CI/badge.svg)\n\nPort of Go's encoding/csv\n\n```v\nimport os\nimport takkyuuplayer.csvenc\n\nfn main() {\n\tmut output := os.stdout()\n\tmut buf := csvenc.new_writer(writer: output) ?\n\tbuf.write(['a', 'b', 'c']) ?\n\tbuf.flush() ? // Output: a,b,c\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakkyuuplayer%2Fv-csvenc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakkyuuplayer%2Fv-csvenc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakkyuuplayer%2Fv-csvenc/lists"}