Skip to content

A Python 3 library for handling date ranges and time periods in a business context, based on Arrow.

License

Notifications You must be signed in to change notification settings

a115/python-dating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-dating

A Python 3 library for handling date ranges and time periods in a business context, based on Arrow.

Install with:

$ pip install dating

DateTimeRange

The DateTimeRange class defines a range between two points in time. To use:

from dating.ranges import DateTimeRange

date_range = DateTimeRange.from_strings('2017-01-15', '2017-03-15')

or

date_time_range = DateTimeRange.from_strings('2017-01-15T10:25:00', '2017-01-16T07:30:00')

About

A Python 3 library for handling date ranges and time periods in a business context, based on Arrow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages