Metadata-Version: 2.4
Name: pydae-uds
Version: 1.0.1
Summary: Unbalanced distribution systems builder for pydae DAE solver
Project-URL: Homepage, https://github.com/pydae/pydae
Project-URL: Repository, https://github.com/pydae/pydae
Author-email: Juan Manuel Mauricio <jmmauricio6@gmail.com>
License: MIT
Keywords: DAE,distribution,power-systems,three-phase,unbalanced
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Requires-Dist: hjson>=3.0.0
Requires-Dist: networkx>=3.2.0
Requires-Dist: pydae>=1.0.0
Description-Content-Type: text/markdown

# pydae-uds

Unbalanced Distribution Systems builder for the [pydae](https://github.com/pydae/pydae) DAE solver.

Reads 3-phase unbalanced distribution network descriptions and constructs the symbolic DAE system dictionary for `pydae.core.Builder`.

## Installation

```bash
pip install pydae-uds   # automatically installs pydae as a dependency
```
