Ecosyste.ms: Summary
An open API service providing a high level summary for open source projects.
https://github.com/dmvianna/csv-conduit
Score: -Infinity
Last synced: 3 days ago
JSON representation
Repository metadata:
Flexible, fast and constant-space CSV library for Haskell using conduits
- Host: GitHub
- URL: https://github.com/dmvianna/csv-conduit
- Owner: dmvianna
- License: other
- Fork: true (ozataman/csv-conduit)
- Created: 2024-07-18T02:24:21.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-10T00:03:33.000Z (3 months ago)
- Last Synced: 2024-12-13T17:03:54.379Z (14 days ago)
- Language: Haskell
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
Owner metadata:
- Name: Daniel Vianna
- Login: dmvianna
- Email:
- Kind: user
- Description: Computer Scribe. Folding with `for` since 2012. Functional Python + Imperative Haskell.
- Website: http://au.linkedin.com/pub/daniel-vianna/30/75/800
- Location: Melbourne, Australia
- Twitter: dmlvianna
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1708810?u=7917de59b8f154554eb652a4458ce1d55492166c&v=4
- Repositories: 5
- Last Synced at: 2023-03-02T03:30:34.774Z
- Profile URL: https://github.com/dmvianna
GitHub Events
Total
- Total: 0
Last Year
- Total: 0
Issue and Pull Request metadata
Last synced: 14 days ago
Total issues: 0
Total pull requests: 0
Average time to close issues: N/A
Average time to close pull requests: N/A
Total issue authors: 0
Total pull request authors: 0
Average comments per issue: 0
Average comments per pull request: 0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
Top Pull Request Authors
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 1
-
Total downloads:
- hackage: 20,946 total
- Total dependent packages: 1
- Total dependent repositories: 154
- Total versions: 24
- Total maintainers: 3
hackage.haskell.org: csv-conduit
CSV files are the de-facto standard in many situations involving data transfer, particularly when dealing with enterprise application or disparate database systems. While there are a number of CSV libraries in Haskell, at the time of this project's start in 2010, there wasn't one that provided all of the following: Full flexibility in quote characters, separators, input/output Constant space operation Robust parsing, correctness and error resiliency Convenient interface that supports a variety of use cases Fast operation This library is an attempt to close these gaps. Please note that this library started its life based on the enumerator package and has recently been ported to work with conduits instead. In the process, it has been greatly simplified thanks to the modular nature of the conduits library. Following the port to conduits, the library has also gained the ability to parameterize on the stream type and work both with ByteString and Text. For more documentation and examples, check out the README at: http://github.com/dmvianna/csv-conduit
- Homepage: http://github.com/dmvianna/csv-conduit
- Licenses: BSD-3-Clause
- Latest release: 0.6.8 (published almost 7 years ago)
- Last Synced: 2024-12-13T16:39:12.582Z (14 days ago)
- Versions: 24
- Dependent Packages: 1
- Dependent Repositories: 154
- Downloads: 20,946 Total
-
Rankings:
- Dependent repos count: 3.278%
- Forks count: 6.968%
- Downloads: 7.092%
- Average: 7.8%
- Dependent packages count: 10.472%
- Stargazers count: 11.19%
- Maintainers (3)