The missing implementation of mosaik's SimConfig dictionary.
Project description
mosaik SimConfig
The missing implementation of mosaik's SimConfig dictionary.
Status
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
Close
Hashes for mosaik.SimConfig-0.1.0rc20210329204218-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67870c00763a3c275d3b80637d1d73a63c3b6fa18926c8ccdbdfaafc56e5fe77 |
|
MD5 | 507f38329df14d63606a126376d61a79 |
|
BLAKE2b-256 | a94c5bc8dd52f5d9c290e99a483e99d664f575668564ccf69d73ee6fc00714e6 |