Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitsuhiko/speaklater
Lazy strings for Python
https://github.com/mitsuhiko/speaklater
Last synced: 16 days ago
JSON representation
Lazy strings for Python
- Host: GitHub
- URL: https://github.com/mitsuhiko/speaklater
- Owner: mitsuhiko
- License: other
- Created: 2010-10-17T15:03:09.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T01:21:52.000Z (almost 9 years ago)
- Last Synced: 2024-10-13T01:35:51.082Z (about 1 month ago)
- Language: Python
- Homepage: http://pypi.python.org/pypi/speaklater
- Size: 149 KB
- Stars: 61
- Watchers: 5
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
A module that provides lazy strings for translations. Basically you get an
object that appears to be a string but changes the value every time the value
is evaluated based on a callable you provide.