Metadata-Version: 2.4
Name: fram-core
Version: 0.1.0a1
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
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: numexpr (>=2.10.2)
Requires-Dist: numpy (>=2.2.2)
Requires-Dist: pandas (>=2.2.3)
Requires-Dist: sympy (>=1.13.3)
Description-Content-Type: text/markdown

# fram-core

## About

**fram-core** is the main package in **FRAM** modelling framework. The package contains essential features, interfaces and components for running energy market models in FRAM.

For package documentation see [fram-core](https://nve.github.io/fram-core){:target="_blank"}. 

For FRAM documentation see [FRAM mainpage](https://nve.github.io/fram){:target="_blank"}.

## Installation

To add the package to your project use:

    pip install fram-core

With poetry:

    poetry add fram-core

