Metadata-Version: 2.1
Name: roseau-load-flow
Version: 0.6.0
Summary: Highly capable three-phase load flow solver
Home-page: https://github.com/RoseauTechnologies/Roseau_Load_Flow/
License: Proprietary
Author: Ali Hamdan
Author-email: ali.hamdan@roseautechnologies.com
Maintainer: Ali Hamdan
Maintainer-email: ali.hamdan@roseautechnologies.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: Other/Proprietary License
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: Topic :: Scientific/Engineering :: Physics
Provides-Extra: graph
Provides-Extra: plot
Requires-Dist: geopandas (>=0.10.2)
Requires-Dist: matplotlib (>=3.7.2) ; extra == "plot"
Requires-Dist: networkx (>=3.0.0) ; extra == "graph"
Requires-Dist: numpy (>=1.21.5) ; python_version < "3.12"
Requires-Dist: numpy (>=1.26.0) ; python_version >= "3.12" and python_version < "3.13"
Requires-Dist: numpy ; python_version >= "3.13"
Requires-Dist: pandas (>=1.4.0)
Requires-Dist: pint (>=0.21.0)
Requires-Dist: regex (>=2022.1.18)
Requires-Dist: requests (>=2.28.1)
Requires-Dist: rich (>=13.5.1)
Requires-Dist: shapely (>=2.0.0)
Requires-Dist: typing-extensions (>=4.6.2)
Project-URL: Repository, https://github.com/RoseauTechnologies/Roseau_Load_Flow/
Description-Content-Type: text/markdown

# Roseau Load Flow

![CI](https://github.com/RoseauTechnologies/Roseau_Load_Flow/workflows/CI/badge.svg)
[![Documentation](https://github.com/RoseauTechnologies/Roseau_Load_Flow/actions/workflows/doc.yml/badge.svg)](https://github.com/RoseauTechnologies/Roseau_Load_Flow/actions/workflows/doc.yml)
[![pre-commit](https://github.com/RoseauTechnologies/Roseau_Load_Flow/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/RoseauTechnologies/Roseau_Load_Flow/actions/workflows/pre-commit.yml)

_Roseau Load Flow_ is a highly capable three-phase load flow solver. This project is compatible with Python 3.9 and
above.

Please take a look at our documentation to see how to install and use `roseau-load-flow`.

- [Installation](https://roseautechnologies.github.io/Roseau_Load_Flow/Installation.html)
- [Usage](https://roseautechnologies.github.io/Roseau_Load_Flow/usage/index.html)

# Accessing the solver

This is the client library for the
[_Roseau Load Flow_](https://www.roseautechnologies.com/en/roseau-load-flow-en/) solver. To use the solver, you
need to sign up for an account. For inquiry, please contact us at contact@roseautechnologies.com.

If you are a **student or a teacher, free API credentials are provided**. Please contact us at
contact@roseautechnologies.com.

# Network data

With this library, there is a sample of 20 low-voltage and 20 medium-voltage feeders included for an easy
start! Each network is given with its summer and winter load point. At _Roseau Technologies_, we are able to provide
the major part of the French medium and low voltage networks. For more information, please contact us at
contact@roseautechnologies.com.

![Catalogue of networks](https://github.com/RoseauTechnologies/Roseau_Load_Flow/blob/main/doc/_static/Network/Catalogue.png?raw=True)

# Bug reports / Feature requests

If you find a bug or have a feature request, please open an issue on
[GitHub](https://github.com/RoseauTechnologies/Roseau_Load_Flow/issues)

# Credits

This software is developed by [Roseau Technologies](https://www.roseautechnologies.com/en).
[![Linkedin](https://i.stack.imgur.com/gVE0j.png) LinkedIn](https://www.linkedin.com/company/roseau-technologies/)
&nbsp;
[![GitHub](https://i.stack.imgur.com/tskMh.png) GitHub](https://github.com/RoseauTechnologies)

