Skip to main content

Date Command for shell

Project description

Build Status Latest Release

This package provides date command line.

  • date_range: help you generate date between 2 date(format: yyyymmdd)

  • month_range: help you generate date between 2 month(format: yyyymm)

Installation

Method 1: Using PyPI

$ pip install date-cli

Method 2: Using git

$ pip install git+https://github.com/Jhengsh/date-cli.git

Tuturial

Basic Use:

$ date_range -s 20200225 -e 20200305 | awk '{print "python execute.py --yyyymmdd "$1";"}'
# python execute.py --yyyymmdd 20200225;
# python execute.py --yyyymmdd 20200226;
# python execute.py --yyyymmdd 20200227;
# python execute.py --yyyymmdd 20200228;
# python execute.py --yyyymmdd 20200229;
# python execute.py --yyyymmdd 20200301;
# python execute.py --yyyymmdd 20200302;
# python execute.py --yyyymmdd 20200303;
# python execute.py --yyyymmdd 20200304;
# python execute.py --yyyymmdd 20200305;

$ month_range -s 202001 -e 202003                                                                          jhengsh@Jhengshs-MBP
# 202001
# 202002
# 202003

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

date-cli-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distributions

date_cli-0.0.1-py3.7.egg (4.3 kB view hashes)

Uploaded Source

date_cli-0.0.1-py3-none-any.whl (4.1 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