BHoM / Python_Toolkit

GNU Lesser General Public License v3.0
3 stars 2 forks source link

Missing attributes for query.version #108

Closed Tom-Kingstone closed 1 year ago

Tom-Kingstone commented 1 year ago

Broken rules:

missing attributes for Query.Version. Query.Version does not sit in a correctly named file (currently PythonVersion.cs)

Suggestions to restore compliance:

Rename file from PythonVersion.cs to Version.cs add description, input and output attributes:

description - gets the python version for a requested Python executable pythonExecutable - Path to python.exe output - version - Python version