/py-floaty

Bandages for boto3 floating-point wounds.

Primary LanguagePython

floaty

Bandages for boto3 floating-point wounds. *

from floaty import no_float, no_decimal

no_float(some_obj)  # replaces all floats with ints and Decimals
no_decimal(some_obj)  # replaces all Decimals with ints and floats