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.
- Host: GitHub
- URL: https://github.com/tallesl/py-floaty
- Owner: tallesl
- Created: 2019-09-08T22:09:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T13:20:17.000Z (about 5 years ago)
- Last Synced: 2025-01-11T01:29:37.339Z (4 months ago)
- Topics: boto3, decimal, dynamodb, float, floating-point
- Language: Python
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# floaty
[](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_decimalno_float(some_obj) # replaces all floats with ints and Decimals
no_decimal(some_obj) # replaces all Decimals with ints and floats
```