/NestedGraphs.jl

Primary LanguageJuliaMIT LicenseMIT

NestedGraphs.jl

NestedGraphs.jl

codecov.io

A package to handle nested graphs.

NestedGraphs.jl requires Julia v1.9+

NestedGraphs.jl is a young project that aims at easy and type-stable graph analysis for nested graphs. This package is in an early development stage and might break often.

Installing

julia> import Pkg
julia> Pkg.add("NestedGraphs")
julia> using NestedGraphs

Developing and testing

Setup the test environment using Run.jl. Start julia inside the NestedGraphs dev-ed directory and then:

julia> using Run
julia> Run.prepare_test() # instantiates and precompiles `./test/`
julia> Run.test()         # test package