Metadata-Version: 2.4
Name: pypacity
Version: 0.1.0
Summary: Ampacity calculations for overhead electrical conductors
Author: GTEA - Universidad de Cantabria
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/gteasoft/pypacity
Project-URL: Documentation, https://gteasoft.github.io/pypacity
Project-URL: Repository, https://github.com/gteasoft/pypacity
Project-URL: Issues, https://github.com/gteasoft/pypacity/issues
Keywords: ampacity,dynamic line rating,overhead lines,power systems,IEEE 738,CIGRE TB 601
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.txt
Requires-Dist: numpy>=1.23
Requires-Dist: pandas>=1.5
Requires-Dist: matplotlib
Requires-Dist: ipympl
Requires-Dist: ipykernel
Provides-Extra: test
Requires-Dist: pytest>=8; extra == "test"
Requires-Dist: pytest-cov>=5; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx>=7; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=2; extra == "docs"
Requires-Dist: sphinx-rtd-size; extra == "docs"
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == "dev"
Requires-Dist: twine>=5; extra == "dev"
Requires-Dist: ruff>=0.9; extra == "dev"
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: pytest-cov>=5; extra == "dev"
Requires-Dist: sphinx>=7; extra == "dev"
Requires-Dist: sphinx-rtd-theme>=2; extra == "dev"
Dynamic: license-file

.. image:: docs/source/_images/pypacity_logo.png
   :alt: PyPacity
   :width: 300px
   :align: center


PyPacity
========

.. image:: https://github.com/gteasoft/pypacity/actions/workflows/docs.yml/badge.svg?branch=master
   :target: https://github.com/gteasoft/pypacity/actions/workflows/docs.yml
   :alt: Documentation build

.. image:: https://img.shields.io/badge/status-development-orange.svg
   :target: https://github.com/gteasoft/pypacity
   :alt: Development status

.. image:: https://img.shields.io/badge/license-BSD--3--Clause-blue.svg
   :target: https://github.com/gteasoft/pypacity/blob/master/LICENSE
   :alt: BSD 3-Clause License

.. |nbsp| unicode:: 0xA0
   :trim:

|nbsp|

**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
------------

.. code-block:: console

   git clone https://github.com/mmanana/pypacity.git
   cd pypacity
   pip install .

Documentation
-------------

The complete documentation includes the theoretical formulation,
input and output parameters, and application examples.

.. image:: docs/source/_images/UC_logo.png
   :alt: Universidad de Cantabria
   :width: 200px
   :align: center
