Skip to main content

timeparse is an extension for argparse to parse commandline-arguments as objects of the datetime-module.

Project description

timeparse is an extension for argparse. It parses commandline-arguments as time-, datetime-, date- or timedelta-objects of the datetime-module. Just use his classes as action-parameter for the add_argument-method of an argument-parser.

Latest Version

The latest version of this project can be found at : http://github.com/thomst/timeparse.

Installation

  • Option 1 : Install via pip

    pip install timeparse
  • Option 2 : If you have downloaded the source

    python setup.py install

Documentation

How to use?

import argparse
from timeparse import ParseDateTime

parser = argparse.ArgumentParser()
parser.add_argument('--datetime', action=ParseDateTime, nargs='+')

parser.parse_args("--datetime 2.4.2013 23:02".split()).datetime
#this is what you get: datetime.datetime(2013, 4, 2, 23, 2)

Reporting Bugs

Please report bugs at github issue tracker: https://github.com/thomst/timeparse/issues

Author

thomst <thomaslfuss@gmx.de> Thomas Leichtfuß

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

timeparse-0.2.tar.gz (2.5 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