{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/5"},{"label":"Internationalization","url":"https://skillfed.io/packages/category/software-development-internationalization"},{"label":"Localization","url":"https://skillfed.io/packages/category/software-development-localization"}],"enrichment":{"capability":"Provides translation string objects and factories for marking and managing translatable text in Python applications, with support for pluralization and message contexts.","skillfed_tags":["i18n-localization","pylons-ecosystem","gettext-integration"],"use_cases":["Mark translatable strings in Pyramid or Pylons web applications for extraction and translation workflows.","Integrate translation support into templates using the package's translation utilities.","Manage message pluralization and context-aware translations in applications using Babel for localization.","Create translation string factories to enforce consistent domain naming across a codebase.","Support multi-language applications by preparing strings for gettext-based translation pipelines."],"what_it_does":"translationstring is a lightweight i18n utility library used by Pylons Project packages to mark, manage, and translate text strings in Python applications. It provides a TranslationString class that wraps text with metadata (domain, default translation, message context) and a TranslationStringFactory for creating translation strings with a consistent domain. The package supports pluralization and is designed to work with Babel's translation infrastructure, though it does not depend on Babel itself.\n\nThe library is primarily used within template engines and web frameworks built on the Pylons stack. It has no runtime dependencies, making it lightweight to install. With zero known vulnerabilities and a permissive license, it is stable and safe to use, though the long dormancy since 2020 means it receives no active maintenance or updates.","worth_installing":"Yes, if you are working within the Pylons/Pyramid ecosystem or need lightweight i18n string management without external dependencies. The package is stable and permissively licensed, with no known vulnerabilities. However, the dormant maintenance status (last release 2020-07-09) means no active support for newer Python versions or bug fixes\u2014verify compatibility with your target Python version before relying on it in new projects."},"id":"translationstring","links":{"html":"https://skillfed.io/packages/translationstring","md":"https://skillfed.io/packages/translationstring.md","pypi":"https://pypi.org/project/translationstring/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2020-07-09","license_spdx":null,"license_treatment":"permissive","name":"translationstring","python_support":"unspecified","summary":"Utility library for i18n relied on by various Repoze and Pyramid packages"},"popularity":{"monthly_downloads":2580811,"position":2989,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.4"}
