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. Currently, parsers for the GML format.


[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, base (>=4.7 && <5), containers, megaparsec, parser-combinators, 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-20T18:56:36Z
Distributions
Downloads 1238 total (33 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-20 [all 1 reports]

Readme for algebraic-graphs-io-0.1.3.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 a parser for the GML format, which is used by a few common graph software packages (NetworkX, Gephi, graphviz, and others).

PRs and contributions welcome!