Skip to main content

Tools for building mosaik scenarios

Project description

mosaik.Scenario-Tools

Tools for building mosaik scenarios.

Status

pipeline status coverage report libraries status license badge PyPI version Python Versions

Prerequisites

Under Windows:

  • install Python 3.7 64 bit for all users

Under Ubuntu

apt install python3.7

Ensuring pip

python -m ensurepip

Creating the Virtual Environment

Under Linux

python3.8 -m venv venv

Under Windows

"C:\Program Files\Python38\python.exe" -m venv venv

Installing tox

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

Installing Runtime Requirements

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

Testing

pytest

Freezing the Virtual Environment Requirements

Under Linux

 venv/bin/python -m pip uninstall pkg_resources
 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

Freezing the Tox Requirements

Under Linux

.tox/py36/bin/python -m pip uninstall pkg_resources
.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.exe -m pip freeze --all --exclude-editable > requirements.d\base.txt
# And remove line beginning with package name

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

File details

Details for the file mosaik.Scenario_Tools-0.1.0rc20220305010357-py3-none-any.whl.

File metadata

File hashes

Hashes for mosaik.Scenario_Tools-0.1.0rc20220305010357-py3-none-any.whl
Algorithm Hash digest
SHA256 488ee5aa4194e59f95aba9692d6e0b47e9ef4fd00e5bc769d8adfc0019dddd43
MD5 23e046aaec78a9c5f4a4540948971539
BLAKE2b-256 a05efd7e8dac66ceb261c8742ee52bf005510d8bbf4381421af4c27d8f5403e4

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