Metadata-Version: 2.2
Name: fpowerkit
Version: 0.2.1
Summary: A Distflow PDN solver based on Gurobi.
Author: fmy_xfk
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: feasytools>=0.0.21
Requires-Dist: cvxpy>=1.0
Requires-Dist: numpy>=1.20.0
Requires-Dist: ecos
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# FPowerKit - A power distribution network calculation component

This is a package designed for power distribution network solving.

There are 3 modes for this package to work:

- Optimal power flow (OPF): Use cvxpy to solve the optimal power flow and determine the output of the generators.

- Power flow calculation: Use OpenDSS or Netwon-Raphson method to solve the power flow with given generator ouputs.

- Hybrid: Use OPF to determine the initial value, and then use OpenDSS or Newton method to perform accurate calculation.

Since this package is still under development, the API is unstable and may be changed anytime.

Please visit https://gitee.com/fmy_xfk/fpowerkit to read the detailed introduction and the usage.
