{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/10"}],"enrichment":{"capability":"Converts large numbers into human-readable abbreviated strings (e.g., 1234567 \u2192 '1.23M'), similar to social media follower count displays.","skillfed_tags":["number-formatting","abandoned"],"use_cases":["Display follower or engagement counts in social media dashboards and analytics UIs","Format large metrics (views, clicks, impressions) in data visualization or reporting tools","Abbreviate file sizes or data volumes in storage or bandwidth monitoring interfaces","Simplify large financial figures (revenue, transactions) in business dashboards"],"what_it_does":"Numerize is a lightweight Python library that formats large numbers into compact, human-readable strings using K (thousands), M (millions), B (billions), and T (trillions) suffixes. It takes a number and optional decimal precision, returning a string representation similar to what social platforms display for follower counts.\n\nThe package has no external dependencies and works by dividing numbers by magnitude thresholds and formatting the result with appropriate suffixes. It handles both positive and negative numbers. However, the project has been abandoned since its last release in August 2018, with no active maintenance or updates to address compatibility with newer Python versions.","worth_installing":"Yes, if you need simple number abbreviation and can accept an unmaintained package. The code is straightforward with no dependencies, so it's unlikely to break suddenly, but don't expect bug fixes or Python version updates. For new projects, consider whether a maintained alternative better fits your risk tolerance."},"id":"numerize","links":{"html":"https://skillfed.io/packages/numerize","md":"https://skillfed.io/packages/numerize.md","pypi":"https://pypi.org/project/numerize/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2018-08-14","license_spdx":null,"license_treatment":"permissive","name":"numerize","python_support":"unspecified","summary":"Convert large numbers into readable numbers for humans."},"popularity":{"monthly_downloads":90195,"position":13612,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.12"}
