Skip to content

Commit a1ba6e0

Browse files
committed
Update README
1 parent b152dcf commit a1ba6e0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# TextParse
22

3-
[![Tests Status](https://travis-ci.org/JuliaComputing/TextParse.jl.svg?branch=master)](https://travis-ci.org/JuliaComputing/TextParse.jl?branch=master)
4-
[![Coverage Status](https://coveralls.io/repos/github/JuliaComputing/TextParse.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaComputing/TextParse.jl?branch=master)
5-
[![codecov](https://codecov.io/gh/juliacomputing/TextParse.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/juliacomputing/TextParse.jl)
3+
![](https://github.com/queryverse/TextParse.jl/workflows/Run%20CI%20on%20master/badge.svg)
4+
[![codecov](https://codecov.io/gh/queryverse/TextParse.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/queryverse/TextParse.jl)
65

7-
TextParse uses Julia's generated functions to generate efficient specialized parsers for text files. Right now, there is a good set of features for reading CSV files (see [the documentation](https://JuliaComputing.github.io/TextParse.jl/stable)). Parsing packages can use TextParse as a framework for implementing parsers for other formats.
6+
TextParse uses Julia's generated functions to generate efficient specialized parsers for text files. Right now, there is a good set of features for reading CSV files (see [the documentation](https://www.queryverse.org/TextParse.jl/stable/)). Parsing packages can use TextParse as a framework for implementing parsers for other formats.
87

98
## Related packages
109
- [CSV.jl](https://github.com/JuliaData/CSV.jl) - Package for reading CSV files into [Tables](https://github.com/JuliaData/Tables.jl) API. It loads the data into a `DataFrame`. TextParse tries to be minimal and returns a tuple of vectors as the output of `csvread` and adds useful features such as parsing string columns as PooledArrays.
11-
- [CSVFiles.jl](https://github.com/davidanthoff/CSVFiles.jl) - Package for reading CSV via the [FileIO.jl](https://github.com/JuliaIO/FileIO.jl) API into any [IterableTables.jl](https://github.com/davidanthoff/IterableTables.jl) sink. The package uses [TextParse.jl](https://github.com/JuliaComputing/TextParse.jl) for parsing.
10+
- [CSVFiles.jl](https://github.com/queryverse/CSVFiles.jl) - Package for reading CSV via the [FileIO.jl](https://github.com/JuliaIO/FileIO.jl) API into any [IterableTables.jl](https://github.com/queryverse/IterableTables.jl) sink. The package uses [TextParse.jl](https://github.com/queryverse/TextParse.jl) for parsing.
1211

1312

14-
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaComputing.github.io/TextParse.jl/stable)
15-
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaComputing.github.io/TextParse.jl/dev)
13+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://www.queryverse.org/TextParse.jl/stable/)
14+
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://www.queryverse.org/TextParse.jl/dev/)

0 commit comments

Comments
 (0)