Metadata-Version: 2.4
Name: fram-data
Version: 0.1.1
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.14.0,<4.0.0)
Requires-Dist: numpy (>=2.2.2,<2.4.0)
Requires-Dist: openpyxl
Requires-Dist: pandas (>=2.2.3)
Requires-Dist: pandera (>=0.23.1,<0.24.0)
Requires-Dist: pyarrow
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Description-Content-Type: text/markdown

# fram-data

## About

**fram-data** is one of packages in **FRAM** framework for running energy market models. The package contains functionality for providing model framework with data from various data sources.

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

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

## Installation

To add the package to your project use:

    pip install fram-data

With poetry:

    poetry add fram-data

