0dj0bz / graphyt

graphyt graph library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphyt (pronounced /ˈɡraˌfīt/)

A somewhat elegant and efficient Graph package for Python >=3.6

Copyright 2016-2019, Robert L. Abbott

This package is protected under the MIT License.

graphyt consists of three classes:

  • Graph, which is the top-level object for the creation of a Graph
  • Node, which is the fundamental unit of information in a Graph
  • Edge, which is used to connect one or two Node objects

About

graphyt graph library

License:MIT License


Languages

Language:Python 100.0%