Python implementation of the OSut Ruby gem for the OpenStudio SDK.
- PyPi package
- Ruby gem
- Ruby GitHub repository
OSut interacts with OpenStudio:
pip install openstudio
To download the OSut Python package:
pip install --upgrade osut
To import the OSut module in a Python project:
from osut import osut
To run the OSut unit tests on a git clone of the repo:
python -m unittest