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.1.tar.gz
(16.7 kB
view hashes)
Built Distribution
Close
Hashes for babel_edtf-1.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61d19127effb6ae8dc82ee25ef4a21d03777800fbb4c4aa477edf6516cc044db |
|
MD5 | eb83d3543e3845c9acb25c20ff27509f |
|
BLAKE2b-256 | dad831d3b686691b0511527b0b72a60f0527c0ae711eba5095b969095bfe4eee |