Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 543 Bytes

File metadata and controls

30 lines (17 loc) · 543 Bytes

pyOSut

Python implementation of the OSut Ruby gem for the OpenStudio SDK.


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