File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# pyOSut
2- Python implementation of the OSut gem for the OpenStudio SDK.
2+ Python implementation of the _ OSut _ Ruby gem for the OpenStudio SDK.
33
4- (original Ruby implementation/documentation: https://github.com/rd2 /osut )
5-
6- _ Disclaimer: alpha release _
4+ - PyPi [ package ] ( https://pypi.org/project /osut/ )
5+ - Ruby [ gem ] ( https://rubygems.org/gems/osut )
6+ - Ruby GitHub [ repository ] ( https://github.com/rd2/osut )
Original file line number Diff line number Diff line change 11[project ]
22name = " osut"
3- version = " 0.6.0a3 "
3+ version = " 0.6.0 "
44description = " OpenStudio SDK utilities for Python"
55readme = " README.md"
66requires-python = " >=3.2"
77authors = [ {name = " Denis Bourgeois" , email = " denis@rd2.ca" } ]
88maintainers = [ {name = " Denis Bourgeois" , email = " denis@rd2.ca" } ]
9- dependencies = [
10- " numpy" ,
11- " oslg" ,
12- " openstudio>=3.6.1" ,
13- " dataclasses" ,
14- ]
9+ dependencies = [" oslg" ," openstudio>=3.6.1" ]
1510license = " BSD-3-Clause"
1611license-files = [" LICENSE" ]
1712classifiers = [
You can’t perform that action at this time.
0 commit comments