Metadata-Version: 2.4
Name: power-grid-bridge
Version: 0.1.2
Summary: Power Grid Bridge
Author-email: "Engr. Ahmad Furqan" <ahmadfurqanc@gmail.com>
License: MPL-2.0
Project-URL: GitHub, https://github.com/furqan463/power-grid-bridge
Keywords: power grid bridge,power system,conversions
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Dynamic: license-file

<!--
SPDX-FileCopyrightText: 2026 Engr. Ahmad Furqan <ahmadfurqanc@gmail.com>

SPDX-License-Identifier: MPL-2.0
-->

# Power Grid Model Bridge

`power-grid-bridge` is a tool for conversion of power system data across various software / tools.

## Installation

### Install from PyPI

You can directly install the package from PyPI.
Although it is opt-in, it is recommended to use [`uv`](https://github.com/astral-sh/uv) as
your development environment manager.

```sh
uv pip install power-grid-bridge
```

## License

This project is licensed under the Mozilla Public License, version 2.0 - see
[LICENSE](https://github.com/furqan463/power-grid-bridge/blob/main/LICENSE) for details.
