{"id":43770184,"url":"https://github.com/cesbit/csvloader","last_synced_at":"2026-02-05T16:34:31.302Z","repository":{"id":62565735,"uuid":"70003073","full_name":"cesbit/csvloader","owner":"cesbit","description":"Fast C-implementation for reading CSV data into Python","archived":false,"fork":false,"pushed_at":"2017-03-15T10:50:59.000Z","size":15,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-25T09:22:43.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/cesbit.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-04T20:23:00.000Z","updated_at":"2018-12-09T21:11:59.000Z","dependencies_parsed_at":"2022-11-03T16:15:31.081Z","dependency_job_id":null,"html_url":"https://github.com/cesbit/csvloader","commit_stats":null,"previous_names":["transceptor-technology/csvloader"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cesbit/csvloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesbit%2Fcsvloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesbit%2Fcsvloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesbit%2Fcsvloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesbit%2Fcsvloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cesbit","download_url":"https://codeload.github.com/cesbit/csvloader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesbit%2Fcsvloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29125877,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T14:05:12.718Z","status":"ssl_error","status_checked_at":"2026-02-05T14:03:53.078Z","response_time":65,"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":[],"created_at":"2026-02-05T16:34:30.558Z","updated_at":"2026-02-05T16:34:31.296Z","avatar_url":"https://github.com/cesbit.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"CSV Loader\n==========\n\nThis is a fast C-implementation for parsing CSV data to Python.\nOnly one way parsing, from csv -\u003e python, is possible at this moment but\nmaybe in some future we will also create an 'export-to-CSV' method.\n\n\u003eNote:\n\u003e-----\n\u003eThis module is not a replacement for the Pyton CSV module and should only\n\u003ebe used if you want to parse (rather strict) csv strings. We do not\n\u003esupport reading from file directly or different dialects etc. Go for the\n\u003e[csv module](https://docs.python.org/3/library/csv.html) if you need more\n\u003eoptions.\n\nInstallation\n------------\n\nFrom PyPI (recommend)\n\n```\npip install csvloader\n```\n\nFrom source code\n\n```\npython setup.py install\n```\n\nExample\n-------\n\n```python\nimport csvloader\ndata = csvloader.loads(\n'''Name,Age\n\"vd Heijden, Iris\",3''')\n\nprint(data)  # [['Name', 'Age'], ['vd Heijden, Iris', 3]]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesbit%2Fcsvloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcesbit%2Fcsvloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesbit%2Fcsvloader/lists"}