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.0.tar.gz
(16.7 kB
view hashes)
Built Distribution
Close
Hashes for babel_edtf-1.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26132e397d9b597003775a0ecc7635ce902d692993f2a42200865c0d7cab79c1 |
|
MD5 | 48191321c8b01dcfae544c6e4e5a14ba |
|
BLAKE2b-256 | ad292a8d5eb24a6cc0b244cdd547ac91087d58d738cd735bf3e79c16cb52e70b |