You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tiny Python package to safely convert floats, strings, and numbers into Decimal objects. It solves common headaches when comparing PostgreSQL numeric values with Python floats by ensuring consistent Decimal values.