Skip to main content

Dates for humans

Project description

https://github.com/AleCandido/human_dates/workflows/test/badge.svg https://codecov.io/gh/AleCandido/human_dates/branch/master/graph/badge.svg https://img.shields.io/pypi/v/human-dates2 https://img.shields.io/pypi/dm/human-dates2 https://www.codefactor.io/repository/github/alecandido/human_dates/badge

This is a fork of the original package human_dates made by Jonathan Tushman, but currently unmaintained.

The original package, in turn, was based on a Stack Overflow answer, referencing still another sources (check the post).


I came from the Ruby/Rails world and I missed some of my date sugar. And instead of keeping complaining about it, I thought I would do something about it

It offers two sets of functionality:

  1. and foremost it has a nice time_ago_in_words function.

  2. has some natural language for getting to the beginning and end of things

Note I stole much of this from the following StackOverflow post: http://stackoverflow.com/a/1551394/192791

Note: when you do not pass a time into a function it uses datetime.utcnow()

Installation

$ pip install human_dates

time_ago_in_words Usage

from human_dates import time_ago_in_words, beginning_of_day

print time_ago_in_words()
#prints "just now"

print time_ago_in_words(beginning_of_day())
# prints "8 hours ago"

Natural Language Helpers

from human_dates import *

print beginning_of_day()
print beginning_of_hour()
print beginning_of_year()
print end_of_month()
# and so on ....

# you can also pass a datetime to each of these functions
import human_dates
from datetime import datetime
date = datetime.strptime('Feb 13 2008  1:33PM', '%b %d %Y %I:%M%p')
result = human_dates.end_of_month(date)
print result
# 2008-02-29 23:59:59.999999

Alternatives

Other Important Time Libraries

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

human-dates2-1.2.0.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

human_dates2-1.2.0-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file human-dates2-1.2.0.tar.gz.

File metadata

  • Download URL: human-dates2-1.2.0.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

File hashes

Hashes for human-dates2-1.2.0.tar.gz
Algorithm Hash digest
SHA256 3a1e18935fa1bbda6b029faec23635ba0b7c1adb43e2e50c15a30cf74d2e75be
MD5 27a4a81a9946352bac3ccd5c3f7a6a45
BLAKE2b-256 5eaa2afe7ab09f82788fa2cb513456da930e83274e96541bf8e32c512f916c13

See more details on using hashes here.

File details

Details for the file human_dates2-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: human_dates2-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

File hashes

Hashes for human_dates2-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6c1202a8d16bb5bac2e83adf53d982ccd419d4316c1c92f5a2c3c810c90b9707
MD5 d3893099066b0a76b3d82eae8c149bc8
BLAKE2b-256 46f54ccefb935fbbdb44361b43985f19ef0efa0f4d17de8b62029c9116797a6a

See more details on using hashes here.

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