Skip to main content

The missing implementation of mosaik's SimConfig dictionary.

Project description

mosaik SimConfig

The missing implementation of mosaik's SimConfig dictionary.

Ensuring PIP

python -m ensurepip

Setting up the Virtual Environment

python -m venv venv

Activating the Virtual Environment

Under BASH:

source venv/bin/activate

Under Windows:

venv\Scripts\activate

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 -m tox

Updating the Virtual Environment Requirements

Under Linux:

venv/bin/python -m pip_review --auto

Under Windows:

venv\Scripts\python -m pip_review --auto

Freezing the Virtual Environment Requirements

Under Linux

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

Under Windows

 venv\Scripts\python -m pip freeze --all > 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 -m pip_review --auto

Freezing the Test Environment Requirements

Under Linux

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

Under Windows

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

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.0rc20190403121517-py2.py3-none-any.whl (13.5 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for mosaik.SimConfig-0.1.0rc20190403121517-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1c1292ddc0266fa6643989588821c8955eb3ac3251e770bd53eabcfc0c3a9555
MD5 b41d3f2b1cf3f36636f6e6298d8e673a
BLAKE2b-256 5f19d9abbd764d48f08e529b50921e5ccc27c1a69b0ebacd3c11f351fece8615

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