Metadata-Version: 2.4
Name: oslg
Version: 0.4.0
Summary: OpenStudio SDK logger for Python
Author-email: Denis Bourgeois <denis@rd2.ca>
Maintainer-email: Denis Bourgeois <denis@rd2.ca>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/rd2/pyOSlg
Project-URL: Bug Tracker, https://github.com/rd2/pyOSlg/issues
Keywords: openstudio,logger
Classifier: Programming Language :: Python :: 3.2
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Requires-Python: >=3.2
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# oslg

Python implementation of the _OSlg_ logger for the OpenStudio SDK.

- PyPi [package](https://pypi.org/project/oslg/)
- Ruby [gem](https://rubygems.org/gems/oslg)
- Ruby GitHub [repository](https://github.com/rd2/oslg)

----

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`
