Buckets:

glennmatlin's picture
download
raw
242 Bytes
"""For when pip wants to check the date or time.
"""
import datetime
def today_is_later_than(year: int, month: int, day: int) -> bool:
today = datetime.date.today()
given = datetime.date(year, month, day)
return today > given

Xet Storage Details

Size:
242 Bytes
·
Xet hash:
b35714334cdb182b752a82e80960bbec2496015a1d007528afa7a057584383c9

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.