Popularity
7.5
Growing
Activity
0.0
Stable
31
4
4
Monthly Downloads: 5
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Data Structures
Graphs
Latest version: v0.9.6.0
graphite alternatives and similar packages
Based on the "Data Structures" category.
Alternatively, view graphite alternatives based on common mentions on social networks and blogs.
-
parameterized-utils
A set of utilities for using indexed types including containers, equality, and comparison. -
justified-containers
Standard containers, with keys that carry type-level proofs of their own presence.
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
Promo
sevalla.com

Do you think we are missing an alternative of graphite or a related project?
README
graphite - A Haskell graphs and networks library
[Graphite Logo](./logo/logo.png)
Represent, analyze and visualize graphs & networks.
Documentation
- Tutorial (under construction): http://haskell-graphite.readthedocs.io/
- Haddock: https://hackage.haskell.org/package/graphite#modules
TODO
List of currently undefined
functions that should be implemented eventually.
Pull requests are very welcome.
toAdjacencyMatrix
(Data.Graph.UGraph)toAdjacencyMatrix
(Data.Graph.DGraph)isSymmetric
(Data.Graph.DGraph)isOriented
(Data.Graph.DGraph)isRegular
(Data.Graph.DGraph)isDirectedGraphic
(Data.Graph.UGraph.DegreeSequence)fromGraphicalSequence
(Data.Graph.UGraph.DegreeSequence)areIsomorphic
(Data.Graph.Morphisms)isomorphism
(Data.Graph.Morphisms)isURegular
(Data.Graph.Morphisms)isDRegular
(Data.Graph.Morphisms)
Known bugs
<= 0.10.0.1
insertEdgeTriple
does not update the attribute in DGraph #2