Skip to content
forked from destag/at-date

Simple Python library for at-date string parsing

License

Notifications You must be signed in to change notification settings

andrzej3393/at-date

 
 

Repository files navigation

at-date

Build Status codecov CodeFactor PyPI version PyPI pyversions

Simple Python library for parsing at command string into datetime objects.

noon next day -> 2018-10-11 12:00:00

Installation

To install at-date simply use pip:

pip install atdate

Getting started

To use at-date import parse function.

>>> from atdate import parse

>>> parse('noon next day')
datetime.datetime(2018, 10, 11, 12, 0)

>>> parse('now + 8 hours')
datetime.datetime(2018, 10, 10, 15, 42, 24)

More info can be found in docs/ directory or in docs page page.

How to Contribute

Take a look at CONTRIBUTING guide.

License

At-date is licensed under MIT License. See LICENSE for more information.

About

Simple Python library for at-date string parsing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%