# 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.
```sh
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:
```sh
[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:
```sh
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.
```sh
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:
```sh
[global]
extra-index-url=https://pkgs.dev.azure.com/SintefOceanEnergySystem/_packaging/SintefOceanEnergySystem/pypi/simple/
```
Then, install the package using the requirements.txt file.
```sh
pip install -r requirements.txt
```
## Usage
Raw data
{
"_id": null,
"home_page": "https://github.com/SINTEF/FEEMS",
"name": "RunFeemsSim",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "FEEMS, machinery system, fuel, emissions",
"author": "Kevin Koosup Yum",
"author_email": "kevinkoosup.yum@sintef.no",
"download_url": "https://files.pythonhosted.org/packages/2b/89/245c276e8fa97b8c81f52fed8d54ce06aaf9b334a6dcd6e3a7b4ae95ff3f/RunFeemsSim-0.2.3.tar.gz",
"platform": null,
"description": "# RunFeemsSim Package\n\n> The RunFeemsSim package is a Python package for running FEEMS simulations. It provides a simple \n> interface for running FEEMS simulations and for visualizing the results. It also provides a basic \n> pms model to apply for an electric power system that has a functionality of load dependent \n> start-stop of gensets.\n\n## Installation of the package\nThe package is distributed by the Azure Artifacts package manager. To install the package, \nyou need to install artifacts-keyring package and should have a valid Azure DevOps account. \n```sh\npip install artifacts-keyring\n```\nThen, you need to add the package source to your pip configuration. You can do this by copying \nthe pip configuration file (pip.conf for macOS and Linux or pip.ini for Windows) to your \nvirtual environment directory or base python directory. The file should contain the following lines:\n```sh\n[global]\nextra-index-url=https://pkgs.dev.azure.com/SintefOceanEnergySystem/_packaging/SintefOceanEnergySystem/pypi/simple/\n```\nIf you already have a pip configuration file, you can add the above lines to the file. Finally, \nyou can install the package by running the following command:\n```sh\npip install RunFeemsSim\n```\n \n## Installation of the development environment\nFor the development, one should create a virtual environment and install the package using the \nrequirements.txt file. First, create a virtual environment and activate it. \n```sh \npython -m venv venv\nsource venv/bin/activate\n```\nThen, you need to add the package source to your pip configuration. You can do this by copying \nthe pip configuration file (pip.conf for macOS and Linux or pip.ini for Windows) to your venv \ndirectory or base python directory. The file should contain the following lines:\n```sh\n[global]\nextra-index-url=https://pkgs.dev.azure.com/SintefOceanEnergySystem/_packaging/SintefOceanEnergySystem/pypi/simple/\n```\n\nThen, install the package using the requirements.txt file.\n```sh\npip install -r requirements.txt\n```\n\n## Usage\n\n\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "A library for running feems simulation",
"version": "0.2.3",
"project_urls": {
"Homepage": "https://github.com/SINTEF/FEEMS"
},
"split_keywords": [
"feems",
" machinery system",
" fuel",
" emissions"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "378269fc66c733968f18ccc33681ee49237874ea1bc447adecae9a8a82c9bbb1",
"md5": "556396b274c4cea680cdb707552d316b",
"sha256": "60c03cc4c6f403cf252407bd7c4aab3f722c055c2f0d68aa17e3d9f906bc36ea"
},
"downloads": -1,
"filename": "RunFeemsSim-0.2.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "556396b274c4cea680cdb707552d316b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 10124,
"upload_time": "2024-04-09T12:54:22",
"upload_time_iso_8601": "2024-04-09T12:54:22.288195Z",
"url": "https://files.pythonhosted.org/packages/37/82/69fc66c733968f18ccc33681ee49237874ea1bc447adecae9a8a82c9bbb1/RunFeemsSim-0.2.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2b89245c276e8fa97b8c81f52fed8d54ce06aaf9b334a6dcd6e3a7b4ae95ff3f",
"md5": "182b0c660b6129383a6508161a3c7153",
"sha256": "8730f4726c6eff98ee2efcf8f969aa3cd406027314930e413d9497ebe80bc144"
},
"downloads": -1,
"filename": "RunFeemsSim-0.2.3.tar.gz",
"has_sig": false,
"md5_digest": "182b0c660b6129383a6508161a3c7153",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 11924,
"upload_time": "2024-04-09T12:54:23",
"upload_time_iso_8601": "2024-04-09T12:54:23.924307Z",
"url": "https://files.pythonhosted.org/packages/2b/89/245c276e8fa97b8c81f52fed8d54ce06aaf9b334a6dcd6e3a7b4ae95ff3f/RunFeemsSim-0.2.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-09 12:54:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "SINTEF",
"github_project": "FEEMS",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "pandas",
"specs": []
},
{
"name": "numpy",
"specs": []
},
{
"name": "scipy",
"specs": []
},
{
"name": "protobuf",
"specs": []
},
{
"name": "pandas",
"specs": []
}
],
"lcname": "runfeemssim"
}