A Python library for rounding iterables (lists, arrays, sets, etc.) while preserving the total sum of the original values. Version 1.0.4 is stable with no recent updates; maintained on GitHub.
pip install iteroundVerified import paths — ran on the pinned version, not inferred.
Round each element while maintaining the sum of the original iterable.
Use `from iteround import safe_round`.
Understand that `safe_round` trades off per-element rounding accuracy for total sum preservation.
Always pass `topline` as a keyword argument to avoid breakage if the parameter order changes.
No dependency data recorded yet.