Skip to main content

Make graphs of HasProperties class networks

Project description

https://img.shields.io/pypi/v/properties-inheritance-graph.svg https://travis-ci.org/seequent/properties-inheritance-graph.svg?branch=master https://codecov.io/gh/seequent/properties-inheritance-graph/branch/master/graph/badge.svg?token=yyj42i2C5k

The purpose of this library is to quickly and easily create UML graphs that show inheritance structure of HasProperties class hierarchies. For more information on HasProperties classes, see properties.

To install

pip install properties_inheritance_graph

then in Python

from properties_inheritance_graph import make_graph
import omf  # or any other library built on properties

graph, registry = make_graph(
    registry=omf.PointSetElement._REGISTRY,
    expand_props=True,
    only_new_props=True,
    abstract_regex='^.*Model$',
)

In the above example, the properties-based OMF library is used for demonstration.

To render these graphs to file or in a Jupyter notebook, you may use nxpd. Graphviz must also be installed.

import nxpd
nxpd.draw(graph, filename='inheritance_graph.png')
https://raw.githubusercontent.com/seequent/properties-inheritance-graph/master/docs/inheritance_graph.png

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

properties-inheritance-graph-1.0.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page