Open Engine Simulation Project Blog
A free software engine simulation tool written in Python and PyQT
Status: Planning
Brought to you by:
burdickjp
OESP now requires unum, which provides a unit conversion and manipulation back end, making things much easier for us.
it allows us to do things like:
print ( 3\*cm + 3\*m ) 303.0 \[cm\]
We're also looking at configobj for configuration storage and retrieval. It appears to handle lists better than configparser.