jamesscottbrown / pyyed

A simple Python library to export networks to yEd
BSD 3-Clause "New" or "Revised" License
81 stars 37 forks source link

Source target labels #37

Closed jamesscottbrown closed 3 years ago

jamesscottbrown commented 3 years ago

Allow add_edge() to take optional source_label and target_label argument.

This copies the change made in https://github.com/jamesscottbrown/pyyed/pull/34, but fixes the inconsistent whitespace syntax error.