Skip to main content

The missing implementation of mosaik's SimConfig dictionary.

Project description

mosaik SimConfig

The missing implementation of mosaik's SimConfig dictionary.

Status

pipeline status coverage report libraries status license badge PyPI version Python Versions CII Best Practices

Ensuring PIP

python -m ensurepip

Setting up the Virtual Environment

python -m venv venv

Installing Requirements

 python -m pip install --upgrade -r requirements.d/venv.txt

Running the Tests

Under Linux:

venv/bin/python -m tox

Under Windows:

venv\Scripts\python.exe -m tox

Updating the Virtual Environment Requirements

Under Linux:

venv/bin/python -m pip_review --auto

Under Windows:

venv\Scripts\python.exe -m pip_review --auto

Freezing the Virtual Environment Requirements

Under Linux

 venv/bin/python -m pip freeze --all --exclude-editable > requirements.d/venv.txt
 # And remove line beginning with package name

Under Windows

 venv\Scripts\python.exe -m pip freeze --all --exclude-editable > requirements.d/venv.txt
# And remove line beginning with package name

Updating the Test Environment Requirements

Under Linux:

.tox/py36/bin/python -m pip_review --auto

Under Windows:

venv\Scripts\python.exe -m pip_review --auto

Freezing the Test Environment Requirements

Under Linux

.tox/py36/bin/python -m pip freeze --all --exclude-editable > requirements.d/base.txt
# And remove line beginning with package name

Under Windows

.tox\py36\Scripts\python -m pip freeze --all --exclude-editable > requirements.d/base.txt
# And remove line beginning with package name

Using the Package

from mosaik_simconfig.simconfig.sim_config import SimConfig
from tests.mock.simulator import MockSimulator

sim_config = SimConfig()
sim_config.add_in_process(simulator=MockSimulator)

mosaik.scenario.World(sim_config=sim_config).run(until=1)

For more usage examples, see the tests.

Changelog

0.1.0 - 2019-03-25

  • [NEW] Initial release on GitLab.com

Authors

Bengt Lüers

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

mosaik.SimConfig-0.1.0rc20210515000919-py2.py3-none-any.whl (14.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file mosaik.SimConfig-0.1.0rc20210515000919-py2.py3-none-any.whl.

File metadata

  • Download URL: mosaik.SimConfig-0.1.0rc20210515000919-py2.py3-none-any.whl
  • Upload date:
  • Size: 14.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.8

File hashes

Hashes for mosaik.SimConfig-0.1.0rc20210515000919-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c53b40d471788c5c0a68fc3d78ee06740354908e533ae498544beddcb9f7142e
MD5 732e4d370d8431a83090c7eea1dcbdd3
BLAKE2b-256 31f24e0fa4bb83425518614f71ea34390865c6c0bd57aac38b69692f9fe0fc96

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page