hourglass-fuzzy-parsing: A small library for parsing more human friendly date/time formats.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package parses many different date/time formats. Both absolute and relative dates are supported. See the README for more.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0, 0.1.0.1
Change log CHANGELOG.markdown
Dependencies base (>=4 && <5), hourglass, parsec (>=3.1) [details]
License BSD-3-Clause
Author IlyaPortnov, Tanner Doshier <doshitan@gmail.com>
Maintainer Tanner Doshier <doshitan@gmail.com>
Category Time, Parsing
Home page https://gitlab.com/doshitan/hourglass-fuzzy-parsing
Source repo head: git clone git://gitlab.com/doshitan/hourglass-fuzzy-parsing.git
Uploaded by TannerDoshier at 2015-07-24T01:55:09Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hourglass-fuzzy-parsing-0.1.0.0

[back to package description]

Hourglass Fuzzy Parsing

A small package for parsing more human friendly date/time formats into hourglass types. Relative things like:

And absolute things like:

4-digits years may be abbreviated (such as 12 for 2012). Both 12-hour and 24-hour time formats are supported, though only for absolute things currently. Relative times only support offsets of days, weeks, months or years currently. Only English words and sentence structure are supported.

Originally based on the dates package.

TODOs