Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 469 Bytes

File metadata and controls

25 lines (14 loc) · 469 Bytes

oslg

Python implementation of the OSlg logger for the OpenStudio SDK.


To download the OSlg Python package:

pip install --upgrade oslg


To import the OSlg module in a Python project:

from oslg import oslg


To run the OSlg unit tests on a git clone of the repo:

python -m unittest