Skip to main content

Date type parameter for click

Project description

Date type parameter for click

Installation

To get the latest stable release from PyPi

pip install click-date-type

Usage

from click_date_type import Date

@click.command()
@click.option("--start_date", type=Date())
def cli(start_date):
    click.echo(start_date.strftime("%Y-%m-%d"))

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

click-date-type-0.1.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

click_date_type-0.1.0-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

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