Metadata-Version: 2.4
Name: pypacity
Version: 0.1.1
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:: https://raw.githubusercontent.com/gteasoft/pypacity/master/docs/source/_images/pypacity_logo.png
   :alt: PyPacity
   :width: 300px
   :align: center


PyPacity
========

|docs-status| |pypi-version| |python-versions| |project-status| |license|

.. |docs-status| image:: https://github.com/gteasoft/pypacity/actions/workflows/docs.yml/badge.svg?branch=master
   :target: https://github.com/gteasoft/pypacity/actions/workflows/docs.yml?query=branch%3Amaster
   :alt: Documentation build status

.. |pypi-version| image:: https://img.shields.io/pypi/v/pypacity.svg
   :target: https://pypi.org/project/pypacity/
   :alt: PyPI version

.. |python-versions| image:: https://img.shields.io/pypi/pyversions/pypacity.svg
   :target: https://pypi.org/project/pypacity/
   :alt: Supported Python versions

.. |project-status| image:: https://img.shields.io/pypi/status/pypacity.svg
   :target: https://pypi.org/project/pypacity/
   :alt: PyPI development status

.. |license| image:: https://img.shields.io/pypi/l/pypacity.svg
   :target: https://pypi.org/project/pypacity/
   :alt: Project license

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

Install the latest release from PyPI:

.. code-block:: console

   python -m pip install pypacity

Alternatively, install the current development version from GitHub:

.. code-block:: console

   git clone https://github.com/gteasoft/pypacity.git
   cd pypacity
   python -m pip install .

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

The `complete documentation <https://gteasoft.github.io/pypacity/>`_
includes the theoretical formulation, input and output parameters, and
application examples.

.. image:: https://raw.githubusercontent.com/gteasoft/pypacity/master/docs/source/_images/UC_logo.png
   :alt: Universidad de Cantabria
   :width: 200px
   :align: center
