Tulip python utility classes and plugins
Code in this repository should always come in pairs: a python class that can be imported as such into a python script, or a python Tulip plugin that can be imported in the Tulip GUI.
(Pairs of) code files follow the naming convention:
- <UtilityClass>.py (FabulousMetric.py, for instance)
- <UtilityClass>Plugin.py (FabulousMetricPlugin.py, for instance)
However, not all code follows this convention. Still working on it.