Source: ruby-smarter-csv
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Simon Quigley <tsimonq2@debian.org>
Build-Depends: debhelper-compat (= 14), gem2deb (>= 2.2.8~), ruby-bigdecimal
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-smarter-csv.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-smarter-csv
Homepage: https://github.com/tilo/smarter_csv
Testsuite: autopkgtest-pkg-ruby

Package: ruby-smarter-csv
Architecture: any
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.
