Sample code:
from datetime import datetime, timedelta now = datetime.now() hrago = now - timedelta(hours=1) yesterday = now - timedelta(days=1) tomorrow = now + timedelta(days=1) dayafter = now + timedelta(days=2) import pretty print pretty.date(now) # 'now' print pretty.date(hrago) # 'an hour ago' print pretty.date(hrago, short=True) # '1h ago' print pretty.date(hrago, asdays=True) # 'today' print pretty.date(yesterday, short=True) # 'yest' print pretty.date(tomorrow) # 'tomorrow'
Release files for py-pretty 1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| py-pretty-1.zip | 1.7 kB | Details |
Release files / py-pretty-1.zip
| Download URL | py-pretty-1.zip |
|---|---|
| Size | 1.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
07364e213272800864f506d454ac093ec85c645e0102a1124961c421627abd03
|
|
BLAKE2b-256 checksum How to use checksums |
bedc4a66429e9b533bde6531903ed495fe90464b61d8c9688376cae9017e00ff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |