PyPacity
PyPacity is a Python library for computing the ampacity of overhead electrical conductors.
It implements the IEEE 738 and CIGRE TB 601 methods under steady-state and transient conditions.
Requirements
PyPacity requires Python 3.9 or newer.
Installation
git clone https://github.com/gteasoft/pypacity
cd pypacity
pip install .
or
python -m pip install pypacity
Documentation
The complete documentation includes the theoretical formulation, input and output parameters, and application examples.