Welcome to the Hydraulic Network Skeletonizer’s documentation!

Contents:

Getting Started

Installation

Installation is as simple as:

pip install skeletonizer

Contribute

You can contribute to this code through Pull Request on GitLab. Please, make sure that your code is coming with unit tests to ensure full coverage and continuous integration in the API.

Support

Raise any issue on GitLab such that we can address your problem.

Python API

Network

class skeletonizer.network.NetworkObject(name)[source]

Bases: object

Base class for any objects in the network, like pipes, valves, etc.

Indices and tables