Files
deb-python-pint/pint
Hernan Grecco a837f1f003 Added to_tuple and from_tuple method to Quantity
This facilitate serializing and deserializing. If you have two function: serialize and deserialize,
then your code will be as simple as this

>>> serialized = serialize(q1.to_tuple())
>>> q2 = ureg.Quantity.from_tuple(deserialize(serialized))
2016-01-07 20:02:23 -03:00
..
2015-07-09 19:16:51 -07:00
2016-01-07 01:19:38 -03:00