Python implementation of the OSlg logger for the OpenStudio SDK.
- PyPi package
- Ruby gem
- Ruby GitHub repository
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