{"library":"numerize","title":"numerize","description":"Convert large numbers into readable numbers for humans (e.g., 1M, 2.5B). Version 0.12 is stable and mature, with low release cadence (last release 2020).","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install numerize"],"cli":null},"imports":["from numerize import numerize"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from numerize import numerize\n\nprint(numerize(1234567))  # Output: 1.23M\nprint(numerize(1000000000))  # Output: 1B\nprint(numerize(999000, 2))  # Output: 999K","lang":"python","description":"Basic usage: convert an integer to a human-readable string.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}