debrouwere / python-ballpark

Better human-readable numbers
ISC License
40 stars 14 forks source link

lower-case 'k' for 1e3 #10

Open trimitri opened 6 years ago

trimitri commented 6 years ago

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.