Skip to content

Bandages for boto3 floating-point wounds.

Notifications You must be signed in to change notification settings

tallesl/py-floaty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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