An example that uses ``NSValueTransformer`` to convert between Celsius and
Fahrenheit.

Based on `Apple's Value Transformers`__ documentation, converted to PyObjC
by u.fiedler.

.. __: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ValueTransformers/index.html
