An open API service indexing awesome lists of open source software.

https://github.com/tallesl/py-floaty

Bandages for boto3 floating-point wounds.
https://github.com/tallesl/py-floaty

boto3 decimal dynamodb float floating-point

Last synced: about 2 months ago
JSON representation

Bandages for boto3 floating-point wounds.

Awesome Lists containing this project

README

        

# floaty

[![](https://badge.fury.io/py/floaty.svg)](https://pypi.org/project/floaty)

Bandages for boto3 floating-point wounds. [\*](https://github.com/boto/boto3/issues/665)

```py
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
```