ruby-smarter-csv 1.18.0-1
Package Information
| Description | end-to-end CSV ingestion for Ruby SmarterCSV is a high-performance CSV reader and writer for Ruby focused on fastest end-to-end ingestion — not just parsing. It returns ready-to-use hashes with configurable header and value transformations, intelligent defaults, and automatic delimiter discovery. Built for real-world data pipelines, SmarterCSV supports chunked processing for large files, streaming via Enumerable APIs, and C acceleration to optimize the full ingestion path (parsing + hash construction + conversions). Designed to handle messy user-uploaded CSV while remaining easy to integrate with Rails, ActiveRecord imports, Sidekiq jobs, parallel processing, and S3-based workflows. |
|---|---|
| Maintainer | Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org> |
| Changed By | Simon Quigley <tsimonq2@debian.org> |
| Sponsor | tsimonq2@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/ruby-team/ruby-smarter-csv.git (browse) |
| Tracker | https://tracker.debian.org/pkg/ruby-smarter-csv |
| Uploaded | 5 hours ago |
New Package Report
.changes
| Version | 1.18.0-1 |
|---|---|
| Changed-By | Simon Quigley |
| Architecture | source amd64 |
| Distribution | unstable |
| Date | Mon, 29 Jun 2026 18:35:14 -0500 |
| Source | ruby-smarter-csv |
Changelog
ruby-smarter-csv (1.18.0-1) unstable; urgency=medium . * Initial release.
.dsc
| Package-List | ruby-smarter-csv deb ruby optional arch=any |
|---|---|
| Section | ruby |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: smarter_csv Upstream-Contact: ["tilo.sloboda@gmail.com"] Source: https://github.com/tilo/smarter_csv Files: * Copyright: 2012-2022 Tilo Sloboda License: Expat Files: debian/* Copyright: 2026 Simon Quigley <tsimonq2@debian.org> License: Expat Comment: The Debian packaging is licensed under the same terms as the source. License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.