{"id":13878886,"url":"https://github.com/ruby/csv","last_synced_at":"2025-05-14T00:06:54.524Z","repository":{"id":37734654,"uuid":"88256918","full_name":"ruby/csv","owner":"ruby","description":"CSV Reading and Writing","archived":false,"fork":false,"pushed_at":"2025-05-01T21:28:19.000Z","size":2485,"stargazers_count":190,"open_issues_count":8,"forks_count":119,"subscribers_count":50,"default_branch":"main","last_synced_at":"2025-05-09T20:05:45.751Z","etag":null,"topics":["csv","ruby"],"latest_commit_sha":null,"homepage":"https://ruby.github.io/csv/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruby.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-14T10:04:33.000Z","updated_at":"2025-05-01T21:27:52.000Z","dependencies_parsed_at":"2023-01-25T23:16:50.637Z","dependency_job_id":"a8738e78-0e05-4a0b-9bb6-76e03e536297","html_url":"https://github.com/ruby/csv","commit_stats":{"total_commits":703,"total_committers":88,"mean_commits":7.988636363636363,"dds":0.5277382645803699,"last_synced_commit":"4534f35c251f9b89720d0357fbe956e6b5592a64"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fcsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fcsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fcsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fcsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruby","download_url":"https://codeload.github.com/ruby/csv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254043609,"owners_count":22004978,"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","ruby"],"created_at":"2024-08-06T08:02:03.302Z","updated_at":"2025-05-14T00:06:54.491Z","avatar_url":"https://github.com/ruby.png","language":"Ruby","funding_links":[],"categories":["Libraries \u0026 Tools","Ruby"],"sub_categories":["Ruby"],"readme":"# CSV\n\nThis library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'csv'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install csv\n\n## Usage\n\n```ruby\nrequire \"csv\"\n\nCSV.foreach(\"path/to/file.csv\") do |row|\n  # use row here...\nend\n```\n\n## Documentation\n\n- [API](https://ruby.github.io/csv/):  all classes, methods, and constants.\n- [Recipes](https://ruby.github.io/csv/doc/csv/recipes/recipes_rdoc.html):  specific code for specific tasks.\n\n## Development\n\nAfter checking out the repo, run `ruby run-test.rb` to check if your changes can pass the test.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/ruby/csv.\n\n### NOTE: About RuboCop\n\nWe don't use RuboCop because we can manage our coding style by ourselves. We want to accept small fluctuations in our coding style because we use Ruby.\nPlease do not submit issues and PRs that aim to introduce RuboCop in this repository.\n\n## License\n\nThe gem is available as open source under the terms of the [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause).\n\nSee LICENSE.txt for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby%2Fcsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruby%2Fcsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby%2Fcsv/lists"}