{"categories":[{"label":"Linguistic","url":"https://skillfed.io/packages/category/text-processing-linguistic/2"}],"enrichment":{"capability":"Provides Jinja2 template filters for pluralizing English words, including a simple inflect-based filter and a Django-style pluralize filter.","skillfed_tags":["jinja2-filter","unmaintained","text-processing"],"use_cases":["Render grammatically correct pluralized nouns in Jinja2 email templates or HTML output based on dynamic counts.","Build template systems that need Django-style pluralize behavior without depending on Django itself.","Generate user-facing text in template-driven applications where singular/plural forms must match data.","Add pluralization filters to custom Jinja2 environments for static site generators or documentation tools."],"what_it_does":"Jinja2 Pluralize adds two template filters for handling English word pluralization within Jinja2 templates. The first is a simple pluralize filter that converts singular nouns to their plural forms (e.g., 'goose' becomes 'geese'). The second is a Django-style pluralize filter that works like Django's built-in pluralize, useful for rendering grammatically correct text based on counts (e.g., 'vote' or 'votes' depending on a number).\n\nThe package has no runtime dependencies and installs as a pure Python wheel. It is intended for developers building Jinja2-based template systems who need straightforward pluralization. However, the project has been abandoned since its 0.3.0 release in 2015 and receives no active maintenance, so it may not be compatible with recent Jinja2 or Python versions.","worth_installing":"Yes, if you need simple English pluralization in Jinja2 templates and can accept an unmaintained package. The zero runtime dependencies and permissive BSD license make it low-friction to add. However, verify compatibility with your Jinja2 and Python versions first, since the package has not been updated since 2015 and may not work with modern versions."},"id":"jinja2-pluralize","links":{"html":"https://skillfed.io/packages/jinja2-pluralize","md":"https://skillfed.io/packages/jinja2-pluralize.md","pypi":"https://pypi.org/project/jinja2-pluralize/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2015-10-09","license_spdx":null,"license_treatment":"permissive","name":"jinja2_pluralize","python_support":"unspecified","summary":"Jinja2 pluralize filters."},"popularity":{"monthly_downloads":443368,"position":6630,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.0"}
