A library for running feems simulation
Project description
RunFeemsSim Package
The RunFeemsSim package is a Python package for running FEEMS simulations. It provides a simple interface for running FEEMS simulations and for visualizing the results. It also provides a basic pms model to apply for an electric power system that has a functionality of load dependent start-stop of gensets.
Installation of the package
The package is distributed by the Azure Artifacts package manager. To install the package, you need to install artifacts-keyring package and should have a valid Azure DevOps account.
pip install artifacts-keyring
Then, you need to add the package source to your pip configuration. You can do this by copying the pip configuration file (pip.conf for macOS and Linux or pip.ini for Windows) to your virtual environment directory or base python directory. The file should contain the following lines:
[global]
extra-index-url=https://pkgs.dev.azure.com/SintefOceanEnergySystem/_packaging/SintefOceanEnergySystem/pypi/simple/
If you already have a pip configuration file, you can add the above lines to the file. Finally, you can install the package by running the following command:
pip install RunFeemsSim
Installation of the development environment
For the development, one should create a virtual environment and install the package using the requirements.txt file. First, create a virtual environment and activate it.
python -m venv venv
source venv/bin/activate
Then, you need to add the package source to your pip configuration. You can do this by copying the pip configuration file (pip.conf for macOS and Linux or pip.ini for Windows) to your venv directory or base python directory. The file should contain the following lines:
[global]
extra-index-url=https://pkgs.dev.azure.com/SintefOceanEnergySystem/_packaging/SintefOceanEnergySystem/pypi/simple/
Then, install the package using the requirements.txt file.
pip install -r requirements.txt
Usage
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file runfeemssim-0.2.4.tar.gz
.
File metadata
- Download URL: runfeemssim-0.2.4.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d6b16acb707715d6c1e43bd98ef6c299bb3c1564f5ecfcbb808b038aa45eacb |
|
MD5 | d4dfbbf383b07bab759731ef65bdd01c |
|
BLAKE2b-256 | ba0c730169d6ef916f5120ef3d9cb54f2af3653ef01800e0b8f36b9adefd8f89 |
File details
Details for the file RunFeemsSim-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: RunFeemsSim-0.2.4-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 772d551b1c20a821332868c6e536e476e75d0c73b61bd999cb152294726039e6 |
|
MD5 | b2617fc2c0d67cfa8273a7e5e36912e9 |
|
BLAKE2b-256 | af27bd788e25a26debe4fd2ac6cb08da378b4369211ab327bb20e16c331b40c5 |