python-ballpark
python-ballpark copied to clipboard
lower-case 'k' for 1e3
The actual SI prefix for kilo is 'k', not 'K' (Wikipedia). I'd be happy to submit a pull request if this could be agreed upon.
If the K would have to stay uppercase for some reason, I could offer to rewrite the parser of the prefixes
parameter to allow overwriting only specific parameters instead of having to provide the complete set.