algebraic-graphs-io: I/O utilities for algebraic-graphs

[ bsd3, data-mining, graphs, library, parsing ] [ Propose Tags ]
This version is deprecated.

I/O utilities for algebraic-graphs. See README for details


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.1.5.0, 0.1.5.1, 0.2, 0.3, 0.4, 0.5, 0.5.0.1 (info)
Change log CHANGELOG.md
Dependencies algebraic-graphs, attoparsec, base (>=4.7 && <5), bytestring, conduit, conduit-extra, containers, csv-conduit, dot, exceptions, filepath, http-conduit, matrix-market-attoparsec, megaparsec, parser-combinators, primitive, tar-conduit, text [details]
License BSD-3-Clause
Copyright 2020-2021 ocramz
Author Marco Zocca
Maintainer ocramz
Category Graphs, Parsing
Home page https://github.com/ocramz/algebraic-graphs-io
Source repo head: git clone https://github.com/ocramz/algebraic-graphs-io
Uploaded by ocramz at 2020-12-21T16:28:57Z
Distributions
Downloads 1217 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-12-21 [all 1 reports]

Readme for algebraic-graphs-io-0.1.4.0

[back to package description]

algebraic-graphs-io

This package aims to collect some I/O utilities for algebraic-graphs, e.g. parsers and serializers for common graph data interchange formats.

Currently it provides parsers for the following formats :

  • GML : used by a few common graph software packages (NetworkX, Gephi, graphviz, and others)

  • .tsv : tab-separated list of edge data, used e.g. for the Graph Challenge dataset : https://graphchallenge.mit.edu/data-sets

Contributing

PRs and contributions welcome!