Metadata-Version: 2.4
Name: osut
Version: 0.8.1
Summary: OpenStudio SDK utilities 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/pyOSut
Project-URL: Bug Tracker, https://github.com/rd2/pyOSut/issues
Keywords: openstudio,utilities
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
Requires-Dist: oslg
Dynamic: license-file

# pyOSut
Python implementation of the _OSut_ Ruby gem for the OpenStudio SDK.

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

----

_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`
