Localization of Extended Date Time Format level 0 strings.
Project description
A Python module for localization of Extended Date Time Format (EDTF) level 0 strings.
EDTF is a syntax for specifying imprecise dates. See http://www.loc.gov/standards/datetime/. This modules relies on python-edtf for EDTF parsing.
Install
Babel-EDTF is on PyPI so all you need is:
$ pip install babel-edtf
Quickstart
Let’s format some EDTF strings:
>>> from babel_edtf import format_edtf >>> format_edtf('2020-01', locale='en') 'Jan 2020'
>>> format_edtf('2020-01/2020-09', locale='da') 'jan.–sep. 2020'
>>> format_edtf('2020-01/2020-09', format='long', locale='en') 'January – September 2020'
The following formats are supported:
short
medium
long
full
Changes
Version 1.0.0 (released 2020-11-06)
Initial public release.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
babel-edtf-1.1.3.tar.gz
(16.7 kB
view hashes)
Built Distribution
Close
Hashes for babel_edtf-1.1.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ada2136cb82db48e5fc1f4b85efd912912432f411e665f65719a7272de28a8df |
|
MD5 | d3509c91c434b6c5e495427aa17c500b |
|
BLAKE2b-256 | 040cdf4eeee60a86a0a286ecba57469dec9b306ee52dd31b9427ffb00aac690c |