proxy.golang.org : github.com/gnames/gnparser : v1.0.12
Package gnparser implements the main use-case of the project -- parsing scientific names. There are methods to parse one name at a time, a slice of names, or a stream of names. All methods return results in the same order as input. It is achieved by restoring the order after concurrent execution of the parsing process.
Registry -
Documentation -
Download -
JSON -
codemeta.json
purl: pkg:golang/github.com/gnames/gnparser@v1.0.12
Published:
Indexed:
Related tag:
v1.0.12
Loading...
Readme
Loading...
Dependencies
- github.com/fsnotify/fsnotify v1.4.9
- github.com/gnames/gnfmt v0.1.0
- github.com/gnames/gnlib v0.2.1
- github.com/gnames/gnsys v0.1.1
- github.com/gnames/gnuuid v0.1.1
- github.com/gnames/organizer v0.1.1
- github.com/gnames/tribool v0.1.1
- github.com/labstack/echo/v4 v4.1.17
- github.com/magiconair/properties v1.8.4
- github.com/mattn/go-colorable v0.1.8
- github.com/mitchellh/mapstructure v1.4.1
- github.com/pelletier/go-toml v1.8.1
- github.com/rendon/testcli v1.0.0
- github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
- github.com/spf13/afero v1.5.1
- github.com/spf13/cast v1.3.1
- github.com/spf13/cobra v1.1.1
- github.com/spf13/jwalterweatherman v1.1.0
- github.com/spf13/viper v1.7.1
- github.com/stretchr/testify v1.7.0
- golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
- golang.org/x/net v0.0.0-20210119194325-5f4716e94777
- golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
- golang.org/x/text v0.3.5
- gopkg.in/ini.v1 v1.62.0
- gopkg.in/yaml.v2 v2.4.0