Metadata-Version: 2.4
Name: fram-core
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: juliacall (>=0.9.28,<0.10.0)
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 the **FRAM** modelling framework. The package holds the functionality used to describe and manipulate the energy system, handle time series operations, and hold the definition of key interfaces in FRAM.

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

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

## Installation

To add the package to your project use:

    pip install fram-core

With poetry:

    poetry add fram-core

