python3-speaklater

lazy string useful for translations for Python 3
  https://github.com/mitsuhiko/speaklater
  0
  no reviews



Speaklater is a Python module providing an implementation of lazy strings. Every time a lazy string is evaluated, it changes its value based on a user provided callable. These lazy strings can be useful in combination with gettext for translations.

This package contains the Python 3 version of the module.