Skip to main content

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\u2009–\u2009September 2020'

The following formats are supported:

  • short

  • medium

  • long

  • full

Changes

Version 1.1.4 (released 2024-03-05)

  • fix: fail parsing 29th of February on leap years

Version 1.1.3 (released 2023-11-01)

  • global: use custom parse_edtf in parse_edtf_level0

Version 1.1.2 (released 2023-10-19)

  • add leading zeros for precise month and day

Version 1.1.1 (released 2023-10-19)

  • convert isoparse values to string

Version 1.1.0 (released 2023-10-19)

  • Add parse_edtf isoparse backed method

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.4.tar.gz (17.6 kB view hashes)

Uploaded Source

Built Distribution

babel_edtf-1.1.4-py2.py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page