Skip to main content

A week package enable you to use week easily

Project description

#### Xiang Wang @ 2017-05-24 13:40:52

# Documentation

## Installation ` pip install week `

## Usage ` >>> import datetime >>> from week import Week >>> Week.thisweek() == Week.create_from_date(datetime.date.today()) True >>> week = Week.thisweek() >>> week.startdate datetime.date(2017, 5, 22) >>> next_week = week.get_next_week() >>> next_week.enddate datetime.date(2017, 6, 4) >>> another_week = week + 1 >>> another_week == next_week True >>> print(Week.create_from_date(datetime.date(2017,1,1))) 2016year 52week >>> print(Week.create_from_date(datetime.date(2017,1,10))) 2017year 2week `

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

week-0.0.7.tar.gz (4.2 kB view hashes)

Uploaded Source

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