Metadata-Version: 2.4
Name: fram-jules
Version: 0.1.0
Summary: 
License: LICENSE.md
License-File: LICENSE.md
Author: The Norwegian Water Resources and Energy Directorate
Author-email: fram@nve.no
Requires-Python: >=3.11,<4
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: fram-core (>=0.1.0)
Requires-Dist: h5py (>=3.13.0)
Requires-Dist: pandas (>=2.2.3)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Description-Content-Type: text/markdown

# fram-jules

## About

**fram-jules** package is a part of the **FRAM** open-source modelling framework developed by [NVE](https://www.nve.no/). The package contains features for running [open-source power market model JulES](https://github.com/NVE/JulES/).

For package documentation see [fram-jules](https://nve.github.io/fram-jules/). 

For FRAM documentation see [FRAM mainpage](https://nve.github.io/fram).

## Installation

To add the package to your project use:

    pip install fram-jules

With poetry:

    poetry add fram-jules

